07:29:55.000
deprecation
Method "Symfony\Component\Security\Core\User\UserProviderInterface::supportsClass() " might add "bool " as a native return type declaration in the future. Do the same in implementation "App\Security\UserProvider " now to avoid errors or add an explicit @return annotation to suppress this message.
07:29:55.000
deprecation
Since symfony/framework-bundle 5.4: Not setting the "framework.messenger.reset_on_message " configuration option is deprecated, it will default to "true " in version 6.0.
09:13:43.549
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure " .
09:13:43.549
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest " .
09:13:43.549
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest " .
09:13:43.549
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale " .
09:13:43.549
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest " .
09:13:43.574
error
Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://testgestion.tecnomecanicamotors.com/robots.txt" " at /home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135
09:13:43.577
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure " .
09:13:43.577
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest " .
09:13:43.577
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest " .
09:13:43.577
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale " .
09:13:43.577
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest " .
09:13:43.577
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest " .
09:13:43.577
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest " .
09:13:43.577
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator " .
09:13:43.577
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest " .
09:13:43.662
Notified event "kernel.controller " to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController " .
09:13:43.662
Notified event "kernel.controller " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController " .
09:13:43.662
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController " .
09:13:43.662
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController " .
09:13:43.662
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController " .
09:13:43.662
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController " .
09:13:43.663
Notified event "kernel.controller_arguments " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments " .
09:13:43.663
Notified event "kernel.controller_arguments " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments " .
09:13:43.663
Notified event "kernel.controller_arguments " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments " .
09:13:43.806
deprecation
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getSalt() " might add "?string " as a native return type declaration in the future. Do the same in implementation "App\Entity\User " now to avoid errors or add an explicit @return annotation to suppress this message.
php
Show context
Show trace
{
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/error-handler/ DebugClassLoader.php:325 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/RuntimeReflectionService.php:38 {
Doctrine\Persistence\Mapping \ RuntimeReflectionService->getParentClasses($class) …
› {
› if (! class_exists($class)) {
› throw MappingException::nonExistingClass($class);
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:335 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getParentClasses($name) …
›
› foreach (array_reverse($this->getReflectionService()->getParentClasses($name)) as $parentClass) {
› if ($this->getDriver()->isTransient($parentClass)) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:369 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->loadMetadata($name) …
›
› $parentClasses = $this->getParentClasses($name);
› $parentClasses[] = $name;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:260 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getMetadataFor($className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/orm/ lib/Doctrine/ORM/EntityManager.php:307 {
Doctrine\ORM \ EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/doctrine-bundle/ Repository/ContainerRepositoryFactory.php:40 {
Doctrine\Bundle\DoctrineBundle\Repository \ ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/orm/ lib/Doctrine/ORM/EntityManager.php:785 {
Doctrine\ORM \ EntityManager->getRepository($entityName) …
› {
› return $this->repositoryFactory->getRepository($this, $entityName);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/EntityManager_9a5be93.php:227 {
ContainerPuXTXo4 \ EntityManager_9a5be93->getRepository($entityName) …
›
› return $this->valueHolder6ab1a->getRepository($entityName);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / src/Security/UserProvider.php:21 {
App\Security \ UserProvider->__construct(EntityManagerInterface $em) …
› $this->em = $em;
› $this->repoUser = $em->getRepository(User::class);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getUserProviderService.php:23 {
ContainerPuXTXo4 \ getUserProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\UserProvider'] = new \App\Security\UserProvider(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()));
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getSecurity_Authenticator_FormLogin_SecuredAreaService.php:39 {
ContainerPuXTXo4 \ getSecurity_Authenticator_FormLogin_SecuredAreaService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.authenticator.form_login.secured_area'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($a, ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')), $b, $c, ['login_path' => '/login', 'check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true, 'form_only' => false]);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getSecurity_Firewall_Map_Context_SecuredAreaService.php:34 {
ContainerPuXTXo4 \ getSecurity_Firewall_Map_Context_SecuredAreaService::do($container, $lazyLoad = true) …
› yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'secured_area', ($container->privates['security.authenticator.form_login.secured_area'] ?? $container->load('getSecurity_Authenticator_FormLogin_SecuredAreaService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.secured_area'] ?? $container->getSecurity_EventDispatcher_SecuredAreaService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('secured_area', 'security.user_checker', '.security.request_matcher.3UEFixr', true, false, 'App\\Security\\UserProvider', 'secured_area', 'security.authenticator.form_login.secured_area', NULL, NULL, [0 => 'form_login'], NULL));
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/dependency-injection/ Container.php:422 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:183 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($this->firewallMap instanceof FirewallMap) {
› $firewallConfig = $this->firewallMap->getFirewallConfig($request);
› if (null !== $firewallConfig) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:99 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:173 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
$type : 1
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:85 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:213 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:85 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
$type : 1
$catch : true
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/runtime/ Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor/autoload_runtime.php "
}
}
}
[
"exception " => ErrorException {#848
#message : "User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message. "
#code : 0
#file : "/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/error-handler/ DebugClassLoader.php "
#line : 325
#severity : E_USER_DEPRECATED
trace : {
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/error-handler/ DebugClassLoader.php:325 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/RuntimeReflectionService.php:38 {
Doctrine\Persistence\Mapping \ RuntimeReflectionService->getParentClasses($class) …
› {
› if (! class_exists($class)) {
› throw MappingException::nonExistingClass($class);
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:335 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getParentClasses($name) …
›
› foreach (array_reverse($this->getReflectionService()->getParentClasses($name)) as $parentClass) {
› if ($this->getDriver()->isTransient($parentClass)) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:369 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->loadMetadata($name) …
›
› $parentClasses = $this->getParentClasses($name);
› $parentClasses[] = $name;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:260 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getMetadataFor($className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/orm/ lib/Doctrine/ORM/EntityManager.php:307 {
Doctrine\ORM \ EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/doctrine-bundle/ Repository/ContainerRepositoryFactory.php:40 {
Doctrine\Bundle\DoctrineBundle\Repository \ ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/orm/ lib/Doctrine/ORM/EntityManager.php:785 {
Doctrine\ORM \ EntityManager->getRepository($entityName) …
› {
› return $this->repositoryFactory->getRepository($this, $entityName);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/EntityManager_9a5be93.php:227 {
ContainerPuXTXo4 \ EntityManager_9a5be93->getRepository($entityName) …
›
› return $this->valueHolder6ab1a->getRepository($entityName);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / src/Security/UserProvider.php:21 {
App\Security \ UserProvider->__construct(EntityManagerInterface $em) …
› $this->em = $em;
› $this->repoUser = $em->getRepository(User::class);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getUserProviderService.php:23 {
ContainerPuXTXo4 \ getUserProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\UserProvider'] = new \App\Security\UserProvider(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()));
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getSecurity_Authenticator_FormLogin_SecuredAreaService.php:39 {
ContainerPuXTXo4 \ getSecurity_Authenticator_FormLogin_SecuredAreaService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.authenticator.form_login.secured_area'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($a, ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')), $b, $c, ['login_path' => '/login', 'check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true, 'form_only' => false]);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getSecurity_Firewall_Map_Context_SecuredAreaService.php:34 {
ContainerPuXTXo4 \ getSecurity_Firewall_Map_Context_SecuredAreaService::do($container, $lazyLoad = true) …
› yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'secured_area', ($container->privates['security.authenticator.form_login.secured_area'] ?? $container->load('getSecurity_Authenticator_FormLogin_SecuredAreaService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.secured_area'] ?? $container->getSecurity_EventDispatcher_SecuredAreaService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('secured_area', 'security.user_checker', '.security.request_matcher.3UEFixr', true, false, 'App\\Security\\UserProvider', 'secured_area', 'security.authenticator.form_login.secured_area', NULL, NULL, [0 => 'form_login'], NULL));
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/dependency-injection/ Container.php:422 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:183 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($this->firewallMap instanceof FirewallMap) {
› $firewallConfig = $this->firewallMap->getFirewallConfig($request);
› if (null !== $firewallConfig) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:99 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:173 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
$type : 1
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:85 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:213 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:85 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
$type : 1
$catch : true
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/runtime/ Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor/autoload_runtime.php "
}
}
}
}
]
{
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/error-handler/ DebugClassLoader.php:325 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/RuntimeReflectionService.php:38 {
Doctrine\Persistence\Mapping \ RuntimeReflectionService->getParentClasses($class) …
› {
› if (! class_exists($class)) {
› throw MappingException::nonExistingClass($class);
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:335 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getParentClasses($name) …
›
› foreach (array_reverse($this->getReflectionService()->getParentClasses($name)) as $parentClass) {
› if ($this->getDriver()->isTransient($parentClass)) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:369 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->loadMetadata($name) …
›
› $parentClasses = $this->getParentClasses($name);
› $parentClasses[] = $name;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:260 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getMetadataFor($className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/orm/ lib/Doctrine/ORM/EntityManager.php:307 {
Doctrine\ORM \ EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/doctrine-bundle/ Repository/ContainerRepositoryFactory.php:40 {
Doctrine\Bundle\DoctrineBundle\Repository \ ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/orm/ lib/Doctrine/ORM/EntityManager.php:785 {
Doctrine\ORM \ EntityManager->getRepository($entityName) …
› {
› return $this->repositoryFactory->getRepository($this, $entityName);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/EntityManager_9a5be93.php:227 {
ContainerPuXTXo4 \ EntityManager_9a5be93->getRepository($entityName) …
›
› return $this->valueHolder6ab1a->getRepository($entityName);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / src/Security/UserProvider.php:21 {
App\Security \ UserProvider->__construct(EntityManagerInterface $em) …
› $this->em = $em;
› $this->repoUser = $em->getRepository(User::class);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getUserProviderService.php:23 {
ContainerPuXTXo4 \ getUserProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\UserProvider'] = new \App\Security\UserProvider(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()));
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getSecurity_Authenticator_FormLogin_SecuredAreaService.php:39 {
ContainerPuXTXo4 \ getSecurity_Authenticator_FormLogin_SecuredAreaService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.authenticator.form_login.secured_area'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($a, ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')), $b, $c, ['login_path' => '/login', 'check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true, 'form_only' => false]);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getSecurity_Firewall_Map_Context_SecuredAreaService.php:34 {
ContainerPuXTXo4 \ getSecurity_Firewall_Map_Context_SecuredAreaService::do($container, $lazyLoad = true) …
› yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'secured_area', ($container->privates['security.authenticator.form_login.secured_area'] ?? $container->load('getSecurity_Authenticator_FormLogin_SecuredAreaService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.secured_area'] ?? $container->getSecurity_EventDispatcher_SecuredAreaService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('secured_area', 'security.user_checker', '.security.request_matcher.3UEFixr', true, false, 'App\\Security\\UserProvider', 'secured_area', 'security.authenticator.form_login.secured_area', NULL, NULL, [0 => 'form_login'], NULL));
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/dependency-injection/ Container.php:422 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:183 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($this->firewallMap instanceof FirewallMap) {
› $firewallConfig = $this->firewallMap->getFirewallConfig($request);
› if (null !== $firewallConfig) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:99 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:173 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
$type : 1
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:85 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:213 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:85 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
$type : 1
$catch : true
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/runtime/ Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor/autoload_runtime.php "
}
}
}
09:13:43.806
deprecation
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getUsername() " might add "string " as a native return type declaration in the future. Do the same in implementation "App\Entity\User " now to avoid errors or add an explicit @return annotation to suppress this message.
php
Show context
Show trace
{
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/error-handler/ DebugClassLoader.php:325 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/RuntimeReflectionService.php:38 {
Doctrine\Persistence\Mapping \ RuntimeReflectionService->getParentClasses($class) …
› {
› if (! class_exists($class)) {
› throw MappingException::nonExistingClass($class);
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:335 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getParentClasses($name) …
›
› foreach (array_reverse($this->getReflectionService()->getParentClasses($name)) as $parentClass) {
› if ($this->getDriver()->isTransient($parentClass)) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:369 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->loadMetadata($name) …
›
› $parentClasses = $this->getParentClasses($name);
› $parentClasses[] = $name;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:260 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getMetadataFor($className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/orm/ lib/Doctrine/ORM/EntityManager.php:307 {
Doctrine\ORM \ EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/doctrine-bundle/ Repository/ContainerRepositoryFactory.php:40 {
Doctrine\Bundle\DoctrineBundle\Repository \ ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/orm/ lib/Doctrine/ORM/EntityManager.php:785 {
Doctrine\ORM \ EntityManager->getRepository($entityName) …
› {
› return $this->repositoryFactory->getRepository($this, $entityName);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/EntityManager_9a5be93.php:227 {
ContainerPuXTXo4 \ EntityManager_9a5be93->getRepository($entityName) …
›
› return $this->valueHolder6ab1a->getRepository($entityName);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / src/Security/UserProvider.php:21 {
App\Security \ UserProvider->__construct(EntityManagerInterface $em) …
› $this->em = $em;
› $this->repoUser = $em->getRepository(User::class);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getUserProviderService.php:23 {
ContainerPuXTXo4 \ getUserProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\UserProvider'] = new \App\Security\UserProvider(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()));
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getSecurity_Authenticator_FormLogin_SecuredAreaService.php:39 {
ContainerPuXTXo4 \ getSecurity_Authenticator_FormLogin_SecuredAreaService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.authenticator.form_login.secured_area'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($a, ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')), $b, $c, ['login_path' => '/login', 'check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true, 'form_only' => false]);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getSecurity_Firewall_Map_Context_SecuredAreaService.php:34 {
ContainerPuXTXo4 \ getSecurity_Firewall_Map_Context_SecuredAreaService::do($container, $lazyLoad = true) …
› yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'secured_area', ($container->privates['security.authenticator.form_login.secured_area'] ?? $container->load('getSecurity_Authenticator_FormLogin_SecuredAreaService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.secured_area'] ?? $container->getSecurity_EventDispatcher_SecuredAreaService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('secured_area', 'security.user_checker', '.security.request_matcher.3UEFixr', true, false, 'App\\Security\\UserProvider', 'secured_area', 'security.authenticator.form_login.secured_area', NULL, NULL, [0 => 'form_login'], NULL));
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/dependency-injection/ Container.php:422 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:183 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($this->firewallMap instanceof FirewallMap) {
› $firewallConfig = $this->firewallMap->getFirewallConfig($request);
› if (null !== $firewallConfig) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:99 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:173 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
$type : 1
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:85 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:213 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:85 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
$type : 1
$catch : true
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/runtime/ Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor/autoload_runtime.php "
}
}
}
[
"exception " => ErrorException {#845
#message : "User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getUsername()" might add "string" as a native return type declaration in the future. Do the same in implementation "App\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message. "
#code : 0
#file : "/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/error-handler/ DebugClassLoader.php "
#line : 325
#severity : E_USER_DEPRECATED
trace : {
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/error-handler/ DebugClassLoader.php:325 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/RuntimeReflectionService.php:38 {
Doctrine\Persistence\Mapping \ RuntimeReflectionService->getParentClasses($class) …
› {
› if (! class_exists($class)) {
› throw MappingException::nonExistingClass($class);
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:335 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getParentClasses($name) …
›
› foreach (array_reverse($this->getReflectionService()->getParentClasses($name)) as $parentClass) {
› if ($this->getDriver()->isTransient($parentClass)) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:369 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->loadMetadata($name) …
›
› $parentClasses = $this->getParentClasses($name);
› $parentClasses[] = $name;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:260 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getMetadataFor($className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/orm/ lib/Doctrine/ORM/EntityManager.php:307 {
Doctrine\ORM \ EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/doctrine-bundle/ Repository/ContainerRepositoryFactory.php:40 {
Doctrine\Bundle\DoctrineBundle\Repository \ ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/orm/ lib/Doctrine/ORM/EntityManager.php:785 {
Doctrine\ORM \ EntityManager->getRepository($entityName) …
› {
› return $this->repositoryFactory->getRepository($this, $entityName);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/EntityManager_9a5be93.php:227 {
ContainerPuXTXo4 \ EntityManager_9a5be93->getRepository($entityName) …
›
› return $this->valueHolder6ab1a->getRepository($entityName);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / src/Security/UserProvider.php:21 {
App\Security \ UserProvider->__construct(EntityManagerInterface $em) …
› $this->em = $em;
› $this->repoUser = $em->getRepository(User::class);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getUserProviderService.php:23 {
ContainerPuXTXo4 \ getUserProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\UserProvider'] = new \App\Security\UserProvider(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()));
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getSecurity_Authenticator_FormLogin_SecuredAreaService.php:39 {
ContainerPuXTXo4 \ getSecurity_Authenticator_FormLogin_SecuredAreaService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.authenticator.form_login.secured_area'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($a, ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')), $b, $c, ['login_path' => '/login', 'check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true, 'form_only' => false]);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getSecurity_Firewall_Map_Context_SecuredAreaService.php:34 {
ContainerPuXTXo4 \ getSecurity_Firewall_Map_Context_SecuredAreaService::do($container, $lazyLoad = true) …
› yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'secured_area', ($container->privates['security.authenticator.form_login.secured_area'] ?? $container->load('getSecurity_Authenticator_FormLogin_SecuredAreaService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.secured_area'] ?? $container->getSecurity_EventDispatcher_SecuredAreaService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('secured_area', 'security.user_checker', '.security.request_matcher.3UEFixr', true, false, 'App\\Security\\UserProvider', 'secured_area', 'security.authenticator.form_login.secured_area', NULL, NULL, [0 => 'form_login'], NULL));
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/dependency-injection/ Container.php:422 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:183 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($this->firewallMap instanceof FirewallMap) {
› $firewallConfig = $this->firewallMap->getFirewallConfig($request);
› if (null !== $firewallConfig) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:99 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:173 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
$type : 1
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:85 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:213 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:85 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
$type : 1
$catch : true
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/runtime/ Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor/autoload_runtime.php "
}
}
}
}
]
{
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/error-handler/ DebugClassLoader.php:325 {
class_exists(string $class, bool $autoload = true): bool …
› foreach ($deprecations as $message) {
› @trigger_error($message, \E_USER_DEPRECATED);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/RuntimeReflectionService.php:38 {
Doctrine\Persistence\Mapping \ RuntimeReflectionService->getParentClasses($class) …
› {
› if (! class_exists($class)) {
› throw MappingException::nonExistingClass($class);
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:335 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getParentClasses($name) …
›
› foreach (array_reverse($this->getReflectionService()->getParentClasses($name)) as $parentClass) {
› if ($this->getDriver()->isTransient($parentClass)) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:369 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->loadMetadata($name) …
›
› $parentClasses = $this->getParentClasses($name);
› $parentClasses[] = $name;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/persistence/ lib/Doctrine/Persistence/Mapping/AbstractClassMetadataFactory.php:260 {
Doctrine\Persistence\Mapping \ AbstractClassMetadataFactory->getMetadataFor($className) …
› } else {
› $loadedMetadata = $this->loadMetadata($realClassName);
› $classNames = array_combine(
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/orm/ lib/Doctrine/ORM/EntityManager.php:307 {
Doctrine\ORM \ EntityManager->getClassMetadata($className) …
› {
› return $this->metadataFactory->getMetadataFor($className);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/doctrine-bundle/ Repository/ContainerRepositoryFactory.php:40 {
Doctrine\Bundle\DoctrineBundle\Repository \ ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
› {
› $metadata = $entityManager->getClassMetadata($entityName);
› $repositoryServiceId = $metadata->customRepositoryClassName;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /doctrine/orm/ lib/Doctrine/ORM/EntityManager.php:785 {
Doctrine\ORM \ EntityManager->getRepository($entityName) …
› {
› return $this->repositoryFactory->getRepository($this, $entityName);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/EntityManager_9a5be93.php:227 {
ContainerPuXTXo4 \ EntityManager_9a5be93->getRepository($entityName) …
›
› return $this->valueHolder6ab1a->getRepository($entityName);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / src/Security/UserProvider.php:21 {
App\Security \ UserProvider->__construct(EntityManagerInterface $em) …
› $this->em = $em;
› $this->repoUser = $em->getRepository(User::class);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getUserProviderService.php:23 {
ContainerPuXTXo4 \ getUserProviderService::do($container, $lazyLoad = true) …
›
› return $container->privates['App\\Security\\UserProvider'] = new \App\Security\UserProvider(($container->services['doctrine.orm.default_entity_manager'] ?? $container->getDoctrine_Orm_DefaultEntityManagerService()));
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getSecurity_Authenticator_FormLogin_SecuredAreaService.php:39 {
ContainerPuXTXo4 \ getSecurity_Authenticator_FormLogin_SecuredAreaService::do($container, $lazyLoad = true) …
›
› return $container->privates['security.authenticator.form_login.secured_area'] = new \Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator($a, ($container->privates['App\\Security\\UserProvider'] ?? $container->load('getUserProviderService')), $b, $c, ['login_path' => '/login', 'check_path' => '/login_check', 'use_forward' => false, 'require_previous_session' => false, 'username_parameter' => '_username', 'password_parameter' => '_password', 'csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'authenticate', 'enable_csrf' => false, 'post_only' => true, 'form_only' => false]);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/getSecurity_Firewall_Map_Context_SecuredAreaService.php:34 {
ContainerPuXTXo4 \ getSecurity_Firewall_Map_Context_SecuredAreaService::do($container, $lazyLoad = true) …
› yield 3 => ($container->privates['security.access_listener'] ?? $container->load('getSecurity_AccessListenerService'));
› }, 4), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($a, ($container->privates['security.authentication.trust_resolver'] ?? ($container->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $b, 'secured_area', ($container->privates['security.authenticator.form_login.secured_area'] ?? $container->load('getSecurity_Authenticator_FormLogin_SecuredAreaService')), NULL, NULL, ($container->privates['monolog.logger.security'] ?? $container->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($a, $b, ($container->privates['security.event_dispatcher.secured_area'] ?? $container->getSecurity_EventDispatcher_SecuredAreaService()), ['csrf_parameter' => '_csrf_token', 'csrf_token_id' => 'logout', 'logout_path' => '/logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('secured_area', 'security.user_checker', '.security.request_matcher.3UEFixr', true, false, 'App\\Security\\UserProvider', 'secured_area', 'security.authenticator.form_login.secured_area', NULL, NULL, [0 => 'form_login'], NULL));
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / var/cache/dev/ContainerPuXTXo4/App_KernelDevDebugContainer.php:467 {
ContainerPuXTXo4 \ App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
›
› return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/dependency-injection/ Container.php:422 {
Symfony\Component\DependencyInjection \ Container->getService($registry, string $id, ?string $method, $load) …
› if (false !== $registry) {
› return $this->{$registry}[$id] ?? $this->{$registry}[$id] = $load ? $this->load($method) : $this->{$method}();
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/dependency-injection/ Argument/ServiceLocator.php:42 {
Symfony\Component\DependencyInjection\Argument \ ServiceLocator->get(string $id) …
› {
› return isset($this->serviceMap[$id]) ? ($this->factory)(...$this->serviceMap[$id]) : parent::get($id);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ Security/FirewallMap.php:78 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallContext(Request $request): FirewallContext …
›
› return $this->container->get($contextId);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ Security/FirewallMap.php:52 {
Symfony\Bundle\SecurityBundle\Security \ FirewallMap->getFirewallConfig(Request $request) …
› {
› $context = $this->getFirewallContext($request);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/security-bundle/ DataCollector/SecurityDataCollector.php:183 {
Symfony\Bundle\SecurityBundle\DataCollector \ SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› if ($this->firewallMap instanceof FirewallMap) {
› $firewallConfig = $this->firewallMap->getFirewallConfig($request);
› if (null !== $firewallConfig) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ Profiler/Profiler.php:161 {
Symfony\Component\HttpKernel\Profiler \ Profiler->collect(Request $request, Response $response, Throwable $exception = null) …
› foreach ($this->collectors as $collector) {
› $collector->collect($request, $response, $exception);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ EventListener/ProfilerListener.php:99 {
Symfony\Component\HttpKernel\EventListener \ ProfilerListener->onKernelResponse(ResponseEvent $event) …
›
› if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {
› return;
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:185 {
Symfony\Component\HttpKernel \ HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
›
› $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:173 {
Symfony\Component\HttpKernel \ HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
›
› return $this->filterResponse($response, $request, $type);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:74 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
$type : 1
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:85 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/WrappedListener.php:117 {
Symfony\Component\EventDispatcher\Debug \ WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
›
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
... : {
"kernel.request "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:230 {
Symfony\Component\EventDispatcher \ EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#118 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ EventDispatcher.php:59 {
Symfony\Component\EventDispatcher \ EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments : {
$listeners : [ …9]
$eventName : "kernel.request "
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/event-dispatcher/ Debug/TraceableEventDispatcher.php:154 {
Symfony\Component\EventDispatcher\Debug \ TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments : {
$event : Symfony\Component\HttpKernel\Event \ RequestEvent {#131 …}
$eventName : "kernel.request "
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:213 {
Symfony\Component\HttpKernel \ HttpKernel->handleThrowable(Throwable $e, Request $request, int $type): Response …
› $event = new ExceptionEvent($this, $request, $type, $e);
› $this->dispatcher->dispatch($event, KernelEvents::EXCEPTION);
›
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ HttpKernel.php:85 {
Symfony\Component\HttpKernel \ HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
›
› return $this->handleThrowable($e, $request, $type);
› }
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/http-kernel/ Kernel.php:202 {
Symfony\Component\HttpKernel \ Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
$type : 1
$catch : true
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /symfony/runtime/ Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony \ HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
› $response->send();
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#3 …}
}
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor /autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/pruebastaller/testgestion.tecnomecanicamotors.com / public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"/home/pruebastaller/testgestion.tecnomecanicamotors.com/vendor/autoload_runtime.php "
}
}
}
09:13:43.899
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
doctrine
09:13:43.908
SELECT DATABASE()
doctrine
09:13:43.909
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse " .
09:13:43.909
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse " .
09:13:43.909
Notified event "kernel.response " to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse " .
09:13:43.909
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse " .
09:13:43.909
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse " .
09:13:43.909
Notified event "kernel.response " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse " .
09:13:43.909
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse " .
09:13:43.909
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader " .
09:13:43.909
Notified event "kernel.response " to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
09:13:43.909
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse " .
09:13:43.909
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse " .
09:13:43.909
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse " .
09:13:43.909
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest " .
09:13:43.909
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest " .
09:13:43.909
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest " .
09:13:43.909
Notified event "kernel.finish_request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest " .
09:13:43.910
Notified event "kernel.exception " to listener "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException " .
09:13:43.910
Notified event "kernel.exception " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException " .
09:13:43.910
Notified event "kernel.exception " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException " .
09:13:43.910
Notified event "kernel.exception " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException " .
09:13:43.910
Notified event "kernel.exception " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException " .
09:13:43.910
Listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException " stopped propagation of the event "kernel.exception " .
09:13:43.910
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest " .
09:13:43.929
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse " .
09:13:43.929
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse " .
09:13:43.929
Notified event "kernel.response " to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse " .
09:13:43.929
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse " .
09:13:43.929
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse " .
09:13:43.929
Notified event "kernel.response " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse " .
09:13:43.929
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse " .
09:13:43.929
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader " .
09:13:43.929
Notified event "kernel.response " to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
09:13:43.929
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse " .
09:13:43.929
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse " .
09:13:43.929
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse " .
09:13:43.929
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest " .
09:13:43.929
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest " .
09:13:43.929
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest " .
09:13:43.929
Notified event "kernel.finish_request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest " .
09:13:43.929
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest " .