[2022-02-01T07:16:09.075785+01:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.1: Using type "Symfony\Component\Routing\RouteCollectionBuilder" for argument 1 of method "App\Kernel:configureRoutes()" is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.1: Using type \"Symfony\\Component\\Routing\\RouteCollectionBuilder\" for argument 1 of method \"App\\Kernel:configureRoutes()\" is deprecated, use \"Symfony\\Component\\Routing\\Loader\\Configurator\\RoutingConfigurator\" instead. at /home/formatioivp/prod/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php:188)"} [] [2022-02-01T07:16:09.094789+01:00] php.INFO: User Deprecated: Since symfony/routing 5.1: The "Symfony\Component\Routing\RouteCollectionBuilder" class is deprecated, use "Symfony\Component\Routing\Loader\Configurator\RoutingConfigurator" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/routing 5.1: The \"Symfony\\Component\\Routing\\RouteCollectionBuilder\" class is deprecated, use \"Symfony\\Component\\Routing\\Loader\\Configurator\\RoutingConfigurator\" instead. at /home/formatioivp/prod/vendor/symfony/routing/RouteCollectionBuilder.php:19)"} [] [2022-02-01T07:16:11.468843+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\DefaultController::home"},"request_uri":"http://formation-psa.com/","method":"GET"} [] [2022-02-01T07:16:11.472435+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.password_encoder" service is deprecated, use "security.user_password_hasher" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.password_encoder\" service is deprecated, use \"security.user_password_hasher\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_PasswordEncoderService.php:22)"} [] [2022-02-01T07:16:11.502183+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoder\" class is deprecated, use \"Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasher\" instead. at /home/formatioivp/prod/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php:19)"} [] [2022-02-01T07:16:11.502856+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.encoder_factory.generic\" service is deprecated, use \"security.password_hasher_factory\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_EncoderFactory_GenericService.php:22)"} [] [2022-02-01T07:16:11.521547+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactory\" class is deprecated, use \"Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactory\" instead. at /home/formatioivp/prod/vendor/symfony/security-core/Encoder/EncoderFactory.php:20)"} [] [2022-02-01T07:16:11.536600+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface\" class is deprecated, use \"Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface\" instead. at /home/formatioivp/prod/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17)"} [] [2022-02-01T07:16:11.537435+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.manager\" service is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_Authentication_ManagerService.php:22)"} [] [2022-02-01T07:16:11.735755+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationProviderManager\" class is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:27)"} [] [2022-02-01T07:16:11.769578+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent\" class is deprecated, use \"Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent\" with the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php:18)"} [] [2022-02-01T07:16:11.940975+01:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.factory.service\" service is deprecated, use \"session.storage.factory.native\", \"session.storage.factory.php_bridge\" or \"session.storage.factory.mock_file\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSession_Storage_Factory_ServiceService.php:22)"} [] [2022-02-01T07:16:11.942385+01:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.native\" service is deprecated, use \"session.storage.factory.native\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSession_Storage_NativeService.php:22)"} [] [2022-02-01T07:16:11.942922+01:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.metadata_bag\" service is deprecated, create your own \"session.storage.factory\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSession_Storage_MetadataBagService.php:22)"} [] [2022-02-01T07:16:11.943743+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.listener.guard.main\" service is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_Authentication_Listener_Guard_MainService.php:22)"} [] [2022-02-01T07:16:11.944311+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.guard_handler\" service is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_Authentication_GuardHandlerService.php:22)"} [] [2022-02-01T07:16:11.958407+01:00] php.INFO: User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-guard 5.3: The \"Symfony\\Component\\Security\\Guard\\GuardAuthenticatorHandler\" class is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-guard/GuardAuthenticatorHandler.php:25)"} [] [2022-02-01T07:16:11.958530+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":2} [] [2022-02-01T07:16:11.958576+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\UserAuthenticator"} [] [2022-02-01T07:16:11.958615+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\UserAuthenticator"} [] [2022-02-01T07:16:11.968931+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\TokenAuthenticator"} [] [2022-02-01T07:16:11.968987+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\TokenAuthenticator"} [] [2022-02-01T07:16:11.969746+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.listener.anonymous.main\" service is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_Authentication_Listener_Anonymous_MainService.php:22)"} [] [2022-02-01T07:16:11.970409+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.provider.guard.main\" service is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_Authentication_Provider_Guard_MainService.php:22)"} [] [2022-02-01T07:16:12.071498+01:00] php.INFO: User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-guard 5.3: The \"Symfony\\Component\\Security\\Guard\\Provider\\GuardAuthenticationProvider\" class is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:32)"} [] [2022-02-01T07:16:12.109496+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Authentication\\Provider\\AuthenticationProviderInterface\" interface is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php:17)"} [] [2022-02-01T07:16:12.111262+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.provider.anonymous.main\" service is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_Authentication_Provider_Anonymous_MainService.php:22)"} [] [2022-02-01T07:16:12.121830+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Authentication\\Provider\\AnonymousAuthenticationProvider\" class is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php:19)"} [] [2022-02-01T07:16:12.121979+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-01T07:16:12.927201+01: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 /home/formatioivp/prod/vendor/symfony/security-http/Firewall/AccessListener.php:112)"} [] [2022-02-01T07:16:12.949477+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2022-02-01T07:16:13.484200+01:00] request.INFO: Matched route "login". {"route":"login","route_parameters":{"_route":"login","_controller":"App\\Controller\\Security\\SecurityController::login"},"request_uri":"http://formation-psa.com/login","method":"GET"} [] [2022-02-01T07:16:13.509180+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.password_encoder" service is deprecated, use "security.user_password_hasher" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.password_encoder\" service is deprecated, use \"security.user_password_hasher\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_PasswordEncoderService.php:22)"} [] [2022-02-01T07:16:13.509464+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoder\" class is deprecated, use \"Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasher\" instead. at /home/formatioivp/prod/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php:19)"} [] [2022-02-01T07:16:13.509666+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface\" interface is deprecated, use \"Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface\" instead. at /home/formatioivp/prod/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php:17)"} [] [2022-02-01T07:16:13.509913+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.encoder_factory.generic\" service is deprecated, use \"security.password_hasher_factory\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_EncoderFactory_GenericService.php:22)"} [] [2022-02-01T07:16:13.510351+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactory\" class is deprecated, use \"Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactory\" instead. at /home/formatioivp/prod/vendor/symfony/security-core/Encoder/EncoderFactory.php:20)"} [] [2022-02-01T07:16:13.510547+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface\" class is deprecated, use \"Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface\" instead. at /home/formatioivp/prod/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17)"} [] [2022-02-01T07:16:13.510798+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.manager\" service is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_Authentication_ManagerService.php:22)"} [] [2022-02-01T07:16:13.511098+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationProviderManager\" class is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:27)"} [] [2022-02-01T07:16:13.511584+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent\" class is deprecated, use \"Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent\" with the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php:18)"} [] [2022-02-01T07:16:13.515827+01:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.factory.service\" service is deprecated, use \"session.storage.factory.native\", \"session.storage.factory.php_bridge\" or \"session.storage.factory.mock_file\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSession_Storage_Factory_ServiceService.php:22)"} [] [2022-02-01T07:16:13.516245+01:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.native\" service is deprecated, use \"session.storage.factory.native\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSession_Storage_NativeService.php:22)"} [] [2022-02-01T07:16:13.518129+01:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.metadata_bag\" service is deprecated, create your own \"session.storage.factory\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSession_Storage_MetadataBagService.php:22)"} [] [2022-02-01T07:16:13.518476+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.main" service is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.listener.guard.main\" service is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_Authentication_Listener_Guard_MainService.php:22)"} [] [2022-02-01T07:16:13.518879+01:00] php.INFO: User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener" class is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-guard 5.3: The \"Symfony\\Component\\Security\\Guard\\Firewall\\GuardAuthenticationListener\" class is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-guard/Firewall/GuardAuthenticationListener.php:31)"} [] [2022-02-01T07:16:13.519095+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.guard_handler\" service is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_Authentication_GuardHandlerService.php:22)"} [] [2022-02-01T07:16:13.519507+01:00] php.INFO: User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\GuardAuthenticatorHandler" class is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-guard 5.3: The \"Symfony\\Component\\Security\\Guard\\GuardAuthenticatorHandler\" class is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-guard/GuardAuthenticatorHandler.php:25)"} [] [2022-02-01T07:16:13.519610+01:00] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":2} [] [2022-02-01T07:16:13.519655+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\UserAuthenticator"} [] [2022-02-01T07:16:13.519698+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\UserAuthenticator"} [] [2022-02-01T07:16:13.519998+01:00] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\TokenAuthenticator"} [] [2022-02-01T07:16:13.520041+01:00] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\TokenAuthenticator"} [] [2022-02-01T07:16:13.520204+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.main" service is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.listener.anonymous.main\" service is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_Authentication_Listener_Anonymous_MainService.php:22)"} [] [2022-02-01T07:16:13.520460+01:00] php.INFO: User Deprecated: Since symfony/security-http 5.3: The "Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener" class is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-http 5.3: The \"Symfony\\Component\\Security\\Http\\Firewall\\AnonymousAuthenticationListener\" class is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-http/Firewall/AnonymousAuthenticationListener.php:22)"} [] [2022-02-01T07:16:13.522914+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.main" service is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.provider.guard.main\" service is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_Authentication_Provider_Guard_MainService.php:22)"} [] [2022-02-01T07:16:13.523668+01:00] php.INFO: User Deprecated: Since symfony/security-guard 5.3: The "Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider" class is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-guard 5.3: The \"Symfony\\Component\\Security\\Guard\\Provider\\GuardAuthenticationProvider\" class is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-guard/Provider/GuardAuthenticationProvider.php:32)"} [] [2022-02-01T07:16:13.523874+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AuthenticationProviderInterface" interface is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Authentication\\Provider\\AuthenticationProviderInterface\" interface is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-core/Authentication/Provider/AuthenticationProviderInterface.php:17)"} [] [2022-02-01T07:16:13.525075+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.main" service is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.provider.anonymous.main\" service is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_Authentication_Provider_Anonymous_MainService.php:22)"} [] [2022-02-01T07:16:13.525301+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider" class is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Authentication\\Provider\\AnonymousAuthenticationProvider\" class is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-core/Authentication/Provider/AnonymousAuthenticationProvider.php:19)"} [] [2022-02-01T07:16:13.525429+01:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2022-02-01T07:16:15.147409+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"d17a7d"},"request_uri":"http://formation-psa.com/_wdt/d17a7d","method":"GET"} [] [2022-02-01T07:16:15.170404+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.manager\" service is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_Authentication_ManagerService.php:22)"} [] [2022-02-01T07:16:15.170695+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationProviderManager\" class is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:27)"} [] [2022-02-01T07:16:15.170981+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent\" class is deprecated, use \"Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent\" with the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php:18)"} [] [2022-02-01T07:16:15.193849+01:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.factory.service\" service is deprecated, use \"session.storage.factory.native\", \"session.storage.factory.php_bridge\" or \"session.storage.factory.mock_file\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSession_Storage_Factory_ServiceService.php:22)"} [] [2022-02-01T07:16:15.194285+01:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.native\" service is deprecated, use \"session.storage.factory.native\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSession_Storage_NativeService.php:22)"} [] [2022-02-01T07:16:15.196210+01:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.metadata_bag\" service is deprecated, create your own \"session.storage.factory\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSession_Storage_MetadataBagService.php:22)"} [] [2022-02-01T07:16:15.213658+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.authentication.manager\" service is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_Authentication_ManagerService.php:22)"} [] [2022-02-01T07:16:15.215130+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager" class is deprecated, use the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Authentication\\AuthenticationProviderManager\" class is deprecated, use the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-core/Authentication/AuthenticationProviderManager.php:27)"} [] [2022-02-01T07:16:15.215431+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Event\AuthenticationFailureEvent" class is deprecated, use "Symfony\Component\Security\Http\Event\LoginFailureEvent" with the new authenticator system instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent\" class is deprecated, use \"Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent\" with the new authenticator system instead. at /home/formatioivp/prod/vendor/symfony/security-core/Event/AuthenticationFailureEvent.php:18)"} [] [2022-02-01T07:16:15.221508+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://formation-psa.com/favicon.ico" (from "http://formation-psa.com/login")" at /home/formatioivp/prod/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://formation-psa.com/favicon.ico\" (from \"http://formation-psa.com/login\") at /home/formatioivp/prod/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 /home/formatioivp/prod/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} [] [2022-02-01T07:16:15.453347+01:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.factory.service\" service is deprecated, use \"session.storage.factory.native\", \"session.storage.factory.php_bridge\" or \"session.storage.factory.mock_file\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSession_Storage_Factory_ServiceService.php:22)"} [] [2022-02-01T07:16:15.453759+01:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.native\" service is deprecated, use \"session.storage.factory.native\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSession_Storage_NativeService.php:22)"} [] [2022-02-01T07:16:15.455529+01:00] php.INFO: User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/framework-bundle 5.3: The \"session.storage.metadata_bag\" service is deprecated, create your own \"session.storage.factory\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSession_Storage_MetadataBagService.php:22)"} [] [2022-02-01T07:16:15.459986+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.password_encoder" service is deprecated, use "security.user_password_hasher" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.password_encoder\" service is deprecated, use \"security.user_password_hasher\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_PasswordEncoderService.php:22)"} [] [2022-02-01T07:16:15.460244+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoder" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoder\" class is deprecated, use \"Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasher\" instead. at /home/formatioivp/prod/vendor/symfony/security-core/Encoder/UserPasswordEncoder.php:19)"} [] [2022-02-01T07:16:15.460441+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Encoder\\UserPasswordEncoderInterface\" interface is deprecated, use \"Symfony\\Component\\PasswordHasher\\Hasher\\UserPasswordHasherInterface\" instead. at /home/formatioivp/prod/vendor/symfony/security-core/Encoder/UserPasswordEncoderInterface.php:17)"} [] [2022-02-01T07:16:15.460671+01:00] php.INFO: User Deprecated: Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-bundle 5.3: The \"security.encoder_factory.generic\" service is deprecated, use \"security.password_hasher_factory\" instead. at /home/formatioivp/prod/var/cache/dev/ContainerSj2osoP/getSecurity_EncoderFactory_GenericService.php:22)"} [] [2022-02-01T07:16:15.461110+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactory" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactory\" class is deprecated, use \"Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactory\" instead. at /home/formatioivp/prod/vendor/symfony/security-core/Encoder/EncoderFactory.php:20)"} [] [2022-02-01T07:16:15.461320+01:00] php.INFO: User Deprecated: Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface" class is deprecated, use "Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactoryInterface" instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Since symfony/security-core 5.3: The \"Symfony\\Component\\Security\\Core\\Encoder\\EncoderFactoryInterface\" class is deprecated, use \"Symfony\\Component\\PasswordHasher\\Hasher\\PasswordHasherFactoryInterface\" instead. at /home/formatioivp/prod/vendor/symfony/security-core/Encoder/EncoderFactoryInterface.php:17)"} []