[2020-03-19T22:06:03.623062+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-19T22:06:03.654461+00:00] doctrine.DEBUG: CREATE TABLE migration_versions (version VARCHAR(14) NOT NULL, executed_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', PRIMARY KEY(version)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-03-19T22:06:03.699902+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-19T22:06:03.700801+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:06:03.720674+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:06:03.721717+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:06:03.722278+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-19T22:06:08.003744+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-19T22:06:08.010922+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:06:08.056562+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:06:08.057203+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:06:08.061260+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-19T22:06:08.064278+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-03-19T22:06:09.148352+00:00] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20200319220603') ORDER BY version DESC LIMIT 1 [] [] [2020-03-19T22:06:09.150742+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-03-19T22:06:09.167311+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-03-19T22:06:09.237246+00:00] doctrine.DEBUG: CREATE TABLE wilaya (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, lat DOUBLE PRECISION NOT NULL, lon DOUBLE PRECISION NOT NULL, cases INT NOT NULL, new_cases INT NOT NULL, deaths INT NOT NULL, recovered INT NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-03-19T22:06:09.313634+00:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200319220603","2020-03-19 22:06:09"] [] [2020-03-19T22:06:09.325205+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-03-19T22:19:01.889700+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0): at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:182)"} [] [2020-03-19T22:19:02.397320+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"772b33"},"request_uri":"https://localhost:8000/_wdt/772b33","method":"GET"} [] [2020-03-19T22:19:10.507810+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/admin/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":8000,"_route":"easyadmin"},"request_uri":"https://localhost:8000/admin","method":"GET"} [] [2020-03-19T22:19:10.700621+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T22:19:11.684064+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/","method":"GET"} [] [2020-03-19T22:19:11.852512+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T22:19:12.060597+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/?action=list&entity=Wilaya","method":"GET"} [] [2020-03-19T22:19:12.276134+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T22:19:12.306995+00:00] doctrine.DEBUG: SELECT DISTINCT w0_.id AS id_0, w0_.id AS id_1 FROM wilaya w0_ ORDER BY w0_.id DESC LIMIT 15 [] [] [2020-03-19T22:19:12.315311+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.lat AS lat_2, w0_.lon AS lon_3, w0_.cases AS cases_4, w0_.new_cases AS new_cases_5, w0_.deaths AS deaths_6, w0_.recovered AS recovered_7 FROM wilaya w0_ WHERE w0_.id IN (?) ORDER BY w0_.id DESC [[2,1]] [] [2020-03-19T22:19:12.328501+00:00] doctrine.DEBUG: SELECT count(w0_.id) AS sclr_0 FROM wilaya w0_ [] [] [2020-03-19T22:19:12.716619+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/easyadmin/app.css" (from "https://localhost:8000/admin/?action=list&entity=Wilaya")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/easyadmin/app.css\" (from \"https://localhost:8000/admin/?action=list&entity=Wilaya\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/easyadmin/app.css/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T22:19:13.435056+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/easyadmin/app.js" (from "https://localhost:8000/admin/?action=list&entity=Wilaya")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/easyadmin/app.js\" (from \"https://localhost:8000/admin/?action=list&entity=Wilaya\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/easyadmin/app.js/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T22:19:13.857533+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6531f0"},"request_uri":"https://localhost:8000/_wdt/6531f0","method":"GET"} [] [2020-03-19T22:19:20.234573+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/?action=list&entity=Wilaya","method":"GET"} [] [2020-03-19T22:19:20.503375+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T22:19:20.535929+00:00] doctrine.DEBUG: SELECT DISTINCT w0_.id AS id_0, w0_.id AS id_1 FROM wilaya w0_ ORDER BY w0_.id DESC LIMIT 15 [] [] [2020-03-19T22:19:20.542249+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.lat AS lat_2, w0_.lon AS lon_3, w0_.cases AS cases_4, w0_.new_cases AS new_cases_5, w0_.deaths AS deaths_6, w0_.recovered AS recovered_7 FROM wilaya w0_ WHERE w0_.id IN (?) ORDER BY w0_.id DESC [[2,1]] [] [2020-03-19T22:19:20.554642+00:00] doctrine.DEBUG: SELECT count(w0_.id) AS sclr_0 FROM wilaya w0_ [] [] [2020-03-19T22:19:20.911041+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/easyadmin/app.css" (from "https://localhost:8000/admin/?action=list&entity=Wilaya")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/easyadmin/app.css\" (from \"https://localhost:8000/admin/?action=list&entity=Wilaya\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/easyadmin/app.css/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T22:19:21.321536+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/easyadmin/app.js" (from "https://localhost:8000/admin/?action=list&entity=Wilaya")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/easyadmin/app.js\" (from \"https://localhost:8000/admin/?action=list&entity=Wilaya\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/easyadmin/app.js/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T22:19:21.700129+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12d7b6"},"request_uri":"https://localhost:8000/_wdt/12d7b6","method":"GET"} [] [2020-03-19T22:19:24.220219+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"12d7b6"},"request_uri":"https://localhost:8000/_profiler/12d7b6?panel=translation","method":"GET"} [] [2020-03-19T22:19:24.341513+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://localhost:8000/_profiler/search_bar?panel=translation","method":"GET"} [] [2020-03-19T22:19:28.471694+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/easyadmin/app.css" (from "https://localhost:8000/admin/?action=list&entity=Wilaya")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/easyadmin/app.css\" (from \"https://localhost:8000/admin/?action=list&entity=Wilaya\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/easyadmin/app.css/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T22:21:37.064784+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/?action=list&entity=Wilaya","method":"GET"} [] [2020-03-19T22:21:37.241974+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T22:21:37.266368+00:00] doctrine.DEBUG: SELECT DISTINCT w0_.id AS id_0, w0_.id AS id_1 FROM wilaya w0_ ORDER BY w0_.id DESC LIMIT 15 [] [] [2020-03-19T22:21:37.273947+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.lat AS lat_2, w0_.lon AS lon_3, w0_.cases AS cases_4, w0_.new_cases AS new_cases_5, w0_.deaths AS deaths_6, w0_.recovered AS recovered_7 FROM wilaya w0_ WHERE w0_.id IN (?) ORDER BY w0_.id DESC [[2,1]] [] [2020-03-19T22:21:37.284867+00:00] doctrine.DEBUG: SELECT count(w0_.id) AS sclr_0 FROM wilaya w0_ [] [] [2020-03-19T22:21:37.690035+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/easyadmin/app.css" (from "https://localhost:8000/admin/?action=list&entity=Wilaya")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/easyadmin/app.css\" (from \"https://localhost:8000/admin/?action=list&entity=Wilaya\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/easyadmin/app.css/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T22:21:38.146787+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/easyadmin/app.js" (from "https://localhost:8000/admin/?action=list&entity=Wilaya")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/easyadmin/app.js\" (from \"https://localhost:8000/admin/?action=list&entity=Wilaya\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/easyadmin/app.js/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T22:21:38.571236+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bbc09c"},"request_uri":"https://localhost:8000/_wdt/bbc09c","method":"GET"} [] [2020-03-19T22:21:47.910192+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/","method":"GET"} [] [2020-03-19T22:21:48.074351+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T22:21:48.280885+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/?action=list&entity=Wilaya","method":"GET"} [] [2020-03-19T22:21:48.473059+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T22:21:48.495990+00:00] doctrine.DEBUG: SELECT DISTINCT w0_.id AS id_0, w0_.id AS id_1 FROM wilaya w0_ ORDER BY w0_.id DESC LIMIT 15 [] [] [2020-03-19T22:21:48.502334+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.lat AS lat_2, w0_.lon AS lon_3, w0_.cases AS cases_4, w0_.new_cases AS new_cases_5, w0_.deaths AS deaths_6, w0_.recovered AS recovered_7 FROM wilaya w0_ WHERE w0_.id IN (?) ORDER BY w0_.id DESC [[2,1]] [] [2020-03-19T22:21:48.515703+00:00] doctrine.DEBUG: SELECT count(w0_.id) AS sclr_0 FROM wilaya w0_ [] [] [2020-03-19T22:21:48.880292+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/easyadmin/app.css" (from "https://localhost:8000/admin/?action=list&entity=Wilaya")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/easyadmin/app.css\" (from \"https://localhost:8000/admin/?action=list&entity=Wilaya\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/easyadmin/app.css/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T22:21:49.280308+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/easyadmin/app.js" (from "https://localhost:8000/admin/?action=list&entity=Wilaya")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/easyadmin/app.js\" (from \"https://localhost:8000/admin/?action=list&entity=Wilaya\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/easyadmin/app.js/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T22:21:49.658697+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"23aefa"},"request_uri":"https://localhost:8000/_wdt/23aefa","method":"GET"} [] [2020-03-19T22:21:52.523250+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/easyadmin/app.css" (from "https://localhost:8000/admin/?action=list&entity=Wilaya")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/easyadmin/app.css\" (from \"https://localhost:8000/admin/?action=list&entity=Wilaya\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/easyadmin/app.css/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T22:22:24.656748+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/?action=edit&entity=Wilaya&id=2&page=1&referer=%252Fadmin%252F%253Faction%253Dlist%2526entity%253DWilaya%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id","method":"GET"} [] [2020-03-19T22:22:24.777328+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 WHERE t0.id = ? ["2"] [] [2020-03-19T22:22:24.895590+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T22:22:25.374663+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/easyadmin/app.css" (from "https://localhost:8000/admin/?action=edit&entity=Wilaya&sortField=id&sortDirection=DESC&page=1&referer=%252Fadmin%252F%253Faction%253Dlist%2526entity%253DWilaya%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&id=2")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/easyadmin/app.css\" (from \"https://localhost:8000/admin/?action=edit&entity=Wilaya&sortField=id&sortDirection=DESC&page=1&referer=%252Fadmin%252F%253Faction%253Dlist%2526entity%253DWilaya%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&id=2\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/easyadmin/app.css/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T22:22:25.838473+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/easyadmin/app.js" (from "https://localhost:8000/admin/?action=edit&entity=Wilaya&sortField=id&sortDirection=DESC&page=1&referer=%252Fadmin%252F%253Faction%253Dlist%2526entity%253DWilaya%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&id=2")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/easyadmin/app.js\" (from \"https://localhost:8000/admin/?action=edit&entity=Wilaya&sortField=id&sortDirection=DESC&page=1&referer=%252Fadmin%252F%253Faction%253Dlist%2526entity%253DWilaya%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&id=2\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/easyadmin/app.js/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T22:22:26.309521+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /bundles/easyadmin/select2/i18n/en.js" (from "https://localhost:8000/admin/?action=edit&entity=Wilaya&sortField=id&sortDirection=DESC&page=1&referer=%252Fadmin%252F%253Faction%253Dlist%2526entity%253DWilaya%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&id=2")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /bundles/easyadmin/select2/i18n/en.js\" (from \"https://localhost:8000/admin/?action=edit&entity=Wilaya&sortField=id&sortDirection=DESC&page=1&referer=%252Fadmin%252F%253Faction%253Dlist%2526entity%253DWilaya%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&id=2\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bundles/easyadmin/select2/i18n/en.js/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T22:22:26.747767+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d92856"},"request_uri":"https://localhost:8000/_wdt/d92856","method":"GET"} [] [2020-03-19T22:45:45.335227+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/?action=edit&entity=Wilaya&id=2&page=1&referer=%252Fadmin%252F%253Faction%253Dlist%2526entity%253DWilaya%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id","method":"GET"} [] [2020-03-19T22:45:46.442974+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 WHERE t0.id = ? ["2"] [] [2020-03-19T22:45:46.627721+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T22:45:47.699730+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2ecf72"},"request_uri":"https://localhost:8000/_wdt/2ecf72","method":"GET"} [] [2020-03-19T22:50:50.962271+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-19T22:50:50.965643+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:50:51.037180+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:50:51.038080+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:50:51.088622+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-19T22:50:51.149684+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-19T22:50:51.150452+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:50:51.164124+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:50:51.164753+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:50:51.165285+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-19T22:50:51.165785+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'wilaya' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:50:51.176479+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'wilaya' */ WHERE k.table_name = 'wilaya' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:50:51.177148+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'wilaya' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:50:51.177670+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'wilaya' [] [] [2020-03-19T22:51:13.409483+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-19T22:51:13.412824+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:51:13.446593+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:51:13.447398+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:51:13.451016+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-19T22:51:13.473901+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-03-19T22:51:14.675625+00:00] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20200319220603', '20200319225051') ORDER BY version DESC LIMIT 1 [] [] [2020-03-19T22:51:14.692558+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-03-19T22:51:14.779482+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-03-19T22:51:15.317594+00:00] doctrine.DEBUG: CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, username VARCHAR(255) NOT NULL, password VARCHAR(255) NOT NULL, roles LONGTEXT NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-03-19T22:51:15.376632+00:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200319225051","2020-03-19 22:51:15"] [] [2020-03-19T22:51:15.410312+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-03-19T22:52:05.332673+00:00] php.CRITICAL: Fatal Error: Class App\Entity\User contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods (Symfony\Component\Security\Core\User\UserInterface::getSalt, Symfony\Component\Security\Core\User\UserInterface::eraseCredentials) {"exception":"[object] (Symfony\\Component\\ErrorHandler\\Error\\FatalError(code: 0): Error: Class App\\Entity\\User contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods (Symfony\\Component\\Security\\Core\\User\\UserInterface::getSalt, Symfony\\Component\\Security\\Core\\User\\UserInterface::eraseCredentials) at C:\\work_space\\symfony\\covid19\\src\\Entity\\User.php:11)"} [] [2020-03-19T22:53:48.603346+00:00] console.DEBUG: Command "make:user" exited with code "1" {"command":"make:user","code":1} [] [2020-03-19T22:55:06.397961+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/?action=edit&entity=Wilaya&id=2&page=1&referer=%252Fadmin%252F%253Faction%253Dlist%2526entity%253DWilaya%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id","method":"GET"} [] [2020-03-19T22:55:06.421525+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T22:55:06.421618+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T22:55:06.421672+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T22:55:07.052257+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 WHERE t0.id = ? ["2"] [] [2020-03-19T22:55:07.933535+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T22:55:08.749063+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e6a445"},"request_uri":"https://localhost:8000/_wdt/e6a445","method":"GET"} [] [2020-03-19T22:55:11.661328+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"GET"} [] [2020-03-19T22:55:11.708351+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T22:55:11.708588+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T22:55:11.708730+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T22:55:11.795659+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T22:55:12.236754+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc391e"},"request_uri":"https://localhost:8000/_wdt/fc391e","method":"GET"} [] [2020-03-19T22:55:30.718935+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-19T22:55:30.722581+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:55:30.753967+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:55:30.754623+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:55:30.760100+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-19T22:55:30.764395+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-19T22:55:30.765082+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:55:30.771364+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:55:30.772008+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:55:30.772578+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-19T22:55:30.773105+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:55:30.783248+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'user' */ WHERE k.table_name = 'user' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:55:30.783909+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'user' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:55:30.784478+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'user' [] [] [2020-03-19T22:55:30.784994+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'wilaya' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:55:30.795690+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'wilaya' */ WHERE k.table_name = 'wilaya' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:55:30.796297+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'wilaya' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:55:30.796866+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'wilaya' [] [] [2020-03-19T22:55:33.456224+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-19T22:55:33.459234+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:55:33.487675+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:55:33.488366+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:55:33.491783+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-19T22:55:33.495915+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-03-19T22:55:34.835185+00:00] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20200319220603', '20200319225051', '20200319225530') ORDER BY version DESC LIMIT 1 [] [] [2020-03-19T22:55:34.836832+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-03-19T22:55:34.852414+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-03-19T22:55:34.910707+00:00] doctrine.DEBUG: ALTER TABLE user ADD email VARCHAR(180) NOT NULL, DROP username, CHANGE roles roles JSON NOT NULL [] [] [2020-03-19T22:55:34.921911+00:00] doctrine.DEBUG: "ROLLBACK" [] [] [2020-03-19T22:55:34.927796+00:00] console.ERROR: Error thrown while running command ""d:m:m"". Message: "An exception occurred while executing 'ALTER TABLE user ADD email VARCHAR(180) NOT NULL, DROP username, CHANGE roles roles JSON NOT NULL': SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'JSON NOT NULL' at line 1" {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'ALTER TABLE user ADD email VARCHAR(180) NOT NULL, DROP username, CHANGE roles roles JSON NOT NULL':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'JSON NOT NULL' at line 1 at C:\\work_space\\symfony\\covid19\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:79)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'JSON NOT NULL' at line 1 at C:\\work_space\\symfony\\covid19\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:80)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'JSON NOT NULL' at line 1 at C:\\work_space\\symfony\\covid19\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:75)","command":"\"d:m:m\"","message":"An exception occurred while executing 'ALTER TABLE user ADD email VARCHAR(180) NOT NULL, DROP username, CHANGE roles roles JSON NOT NULL':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'JSON NOT NULL' at line 1"} [] [2020-03-19T22:55:34.928844+00:00] console.DEBUG: Command ""d:m:m"" exited with code "1" {"command":"\"d:m:m\"","code":1} [] [2020-03-19T22:56:05.652065+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-19T22:56:05.655598+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:56:05.689033+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:56:05.690272+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:56:05.695179+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-19T22:56:05.698247+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-03-19T22:56:06.947160+00:00] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20200319220603', '20200319225051', '20200319225530') ORDER BY version DESC LIMIT 1 [] [] [2020-03-19T22:56:06.948697+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-03-19T22:56:06.952940+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-03-19T22:56:07.004911+00:00] doctrine.DEBUG: ALTER TABLE user ADD email VARCHAR(180) NOT NULL, DROP username, CHANGE roles roles LONGTEXT NOT NULL [] [] [2020-03-19T22:56:07.017613+00:00] doctrine.DEBUG: "ROLLBACK" [] [] [2020-03-19T22:56:07.022437+00:00] console.ERROR: Error thrown while running command ""d:m:m"". Message: "An exception occurred while executing 'ALTER TABLE user ADD email VARCHAR(180) NOT NULL, DROP username, CHANGE roles roles LONGTEXT NOT NULL': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'covid19.user' doesn't exist" {"exception":"[object] (Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'ALTER TABLE user ADD email VARCHAR(180) NOT NULL, DROP username, CHANGE roles roles LONGTEXT NOT NULL':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'covid19.user' doesn't exist at C:\\work_space\\symfony\\covid19\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\AbstractMySQLDriver.php:42)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'covid19.user' doesn't exist at C:\\work_space\\symfony\\covid19\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:80)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'covid19.user' doesn't exist at C:\\work_space\\symfony\\covid19\\vendor\\doctrine\\dbal\\lib\\Doctrine\\DBAL\\Driver\\PDOConnection.php:75)","command":"\"d:m:m\"","message":"An exception occurred while executing 'ALTER TABLE user ADD email VARCHAR(180) NOT NULL, DROP username, CHANGE roles roles LONGTEXT NOT NULL':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'covid19.user' doesn't exist"} [] [2020-03-19T22:56:07.023709+00:00] console.DEBUG: Command ""d:m:m"" exited with code "1" {"command":"\"d:m:m\"","code":1} [] [2020-03-19T22:56:19.285720+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-19T22:56:19.288833+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:56:19.317741+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:56:19.318374+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:56:19.321907+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-19T22:56:19.324750+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-19T22:56:19.325393+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:56:19.331315+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:56:19.331976+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:56:19.332501+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-19T22:56:19.332985+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'wilaya' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:56:19.345682+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'wilaya' */ WHERE k.table_name = 'wilaya' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:56:19.346304+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'wilaya' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:56:19.346843+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'wilaya' [] [] [2020-03-19T22:56:32.081320+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-19T22:56:32.084315+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:56:32.111293+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:56:32.111975+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:56:32.115303+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-19T22:56:32.118360+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-03-19T22:56:32.987796+00:00] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20200319220603', '20200319225051', '20200319225619') ORDER BY version DESC LIMIT 1 [] [] [2020-03-19T22:56:32.989804+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-03-19T22:56:33.003861+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-03-19T22:56:33.056939+00:00] doctrine.DEBUG: CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles LONGTEXT NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-03-19T22:56:33.116176+00:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200319225619","2020-03-19 22:56:33"] [] [2020-03-19T22:56:33.123158+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-03-19T22:56:42.808034+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-19T22:56:42.811288+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:56:42.840114+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:56:42.840964+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:56:42.846802+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-19T22:56:42.851834+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-19T22:56:42.852723+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:56:42.860162+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:56:42.860809+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:56:42.861463+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-19T22:56:42.862045+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'user' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:56:42.873905+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'user' */ WHERE k.table_name = 'user' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:56:42.875267+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'user' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:56:42.875992+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'user' [] [] [2020-03-19T22:56:42.876614+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'covid19' AND TABLE_NAME = 'wilaya' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-19T22:56:42.892230+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'wilaya' */ WHERE k.table_name = 'wilaya' AND k.table_schema = 'covid19' /*!50116 AND c.constraint_schema = 'covid19' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-19T22:56:42.893134+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'wilaya' AND TABLE_SCHEMA = 'covid19' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-19T22:56:42.893834+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'wilaya' [] [] [2020-03-19T22:58:14.121374+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/?action=edit&entity=Wilaya&id=2&page=1&referer=%252Fadmin%252F%253Faction%253Dlist%2526entity%253DWilaya%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&sortDirection=DESC&sortField=id","method":"GET"} [] [2020-03-19T22:58:14.132622+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T22:58:14.132797+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T22:58:14.132979+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T22:58:14.137367+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T22:58:14.158635+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:97)"} [] [2020-03-19T22:58:14.159112+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-03-19T22:58:14.597472+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"GET"} [] [2020-03-19T22:58:14.646889+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T22:58:14.646971+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T22:58:14.647018+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T22:58:14.684960+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T22:58:15.355480+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"28f964"},"request_uri":"https://localhost:8000/_wdt/28f964","method":"GET"} [] [2020-03-19T23:00:34.096191+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"GET"} [] [2020-03-19T23:00:34.106943+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:00:34.107029+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:00:34.107085+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:00:34.134436+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:00:34.545970+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"46d30b"},"request_uri":"https://localhost:8000/_wdt/46d30b","method":"GET"} [] [2020-03-19T23:00:35.557630+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:00:35.616089+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:00:35.616172+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:00:35.616222+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:00:35.720006+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:00:36.097005+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"18e41d"},"request_uri":"https://localhost:8000/_wdt/18e41d","method":"GET"} [] [2020-03-19T23:00:39.410567+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/admin/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":8000,"_route":"easyadmin"},"request_uri":"https://localhost:8000/admin","method":"GET"} [] [2020-03-19T23:00:39.456989+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:00:39.457068+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:00:39.457114+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:00:39.462316+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:00:39.484450+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:97)"} [] [2020-03-19T23:00:39.485186+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-03-19T23:00:39.837009+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"GET"} [] [2020-03-19T23:00:39.887714+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:00:39.887795+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:00:39.887843+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:00:39.914356+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:00:40.267115+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"780cac"},"request_uri":"https://localhost:8000/_wdt/780cac","method":"GET"} [] [2020-03-19T23:02:36.553053+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /register"" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /register\" at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/register/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:02:37.770842+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /register"" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /register\" at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/register/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:02:38.309517+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6e18cf"},"request_uri":"https://localhost:8000/_wdt/6e18cf","method":"GET"} [] [2020-03-19T23:03:21.293269+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"https://localhost:8000/register","method":"GET"} [] [2020-03-19T23:03:21.304609+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:03:21.304706+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:03:21.304760+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:03:22.400590+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:03:22.819075+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d2b4f5"},"request_uri":"https://localhost:8000/_wdt/d2b4f5","method":"GET"} [] [2020-03-19T23:04:08.345028+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"https://localhost:8000/register","method":"POST"} [] [2020-03-19T23:04:08.406328+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:04:08.406408+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:04:08.406454+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:04:08.412103+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:04:12.064960+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? ["agent@theagency-dz.com"] [] [2020-03-19T23:04:13.195649+00:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-03-19T23:04:13.198506+00:00] doctrine.DEBUG: INSERT INTO user (email, roles, password) VALUES (?, ?, ?) {"1":"agent@theagency-dz.com","2":[],"3":"$argon2id$v=19$m=65536,t=4 [...]"} [] [2020-03-19T23:04:13.200940+00:00] doctrine.DEBUG: "COMMIT" [] [] [2020-03-19T23:04:13.237578+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-19T23:04:13.787792+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/admin/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":8000,"_route":"easyadmin"},"request_uri":"https://localhost:8000/admin","method":"GET"} [] [2020-03-19T23:04:13.904060+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:04:13.904178+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:04:13.904250+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:04:13.910324+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:04:14.001417+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:04:14.009847+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:04:14.049617+00:00] security.DEBUG: Access denied, the user is neither anonymous, nor remember-me. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:97)"} [] [2020-03-19T23:04:14.052998+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "Access Denied." at C:\work_space\symfony\covid19\vendor\symfony\security-http\Firewall\ExceptionListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): Access Denied. at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\security-http\\Firewall\\ExceptionListener.php:137)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:97)"} [] [2020-03-19T23:04:14.224873+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-19T23:04:14.895630+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b806c9"},"request_uri":"https://localhost:8000/_wdt/b806c9","method":"GET"} [] [2020-03-19T23:05:00.944459+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/admin/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":8000,"_route":"easyadmin"},"request_uri":"https://localhost:8000/admin","method":"GET"} [] [2020-03-19T23:05:00.956485+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:05:00.956566+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:05:00.956611+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:05:00.959929+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:05:01.007918+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:05:01.014265+00:00] security.DEBUG: Cannot refresh token because user has changed. {"username":"agent@theagency-dz.com","provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider"} [] [2020-03-19T23:05:01.014407+00:00] security.DEBUG: Token was deauthenticated after trying to refresh it. [] [] [2020-03-19T23:05:01.017428+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:05:01.052681+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:97)"} [] [2020-03-19T23:05:01.053764+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-03-19T23:05:01.469136+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"GET"} [] [2020-03-19T23:05:01.523278+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:05:01.523370+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:05:01.523424+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:05:01.607108+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:05:02.248993+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e07bd"},"request_uri":"https://localhost:8000/_wdt/0e07bd","method":"GET"} [] [2020-03-19T23:05:08.020797+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/admin/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":8000,"_route":"easyadmin"},"request_uri":"https://localhost:8000/admin","method":"GET"} [] [2020-03-19T23:05:08.065546+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:05:08.065626+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:05:08.065671+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:05:08.070216+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:05:08.100036+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:97)"} [] [2020-03-19T23:05:08.101351+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-03-19T23:05:08.451580+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"GET"} [] [2020-03-19T23:05:08.502336+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:05:08.502419+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:05:08.502473+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:05:08.527831+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:05:08.886221+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d12f6e"},"request_uri":"https://localhost:8000/_wdt/d12f6e","method":"GET"} [] [2020-03-19T23:05:31.679156+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"POST"} [] [2020-03-19T23:05:31.740111+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:05:31.740196+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:05:31.740258+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:05:31.742061+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:05:31.786689+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["agent@thagency-dz.com"] [] [2020-03-19T23:05:31.793621+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\work_space\\symfony\\covid19\\src\\Security\\AppCustomAuthenticator.php:72)","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:05:31.802187+00:00] security.DEBUG: The "App\Security\AppCustomAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:05:32.104428+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"GET"} [] [2020-03-19T23:05:32.147771+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:05:32.147855+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:05:32.147909+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:05:32.196794+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:05:32.515795+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4d9f26"},"request_uri":"https://localhost:8000/_wdt/4d9f26","method":"GET"} [] [2020-03-19T23:06:00.160874+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"POST"} [] [2020-03-19T23:06:00.204694+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:06:00.204776+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:00.204836+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:00.206553+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:00.253341+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["agent@theagency-dz.com"] [] [2020-03-19T23:06:00.652547+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"agent@theagency-dz.com\", authenticated=true, roles=\"AGENT_ADMIN, ROLE_USER\")"},"authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:00.658043+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 19 Mar 2020 23:06:00 GMT\r\nLocation: https://localhost:8000/admin\r\n\r\n\n\n \n \n \n\n Redirecting to https://localhost:8000/admin\n \n \n Redirecting to https://localhost:8000/admin.\n \n"},"authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:00.658166+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:00.658213+00:00] security.DEBUG: The "App\Security\AppCustomAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:00.682012+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-19T23:06:00.978320+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/admin/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":8000,"_route":"easyadmin"},"request_uri":"https://localhost:8000/admin","method":"GET"} [] [2020-03-19T23:06:01.021297+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:06:01.021379+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:01.021429+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:01.024405+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:06:01.062737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:06:01.067742+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:06:01.090131+00:00] security.DEBUG: Access denied, the user is neither anonymous, nor remember-me. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:97)"} [] [2020-03-19T23:06:01.092998+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "Access Denied." at C:\work_space\symfony\covid19\vendor\symfony\security-http\Firewall\ExceptionListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): Access Denied. at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\security-http\\Firewall\\ExceptionListener.php:137)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:97)"} [] [2020-03-19T23:06:01.216856+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-19T23:06:01.685840+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4f8b0e"},"request_uri":"https://localhost:8000/_wdt/4f8b0e","method":"GET"} [] [2020-03-19T23:06:43.483721+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/admin/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":8000,"_route":"easyadmin"},"request_uri":"https://localhost:8000/admin","method":"GET"} [] [2020-03-19T23:06:43.495772+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:06:43.495857+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:43.495911+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:43.595897+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:06:43.646323+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:06:43.651709+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:06:44.003421+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/","method":"GET"} [] [2020-03-19T23:06:44.077253+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:06:44.077336+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:44.077383+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:44.215226+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:06:44.235198+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:06:44.243599+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:06:44.614700+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/?action=list&entity=Wilaya","method":"GET"} [] [2020-03-19T23:06:44.662417+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:06:44.662500+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:44.662557+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:45.016441+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:06:45.037547+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:06:45.039900+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:06:45.062898+00:00] doctrine.DEBUG: SELECT DISTINCT w0_.id AS id_0, w0_.id AS id_1 FROM wilaya w0_ ORDER BY w0_.id DESC LIMIT 15 [] [] [2020-03-19T23:06:45.068764+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.lat AS lat_2, w0_.lon AS lon_3, w0_.cases AS cases_4, w0_.new_cases AS new_cases_5, w0_.deaths AS deaths_6, w0_.recovered AS recovered_7 FROM wilaya w0_ WHERE w0_.id IN (?) ORDER BY w0_.id DESC [[2,1]] [] [2020-03-19T23:06:45.157477+00:00] doctrine.DEBUG: SELECT count(w0_.id) AS sclr_0 FROM wilaya w0_ [] [] [2020-03-19T23:06:45.211671+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-19T23:06:45.816145+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0905d5"},"request_uri":"https://localhost:8000/_wdt/0905d5","method":"GET"} [] [2020-03-19T23:06:54.164374+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/?action=list&entity=Wilaya","method":"GET"} [] [2020-03-19T23:06:54.176253+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:06:54.176371+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:54.176432+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:06:54.179574+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:06:54.226831+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:06:54.231795+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:06:54.255796+00:00] security.DEBUG: Access denied, the user is neither anonymous, nor remember-me. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:97)"} [] [2020-03-19T23:06:54.258686+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException: "Access Denied." at C:\work_space\symfony\covid19\vendor\symfony\security-http\Firewall\ExceptionListener.php line 137 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\AccessDeniedHttpException(code: 0): Access Denied. at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\security-http\\Firewall\\ExceptionListener.php:137)\n[previous exception] [object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:97)"} [] [2020-03-19T23:06:54.345357+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-19T23:06:55.189436+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2134c2"},"request_uri":"https://localhost:8000/_wdt/2134c2","method":"GET"} [] [2020-03-19T23:06:58.652773+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2134c2"},"request_uri":"https://localhost:8000/_profiler/2134c2?panel=logger","method":"GET"} [] [2020-03-19T23:06:58.949235+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"https://localhost:8000/_profiler/search_bar?panel=logger","method":"GET"} [] [2020-03-19T23:08:19.792518+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"GET"} [] [2020-03-19T23:08:19.867952+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:08:19.868091+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:08:19.868182+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:08:19.928808+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:08:20.023294+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:08:20.032735+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:08:20.094092+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-19T23:08:20.572662+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"12c6d8"},"request_uri":"https://localhost:8000/_wdt/12c6d8","method":"GET"} [] [2020-03-19T23:11:21.815978+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"https://localhost:8000/logout","method":"GET"} [] [2020-03-19T23:11:21.825797+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:11:21.825892+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:11:21.825958+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:11:21.832411+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:11:21.916145+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:11:21.921874+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:11:22.316075+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:11:22.369902+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:11:22.369992+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:11:22.370040+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:11:22.442302+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:11:22.991039+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"43365b"},"request_uri":"https://localhost:8000/_wdt/43365b","method":"GET"} [] [2020-03-19T23:11:25.873059+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"GET"} [] [2020-03-19T23:11:25.913377+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:11:25.913468+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:11:25.913519+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:11:25.939991+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:11:26.781617+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0682af"},"request_uri":"https://localhost:8000/_wdt/0682af","method":"GET"} [] [2020-03-19T23:11:40.461986+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"POST"} [] [2020-03-19T23:11:40.506969+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:11:40.507054+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:11:40.507118+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:11:40.509515+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:11:40.530825+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\InvalidCsrfTokenException(code: 0): at C:\\work_space\\symfony\\covid19\\src\\Security\\AppCustomAuthenticator.php:65)","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:11:40.538326+00:00] security.DEBUG: The "App\Security\AppCustomAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:11:40.858095+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"GET"} [] [2020-03-19T23:11:40.906450+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:11:40.906612+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:11:40.906674+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:11:40.957965+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:11:41.267165+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2d22ee"},"request_uri":"https://localhost:8000/_wdt/2d22ee","method":"GET"} [] [2020-03-19T23:13:24.735212+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"GET"} [] [2020-03-19T23:13:24.746173+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:13:24.746270+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:13:24.746323+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:13:24.848556+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:13:25.319405+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"600a2e"},"request_uri":"https://localhost:8000/_wdt/600a2e","method":"GET"} [] [2020-03-19T23:13:44.897495+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"POST"} [] [2020-03-19T23:13:44.959377+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:13:44.959519+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:13:44.959717+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:13:44.962361+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:13:45.041844+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["agent_admin"] [] [2020-03-19T23:13:45.054620+00:00] security.INFO: Guard authentication failed. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\CustomUserMessageAuthenticationException(code: 0): Email could not be found. at C:\\work_space\\symfony\\covid19\\src\\Security\\AppCustomAuthenticator.php:72)","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:13:45.063483+00:00] security.DEBUG: The "App\Security\AppCustomAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:13:45.378861+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"GET"} [] [2020-03-19T23:13:45.453051+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:13:45.453284+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:13:45.453382+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:13:45.532283+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:13:45.877164+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"561808"},"request_uri":"https://localhost:8000/_wdt/561808","method":"GET"} [] [2020-03-19T23:14:29.756549+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"POST"} [] [2020-03-19T23:14:29.768556+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:14:29.768644+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:29.768712+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:29.771086+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:29.820472+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["agent@theagency-dz.com"] [] [2020-03-19T23:14:30.241533+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"agent@theagency-dz.com\", authenticated=true, roles=\"ROLE_ADMIN, ROLE_USER\")"},"authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:30.250964+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 19 Mar 2020 23:14:30 GMT\r\nLocation: /\r\n\r\n\n\n \n \n \n\n Redirecting to /\n \n \n Redirecting to /.\n \n"},"authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:30.251130+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:30.251249+00:00] security.DEBUG: The "App\Security\AppCustomAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:30.273752+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-19T23:14:30.795562+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:14:30.895210+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:14:30.895336+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:30.895414+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:30.961187+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:14:30.999394+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:14:31.004696+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:14:31.375201+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d102cc"},"request_uri":"https://localhost:8000/_wdt/d102cc","method":"GET"} [] [2020-03-19T23:14:37.128493+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/admin/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":8000,"_route":"easyadmin"},"request_uri":"https://localhost:8000/admin","method":"GET"} [] [2020-03-19T23:14:37.174863+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:14:37.174949+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:37.175006+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:37.178165+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:14:37.216513+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:14:37.221194+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:14:37.250496+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-19T23:14:37.630435+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/","method":"GET"} [] [2020-03-19T23:14:37.687001+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:14:37.687090+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:37.687146+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:37.690529+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:14:37.736110+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:14:37.741696+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:14:37.811735+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-19T23:14:38.079247+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/?action=list&entity=Wilaya","method":"GET"} [] [2020-03-19T23:14:38.123284+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:14:38.123370+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:38.123418+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:38.126275+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:14:38.173737+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:14:38.178987+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:14:38.363887+00:00] doctrine.DEBUG: SELECT DISTINCT w0_.id AS id_0, w0_.id AS id_1 FROM wilaya w0_ ORDER BY w0_.id DESC LIMIT 15 [] [] [2020-03-19T23:14:38.371495+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.lat AS lat_2, w0_.lon AS lon_3, w0_.cases AS cases_4, w0_.new_cases AS new_cases_5, w0_.deaths AS deaths_6, w0_.recovered AS recovered_7 FROM wilaya w0_ WHERE w0_.id IN (?) ORDER BY w0_.id DESC [[2,1]] [] [2020-03-19T23:14:38.382022+00:00] doctrine.DEBUG: SELECT count(w0_.id) AS sclr_0 FROM wilaya w0_ [] [] [2020-03-19T23:14:38.426931+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-19T23:14:38.955938+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8a8d63"},"request_uri":"https://localhost:8000/_wdt/8a8d63","method":"GET"} [] [2020-03-19T23:14:51.922145+00:00] request.INFO: Matched route "app_logout". {"route":"app_logout","route_parameters":{"_route":"app_logout","_controller":"App\\Controller\\SecurityController::logout"},"request_uri":"https://localhost:8000/logout","method":"GET"} [] [2020-03-19T23:14:51.965874+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:14:51.965971+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:51.966029+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:51.972202+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:14:52.009344+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:14:52.014366+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:14:52.315769+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:14:52.360847+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:14:52.360986+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:52.361047+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:52.405695+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:14:52.742994+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"776c2b"},"request_uri":"https://localhost:8000/_wdt/776c2b","method":"GET"} [] [2020-03-19T23:14:57.371576+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/admin/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":8000,"_route":"easyadmin"},"request_uri":"https://localhost:8000/admin","method":"GET"} [] [2020-03-19T23:14:57.416169+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:14:57.416258+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:57.416304+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:57.420394+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:14:57.442771+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:97)"} [] [2020-03-19T23:14:57.443560+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2020-03-19T23:14:57.805914+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"GET"} [] [2020-03-19T23:14:57.850336+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:14:57.850482+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:57.850555+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:14:57.942709+00:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-19T23:14:58.355217+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b8ba63"},"request_uri":"https://localhost:8000/_wdt/b8ba63","method":"GET"} [] [2020-03-19T23:15:18.146802+00:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://localhost:8000/login","method":"POST"} [] [2020-03-19T23:15:18.194453+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:15:18.194546+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:15:18.194610+00:00] security.DEBUG: Calling getCredentials() on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:15:18.197131+00:00] security.DEBUG: Passing guard token information to the GuardAuthenticationProvider {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:15:18.249464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.email = ? LIMIT 1 ["agent@theagency-dz.com"] [] [2020-03-19T23:15:18.595479+00:00] security.INFO: Guard authentication successful! {"token":{"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken":"PostAuthenticationGuardToken(user=\"agent@theagency-dz.com\", authenticated=true, roles=\"ROLE_ADMIN, ROLE_USER\")"},"authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:15:18.601588+00:00] security.DEBUG: Guard authenticator set success response. {"response":{"Symfony\\Component\\HttpFoundation\\RedirectResponse":"HTTP/1.0 302 Found\r\nCache-Control: no-cache, private\r\nDate: Thu, 19 Mar 2020 23:15:18 GMT\r\nLocation: https://localhost:8000/admin\r\n\r\n\n\n \n \n \n\n Redirecting to https://localhost:8000/admin\n \n \n Redirecting to https://localhost:8000/admin.\n \n"},"authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:15:18.601707+00:00] security.DEBUG: Remember me skipped: it is not configured for the firewall. {"authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:15:18.601760+00:00] security.DEBUG: The "App\Security\AppCustomAuthenticator" authenticator set the response. Any later authenticator will not be called {"authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:15:18.621086+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-19T23:15:18.912121+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_controller":"Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController::urlRedirectAction","path":"/admin/","permanent":true,"scheme":null,"httpPort":80,"httpsPort":8000,"_route":"easyadmin"},"request_uri":"https://localhost:8000/admin","method":"GET"} [] [2020-03-19T23:15:18.957555+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:15:18.957637+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:15:18.957682+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:15:18.960668+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:15:18.997979+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:15:19.003843+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:15:19.036207+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-19T23:15:19.367203+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/","method":"GET"} [] [2020-03-19T23:15:19.410896+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:15:19.411026+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:15:19.411078+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:15:19.413890+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:15:19.452119+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:15:19.456784+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:15:19.524384+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-19T23:15:19.788444+00:00] request.INFO: Matched route "easyadmin". {"route":"easyadmin","route_parameters":{"_route":"easyadmin","_controller":"EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController::indexAction"},"request_uri":"https://localhost:8000/admin/?action=list&entity=Wilaya","method":"GET"} [] [2020-03-19T23:15:19.847047+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:15:19.847169+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:15:19.847228+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:15:19.851935+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:15:19.901144+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:15:19.906995+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:15:20.059688+00:00] doctrine.DEBUG: SELECT DISTINCT w0_.id AS id_0, w0_.id AS id_1 FROM wilaya w0_ ORDER BY w0_.id DESC LIMIT 15 [] [] [2020-03-19T23:15:20.070408+00:00] doctrine.DEBUG: SELECT w0_.id AS id_0, w0_.name AS name_1, w0_.lat AS lat_2, w0_.lon AS lon_3, w0_.cases AS cases_4, w0_.new_cases AS new_cases_5, w0_.deaths AS deaths_6, w0_.recovered AS recovered_7 FROM wilaya w0_ WHERE w0_.id IN (?) ORDER BY w0_.id DESC [[2,1]] [] [2020-03-19T23:15:20.085062+00:00] doctrine.DEBUG: SELECT count(w0_.id) AS sclr_0 FROM wilaya w0_ [] [] [2020-03-19T23:15:20.136498+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-19T23:15:20.647061+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14ea21"},"request_uri":"https://localhost:8000/_wdt/14ea21","method":"GET"} [] [2020-03-19T23:16:00.349716+00:00] request.INFO: Matched route "app_register". {"route":"app_register","route_parameters":{"_route":"app_register","_controller":"App\\Controller\\RegistrationController::register"},"request_uri":"https://localhost:8000/register","method":"GET"} [] [2020-03-19T23:16:00.393069+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:16:00.393151+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:16:00.393200+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:16:00.560098+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:16:00.571022+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:16:00.575781+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:16:01.010688+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f4c13"},"request_uri":"https://localhost:8000/_wdt/3f4c13","method":"GET"} [] [2020-03-19T23:16:22.784507+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:16:22.838045+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:16:22.838131+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:16:22.838183+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:16:22.890461+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:16:22.932484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:16:22.937854+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:16:23.377012+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b4aa4"},"request_uri":"https://localhost:8000/_wdt/6b4aa4","method":"GET"} [] [2020-03-19T23:20:46.781283+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:20:46.837469+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:20:46.837589+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:20:46.837642+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:20:46.986953+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:20:47.035195+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:20:47.040628+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:20:47.729159+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1e869"},"request_uri":"https://localhost:8000/_wdt/d1e869","method":"GET"} [] [2020-03-19T23:20:48.114813+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:20:48.554355+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:20:49.495552+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:20:50.087666+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:20:50.485247+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:20:51.627617+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:20:52.692204+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:20:53.522706+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:20:54.517509+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:20:55.784116+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:20:56.736921+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:20:57.561504+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:20:58.586208+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:20:59.575516+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:00.679727+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:01.566117+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:02.598914+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:03.644051+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:04.581579+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:05.625222+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:06.633618+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:07.648754+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:08.656598+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:09.669196+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:10.689876+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:11.684217+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:12.705589+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:13.788999+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:14.846675+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:15.817586+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:16.758012+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:17.776804+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:18.766035+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:19.829753+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:20.795922+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:21.818830+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:22.823611+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:23.824523+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:24.872917+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:25.832938+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:26.863504+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:27.871912+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:28.876787+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:29.888782+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:30.923997+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:31.909060+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:32.918075+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:33.927213+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:34.932163+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:35.910518+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:37.048901+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:37.961957+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:38.975830+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:40.027482+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:41.036673+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:42.018752+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:43.003573+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:44.034223+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:45.026984+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:46.016200+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:47.085121+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:48.019351+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:49.066257+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:50.101331+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:51.108931+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:52.069931+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:53.084288+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:54.107424+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:55.144258+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:56.106791+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:57.227532+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:58.144282+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:21:59.193510+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:22:00.183425+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:22:01.148682+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:22:02.301279+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:22:03.135407+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:22:04.175824+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:22:05.249502+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:22:06.153750+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:22:07.207329+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:22:08.283697+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:22:09.282120+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:22:10.248440+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:22:10.723677+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:22:10.787868+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:22:10.787992+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:22:10.788074+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:22:10.917766+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:22:10.969924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:22:10.975079+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:22:11.817843+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /marker.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /marker.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/marker.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:22:12.159401+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ea6dd"},"request_uri":"https://localhost:8000/_wdt/7ea6dd","method":"GET"} [] [2020-03-19T23:35:50.964942+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:35:51.020451+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:35:51.020534+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:35:51.020585+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:35:51.150600+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:35:51.204051+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:35:51.209576+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:35:51.834351+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d16ec5"},"request_uri":"https://localhost:8000/_wdt/d16ec5","method":"GET"} [] [2020-03-19T23:35:52.236324+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:36:01.375755+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:36:01.426916+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:36:01.426997+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:36:01.427044+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:36:01.550115+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:36:01.608643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:36:01.614361+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:36:02.233812+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2133de"},"request_uri":"https://localhost:8000/_wdt/2133de","method":"GET"} [] [2020-03-19T23:36:09.420950+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:36:09.489358+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:36:09.489492+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:36:09.489609+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:36:09.601042+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:36:09.646426+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:36:09.651418+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:36:10.255389+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b738fd"},"request_uri":"https://localhost:8000/_wdt/b738fd","method":"GET"} [] [2020-03-19T23:36:10.623114+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:36:14.258018+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:36:14.300482+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:36:14.300565+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:36:14.300616+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:36:14.334891+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:36:14.369176+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:36:14.373865+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:36:15.049668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2324df"},"request_uri":"https://localhost:8000/_wdt/2324df","method":"GET"} [] [2020-03-19T23:36:15.455848+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:36:15.849571+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:36:35.509561+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:36:35.559599+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:36:35.559688+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:36:35.559738+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:36:35.684422+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:36:35.738024+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:36:35.743211+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:36:36.362584+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ecc6da"},"request_uri":"https://localhost:8000/_wdt/ecc6da","method":"GET"} [] [2020-03-19T23:36:36.746068+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:37:24.324172+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:37:24.379751+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:37:24.379831+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:37:24.379876+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:37:24.526236+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:37:24.581717+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:37:24.589391+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:37:25.205050+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bc95c5"},"request_uri":"https://localhost:8000/_wdt/bc95c5","method":"GET"} [] [2020-03-19T23:37:25.568699+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:37:26.163616+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:37:27.221763+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:37:28.143817+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:37:29.159986+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:37:30.254804+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:37:31.142143+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:37:32.178428+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:37:33.121014+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:37:34.259796+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:37:35.145067+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:37:36.258107+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/%3Cdiv%20style=%22width:%2020px;%20height:%2020px;%20background-color:%20/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-19T23:37:36.640866+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:37:36.688416+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:37:36.688497+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:37:36.688543+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:37:36.793309+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:37:36.845192+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:37:36.854015+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:37:37.569035+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5d5574"},"request_uri":"https://localhost:8000/_wdt/5d5574","method":"GET"} [] [2020-03-19T23:39:04.216090+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:39:04.269357+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:39:04.269443+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:39:04.269490+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:39:04.380681+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:39:04.429580+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:39:04.434672+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:39:04.834022+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"93223c"},"request_uri":"https://localhost:8000/_wdt/93223c","method":"GET"} [] [2020-03-19T23:39:07.251436+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:39:07.294720+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:39:07.294803+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:39:07.294853+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:39:07.329011+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:39:07.362262+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:39:07.367334+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:39:07.679340+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8e590"},"request_uri":"https://localhost:8000/_wdt/a8e590","method":"GET"} [] [2020-03-19T23:39:35.974250+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:39:36.021704+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:39:36.021859+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:39:36.021917+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:39:36.168904+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:39:36.221263+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:39:36.228473+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:39:37.176046+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"92ce39"},"request_uri":"https://localhost:8000/_wdt/92ce39","method":"GET"} [] [2020-03-19T23:40:25.323710+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:40:25.414778+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:40:25.414926+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:40:25.415025+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:40:25.596888+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:40:25.653402+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:40:25.659756+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:40:26.462477+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9f5be3"},"request_uri":"https://localhost:8000/_wdt/9f5be3","method":"GET"} [] [2020-03-19T23:40:26.785486+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:40:26.829573+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:40:26.829761+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:40:26.829882+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:40:26.879523+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:40:26.913911+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:40:26.918786+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:40:27.419811+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5f81b8"},"request_uri":"https://localhost:8000/_wdt/5f81b8","method":"GET"} [] [2020-03-19T23:40:57.972298+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:40:58.040789+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:40:58.040895+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:40:58.040945+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:40:58.225478+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:40:58.306702+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:40:58.313599+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:40:59.037638+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5831db"},"request_uri":"https://localhost:8000/_wdt/5831db","method":"GET"} [] [2020-03-19T23:41:02.184670+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:41:02.251317+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:41:02.251413+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:41:02.251462+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:41:02.300074+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:41:02.344735+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:41:02.349166+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:41:02.899712+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c9f9c6"},"request_uri":"https://localhost:8000/_wdt/c9f9c6","method":"GET"} [] [2020-03-19T23:41:12.363453+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:41:12.406194+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:41:12.406282+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:41:12.406443+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:41:12.518443+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:41:12.583150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:41:12.592919+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:41:13.394199+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa3883"},"request_uri":"https://localhost:8000/_wdt/aa3883","method":"GET"} [] [2020-03-19T23:44:15.447348+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:44:15.503187+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:44:15.503269+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:44:15.503315+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:44:15.610266+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:44:15.664877+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:44:15.672108+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:44:16.371990+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5fc352"},"request_uri":"https://localhost:8000/_wdt/5fc352","method":"GET"} [] [2020-03-19T23:44:38.976561+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:44:39.033886+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:44:39.033970+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:44:39.034016+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:44:39.184866+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:44:39.258830+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:44:39.268793+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:44:40.042228+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"488028"},"request_uri":"https://localhost:8000/_wdt/488028","method":"GET"} [] [2020-03-19T23:45:48.506133+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:45:48.551535+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:45:48.551618+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:45:48.551670+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:45:48.672799+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:45:48.720797+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:45:48.726027+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:45:49.415679+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"991b09"},"request_uri":"https://localhost:8000/_wdt/991b09","method":"GET"} [] [2020-03-19T23:47:38.578560+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:47:38.625874+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:47:38.625973+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:47:38.626034+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:47:38.746592+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:47:38.792479+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:47:38.797677+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:47:39.395608+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c26fd"},"request_uri":"https://localhost:8000/_wdt/7c26fd","method":"GET"} [] [2020-03-19T23:47:50.230713+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:47:50.281536+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:47:50.281621+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:47:50.281670+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:47:50.405977+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:47:50.463174+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:47:50.474120+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:47:51.232471+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"950c38"},"request_uri":"https://localhost:8000/_wdt/950c38","method":"GET"} [] [2020-03-19T23:48:41.828168+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:48:41.880861+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:48:41.880945+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:48:41.881002+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:48:42.006191+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:48:42.052111+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:48:42.057336+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:48:42.625755+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ab4a23"},"request_uri":"https://localhost:8000/_wdt/ab4a23","method":"GET"} [] [2020-03-19T23:50:01.726859+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:50:01.782165+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:50:01.782247+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:50:01.782293+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:50:01.923949+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:50:01.992450+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:50:01.999989+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:50:02.705650+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7c0d5c"},"request_uri":"https://localhost:8000/_wdt/7c0d5c","method":"GET"} [] [2020-03-19T23:50:30.421921+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:50:30.472848+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:50:30.472932+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:50:30.472978+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:50:30.635809+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:50:30.683069+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:50:30.688264+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:50:31.657352+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"82dfd5"},"request_uri":"https://localhost:8000/_wdt/82dfd5","method":"GET"} [] [2020-03-19T23:54:34.946264+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:54:35.018366+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:54:35.018457+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:54:35.018506+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:54:35.149781+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:54:35.209490+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:54:35.214921+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:54:35.888257+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0d54f2"},"request_uri":"https://localhost:8000/_wdt/0d54f2","method":"GET"} [] [2020-03-19T23:55:30.508251+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:55:30.554733+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:55:30.554813+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:55:30.554858+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:55:30.673305+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:55:30.740335+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:55:30.746423+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:55:31.474759+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cd4f4a"},"request_uri":"https://localhost:8000/_wdt/cd4f4a","method":"GET"} [] [2020-03-19T23:55:37.130787+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:55:37.201570+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:55:37.201661+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:55:37.201718+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:55:37.332554+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:55:37.378787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:55:37.383811+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:55:37.923032+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"730a2f"},"request_uri":"https://localhost:8000/_wdt/730a2f","method":"GET"} [] [2020-03-19T23:55:57.158577+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:55:57.225283+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:55:57.225370+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:55:57.225426+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:55:57.379904+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:55:57.444856+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:55:57.450671+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:55:58.109364+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cc3f31"},"request_uri":"https://localhost:8000/_wdt/cc3f31","method":"GET"} [] [2020-03-19T23:57:10.500166+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:57:10.544398+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:57:10.544484+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:57:10.544537+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:57:10.672931+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:57:10.727464+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:57:10.733525+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:57:11.333498+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe1360"},"request_uri":"https://localhost:8000/_wdt/fe1360","method":"GET"} [] [2020-03-19T23:58:15.900312+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:58:15.973547+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:58:15.973633+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:58:15.973682+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:58:16.143760+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:58:16.228400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:58:16.237490+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:58:16.998151+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f58449"},"request_uri":"https://localhost:8000/_wdt/f58449","method":"GET"} [] [2020-03-19T23:58:35.445154+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:58:35.530777+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:58:35.530864+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:58:35.530913+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:58:35.680077+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:58:35.749506+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:58:35.759162+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:58:36.437971+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"98cee4"},"request_uri":"https://localhost:8000/_wdt/98cee4","method":"GET"} [] [2020-03-19T23:58:58.209401+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:58:58.306075+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:58:58.306210+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:58:58.306318+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:58:58.469263+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:58:58.523649+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:58:58.528913+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:58:59.330006+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"251610"},"request_uri":"https://localhost:8000/_wdt/251610","method":"GET"} [] [2020-03-19T23:59:04.724300+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-19T23:59:04.770733+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-19T23:59:04.770828+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:59:04.770884+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-19T23:59:04.812646+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-19T23:59:04.852839+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-19T23:59:04.860836+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-19T23:59:05.349973+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb14eb"},"request_uri":"https://localhost:8000/_wdt/fb14eb","method":"GET"} [] [2020-03-20T00:00:17.461830+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:00:17.508929+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:00:17.509017+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:00:17.509069+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:00:17.643340+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:00:17.699015+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:00:17.704363+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:00:18.302264+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9c4431"},"request_uri":"https://localhost:8000/_wdt/9c4431","method":"GET"} [] [2020-03-20T00:01:44.091564+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:01:44.139872+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:01:44.139960+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:01:44.140013+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:01:44.285735+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:01:44.352553+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:01:44.357561+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:01:44.768570+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aa706a"},"request_uri":"https://localhost:8000/_wdt/aa706a","method":"GET"} [] [2020-03-20T00:01:56.106690+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:01:56.157804+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:01:56.157921+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:01:56.157969+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:01:56.193006+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:01:56.227520+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:01:56.233058+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:01:56.673501+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"73464d"},"request_uri":"https://localhost:8000/_wdt/73464d","method":"GET"} [] [2020-03-20T00:03:06.402976+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:03:06.461954+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:03:06.462041+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:03:06.462096+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:03:06.587215+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:03:06.632646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:03:06.637650+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:03:07.190326+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9bfb11"},"request_uri":"https://localhost:8000/_wdt/9bfb11","method":"GET"} [] [2020-03-20T00:03:20.746862+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:03:20.799260+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:03:20.799350+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:03:20.799399+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:03:20.952521+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:03:21.013400+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:03:21.019457+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:03:21.650114+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"183834"},"request_uri":"https://localhost:8000/_wdt/183834","method":"GET"} [] [2020-03-20T00:03:44.480823+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:03:44.545785+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:03:44.545874+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:03:44.545923+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:03:44.674976+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:03:44.725242+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:03:44.730198+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:03:45.333377+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e72ae"},"request_uri":"https://localhost:8000/_wdt/0e72ae","method":"GET"} [] [2020-03-20T00:03:57.958246+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:03:58.009051+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:03:58.009142+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:03:58.009198+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:03:58.142345+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:03:58.195387+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:03:58.201351+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:03:58.881896+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0e7a0e"},"request_uri":"https://localhost:8000/_wdt/0e7a0e","method":"GET"} [] [2020-03-20T00:04:26.274123+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:04:26.327650+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:04:26.327732+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:04:26.327779+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:04:26.457436+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:04:26.509848+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:04:26.514973+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:04:27.202483+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d1da66"},"request_uri":"https://localhost:8000/_wdt/d1da66","method":"GET"} [] [2020-03-20T00:05:19.792669+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:05:19.837536+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:05:19.837618+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:05:19.837668+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:05:19.990516+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:05:20.070401+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:05:20.079620+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:05:20.819696+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7c902"},"request_uri":"https://localhost:8000/_wdt/c7c902","method":"GET"} [] [2020-03-20T00:23:54.275757+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:23:54.328918+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:23:54.328998+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:23:54.329043+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:23:54.430502+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:23:54.477449+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:23:54.483453+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:23:55.217573+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"909b6b"},"request_uri":"https://localhost:8000/_wdt/909b6b","method":"GET"} [] [2020-03-20T00:24:59.808565+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:24:59.856474+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:24:59.856621+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:24:59.856704+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:25:00.005598+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:25:00.069017+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:25:00.075022+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:25:00.526696+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b12a1"},"request_uri":"https://localhost:8000/_wdt/8b12a1","method":"GET"} [] [2020-03-20T00:25:04.751224+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /css/style.css.map"" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /css/style.css.map\" at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/style.css.map/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:25:31.772742+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:25:31.820530+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:25:31.820655+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:25:31.820725+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:25:31.866065+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:25:31.910201+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:25:31.916031+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:25:32.289312+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a9c4bf"},"request_uri":"https://localhost:8000/_wdt/a9c4bf","method":"GET"} [] [2020-03-20T00:26:04.650597+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /css/style.css.map"" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /css/style.css.map\" at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/css/style.css.map/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:26:16.026376+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:26:16.077352+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:26:16.077445+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:26:16.077495+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:26:16.182064+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:26:16.244986+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:26:16.250410+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:26:16.744433+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:26:17.333999+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5104e4"},"request_uri":"https://localhost:8000/_wdt/5104e4","method":"GET"} [] [2020-03-20T00:26:24.124970+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /style.css" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /style.css\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/style.css/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:26:48.422641+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:26:48.480532+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:26:48.480681+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:26:48.480734+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:26:48.584599+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:26:48.643354+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:26:48.648361+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:26:49.587719+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7344ec"},"request_uri":"https://localhost:8000/_wdt/7344ec","method":"GET"} [] [2020-03-20T00:26:50.173845+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:27:04.638232+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:27:04.701113+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:27:04.702169+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:27:04.702299+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:27:04.903349+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:27:04.963615+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:27:04.972596+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:27:06.582570+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"51aa3d"},"request_uri":"https://localhost:8000/_wdt/51aa3d","method":"GET"} [] [2020-03-20T00:27:06.940869+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:27:23.658481+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cas.html" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cas.html\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cas.html/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:27:24.281007+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8c1714"},"request_uri":"https://localhost:8000/_wdt/8c1714","method":"GET"} [] [2020-03-20T00:31:26.889875+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:31:26.951945+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:31:26.952038+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:31:26.952087+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:31:27.062718+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:31:27.112258+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:31:27.117369+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:31:27.617505+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f1278a"},"request_uri":"https://localhost:8000/_wdt/f1278a","method":"GET"} [] [2020-03-20T00:31:58.120470+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /cas.html" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /cas.html\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cas.html/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:31:58.646397+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c7cdde"},"request_uri":"https://localhost:8000/_wdt/c7cdde","method":"GET"} [] [2020-03-20T00:33:48.082990+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:33:48.118110+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:33:48.118240+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:33:48.118326+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:33:48.366023+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:33:48.414099+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:33:48.420033+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:33:48.889806+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"105d5c"},"request_uri":"https://localhost:8000/_wdt/105d5c","method":"GET"} [] [2020-03-20T00:33:50.052428+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:33:50.106526+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:33:50.106624+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:33:50.106697+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:33:50.293977+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:33:50.356971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:33:50.361974+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:33:50.685970+00:00] request.INFO: Matched route "cases". {"route":"cases","route_parameters":{"_route":"cases","_controller":"App\\Controller\\CasesController::index"},"request_uri":"https://localhost:8000/cases","method":"GET"} [] [2020-03-20T00:33:50.754165+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:33:50.754263+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:33:50.754328+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:33:50.876824+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:33:50.936619+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:33:50.944183+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:33:51.378465+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fb0397"},"request_uri":"https://localhost:8000/_wdt/fb0397","method":"GET"} [] [2020-03-20T00:34:18.979734+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:34:19.033059+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:34:19.033144+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:34:19.033192+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:34:19.167055+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:34:19.216957+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:34:19.222369+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:34:19.640387+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3f10c2"},"request_uri":"https://localhost:8000/_wdt/3f10c2","method":"GET"} [] [2020-03-20T00:34:46.636699+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:34:46.690816+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:34:46.690905+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:34:46.690960+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:34:46.796485+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:34:46.846057+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:34:46.854047+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:34:47.266862+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"aee5b8"},"request_uri":"https://localhost:8000/_wdt/aee5b8","method":"GET"} [] [2020-03-20T00:34:50.367226+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:34:50.418351+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:34:50.418433+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:34:50.418479+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:34:50.550711+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:34:50.601379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:34:50.606609+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:34:51.052658+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:34:51.482404+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"5eaee9"},"request_uri":"https://localhost:8000/_wdt/5eaee9","method":"GET"} [] [2020-03-20T00:35:07.996268+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:35:08.046252+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:35:08.046344+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:35:08.046393+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:35:08.169263+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:35:08.218787+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:35:08.224102+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:35:08.689000+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:35:09.114026+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"41d833"},"request_uri":"https://localhost:8000/_wdt/41d833","method":"GET"} [] [2020-03-20T00:35:26.799997+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:35:26.883041+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:35:26.883173+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:35:26.883255+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:35:27.118223+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:35:27.190272+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:35:27.199884+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:35:27.765582+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:35:28.216186+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7dcea4"},"request_uri":"https://localhost:8000/_wdt/7dcea4","method":"GET"} [] [2020-03-20T00:35:35.652390+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:35:35.709826+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:35:35.709957+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:35:35.710046+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:35:35.831917+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:35:35.889210+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:35:35.897249+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:35:36.418299+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:35:36.860303+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1e7e47"},"request_uri":"https://localhost:8000/_wdt/1e7e47","method":"GET"} [] [2020-03-20T00:35:41.900437+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:35:41.952464+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:35:41.952591+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:35:41.952694+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:35:42.000741+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:35:42.035924+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:35:42.040961+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:35:42.381232+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:35:42.762772+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ec3419"},"request_uri":"https://localhost:8000/_wdt/ec3419","method":"GET"} [] [2020-03-20T00:35:47.161208+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:35:47.210682+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:35:47.210772+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:35:47.210822+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:35:47.330659+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:35:47.384326+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:35:47.389233+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:35:47.840407+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png" (from "https://localhost:8000/")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png\" (from \"https://localhost:8000/\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/img/the%20agency%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20logo.png/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:35:48.255427+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"22e12b"},"request_uri":"https://localhost:8000/_wdt/22e12b","method":"GET"} [] [2020-03-20T00:37:30.223926+00:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://localhost:8000/","method":"GET"} [] [2020-03-20T00:37:30.270313+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:37:30.270481+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:37:30.270549+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:37:30.422071+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:37:30.467768+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:37:30.473685+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:37:30.870807+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"927a10"},"request_uri":"https://localhost:8000/_wdt/927a10","method":"GET"} [] [2020-03-20T00:37:34.801310+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:37:34.855949+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:37:34.856044+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:37:34.856102+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:37:34.899581+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:37:34.935576+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:37:34.941371+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:37:35.291569+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"14f88d"},"request_uri":"https://localhost:8000/_wdt/14f88d","method":"GET"} [] [2020-03-20T00:37:36.757918+00:00] request.INFO: Matched route "cases". {"route":"cases","route_parameters":{"_route":"cases","_controller":"App\\Controller\\CasesController::index"},"request_uri":"https://localhost:8000/cases","method":"GET"} [] [2020-03-20T00:37:36.801549+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:37:36.801758+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:37:36.801825+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:37:36.853377+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:37:36.898090+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:37:36.904055+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:37:37.250080+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"405378"},"request_uri":"https://localhost:8000/_wdt/405378","method":"GET"} [] [2020-03-20T00:37:37.936679+00:00] request.INFO: Matched route "tips". {"route":"tips","route_parameters":{"_route":"tips","_controller":"App\\Controller\\TipsController::index"},"request_uri":"https://localhost:8000/tips","method":"GET"} [] [2020-03-20T00:37:37.979163+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:37:37.979249+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:37:37.979300+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:37:38.079580+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:37:38.144530+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:37:38.150504+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:37:38.556041+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2fff0a"},"request_uri":"https://localhost:8000/_wdt/2fff0a","method":"GET"} [] [2020-03-20T00:37:39.407168+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:37:39.455616+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:37:39.455702+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:37:39.455754+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:37:39.498668+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:37:39.534378+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:37:39.540175+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:37:39.897848+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"27c063"},"request_uri":"https://localhost:8000/_wdt/27c063","method":"GET"} [] [2020-03-20T00:37:48.685834+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:37:48.731924+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:37:48.732007+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:37:48.732053+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:37:48.773802+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:37:48.810386+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:37:48.815152+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:37:49.150336+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b332a1"},"request_uri":"https://localhost:8000/_wdt/b332a1","method":"GET"} [] [2020-03-20T00:39:12.681595+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:39:12.729125+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:39:12.729213+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:39:12.729268+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:39:12.862508+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:39:12.915435+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:39:12.921507+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:39:13.773235+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"677b39"},"request_uri":"https://localhost:8000/_wdt/677b39","method":"GET"} [] [2020-03-20T00:39:17.534466+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:39:17.607476+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:39:17.607737+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:39:17.607876+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:39:17.683349+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:39:17.757212+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:39:17.762678+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:39:18.309030+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"31efa6"},"request_uri":"https://localhost:8000/_wdt/31efa6","method":"GET"} [] [2020-03-20T00:40:31.647295+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:40:31.695781+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:40:31.695915+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:40:31.696018+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:40:31.749252+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:40:31.792247+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:40:31.797397+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:40:32.384764+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"110f55"},"request_uri":"https://localhost:8000/_wdt/110f55","method":"GET"} [] [2020-03-20T00:44:55.162705+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:44:55.215278+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:44:55.215371+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:44:55.215426+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:44:55.450653+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:44:55.606001+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:44:55.614149+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:44:55.616045+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:45:00.071250+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ce97c4"},"request_uri":"https://localhost:8000/_wdt/ce97c4","method":"GET"} [] [2020-03-20T00:45:00.534021+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico" (from "https://localhost:8000/map")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" (from \"https://localhost:8000/map\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:46:22.430002+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:46:22.474041+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:46:22.474122+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:46:22.474169+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:46:22.527514+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:46:22.732071+00:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "nom" nor one of the methods "nom()", "getnom()"/"isnom()"/"hasnom()" or "__call()" exist and have public access in class "App\Entity\Wilaya"." at C:\work_space\symfony\covid19\templates\map\index.html.twig line 57 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Neither the property \"nom\" nor one of the methods \"nom()\", \"getnom()\"/\"isnom()\"/\"hasnom()\" or \"__call()\" exist and have public access in class \"App\\Entity\\Wilaya\". at C:\\work_space\\symfony\\covid19\\templates\\map\\index.html.twig:57)"} [] [2020-03-20T00:46:22.819244+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:46:22.827624+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:46:22.829790+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:46:22.833907+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-20T00:46:23.380878+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1b113a"},"request_uri":"https://localhost:8000/_wdt/1b113a","method":"GET"} [] [2020-03-20T00:46:30.641011+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:46:30.693580+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:46:30.693802+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:46:30.693929+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:46:30.788722+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:46:31.005982+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:46:31.018172+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:46:31.020315+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:46:31.890583+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1ae677"},"request_uri":"https://localhost:8000/_wdt/1ae677","method":"GET"} [] [2020-03-20T00:48:05.657751+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:48:05.708743+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:48:05.708825+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:48:05.708870+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:48:05.773950+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:48:05.810948+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:48:05.815503+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:48:05.816700+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:48:06.329284+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"564dc3"},"request_uri":"https://localhost:8000/_wdt/564dc3","method":"GET"} [] [2020-03-20T00:48:26.180477+00:00] request.INFO: Matched route "cases". {"route":"cases","route_parameters":{"_route":"cases","_controller":"App\\Controller\\CasesController::index"},"request_uri":"https://localhost:8000/cases","method":"GET"} [] [2020-03-20T00:48:26.224140+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:48:26.224224+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:48:26.224277+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:48:26.272333+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:48:26.308873+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:48:26.313641+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:48:26.743136+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4e3697"},"request_uri":"https://localhost:8000/_wdt/4e3697","method":"GET"} [] [2020-03-20T00:49:02.613152+00:00] request.INFO: Matched route "cases". {"route":"cases","route_parameters":{"_route":"cases","_controller":"App\\Controller\\CasesController::index"},"request_uri":"https://localhost:8000/cases","method":"GET"} [] [2020-03-20T00:49:02.674845+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:49:02.674934+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:49:02.674990+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:49:02.805039+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:49:02.860639+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:49:02.869252+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:49:03.323779+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f6127"},"request_uri":"https://localhost:8000/_wdt/1f6127","method":"GET"} [] [2020-03-20T00:50:07.569001+00:00] request.INFO: Matched route "cases". {"route":"cases","route_parameters":{"_route":"cases","_controller":"App\\Controller\\CasesController::index"},"request_uri":"https://localhost:8000/cases","method":"GET"} [] [2020-03-20T00:50:07.621157+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:50:07.621278+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:50:07.621326+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:50:07.740532+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:50:07.812150+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:50:07.818462+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:50:08.262911+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tables.css" (from "https://localhost:8000/cases")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tables.css\" (from \"https://localhost:8000/cases\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tables.css/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:50:08.711735+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e9300"},"request_uri":"https://localhost:8000/_wdt/9e9300","method":"GET"} [] [2020-03-20T00:50:17.375321+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /tables.css" (from "https://localhost:8000/cases")" at C:\work_space\symfony\covid19\vendor\symfony\http-kernel\EventListener\RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /tables.css\" (from \"https://localhost:8000/cases\") at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\http-kernel\\EventListener\\RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tables.css/\". at C:\\work_space\\symfony\\covid19\\vendor\\symfony\\routing\\Matcher\\Dumper\\CompiledUrlMatcherTrait.php:70)"} [] [2020-03-20T00:50:26.496086+00:00] request.INFO: Matched route "cases". {"route":"cases","route_parameters":{"_route":"cases","_controller":"App\\Controller\\CasesController::index"},"request_uri":"https://localhost:8000/cases","method":"GET"} [] [2020-03-20T00:50:26.545068+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:50:26.545148+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:50:26.545194+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:50:26.679948+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:50:26.729419+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:50:26.735485+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:50:27.458140+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b2c07b"},"request_uri":"https://localhost:8000/_wdt/b2c07b","method":"GET"} [] [2020-03-20T00:53:17.013150+00:00] request.INFO: Matched route "cases". {"route":"cases","route_parameters":{"_route":"cases","_controller":"App\\Controller\\CasesController::index"},"request_uri":"https://localhost:8000/cases","method":"GET"} [] [2020-03-20T00:53:17.082187+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:53:17.082308+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:53:17.082388+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:53:17.133095+00:00] request.CRITICAL: Uncaught PHP Exception ReflectionException: "Class App\Controller\Wilaya does not exist" at C:\work_space\symfony\covid19\vendor\doctrine\persistence\lib\Doctrine\Persistence\AbstractManagerRegistry.php line 168 {"exception":"[object] (ReflectionException(code: -1): Class App\\Controller\\Wilaya does not exist at C:\\work_space\\symfony\\covid19\\vendor\\doctrine\\persistence\\lib\\Doctrine\\Persistence\\AbstractManagerRegistry.php:168)"} [] [2020-03-20T00:53:17.255884+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:53:17.324046+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:53:17.332702+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:53:17.338954+00:00] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-03-20T00:53:18.028877+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"45302b"},"request_uri":"https://localhost:8000/_wdt/45302b","method":"GET"} [] [2020-03-20T00:53:26.046450+00:00] request.INFO: Matched route "cases". {"route":"cases","route_parameters":{"_route":"cases","_controller":"App\\Controller\\CasesController::index"},"request_uri":"https://localhost:8000/cases","method":"GET"} [] [2020-03-20T00:53:26.098708+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:53:26.098793+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:53:26.098839+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:53:26.170233+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:53:26.295955+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:53:26.304806+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:53:26.306373+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:53:26.879554+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"f97ab7"},"request_uri":"https://localhost:8000/_wdt/f97ab7","method":"GET"} [] [2020-03-20T00:53:34.723242+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:53:34.770610+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:53:34.770729+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:53:34.770775+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:53:34.830864+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:53:34.873064+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:53:34.878971+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:53:34.880173+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:53:35.431942+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"64d227"},"request_uri":"https://localhost:8000/_wdt/64d227","method":"GET"} [] [2020-03-20T00:53:36.196228+00:00] request.INFO: Matched route "cases". {"route":"cases","route_parameters":{"_route":"cases","_controller":"App\\Controller\\CasesController::index"},"request_uri":"https://localhost:8000/cases","method":"GET"} [] [2020-03-20T00:53:36.246046+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:53:36.246133+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:53:36.246199+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:53:36.296197+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:53:36.331599+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:53:36.336396+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:53:36.338008+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:53:36.698237+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a8e762"},"request_uri":"https://localhost:8000/_wdt/a8e762","method":"GET"} [] [2020-03-20T00:53:38.823391+00:00] request.INFO: Matched route "tips". {"route":"tips","route_parameters":{"_route":"tips","_controller":"App\\Controller\\TipsController::index"},"request_uri":"https://localhost:8000/tips","method":"GET"} [] [2020-03-20T00:53:38.875455+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:53:38.875541+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:53:38.875590+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:53:38.917719+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:53:38.958219+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:53:38.963546+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:53:39.340321+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"01e4d3"},"request_uri":"https://localhost:8000/_wdt/01e4d3","method":"GET"} [] [2020-03-20T00:55:00.135953+00:00] request.INFO: Matched route "tips". {"route":"tips","route_parameters":{"_route":"tips","_controller":"App\\Controller\\TipsController::index"},"request_uri":"https://localhost:8000/tips","method":"GET"} [] [2020-03-20T00:55:00.203680+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:55:00.203802+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:55:00.203882+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:55:00.352608+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:55:00.429968+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:55:00.436058+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:55:01.021981+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"ddb145"},"request_uri":"https://localhost:8000/_wdt/ddb145","method":"GET"} [] [2020-03-20T00:55:18.849395+00:00] request.INFO: Matched route "cases". {"route":"cases","route_parameters":{"_route":"cases","_controller":"App\\Controller\\CasesController::index"},"request_uri":"https://localhost:8000/cases","method":"GET"} [] [2020-03-20T00:55:18.902755+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:55:18.902846+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:55:18.902900+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:55:18.958279+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:55:19.060747+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:55:19.070254+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:55:19.071856+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:55:19.494168+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3fae8"},"request_uri":"https://localhost:8000/_wdt/c3fae8","method":"GET"} [] [2020-03-20T00:55:21.314124+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:55:21.366461+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:55:21.366544+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:55:21.366590+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:55:21.440275+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:55:21.474307+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:55:21.478475+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:55:21.479607+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:55:22.095159+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"cccba3"},"request_uri":"https://localhost:8000/_wdt/cccba3","method":"GET"} [] [2020-03-20T00:55:54.560865+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:55:54.638045+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:55:54.638179+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:55:54.638263+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:55:54.704747+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:55:54.868786+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:55:54.884343+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:55:54.885898+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:55:55.436837+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fa5da1"},"request_uri":"https://localhost:8000/_wdt/fa5da1","method":"GET"} [] [2020-03-20T00:56:29.044056+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:56:29.113622+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:56:29.113796+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:56:29.113853+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:56:29.172887+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:56:29.312624+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:56:29.321673+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:56:29.323187+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:56:29.782885+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"717619"},"request_uri":"https://localhost:8000/_wdt/717619","method":"GET"} [] [2020-03-20T00:56:35.487620+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:56:35.544791+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:56:35.544901+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:56:35.544952+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:56:35.610532+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:56:35.731026+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:56:35.738451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:56:35.740034+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:56:36.255197+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e4eae9"},"request_uri":"https://localhost:8000/_wdt/e4eae9","method":"GET"} [] [2020-03-20T00:56:48.842139+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:56:48.898595+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:56:48.898691+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:56:48.898741+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:56:48.961608+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:56:49.097137+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:56:49.108322+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:56:49.110000+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:56:49.909054+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"65f58a"},"request_uri":"https://localhost:8000/_wdt/65f58a","method":"GET"} [] [2020-03-20T00:57:55.905369+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:57:55.954513+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:57:55.954597+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:57:55.954675+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:57:56.017229+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:57:56.154955+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:57:56.163888+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:57:56.165414+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:57:56.702907+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"289008"},"request_uri":"https://localhost:8000/_wdt/289008","method":"GET"} [] [2020-03-20T00:58:21.170707+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:58:21.219326+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:58:21.219411+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:58:21.219464+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:58:21.278643+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:58:21.411695+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:58:21.420823+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:58:21.422641+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:58:21.966428+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d8da97"},"request_uri":"https://localhost:8000/_wdt/d8da97","method":"GET"} [] [2020-03-20T00:58:57.646967+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:58:57.722962+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:58:57.723097+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:58:57.723186+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:58:57.838601+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:58:57.986923+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:58:57.995484+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:58:57.996969+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:58:58.510383+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7443c6"},"request_uri":"https://localhost:8000/_wdt/7443c6","method":"GET"} [] [2020-03-20T00:59:03.394875+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T00:59:03.451529+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T00:59:03.451619+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:59:03.451673+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T00:59:03.524316+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T00:59:03.666728+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T00:59:03.676606+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T00:59:03.678065+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T00:59:04.276424+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0c8744"},"request_uri":"https://localhost:8000/_wdt/0c8744","method":"GET"} [] [2020-03-20T01:00:06.315286+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:00:06.369969+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:00:06.370111+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:00:06.370202+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:00:06.438377+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:00:06.574699+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:00:06.586223+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:00:06.587799+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:00:07.174315+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"52030d"},"request_uri":"https://localhost:8000/_wdt/52030d","method":"GET"} [] [2020-03-20T01:00:29.834165+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:00:29.897433+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:00:29.897520+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:00:29.897568+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:00:29.960389+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:00:30.089242+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:00:30.097626+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:00:30.099860+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:00:30.714145+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8f07d9"},"request_uri":"https://localhost:8000/_wdt/8f07d9","method":"GET"} [] [2020-03-20T01:00:53.292781+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:00:53.383273+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:00:53.383394+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:00:53.383476+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:00:53.525926+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:00:53.729648+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:00:53.740347+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:00:53.742012+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:00:54.405678+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"8b1060"},"request_uri":"https://localhost:8000/_wdt/8b1060","method":"GET"} [] [2020-03-20T01:00:59.669642+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:00:59.719476+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:00:59.719558+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:00:59.719605+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:00:59.783036+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:00:59.820171+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:00:59.824181+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:00:59.825332+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:01:00.307682+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0a62f6"},"request_uri":"https://localhost:8000/_wdt/0a62f6","method":"GET"} [] [2020-03-20T01:01:00.807539+00:00] request.INFO: Matched route "cases". {"route":"cases","route_parameters":{"_route":"cases","_controller":"App\\Controller\\CasesController::index"},"request_uri":"https://localhost:8000/cases","method":"GET"} [] [2020-03-20T01:01:00.857353+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:01:00.857500+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:01:00.857553+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:01:00.909605+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:01:01.011691+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:01:01.021646+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:01:01.023474+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:01:01.435535+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2c2979"},"request_uri":"https://localhost:8000/_wdt/2c2979","method":"GET"} [] [2020-03-20T01:01:05.356565+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:01:05.404021+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:01:05.404126+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:01:05.404185+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:01:05.463438+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:01:05.506511+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:01:05.511661+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:01:05.512806+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:01:06.143340+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"1f4e2e"},"request_uri":"https://localhost:8000/_wdt/1f4e2e","method":"GET"} [] [2020-03-20T01:01:35.054796+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:01:35.133106+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:01:35.133234+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:01:35.133319+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:01:35.232744+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:01:35.444097+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:01:35.469640+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:01:35.473158+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:01:36.325165+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7a146a"},"request_uri":"https://localhost:8000/_wdt/7a146a","method":"GET"} [] [2020-03-20T01:01:53.257110+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:01:53.317892+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:01:53.317979+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:01:53.318028+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:01:53.382894+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:01:53.518376+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:01:53.527088+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:01:53.529236+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:01:54.269164+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b0943b"},"request_uri":"https://localhost:8000/_wdt/b0943b","method":"GET"} [] [2020-03-20T01:01:58.386402+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:01:58.441680+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:01:58.441772+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:01:58.441817+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:01:58.505578+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:01:58.542329+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:01:58.549476+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:01:58.550714+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:01:59.024668+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6d6251"},"request_uri":"https://localhost:8000/_wdt/6d6251","method":"GET"} [] [2020-03-20T01:02:13.163059+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:02:13.241289+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:02:13.241410+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:02:13.241491+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:02:13.321190+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:02:13.522479+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:02:13.539451+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:02:13.542254+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:02:14.273376+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"3c4103"},"request_uri":"https://localhost:8000/_wdt/3c4103","method":"GET"} [] [2020-03-20T01:02:26.941500+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:02:26.998347+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:02:26.998490+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:02:26.998833+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:02:27.059944+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:02:27.169304+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:02:27.178704+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:02:27.180231+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:02:27.740386+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"297b2c"},"request_uri":"https://localhost:8000/_wdt/297b2c","method":"GET"} [] [2020-03-20T01:02:37.372001+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:02:37.429643+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:02:37.429748+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:02:37.429801+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:02:37.495078+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:02:37.631279+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:02:37.639296+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:02:37.640846+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:02:38.248390+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"034be6"},"request_uri":"https://localhost:8000/_wdt/034be6","method":"GET"} [] [2020-03-20T01:02:44.947117+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:02:45.001440+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:02:45.001529+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:02:45.001577+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:02:45.059519+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:02:45.194774+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:02:45.205228+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:02:45.206945+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:02:45.918154+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"e11f91"},"request_uri":"https://localhost:8000/_wdt/e11f91","method":"GET"} [] [2020-03-20T01:03:28.110469+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:03:28.164555+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:03:28.164638+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:03:28.164685+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:03:28.231563+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:03:28.382609+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:03:28.391893+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:03:28.394554+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:03:29.088711+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9e3caf"},"request_uri":"https://localhost:8000/_wdt/9e3caf","method":"GET"} [] [2020-03-20T01:05:14.744977+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:05:14.794523+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:05:14.794612+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:05:14.794665+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:05:14.854157+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:05:14.975689+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:05:14.993117+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:05:14.995743+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:05:15.584040+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7cded7"},"request_uri":"https://localhost:8000/_wdt/7cded7","method":"GET"} [] [2020-03-20T01:05:18.484348+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:05:18.560879+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:05:18.561082+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:05:18.561136+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:05:18.629862+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:05:18.744182+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:05:18.753105+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:05:18.754890+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:05:19.213486+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fe47bd"},"request_uri":"https://localhost:8000/_wdt/fe47bd","method":"GET"} [] [2020-03-20T01:05:46.063952+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:05:46.120871+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:05:46.120996+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:05:46.121076+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:05:46.233097+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:05:46.431462+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:05:46.465151+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:05:46.470130+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:05:47.171298+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a09c52"},"request_uri":"https://localhost:8000/_wdt/a09c52","method":"GET"} [] [2020-03-20T01:05:55.107641+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:05:55.160364+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:05:55.160482+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:05:55.160538+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:05:55.237048+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:05:55.377419+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:05:55.387778+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:05:55.389880+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:05:55.991373+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"0194cf"},"request_uri":"https://localhost:8000/_wdt/0194cf","method":"GET"} [] [2020-03-20T01:06:03.893382+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:06:03.948102+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:06:03.948188+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:06:03.948236+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:06:04.029505+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:06:04.178426+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:06:04.187463+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:06:04.188915+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:06:04.813682+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"bcbe22"},"request_uri":"https://localhost:8000/_wdt/bcbe22","method":"GET"} [] [2020-03-20T01:06:32.884888+00:00] request.INFO: Matched route "map". {"route":"map","route_parameters":{"_route":"map","_controller":"App\\Controller\\MapController::index"},"request_uri":"https://localhost:8000/map","method":"GET"} [] [2020-03-20T01:06:32.935164+00:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T01:06:32.935278+00:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:06:32.935333+00:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T01:06:32.993647+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.name AS name_2, t0.lat AS lat_3, t0.lon AS lon_4, t0.cases AS cases_5, t0.new_cases AS new_cases_6, t0.deaths AS deaths_7, t0.recovered AS recovered_8 FROM wilaya t0 [] [] [2020-03-20T01:06:33.130070+00:00] security.DEBUG: Read existing security token from the session. {"key":"_security_main","token_class":"Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken"} [] [2020-03-20T01:06:33.142379+00:00] doctrine.DEBUG: SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ? [1] [] [2020-03-20T01:06:33.143951+00:00] security.DEBUG: User was reloaded from a user provider. {"provider":"Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider","username":"agent@theagency-dz.com"} [] [2020-03-20T01:06:33.685743+00:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"a4ef3e"},"request_uri":"https://localhost:8000/_wdt/a4ef3e","method":"GET"} [] [2020-03-20T03:13:09.575001+01:00] php.DEBUG: Warning: filemtime(): stat failed for C:\work_space\symfony\covid19\config\routes\dev\framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/theagencrp-agent/covid-19/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/home/theagencrp-agent/covid-19/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2020-03-20T03:13:45.513452+01:00] console.ERROR: Error thrown while running command "'local:php:refresh'". Message: "There are no commands defined in the "local:php" namespace." {"exception":"[object] (Symfony\\Component\\Console\\Exception\\NamespaceNotFoundException(code: 0): There are no commands defined in the \"local:php\" namespace. at /home/theagencrp-agent/covid-19/vendor/symfony/console/Application.php:574)","command":"'local:php:refresh'","message":"There are no commands defined in the \"local:php\" namespace."} [] [2020-03-20T03:14:24.433876+01:00] php.DEBUG: Warning: filemtime(): stat failed for /home/theagencrp-agent/covid-19/config/routes/dev/framework.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/theagencrp/covid-19/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/home/theagencrp/covid-19/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} [] [2020-03-20T03:14:25.367102+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://covid-19.theagency-dz.com/","method":"GET"} [] [2020-03-20T03:14:25.446330+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} [] [2020-03-20T03:14:25.446383+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T03:14:25.446423+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\AppCustomAuthenticator"} [] [2020-03-20T03:14:25.907060+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2020-03-20T03:14:48.556551+01:00] console.ERROR: Error thrown while running command "'server:run'". Message: "Command "server:run" is not defined. Did you mean one of these? server:dump server:log" {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"server:run\" is not defined.\n\nDid you mean one of these?\n server:dump\n server:log at /home/theagencrp-agent/covid-19/vendor/symfony/console/Application.php:644)","command":"'server:run'","message":"Command \"server:run\" is not defined.\n\nDid you mean one of these?\n server:dump\n server:log"} [] [2020-03-20T03:14:56.455928+01:00] console.ERROR: Error thrown while running command "'server:start'". Message: "Command "server:start" is not defined. Did you mean one of these? server:dump server:log" {"exception":"[object] (Symfony\\Component\\Console\\Exception\\CommandNotFoundException(code: 0): Command \"server:start\" is not defined.\n\nDid you mean one of these?\n server:dump\n server:log at /home/theagencrp-agent/covid-19/vendor/symfony/console/Application.php:644)","command":"'server:start'","message":"Command \"server:start\" is not defined.\n\nDid you mean one of these?\n server:dump\n server:log"} [] [2020-03-20T03:20:37.291427+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-20T03:20:37.490239+01:00] doctrine.DEBUG: CREATE TABLE migration_versions (version VARCHAR(14) NOT NULL, executed_at DATETIME NOT NULL COMMENT '(DC2Type:datetime_immutable)', PRIMARY KEY(version)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-03-20T03:20:37.519303+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-20T03:20:37.520995+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'theagencrpagent' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-20T03:20:37.522841+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'theagencrpagent' /*!50116 AND c.constraint_schema = 'theagencrpagent' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-20T03:20:37.545598+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'theagencrpagent' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-20T03:20:37.546599+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-20T03:20:43.015472+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-20T03:20:43.018439+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'theagencrpagent' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-20T03:20:43.026892+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'theagencrpagent' /*!50116 AND c.constraint_schema = 'theagencrpagent' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-20T03:20:43.036882+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'theagencrpagent' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-20T03:20:43.040203+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-20T03:20:43.043555+01:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-03-20T03:20:44.926145+01:00] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20200320022037') ORDER BY version DESC LIMIT 1 [] [] [2020-03-20T03:20:44.959321+01:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-03-20T03:20:45.034787+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-03-20T03:20:45.521606+01:00] doctrine.DEBUG: CREATE TABLE wilaya (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, lat DOUBLE PRECISION NOT NULL, lon DOUBLE PRECISION NOT NULL, cases INT NOT NULL, new_cases INT NOT NULL, deaths INT NOT NULL, recovered INT NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-03-20T03:20:45.545333+01:00] doctrine.DEBUG: CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-03-20T03:20:45.585242+01:00] doctrine.DEBUG: "ROLLBACK" [] [] [2020-03-20T03:20:45.587261+01:00] console.ERROR: Error thrown while running command "'d:m:m'". Message: "An exception occurred while executing 'CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB': SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C7' at line 1" {"exception":"[object] (Doctrine\\DBAL\\Exception\\SyntaxErrorException(code: 0): An exception occurred while executing 'CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C7' at line 1 at /home/theagencrp-agent/covid-19/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:79)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C7' at line 1 at /home/theagencrp-agent/covid-19/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:80)\n[previous exception] [object] (PDOException(code: 42000): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C7' at line 1 at /home/theagencrp-agent/covid-19/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:75)","command":"'d:m:m'","message":"An exception occurred while executing 'CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB':\n\nSQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'JSON NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C7' at line 1"} [] [2020-03-20T03:20:45.587608+01:00] console.DEBUG: Command "'d:m:m'" exited with code "1" {"command":"'d:m:m'","code":1} [] [2020-03-20T03:26:41.383233+01:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] [] [2020-03-20T03:26:41.387504+01:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'theagencrpagent' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] [] [2020-03-20T03:26:41.412737+01:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'theagencrpagent' /*!50116 AND c.constraint_schema = 'theagencrpagent' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] [] [2020-03-20T03:26:41.423007+01:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'theagencrpagent' ORDER BY SEQ_IN_INDEX ASC [] [] [2020-03-20T03:26:41.437746+01:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] [] [2020-03-20T03:26:41.441068+01:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-03-20T03:26:43.590164+01:00] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20200320022037') ORDER BY version DESC LIMIT 1 [] [] [2020-03-20T03:26:43.591888+01:00] doctrine.DEBUG: SELECT version FROM migration_versions [] [] [2020-03-20T03:26:43.609131+01:00] doctrine.DEBUG: "START TRANSACTION" [] [] [2020-03-20T03:26:43.754074+01:00] doctrine.DEBUG: CREATE TABLE wilaya (id INT AUTO_INCREMENT NOT NULL, name VARCHAR(255) NOT NULL, lat DOUBLE PRECISION NOT NULL, lon DOUBLE PRECISION NOT NULL, cases INT NOT NULL, new_cases INT NOT NULL, deaths INT NOT NULL, recovered INT NOT NULL, PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-03-20T03:26:43.768769+01:00] doctrine.DEBUG: CREATE TABLE user (id INT AUTO_INCREMENT NOT NULL, email VARCHAR(180) NOT NULL, roles LONGTEXT NOT NULL, password VARCHAR(255) NOT NULL, UNIQUE INDEX UNIQ_8D93D649E7927C74 (email), PRIMARY KEY(id)) DEFAULT CHARACTER SET utf8mb4 COLLATE `utf8mb4_unicode_ci` ENGINE = InnoDB [] [] [2020-03-20T03:26:43.783205+01:00] doctrine.DEBUG: INSERT INTO migration_versions (version, executed_at) VALUES (?, ?) ["20200320022037","2020-03-20 02:26:43"] [] [2020-03-20T03:26:43.844306+01:00] doctrine.DEBUG: "COMMIT" [] [] [2020-03-20T03:29:32.655864+01:00] console.ERROR: Error thrown while running command "'check:requirements'". Message: "There are no commands defined in the "check" namespace." {"exception":"[object] (Symfony\\Component\\Console\\Exception\\NamespaceNotFoundException(code: 0): There are no commands defined in the \"check\" namespace. at /home/theagencrp-agent/covid-19/vendor/symfony/console/Application.php:574)","command":"'check:requirements'","message":"There are no commands defined in the \"check\" namespace."} [] [2020-03-20T03:48:38.712484+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/theagencrp-agent/covid-19/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2020-03-20T03:48:38.714377+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/theagencrp-agent/covid-19/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php:95)"} [] [2020-03-20T03:48:39.748943+01:00] php.DEBUG: Warning: fsockopen(): unable to connect to 127.0.0.1:8000 (Connection timed out) {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/theagencrp-agent/covid-19/vendor/symfony/web-server-bundle/WebServerConfig.php","line":143,"trace":[{"file":"/home/theagencrp-agent/covid-19/vendor/symfony/web-server-bundle/WebServerConfig.php","line":56,"function":"findBestPort","class":"Symfony\\Bundle\\WebServerBundle\\WebServerConfig","type":"->"}],"count":1}}} [] [2020-03-20T03:48:39.787904+01:00] console.DEBUG: Command "server:run" exited with code "1" {"command":"server:run","code":1} [] [2020-03-20T03:48:46.369181+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/theagencrp-agent/covid-19/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2020-03-20T03:48:46.370938+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/theagencrp-agent/covid-19/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php:95)"} [] [2020-03-20T03:48:47.374369+01:00] php.DEBUG: Warning: fsockopen(): unable to connect to 127.0.0.1:8000 (Connection timed out) {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/home/theagencrp-agent/covid-19/vendor/symfony/web-server-bundle/WebServerConfig.php","line":143,"trace":[{"file":"/home/theagencrp-agent/covid-19/vendor/symfony/web-server-bundle/WebServerConfig.php","line":56,"function":"findBestPort","class":"Symfony\\Bundle\\WebServerBundle\\WebServerConfig","type":"->"}],"count":1}}} [] [2020-03-20T03:48:47.410943+01:00] console.DEBUG: Command "server:run" exited with code "1" {"command":"server:run","code":1} []