Created
April 17, 2015 13:54
-
-
Save regiellis/5e797a6239caacb86669 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "error": { | |
| "code": 500, | |
| "message": "Internal Server Error", | |
| "exception": [ | |
| { | |
| "message": "An exception occurred while executing 'INSERT INTO preference (preference_id, physician_id, location_id, name, all_ages, calendar_id) VALUES (?, ?, ?, ?, ?, ?)' with params [\"bdb25048-e508-11e4-988a-a9828e43a571\", \"002e7d00-663f-11e4-bd49-3c15c2d9eaf0\", \"032b8e3a-65f9-11e4-bd49-3c15c2d9eaf0\", \"Preference for : Mahesh Bhambore @ Cardiovascular & Thoracic Surgical Specialists [Orlando] \", null, \"bdb23568-e508-11e4-988a-a9828e43a571\"]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '032b8e3a-65f9-11e4-bd49-3c15c2d9eaf0-002e7d00-663f-11e4-bd49-3c1' for key 'ux_physician_location_id'", | |
| "class": "Doctrine\\DBAL\\Exception\\UniqueConstraintViolationException", | |
| "trace": [ | |
| { | |
| "namespace": "", | |
| "short_class": "", | |
| "class": "", | |
| "type": "", | |
| "function": "", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php", | |
| "line": 66, | |
| "args": [] | |
| }, | |
| { | |
| "namespace": "Doctrine\\DBAL\\Driver", | |
| "short_class": "AbstractMySQLDriver", | |
| "class": "Doctrine\\DBAL\\Driver\\AbstractMySQLDriver", | |
| "type": "->", | |
| "function": "convertException", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php", | |
| "line": 116, | |
| "args": [ | |
| [ | |
| "string", | |
| "An exception occurred while executing 'INSERT INTO preference (preference_id, physician_id, location_id, name, all_ages, calendar_id) VALUES (?, ?, ?, ?, ?, ?)' with params [\"bdb25048-e508-11e4-988a-a9828e43a571\", \"002e7d00-663f-11e4-bd49-3c15c2d9eaf0\", \"032b8e3a-65f9-11e4-bd49-3c15c2d9eaf0\", \"Preference for : Mahesh Bhambore @ Cardiovascular & Thoracic Surgical Specialists [Orlando] \", null, \"bdb23568-e508-11e4-988a-a9828e43a571\"]:\n\nSQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '032b8e3a-65f9-11e4-bd49-3c15c2d9eaf0-002e7d00-663f-11e4-bd49-3c1' for key 'ux_physician_location_id'" | |
| ], | |
| [ | |
| "object", | |
| "Doctrine\\DBAL\\Driver\\PDOException" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Doctrine\\DBAL", | |
| "short_class": "DBALException", | |
| "class": "Doctrine\\DBAL\\DBALException", | |
| "type": "::", | |
| "function": "driverExceptionDuringQuery", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/dbal/lib/Doctrine/DBAL/Statement.php", | |
| "line": 172, | |
| "args": [ | |
| [ | |
| "object", | |
| "Doctrine\\DBAL\\Driver\\PDOMySql\\Driver" | |
| ], | |
| [ | |
| "object", | |
| "Doctrine\\DBAL\\Driver\\PDOException" | |
| ], | |
| [ | |
| "string", | |
| "INSERT INTO preference (preference_id, physician_id, location_id, name, all_ages, calendar_id) VALUES (?, ?, ?, ?, ?, ?)" | |
| ], | |
| [ | |
| "array", | |
| { | |
| "1": [ | |
| "string", | |
| "bdb25048-e508-11e4-988a-a9828e43a571" | |
| ], | |
| "2": [ | |
| "string", | |
| "002e7d00-663f-11e4-bd49-3c15c2d9eaf0" | |
| ], | |
| "3": [ | |
| "string", | |
| "032b8e3a-65f9-11e4-bd49-3c15c2d9eaf0" | |
| ], | |
| "4": [ | |
| "string", | |
| "Preference for : Mahesh Bhambore @ Cardiovascular & Thoracic Surgical Specialists [Orlando] " | |
| ], | |
| "5": [ | |
| "null", | |
| null | |
| ], | |
| "6": [ | |
| "string", | |
| "bdb23568-e508-11e4-988a-a9828e43a571" | |
| ] | |
| } | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Doctrine\\DBAL", | |
| "short_class": "Statement", | |
| "class": "Doctrine\\DBAL\\Statement", | |
| "type": "->", | |
| "function": "execute", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php", | |
| "line": 279, | |
| "args": [] | |
| }, | |
| { | |
| "namespace": "Doctrine\\ORM\\Persisters", | |
| "short_class": "BasicEntityPersister", | |
| "class": "Doctrine\\ORM\\Persisters\\BasicEntityPersister", | |
| "type": "->", | |
| "function": "executeInserts", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php", | |
| "line": 966, | |
| "args": [] | |
| }, | |
| { | |
| "namespace": "Doctrine\\ORM", | |
| "short_class": "UnitOfWork", | |
| "class": "Doctrine\\ORM\\UnitOfWork", | |
| "type": "->", | |
| "function": "executeInserts", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php", | |
| "line": 335, | |
| "args": [ | |
| [ | |
| "object", | |
| "Doctrine\\ORM\\Mapping\\ClassMetadata" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Doctrine\\ORM", | |
| "short_class": "UnitOfWork", | |
| "class": "Doctrine\\ORM\\UnitOfWork", | |
| "type": "->", | |
| "function": "commit", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php", | |
| "line": 340, | |
| "args": [ | |
| [ | |
| "object", | |
| "FloridaHospital\\PreferenceBundle\\Entity\\Preference" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Doctrine\\ORM", | |
| "short_class": "EntityManager", | |
| "class": "Doctrine\\ORM\\EntityManager", | |
| "type": "->", | |
| "function": "flush", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/src/FloridaHospital/PreferenceBundle/Builder/PreferenceBuilder.php", | |
| "line": 61, | |
| "args": [ | |
| [ | |
| "object", | |
| "FloridaHospital\\PreferenceBundle\\Entity\\Preference" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "FloridaHospital\\PreferenceBundle\\Builder", | |
| "short_class": "PreferenceBuilder", | |
| "class": "FloridaHospital\\PreferenceBundle\\Builder\\PreferenceBuilder", | |
| "type": "->", | |
| "function": "build", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/src/FloridaHospital/PreferenceBundle/Factory/PreferenceContextFactory.php", | |
| "line": 119, | |
| "args": [] | |
| }, | |
| { | |
| "namespace": "FloridaHospital\\PreferenceBundle\\Factory", | |
| "short_class": "PreferenceContextFactory", | |
| "class": "FloridaHospital\\PreferenceBundle\\Factory\\PreferenceContextFactory", | |
| "type": "->", | |
| "function": "get", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/src/FloridaHospital/ApiBundle/Factory/PreferenceEventRequestFactory.php", | |
| "line": 90, | |
| "args": [] | |
| }, | |
| { | |
| "namespace": "FloridaHospital\\ApiBundle\\Factory", | |
| "short_class": "PreferenceEventRequestFactory", | |
| "class": "FloridaHospital\\ApiBundle\\Factory\\PreferenceEventRequestFactory", | |
| "type": "->", | |
| "function": "get", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/src/FloridaHospital/ApiBundle/Controller/PhysicianAvailabilityController.php", | |
| "line": 328, | |
| "args": [ | |
| [ | |
| "string", | |
| "1699703553" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "FloridaHospital\\ApiBundle\\Controller", | |
| "short_class": "PhysicianAvailabilityController", | |
| "class": "FloridaHospital\\ApiBundle\\Controller\\PhysicianAvailabilityController", | |
| "type": "->", | |
| "function": "getPreferenceEventRequest", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/src/FloridaHospital/ApiBundle/Controller/PhysicianAvailabilityController.php", | |
| "line": 46, | |
| "args": [ | |
| [ | |
| "string", | |
| "1699703553" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "FloridaHospital\\ApiBundle\\Controller", | |
| "short_class": "PhysicianAvailabilityController", | |
| "class": "FloridaHospital\\ApiBundle\\Controller\\PhysicianAvailabilityController", | |
| "type": "->", | |
| "function": "indexAction", | |
| "file": null, | |
| "line": null, | |
| "args": [ | |
| [ | |
| "string", | |
| "1699703553" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "", | |
| "short_class": "", | |
| "class": "", | |
| "type": "", | |
| "function": "call_user_func_array", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php", | |
| "line": 145, | |
| "args": [ | |
| [ | |
| "array", | |
| [ | |
| [ | |
| "object", | |
| "FloridaHospital\\ApiBundle\\Controller\\PhysicianAvailabilityController" | |
| ], | |
| [ | |
| "string", | |
| "indexAction" | |
| ] | |
| ] | |
| ], | |
| [ | |
| "array", | |
| [ | |
| [ | |
| "string", | |
| "1699703553" | |
| ] | |
| ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Symfony\\Component\\HttpKernel", | |
| "short_class": "HttpKernel", | |
| "class": "Symfony\\Component\\HttpKernel\\HttpKernel", | |
| "type": "->", | |
| "function": "handleRaw", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php", | |
| "line": 66, | |
| "args": [ | |
| [ | |
| "object", | |
| "Symfony\\Component\\HttpFoundation\\Request" | |
| ], | |
| [ | |
| "string", | |
| "1" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Symfony\\Component\\HttpKernel", | |
| "short_class": "HttpKernel", | |
| "class": "Symfony\\Component\\HttpKernel\\HttpKernel", | |
| "type": "->", | |
| "function": "handle", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php", | |
| "line": 64, | |
| "args": [ | |
| [ | |
| "object", | |
| "Symfony\\Component\\HttpFoundation\\Request" | |
| ], | |
| [ | |
| "string", | |
| "1" | |
| ], | |
| [ | |
| "boolean", | |
| true | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Symfony\\Component\\HttpKernel\\DependencyInjection", | |
| "short_class": "ContainerAwareHttpKernel", | |
| "class": "Symfony\\Component\\HttpKernel\\DependencyInjection\\ContainerAwareHttpKernel", | |
| "type": "->", | |
| "function": "handle", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php", | |
| "line": 186, | |
| "args": [ | |
| [ | |
| "object", | |
| "Symfony\\Component\\HttpFoundation\\Request" | |
| ], | |
| [ | |
| "string", | |
| "1" | |
| ], | |
| [ | |
| "boolean", | |
| true | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Symfony\\Component\\HttpKernel", | |
| "short_class": "Kernel", | |
| "class": "Symfony\\Component\\HttpKernel\\Kernel", | |
| "type": "->", | |
| "function": "handle", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/web/app_dev.php", | |
| "line": 36, | |
| "args": [ | |
| [ | |
| "object", | |
| "Symfony\\Component\\HttpFoundation\\Request" | |
| ] | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "message": "SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '032b8e3a-65f9-11e4-bd49-3c15c2d9eaf0-002e7d00-663f-11e4-bd49-3c1' for key 'ux_physician_location_id'", | |
| "class": "Doctrine\\DBAL\\Driver\\PDOException", | |
| "trace": [ | |
| { | |
| "namespace": "", | |
| "short_class": "", | |
| "class": "", | |
| "type": "", | |
| "function": "", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php", | |
| "line": 93, | |
| "args": [] | |
| }, | |
| { | |
| "namespace": "Doctrine\\DBAL\\Driver", | |
| "short_class": "PDOStatement", | |
| "class": "Doctrine\\DBAL\\Driver\\PDOStatement", | |
| "type": "->", | |
| "function": "execute", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/dbal/lib/Doctrine/DBAL/Statement.php", | |
| "line": 165, | |
| "args": [ | |
| [ | |
| "null", | |
| null | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Doctrine\\DBAL", | |
| "short_class": "Statement", | |
| "class": "Doctrine\\DBAL\\Statement", | |
| "type": "->", | |
| "function": "execute", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php", | |
| "line": 279, | |
| "args": [] | |
| }, | |
| { | |
| "namespace": "Doctrine\\ORM\\Persisters", | |
| "short_class": "BasicEntityPersister", | |
| "class": "Doctrine\\ORM\\Persisters\\BasicEntityPersister", | |
| "type": "->", | |
| "function": "executeInserts", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php", | |
| "line": 966, | |
| "args": [] | |
| }, | |
| { | |
| "namespace": "Doctrine\\ORM", | |
| "short_class": "UnitOfWork", | |
| "class": "Doctrine\\ORM\\UnitOfWork", | |
| "type": "->", | |
| "function": "executeInserts", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php", | |
| "line": 335, | |
| "args": [ | |
| [ | |
| "object", | |
| "Doctrine\\ORM\\Mapping\\ClassMetadata" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Doctrine\\ORM", | |
| "short_class": "UnitOfWork", | |
| "class": "Doctrine\\ORM\\UnitOfWork", | |
| "type": "->", | |
| "function": "commit", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php", | |
| "line": 340, | |
| "args": [ | |
| [ | |
| "object", | |
| "FloridaHospital\\PreferenceBundle\\Entity\\Preference" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Doctrine\\ORM", | |
| "short_class": "EntityManager", | |
| "class": "Doctrine\\ORM\\EntityManager", | |
| "type": "->", | |
| "function": "flush", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/src/FloridaHospital/PreferenceBundle/Builder/PreferenceBuilder.php", | |
| "line": 61, | |
| "args": [ | |
| [ | |
| "object", | |
| "FloridaHospital\\PreferenceBundle\\Entity\\Preference" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "FloridaHospital\\PreferenceBundle\\Builder", | |
| "short_class": "PreferenceBuilder", | |
| "class": "FloridaHospital\\PreferenceBundle\\Builder\\PreferenceBuilder", | |
| "type": "->", | |
| "function": "build", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/src/FloridaHospital/PreferenceBundle/Factory/PreferenceContextFactory.php", | |
| "line": 119, | |
| "args": [] | |
| }, | |
| { | |
| "namespace": "FloridaHospital\\PreferenceBundle\\Factory", | |
| "short_class": "PreferenceContextFactory", | |
| "class": "FloridaHospital\\PreferenceBundle\\Factory\\PreferenceContextFactory", | |
| "type": "->", | |
| "function": "get", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/src/FloridaHospital/ApiBundle/Factory/PreferenceEventRequestFactory.php", | |
| "line": 90, | |
| "args": [] | |
| }, | |
| { | |
| "namespace": "FloridaHospital\\ApiBundle\\Factory", | |
| "short_class": "PreferenceEventRequestFactory", | |
| "class": "FloridaHospital\\ApiBundle\\Factory\\PreferenceEventRequestFactory", | |
| "type": "->", | |
| "function": "get", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/src/FloridaHospital/ApiBundle/Controller/PhysicianAvailabilityController.php", | |
| "line": 328, | |
| "args": [ | |
| [ | |
| "string", | |
| "1699703553" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "FloridaHospital\\ApiBundle\\Controller", | |
| "short_class": "PhysicianAvailabilityController", | |
| "class": "FloridaHospital\\ApiBundle\\Controller\\PhysicianAvailabilityController", | |
| "type": "->", | |
| "function": "getPreferenceEventRequest", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/src/FloridaHospital/ApiBundle/Controller/PhysicianAvailabilityController.php", | |
| "line": 46, | |
| "args": [ | |
| [ | |
| "string", | |
| "1699703553" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "FloridaHospital\\ApiBundle\\Controller", | |
| "short_class": "PhysicianAvailabilityController", | |
| "class": "FloridaHospital\\ApiBundle\\Controller\\PhysicianAvailabilityController", | |
| "type": "->", | |
| "function": "indexAction", | |
| "file": null, | |
| "line": null, | |
| "args": [ | |
| [ | |
| "string", | |
| "1699703553" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "", | |
| "short_class": "", | |
| "class": "", | |
| "type": "", | |
| "function": "call_user_func_array", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php", | |
| "line": 145, | |
| "args": [ | |
| [ | |
| "array", | |
| [ | |
| [ | |
| "object", | |
| "FloridaHospital\\ApiBundle\\Controller\\PhysicianAvailabilityController" | |
| ], | |
| [ | |
| "string", | |
| "indexAction" | |
| ] | |
| ] | |
| ], | |
| [ | |
| "array", | |
| [ | |
| [ | |
| "string", | |
| "1699703553" | |
| ] | |
| ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Symfony\\Component\\HttpKernel", | |
| "short_class": "HttpKernel", | |
| "class": "Symfony\\Component\\HttpKernel\\HttpKernel", | |
| "type": "->", | |
| "function": "handleRaw", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php", | |
| "line": 66, | |
| "args": [ | |
| [ | |
| "object", | |
| "Symfony\\Component\\HttpFoundation\\Request" | |
| ], | |
| [ | |
| "string", | |
| "1" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Symfony\\Component\\HttpKernel", | |
| "short_class": "HttpKernel", | |
| "class": "Symfony\\Component\\HttpKernel\\HttpKernel", | |
| "type": "->", | |
| "function": "handle", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php", | |
| "line": 64, | |
| "args": [ | |
| [ | |
| "object", | |
| "Symfony\\Component\\HttpFoundation\\Request" | |
| ], | |
| [ | |
| "string", | |
| "1" | |
| ], | |
| [ | |
| "boolean", | |
| true | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Symfony\\Component\\HttpKernel\\DependencyInjection", | |
| "short_class": "ContainerAwareHttpKernel", | |
| "class": "Symfony\\Component\\HttpKernel\\DependencyInjection\\ContainerAwareHttpKernel", | |
| "type": "->", | |
| "function": "handle", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php", | |
| "line": 186, | |
| "args": [ | |
| [ | |
| "object", | |
| "Symfony\\Component\\HttpFoundation\\Request" | |
| ], | |
| [ | |
| "string", | |
| "1" | |
| ], | |
| [ | |
| "boolean", | |
| true | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Symfony\\Component\\HttpKernel", | |
| "short_class": "Kernel", | |
| "class": "Symfony\\Component\\HttpKernel\\Kernel", | |
| "type": "->", | |
| "function": "handle", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/web/app_dev.php", | |
| "line": 36, | |
| "args": [ | |
| [ | |
| "object", | |
| "Symfony\\Component\\HttpFoundation\\Request" | |
| ] | |
| ] | |
| } | |
| ] | |
| }, | |
| { | |
| "message": "SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '032b8e3a-65f9-11e4-bd49-3c15c2d9eaf0-002e7d00-663f-11e4-bd49-3c1' for key 'ux_physician_location_id'", | |
| "class": "PDOException", | |
| "trace": [ | |
| { | |
| "namespace": "", | |
| "short_class": "", | |
| "class": "", | |
| "type": "", | |
| "function": "", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php", | |
| "line": 91, | |
| "args": [] | |
| }, | |
| { | |
| "namespace": "", | |
| "short_class": "PDOStatement", | |
| "class": "PDOStatement", | |
| "type": "->", | |
| "function": "execute", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php", | |
| "line": 91, | |
| "args": [ | |
| [ | |
| "null", | |
| null | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Doctrine\\DBAL\\Driver", | |
| "short_class": "PDOStatement", | |
| "class": "Doctrine\\DBAL\\Driver\\PDOStatement", | |
| "type": "->", | |
| "function": "execute", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/dbal/lib/Doctrine/DBAL/Statement.php", | |
| "line": 165, | |
| "args": [ | |
| [ | |
| "null", | |
| null | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Doctrine\\DBAL", | |
| "short_class": "Statement", | |
| "class": "Doctrine\\DBAL\\Statement", | |
| "type": "->", | |
| "function": "execute", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php", | |
| "line": 279, | |
| "args": [] | |
| }, | |
| { | |
| "namespace": "Doctrine\\ORM\\Persisters", | |
| "short_class": "BasicEntityPersister", | |
| "class": "Doctrine\\ORM\\Persisters\\BasicEntityPersister", | |
| "type": "->", | |
| "function": "executeInserts", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php", | |
| "line": 966, | |
| "args": [] | |
| }, | |
| { | |
| "namespace": "Doctrine\\ORM", | |
| "short_class": "UnitOfWork", | |
| "class": "Doctrine\\ORM\\UnitOfWork", | |
| "type": "->", | |
| "function": "executeInserts", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php", | |
| "line": 335, | |
| "args": [ | |
| [ | |
| "object", | |
| "Doctrine\\ORM\\Mapping\\ClassMetadata" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Doctrine\\ORM", | |
| "short_class": "UnitOfWork", | |
| "class": "Doctrine\\ORM\\UnitOfWork", | |
| "type": "->", | |
| "function": "commit", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php", | |
| "line": 340, | |
| "args": [ | |
| [ | |
| "object", | |
| "FloridaHospital\\PreferenceBundle\\Entity\\Preference" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Doctrine\\ORM", | |
| "short_class": "EntityManager", | |
| "class": "Doctrine\\ORM\\EntityManager", | |
| "type": "->", | |
| "function": "flush", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/src/FloridaHospital/PreferenceBundle/Builder/PreferenceBuilder.php", | |
| "line": 61, | |
| "args": [ | |
| [ | |
| "object", | |
| "FloridaHospital\\PreferenceBundle\\Entity\\Preference" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "FloridaHospital\\PreferenceBundle\\Builder", | |
| "short_class": "PreferenceBuilder", | |
| "class": "FloridaHospital\\PreferenceBundle\\Builder\\PreferenceBuilder", | |
| "type": "->", | |
| "function": "build", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/src/FloridaHospital/PreferenceBundle/Factory/PreferenceContextFactory.php", | |
| "line": 119, | |
| "args": [] | |
| }, | |
| { | |
| "namespace": "FloridaHospital\\PreferenceBundle\\Factory", | |
| "short_class": "PreferenceContextFactory", | |
| "class": "FloridaHospital\\PreferenceBundle\\Factory\\PreferenceContextFactory", | |
| "type": "->", | |
| "function": "get", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/src/FloridaHospital/ApiBundle/Factory/PreferenceEventRequestFactory.php", | |
| "line": 90, | |
| "args": [] | |
| }, | |
| { | |
| "namespace": "FloridaHospital\\ApiBundle\\Factory", | |
| "short_class": "PreferenceEventRequestFactory", | |
| "class": "FloridaHospital\\ApiBundle\\Factory\\PreferenceEventRequestFactory", | |
| "type": "->", | |
| "function": "get", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/src/FloridaHospital/ApiBundle/Controller/PhysicianAvailabilityController.php", | |
| "line": 328, | |
| "args": [ | |
| [ | |
| "string", | |
| "1699703553" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "FloridaHospital\\ApiBundle\\Controller", | |
| "short_class": "PhysicianAvailabilityController", | |
| "class": "FloridaHospital\\ApiBundle\\Controller\\PhysicianAvailabilityController", | |
| "type": "->", | |
| "function": "getPreferenceEventRequest", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/src/FloridaHospital/ApiBundle/Controller/PhysicianAvailabilityController.php", | |
| "line": 46, | |
| "args": [ | |
| [ | |
| "string", | |
| "1699703553" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "FloridaHospital\\ApiBundle\\Controller", | |
| "short_class": "PhysicianAvailabilityController", | |
| "class": "FloridaHospital\\ApiBundle\\Controller\\PhysicianAvailabilityController", | |
| "type": "->", | |
| "function": "indexAction", | |
| "file": null, | |
| "line": null, | |
| "args": [ | |
| [ | |
| "string", | |
| "1699703553" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "", | |
| "short_class": "", | |
| "class": "", | |
| "type": "", | |
| "function": "call_user_func_array", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php", | |
| "line": 145, | |
| "args": [ | |
| [ | |
| "array", | |
| [ | |
| [ | |
| "object", | |
| "FloridaHospital\\ApiBundle\\Controller\\PhysicianAvailabilityController" | |
| ], | |
| [ | |
| "string", | |
| "indexAction" | |
| ] | |
| ] | |
| ], | |
| [ | |
| "array", | |
| [ | |
| [ | |
| "string", | |
| "1699703553" | |
| ] | |
| ] | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Symfony\\Component\\HttpKernel", | |
| "short_class": "HttpKernel", | |
| "class": "Symfony\\Component\\HttpKernel\\HttpKernel", | |
| "type": "->", | |
| "function": "handleRaw", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php", | |
| "line": 66, | |
| "args": [ | |
| [ | |
| "object", | |
| "Symfony\\Component\\HttpFoundation\\Request" | |
| ], | |
| [ | |
| "string", | |
| "1" | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Symfony\\Component\\HttpKernel", | |
| "short_class": "HttpKernel", | |
| "class": "Symfony\\Component\\HttpKernel\\HttpKernel", | |
| "type": "->", | |
| "function": "handle", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php", | |
| "line": 64, | |
| "args": [ | |
| [ | |
| "object", | |
| "Symfony\\Component\\HttpFoundation\\Request" | |
| ], | |
| [ | |
| "string", | |
| "1" | |
| ], | |
| [ | |
| "boolean", | |
| true | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Symfony\\Component\\HttpKernel\\DependencyInjection", | |
| "short_class": "ContainerAwareHttpKernel", | |
| "class": "Symfony\\Component\\HttpKernel\\DependencyInjection\\ContainerAwareHttpKernel", | |
| "type": "->", | |
| "function": "handle", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php", | |
| "line": 186, | |
| "args": [ | |
| [ | |
| "object", | |
| "Symfony\\Component\\HttpFoundation\\Request" | |
| ], | |
| [ | |
| "string", | |
| "1" | |
| ], | |
| [ | |
| "boolean", | |
| true | |
| ] | |
| ] | |
| }, | |
| { | |
| "namespace": "Symfony\\Component\\HttpKernel", | |
| "short_class": "Kernel", | |
| "class": "Symfony\\Component\\HttpKernel\\Kernel", | |
| "type": "->", | |
| "function": "handle", | |
| "file": "/Users/regiellis/www/apps/PHP/physician-preferences.sym/web/app_dev.php", | |
| "line": 36, | |
| "args": [ | |
| [ | |
| "object", | |
| "Symfony\\Component\\HttpFoundation\\Request" | |
| ] | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment