19:55:30.000
deprecation
The "Symfony\Bridge\Doctrine\Logger\DbalLogger " class implements "Doctrine\DBAL\Logging\SQLLogger " that is deprecated Use {@link \Doctrine\DBAL\Logging\Middleware} or implement {@link \Doctrine\DBAL\Driver\Middleware} instead.
17:34:02.110
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure " .
17:34:02.110
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest " .
17:34:02.110
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest " .
17:34:02.110
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale " .
17:34:02.110
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest " .
17:34:02.110
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest " .
17:34:02.110
Notified event "kernel.request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest " .
17:34:02.110
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator " .
17:34:02.110
Notified event "kernel.request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest " .
17:34:02.145
Notified event "kernel.controller " to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController " .
17:34:02.145
Notified event "kernel.controller " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController " .
17:34:02.145
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController " .
17:34:02.145
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController " .
17:34:02.145
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController " .
17:34:02.145
Notified event "kernel.controller " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController " .
17:34:02.145
Notified event "kernel.controller_arguments " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments " .
17:34:02.145
Notified event "kernel.controller_arguments " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments " .
17:34:02.145
Notified event "kernel.controller_arguments " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments " .
17:34:02.164
silenced
Warning: Zend OPcache API is restricted by "restrict_api " configuration directive
17:34:02.175
error
error while trying to collect executed migrations
app
Show context
Show trace
{
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Driver/API/MySQL/ExceptionConverter.php:103 {
Doctrine\DBAL\Driver\API\MySQL \ ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
› case 2054:
› return new ConnectionException($exception, $query);
›
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:1768 {
Doctrine\DBAL \ Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
›
› $exception = $this->exceptionConverter->convert($driverException, $query);
›
arguments : {
$exception : Doctrine\DBAL\Driver\PDO \ Exception {#787 …}
$query : null
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:1715 {
Doctrine\DBAL \ Connection->convertException(Exception $e): DriverException …
› {
› return $this->handleDriverException($e, null);
› }
arguments : {
$driverException : Doctrine\DBAL\Driver\PDO \ Exception {#787 …}
$query : null
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:327 {
Doctrine\DBAL \ Connection->connect() …
› } catch (Driver\Exception $e) {
› throw $this->convertException($e);
› }
arguments : {
$e : Doctrine\DBAL\Driver\PDO \ Exception {#787 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:1507 {
Doctrine\DBAL \ Connection->getWrappedConnection() …
› {
› $this->connect();
›
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:1013 {
Doctrine\DBAL \ Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result …
›
› $connection = $this->getWrappedConnection();
›
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:833 {
Doctrine\DBAL \ Connection->fetchAllAssociative(string $query, array $params = [], array $types = []): array …
› {
› return $this->executeQuery($query, $params, $types)->fetchAllAssociative();
› }
arguments : {
$sql : "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' "
$params : []
$types : []
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Schema/AbstractSchemaManager.php:269 {
Doctrine\DBAL\Schema \ AbstractSchemaManager->listTableNames() …
›
› $tables = $this->_conn->fetchAllAssociative($sql);
› $tableNames = $this->_getPortableTablesList($tables);
arguments : {
$query : "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' "
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Schema/AbstractSchemaManager.php:255 {
Doctrine\DBAL\Schema \ AbstractSchemaManager->tablesExist($names) …
›
› return count($names) === count(array_intersect($names, array_map('strtolower', $this->listTableNames())));
› }
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/migrations/ lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php:204 {
Doctrine\Migrations\Metadata\Storage \ TableMetadataStorage->isInitialized(): bool …
›
› return $this->schemaManager->tablesExist([$this->configuration->getTableName()]);
› }
arguments : {
$names : [ …1]
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/migrations/ lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php:85 {
Doctrine\Migrations\Metadata\Storage \ TableMetadataStorage->getExecutedMigrations(): ExecutedMigrationsList …
› {
› if (! $this->isInitialized()) {
› return new ExecutedMigrationsList([]);
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/doctrine-migrations-bundle/ Collector/MigrationsCollector.php:37 {
Doctrine\Bundle\MigrationsBundle\Collector \ MigrationsCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› try {
› $executedMigrations = $metadataStorage->getExecutedMigrations();
› } catch (Exception $dbalException) {
}
/home/normandiuv/www/developpements/googledriveapi/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#455 …}
$response : Symfony\Component\HttpFoundation \ Response {#581 …}
$exception : Symfony\Component\HttpKernel\Exception \ NotFoundHttpException {#165 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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;
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#455 …}
$response : Symfony\Component\HttpFoundation \ Response {#581 …}
$exception : Symfony\Component\HttpKernel\Exception \ NotFoundHttpException {#165 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
... : {
"kernel.exception "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#29 …}
}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
$eventName : "kernel.exception "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#29 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 : [ …4]
$eventName : "kernel.exception "
$event : Symfony\Component\HttpKernel\Event \ ExceptionEvent {#163 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
$eventName : "kernel.exception "
}
}
/home/normandiuv/www/developpements/googledriveapi/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#589 …}
$eventName : "kernel.response "
}
}
/home/normandiuv/www/developpements/googledriveapi/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);
› }
arguments : {
$response : Symfony\Component\HttpFoundation \ Response {#581 …}
$request : Symfony\Component\HttpFoundation \ Request {#455 …}
$type : 2
}
}
/home/normandiuv/www/developpements/googledriveapi/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 {#455 …}
$type : 2
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:71 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#455 …}
$type : 2
$catch : false
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
... : {
"kernel.exception "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#29 …}
}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
$eventName : "kernel.exception "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#29 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 : [ …4]
$eventName : "kernel.exception "
$event : Symfony\Component\HttpKernel\Event \ ExceptionEvent {#163 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
$eventName : "kernel.exception "
}
}
/home/normandiuv/www/developpements/googledriveapi/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ExceptionEvent {#163 …}
$eventName : "kernel.exception "
}
}
/home/normandiuv/www/developpements/googledriveapi/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);
› }
arguments : {
$e : Symfony\Component\HttpKernel\Exception \ NotFoundHttpException {#165 …}
$request : Symfony\Component\HttpFoundation \ Request {#56 …}
$type : 1
}
}
/home/normandiuv/www/developpements/googledriveapi/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 {#56 …}
$type : 1
$catch : true
}
}
/home/normandiuv/www/developpements/googledriveapi/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 {#56 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/normandiuv/www/developpements/googledriveapi / public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"/home/normandiuv/www/developpements/googledriveapi/vendor/autoload_runtime.php "
}
}
}
[
"exception " => Doctrine\DBAL\Exception \ ConnectionException {#964
-query : null
#message : "An exception occurred in the driver: SQLSTATE[HY000] [1044] Access denied for user 'postmaster_ni'@'%' to database 'bilanfilms' "
#code : 1044
#file : "/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Driver/API/MySQL/ExceptionConverter.php "
#line : 103
-previous : Doctrine\DBAL\Driver\PDO \ Exception {#787 …}
trace : {
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Driver/API/MySQL/ExceptionConverter.php:103 {
Doctrine\DBAL\Driver\API\MySQL \ ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
› case 2054:
› return new ConnectionException($exception, $query);
›
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:1768 {
Doctrine\DBAL \ Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
›
› $exception = $this->exceptionConverter->convert($driverException, $query);
›
arguments : {
$exception : Doctrine\DBAL\Driver\PDO \ Exception {#787 …}
$query : null
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:1715 {
Doctrine\DBAL \ Connection->convertException(Exception $e): DriverException …
› {
› return $this->handleDriverException($e, null);
› }
arguments : {
$driverException : Doctrine\DBAL\Driver\PDO \ Exception {#787 …}
$query : null
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:327 {
Doctrine\DBAL \ Connection->connect() …
› } catch (Driver\Exception $e) {
› throw $this->convertException($e);
› }
arguments : {
$e : Doctrine\DBAL\Driver\PDO \ Exception {#787 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:1507 {
Doctrine\DBAL \ Connection->getWrappedConnection() …
› {
› $this->connect();
›
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:1013 {
Doctrine\DBAL \ Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result …
›
› $connection = $this->getWrappedConnection();
›
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:833 {
Doctrine\DBAL \ Connection->fetchAllAssociative(string $query, array $params = [], array $types = []): array …
› {
› return $this->executeQuery($query, $params, $types)->fetchAllAssociative();
› }
arguments : {
$sql : "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' "
$params : []
$types : []
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Schema/AbstractSchemaManager.php:269 {
Doctrine\DBAL\Schema \ AbstractSchemaManager->listTableNames() …
›
› $tables = $this->_conn->fetchAllAssociative($sql);
› $tableNames = $this->_getPortableTablesList($tables);
arguments : {
$query : "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' "
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Schema/AbstractSchemaManager.php:255 {
Doctrine\DBAL\Schema \ AbstractSchemaManager->tablesExist($names) …
›
› return count($names) === count(array_intersect($names, array_map('strtolower', $this->listTableNames())));
› }
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/migrations/ lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php:204 {
Doctrine\Migrations\Metadata\Storage \ TableMetadataStorage->isInitialized(): bool …
›
› return $this->schemaManager->tablesExist([$this->configuration->getTableName()]);
› }
arguments : {
$names : [ …1]
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/migrations/ lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php:85 {
Doctrine\Migrations\Metadata\Storage \ TableMetadataStorage->getExecutedMigrations(): ExecutedMigrationsList …
› {
› if (! $this->isInitialized()) {
› return new ExecutedMigrationsList([]);
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/doctrine-migrations-bundle/ Collector/MigrationsCollector.php:37 {
Doctrine\Bundle\MigrationsBundle\Collector \ MigrationsCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› try {
› $executedMigrations = $metadataStorage->getExecutedMigrations();
› } catch (Exception $dbalException) {
}
/home/normandiuv/www/developpements/googledriveapi/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#455 …}
$response : Symfony\Component\HttpFoundation \ Response {#581 …}
$exception : Symfony\Component\HttpKernel\Exception \ NotFoundHttpException {#165 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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;
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#455 …}
$response : Symfony\Component\HttpFoundation \ Response {#581 …}
$exception : Symfony\Component\HttpKernel\Exception \ NotFoundHttpException {#165 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
... : {
"kernel.exception "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#29 …}
}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
$eventName : "kernel.exception "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#29 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 : [ …4]
$eventName : "kernel.exception "
$event : Symfony\Component\HttpKernel\Event \ ExceptionEvent {#163 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
$eventName : "kernel.exception "
}
}
/home/normandiuv/www/developpements/googledriveapi/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#589 …}
$eventName : "kernel.response "
}
}
/home/normandiuv/www/developpements/googledriveapi/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);
› }
arguments : {
$response : Symfony\Component\HttpFoundation \ Response {#581 …}
$request : Symfony\Component\HttpFoundation \ Request {#455 …}
$type : 2
}
}
/home/normandiuv/www/developpements/googledriveapi/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 {#455 …}
$type : 2
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:71 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#455 …}
$type : 2
$catch : false
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
... : {
"kernel.exception "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#29 …}
}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
$eventName : "kernel.exception "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#29 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 : [ …4]
$eventName : "kernel.exception "
$event : Symfony\Component\HttpKernel\Event \ ExceptionEvent {#163 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
$eventName : "kernel.exception "
}
}
/home/normandiuv/www/developpements/googledriveapi/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ExceptionEvent {#163 …}
$eventName : "kernel.exception "
}
}
/home/normandiuv/www/developpements/googledriveapi/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);
› }
arguments : {
$e : Symfony\Component\HttpKernel\Exception \ NotFoundHttpException {#165 …}
$request : Symfony\Component\HttpFoundation \ Request {#56 …}
$type : 1
}
}
/home/normandiuv/www/developpements/googledriveapi/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 {#56 …}
$type : 1
$catch : true
}
}
/home/normandiuv/www/developpements/googledriveapi/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 {#56 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/normandiuv/www/developpements/googledriveapi / public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"/home/normandiuv/www/developpements/googledriveapi/vendor/autoload_runtime.php "
}
}
}
}
]
{
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Driver/API/MySQL/ExceptionConverter.php:103 {
Doctrine\DBAL\Driver\API\MySQL \ ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
› case 2054:
› return new ConnectionException($exception, $query);
›
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:1768 {
Doctrine\DBAL \ Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
›
› $exception = $this->exceptionConverter->convert($driverException, $query);
›
arguments : {
$exception : Doctrine\DBAL\Driver\PDO \ Exception {#787 …}
$query : null
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:1715 {
Doctrine\DBAL \ Connection->convertException(Exception $e): DriverException …
› {
› return $this->handleDriverException($e, null);
› }
arguments : {
$driverException : Doctrine\DBAL\Driver\PDO \ Exception {#787 …}
$query : null
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:327 {
Doctrine\DBAL \ Connection->connect() …
› } catch (Driver\Exception $e) {
› throw $this->convertException($e);
› }
arguments : {
$e : Doctrine\DBAL\Driver\PDO \ Exception {#787 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:1507 {
Doctrine\DBAL \ Connection->getWrappedConnection() …
› {
› $this->connect();
›
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:1013 {
Doctrine\DBAL \ Connection->executeQuery(string $sql, array $params = [], $types = [], QueryCacheProfile $qcp = null): Result …
›
› $connection = $this->getWrappedConnection();
›
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Connection.php:833 {
Doctrine\DBAL \ Connection->fetchAllAssociative(string $query, array $params = [], array $types = []): array …
› {
› return $this->executeQuery($query, $params, $types)->fetchAllAssociative();
› }
arguments : {
$sql : "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' "
$params : []
$types : []
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Schema/AbstractSchemaManager.php:269 {
Doctrine\DBAL\Schema \ AbstractSchemaManager->listTableNames() …
›
› $tables = $this->_conn->fetchAllAssociative($sql);
› $tableNames = $this->_getPortableTablesList($tables);
arguments : {
$query : "SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' "
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/dbal/ src/Schema/AbstractSchemaManager.php:255 {
Doctrine\DBAL\Schema \ AbstractSchemaManager->tablesExist($names) …
›
› return count($names) === count(array_intersect($names, array_map('strtolower', $this->listTableNames())));
› }
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/migrations/ lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php:204 {
Doctrine\Migrations\Metadata\Storage \ TableMetadataStorage->isInitialized(): bool …
›
› return $this->schemaManager->tablesExist([$this->configuration->getTableName()]);
› }
arguments : {
$names : [ …1]
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/migrations/ lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorage.php:85 {
Doctrine\Migrations\Metadata\Storage \ TableMetadataStorage->getExecutedMigrations(): ExecutedMigrationsList …
› {
› if (! $this->isInitialized()) {
› return new ExecutedMigrationsList([]);
}
/home/normandiuv/www/developpements/googledriveapi/vendor /doctrine/doctrine-migrations-bundle/ Collector/MigrationsCollector.php:37 {
Doctrine\Bundle\MigrationsBundle\Collector \ MigrationsCollector->collect(Request $request, Response $response, Throwable $exception = null) …
› try {
› $executedMigrations = $metadataStorage->getExecutedMigrations();
› } catch (Exception $dbalException) {
}
/home/normandiuv/www/developpements/googledriveapi/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);
›
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#455 …}
$response : Symfony\Component\HttpFoundation \ Response {#581 …}
$exception : Symfony\Component\HttpKernel\Exception \ NotFoundHttpException {#165 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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;
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#455 …}
$response : Symfony\Component\HttpFoundation \ Response {#581 …}
$exception : Symfony\Component\HttpKernel\Exception \ NotFoundHttpException {#165 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
... : {
"kernel.exception "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#29 …}
}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
$eventName : "kernel.exception "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#29 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 : [ …4]
$eventName : "kernel.exception "
$event : Symfony\Component\HttpKernel\Event \ ExceptionEvent {#163 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
$eventName : "kernel.exception "
}
}
/home/normandiuv/www/developpements/googledriveapi/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ResponseEvent {#589 …}
$eventName : "kernel.response "
}
}
/home/normandiuv/www/developpements/googledriveapi/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);
› }
arguments : {
$response : Symfony\Component\HttpFoundation \ Response {#581 …}
$request : Symfony\Component\HttpFoundation \ Request {#455 …}
$type : 2
}
}
/home/normandiuv/www/developpements/googledriveapi/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 {#455 …}
$type : 2
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /symfony/http-kernel/ EventListener/ErrorListener.php:71 {
Symfony\Component\HttpKernel\EventListener \ ErrorListener->onKernelException(ExceptionEvent $event) …
› try {
› $response = $event->getKernel()->handle($request, HttpKernelInterface::SUB_REQUEST, false);
› } catch (\Exception $e) {
arguments : {
$request : Symfony\Component\HttpFoundation \ Request {#455 …}
$type : 2
$catch : false
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
... : {
"kernel.exception "
Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#29 …}
}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
$eventName : "kernel.exception "
$dispatcher : Symfony\Component\HttpKernel\Debug \ TraceableEventDispatcher {#29 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 : [ …4]
$eventName : "kernel.exception "
$event : Symfony\Component\HttpKernel\Event \ ExceptionEvent {#163 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/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 \ ExceptionEvent {#163 …}
$eventName : "kernel.exception "
}
}
/home/normandiuv/www/developpements/googledriveapi/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);
›
arguments : {
$event : Symfony\Component\HttpKernel\Event \ ExceptionEvent {#163 …}
$eventName : "kernel.exception "
}
}
/home/normandiuv/www/developpements/googledriveapi/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);
› }
arguments : {
$e : Symfony\Component\HttpKernel\Exception \ NotFoundHttpException {#165 …}
$request : Symfony\Component\HttpFoundation \ Request {#56 …}
$type : 1
}
}
/home/normandiuv/www/developpements/googledriveapi/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 {#56 …}
$type : 1
$catch : true
}
}
/home/normandiuv/www/developpements/googledriveapi/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 {#56 …}
}
}
/home/normandiuv/www/developpements/googledriveapi/vendor /autoload_runtime.php:3 5 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/home/normandiuv/www/developpements/googledriveapi / public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments : {
"/home/normandiuv/www/developpements/googledriveapi/vendor/autoload_runtime.php "
}
}
}
17:34:02.175
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse " .
17:34:02.175
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse " .
17:34:02.175
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse " .
17:34:02.175
Notified event "kernel.response " to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse " .
17:34:02.175
Notified event "kernel.response " to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse " .
17:34:02.175
Notified event "kernel.response " to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse " .
17:34:02.175
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse " .
17:34:02.175
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader " .
17:34:02.175
Notified event "kernel.response " to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse " .
17:34:02.175
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse " .
17:34:02.175
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse " .
17:34:02.175
Notified event "kernel.response " to listener "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse " .
17:34:02.175
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest " .
17:34:02.175
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest " .
17:34:02.175
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest " .
17:34:02.175
Notified event "kernel.finish_request " to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest " .
17:34:02.175
Notified event "kernel.finish_request " to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest " .