Fatal error: Uncaught PDOException: SQLSTATE[HY000] [1045] Access denied for user 'sulu'@'172.24.0.3' (using password: YES) in /app/vendor/doctrine/dbal/src/Driver/PDO/PDOConnect.php:28
Stack trace:
#0 /app/vendor/doctrine/dbal/src/Driver/PDO/PDOConnect.php(28): PDO::connect('mysql:host=data...', 'sulu', Object(SensitiveParameterValue), Array)
#1 /app/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php(45): Doctrine\DBAL\Driver\PDO\MySQL\Driver->doConnect(Object(SensitiveParameterValue), 'sulu', Object(SensitiveParameterValue), Array)
#2 /app/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php(27): Doctrine\DBAL\Driver\PDO\MySQL\Driver->connect(Object(SensitiveParameterValue))
#3 /app/vendor/symfony/doctrine-bridge/Middleware/IdleConnection/Driver.php(35): Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(Object(SensitiveParameterValue))
#4 /app/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php(27): Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver->connect(Array)
#5 /app/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverForV4.php(47): Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(Object(SensitiveParameterValue))
#6 /app/vendor/doctrine/dbal/src/Connection.php(222): Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverForV4->connect(Array)
#7 /app/vendor/doctrine/dbal/src/Connection.php(792): Doctrine\DBAL\Connection->connect()
#8 /app/vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php(27): Doctrine\DBAL\Connection->executeQuery('SELECT r0_.webs...', Array, Array, NULL)
#9 /app/vendor/doctrine/orm/src/Query.php(296): Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(Object(Doctrine\DBAL\Connection), Array, Array)
#10 /app/vendor/doctrine/orm/src/AbstractQuery.php(930): Doctrine\ORM\Query->_doExecute()
#11 /app/vendor/doctrine/orm/src/AbstractQuery.php(886): Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(NULL, 1)
#12 /app/vendor/doctrine/orm/src/AbstractQuery.php(737): Doctrine\ORM\AbstractQuery->execute(NULL, 1)
#13 /app/vendor/sulu/sulu/packages/route/src/Infrastructure/Doctrine/Repository/RouteRepository.php(81): Doctrine\ORM\AbstractQuery->getOneOrNullResult(1)
#14 /app/vendor/sulu/sulu/packages/route/src/Application/Routing/Matcher/RouteCollectionForRequestRouteLoader.php(85): Sulu\Route\Infrastructure\Doctrine\Repository\RouteRepository->findFirstBy(Array, Array)
#15 /app/vendor/sulu/sulu/packages/route/src/Infrastructure/SymfonyCmf/Routing/CmfRouteProvider.php(39): Sulu\Route\Application\Routing\Matcher\RouteCollectionForRequestRouteLoader->getRouteCollectionForRequest(Object(Symfony\Component\HttpFoundation\Request))
#16 /app/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php(97): Sulu\Route\Infrastructure\SymfonyCmf\Routing\CmfRouteProvider->getRouteCollectionForRequest(Object(Symfony\Component\HttpFoundation\Request))
#17 /app/vendor/symfony-cmf/routing/src/DynamicRouter.php(203): Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Object(Symfony\Component\HttpFoundation\Request))
#18 /app/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php(69): Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Object(Symfony\Component\HttpFoundation\Request))
#19 /app/vendor/symfony-cmf/routing/src/ChainRouter.php(161): Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Object(Symfony\Component\HttpFoundation\Request))
#20 /app/vendor/symfony-cmf/routing/src/ChainRouter.php(134): Symfony\Cmf\Component\Routing\ChainRouter->doMatch('/notes/tag:Angs...', Object(Symfony\Component\HttpFoundation\Request))
#21 /app/vendor/symfony/http-kernel/EventListener/RouterListener.php(101): Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Object(Symfony\Component\HttpFoundation\Request))
#22 /app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php(58): Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(Object(Symfony\Component\HttpKernel\Event\RequestEvent))
#23 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(246): Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#24 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(206): Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#25 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.request', Object(Symfony\Component\HttpKernel\Event\RequestEvent))
#26 /app/vendor/symfony/http-kernel/HttpKernel.php(159): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request')
#27 /app/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#28 /app/vendor/symfony/http-kernel/Kernel.php(193): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#29 /app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(86): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#30 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(466): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(App\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#31 /app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php(68): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#32 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(128): Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#33 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(443): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#34 /app/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/Cache/SuluHttpCache.php(91): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#35 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(341): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#36 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(216): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#37 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(88): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#38 /app/public/index.php(69): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#39 {main}
Next Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[HY000] [1045] Access denied for user 'sulu'@'172.24.0.3' (using password: YES) in /app/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:24
Stack trace:
#0 /app/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php(52): Doctrine\DBAL\Driver\PDO\Exception::new(Object(PDOException))
#1 /app/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php(27): Doctrine\DBAL\Driver\PDO\MySQL\Driver->connect(Object(SensitiveParameterValue))
#2 /app/vendor/symfony/doctrine-bridge/Middleware/IdleConnection/Driver.php(35): Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(Object(SensitiveParameterValue))
#3 /app/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php(27): Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver->connect(Array)
#4 /app/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverForV4.php(47): Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(Object(SensitiveParameterValue))
#5 /app/vendor/doctrine/dbal/src/Connection.php(222): Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverForV4->connect(Array)
#6 /app/vendor/doctrine/dbal/src/Connection.php(792): Doctrine\DBAL\Connection->connect()
#7 /app/vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php(27): Doctrine\DBAL\Connection->executeQuery('SELECT r0_.webs...', Array, Array, NULL)
#8 /app/vendor/doctrine/orm/src/Query.php(296): Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(Object(Doctrine\DBAL\Connection), Array, Array)
#9 /app/vendor/doctrine/orm/src/AbstractQuery.php(930): Doctrine\ORM\Query->_doExecute()
#10 /app/vendor/doctrine/orm/src/AbstractQuery.php(886): Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(NULL, 1)
#11 /app/vendor/doctrine/orm/src/AbstractQuery.php(737): Doctrine\ORM\AbstractQuery->execute(NULL, 1)
#12 /app/vendor/sulu/sulu/packages/route/src/Infrastructure/Doctrine/Repository/RouteRepository.php(81): Doctrine\ORM\AbstractQuery->getOneOrNullResult(1)
#13 /app/vendor/sulu/sulu/packages/route/src/Application/Routing/Matcher/RouteCollectionForRequestRouteLoader.php(85): Sulu\Route\Infrastructure\Doctrine\Repository\RouteRepository->findFirstBy(Array, Array)
#14 /app/vendor/sulu/sulu/packages/route/src/Infrastructure/SymfonyCmf/Routing/CmfRouteProvider.php(39): Sulu\Route\Application\Routing\Matcher\RouteCollectionForRequestRouteLoader->getRouteCollectionForRequest(Object(Symfony\Component\HttpFoundation\Request))
#15 /app/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php(97): Sulu\Route\Infrastructure\SymfonyCmf\Routing\CmfRouteProvider->getRouteCollectionForRequest(Object(Symfony\Component\HttpFoundation\Request))
#16 /app/vendor/symfony-cmf/routing/src/DynamicRouter.php(203): Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Object(Symfony\Component\HttpFoundation\Request))
#17 /app/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php(69): Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Object(Symfony\Component\HttpFoundation\Request))
#18 /app/vendor/symfony-cmf/routing/src/ChainRouter.php(161): Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Object(Symfony\Component\HttpFoundation\Request))
#19 /app/vendor/symfony-cmf/routing/src/ChainRouter.php(134): Symfony\Cmf\Component\Routing\ChainRouter->doMatch('/notes/tag:Angs...', Object(Symfony\Component\HttpFoundation\Request))
#20 /app/vendor/symfony/http-kernel/EventListener/RouterListener.php(101): Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Object(Symfony\Component\HttpFoundation\Request))
#21 /app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php(58): Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(Object(Symfony\Component\HttpKernel\Event\RequestEvent))
#22 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(246): Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#23 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(206): Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#24 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.request', Object(Symfony\Component\HttpKernel\Event\RequestEvent))
#25 /app/vendor/symfony/http-kernel/HttpKernel.php(159): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request')
#26 /app/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#27 /app/vendor/symfony/http-kernel/Kernel.php(193): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#28 /app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(86): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#29 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(466): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(App\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#30 /app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php(68): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#31 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(128): Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#32 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(443): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#33 /app/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/Cache/SuluHttpCache.php(91): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#34 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(341): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#35 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(216): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#36 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(88): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#37 /app/public/index.php(69): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#38 {main}
Next Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [1045] Access denied for user 'sulu'@'172.24.0.3' (using password: YES) in /app/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:91
Stack trace:
#0 /app/vendor/doctrine/dbal/src/Connection.php(1460): Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Object(Doctrine\DBAL\Driver\PDO\Exception), NULL)
#1 /app/vendor/doctrine/dbal/src/Connection.php(1402): Doctrine\DBAL\Connection->handleDriverException(Object(Doctrine\DBAL\Driver\PDO\Exception), NULL)
#2 /app/vendor/doctrine/dbal/src/Connection.php(224): Doctrine\DBAL\Connection->convertException(Object(Doctrine\DBAL\Driver\PDO\Exception))
#3 /app/vendor/doctrine/dbal/src/Connection.php(792): Doctrine\DBAL\Connection->connect()
#4 /app/vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php(27): Doctrine\DBAL\Connection->executeQuery('SELECT r0_.webs...', Array, Array, NULL)
#5 /app/vendor/doctrine/orm/src/Query.php(296): Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(Object(Doctrine\DBAL\Connection), Array, Array)
#6 /app/vendor/doctrine/orm/src/AbstractQuery.php(930): Doctrine\ORM\Query->_doExecute()
#7 /app/vendor/doctrine/orm/src/AbstractQuery.php(886): Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(NULL, 1)
#8 /app/vendor/doctrine/orm/src/AbstractQuery.php(737): Doctrine\ORM\AbstractQuery->execute(NULL, 1)
#9 /app/vendor/sulu/sulu/packages/route/src/Infrastructure/Doctrine/Repository/RouteRepository.php(81): Doctrine\ORM\AbstractQuery->getOneOrNullResult(1)
#10 /app/vendor/sulu/sulu/packages/route/src/Application/Routing/Matcher/RouteCollectionForRequestRouteLoader.php(85): Sulu\Route\Infrastructure\Doctrine\Repository\RouteRepository->findFirstBy(Array, Array)
#11 /app/vendor/sulu/sulu/packages/route/src/Infrastructure/SymfonyCmf/Routing/CmfRouteProvider.php(39): Sulu\Route\Application\Routing\Matcher\RouteCollectionForRequestRouteLoader->getRouteCollectionForRequest(Object(Symfony\Component\HttpFoundation\Request))
#12 /app/vendor/symfony-cmf/routing/src/NestedMatcher/NestedMatcher.php(97): Sulu\Route\Infrastructure\SymfonyCmf\Routing\CmfRouteProvider->getRouteCollectionForRequest(Object(Symfony\Component\HttpFoundation\Request))
#13 /app/vendor/symfony-cmf/routing/src/DynamicRouter.php(203): Symfony\Cmf\Component\Routing\NestedMatcher\NestedMatcher->matchRequest(Object(Symfony\Component\HttpFoundation\Request))
#14 /app/vendor/symfony-cmf/routing-bundle/src/Routing/DynamicRouter.php(69): Symfony\Cmf\Component\Routing\DynamicRouter->matchRequest(Object(Symfony\Component\HttpFoundation\Request))
#15 /app/vendor/symfony-cmf/routing/src/ChainRouter.php(161): Symfony\Cmf\Bundle\RoutingBundle\Routing\DynamicRouter->matchRequest(Object(Symfony\Component\HttpFoundation\Request))
#16 /app/vendor/symfony-cmf/routing/src/ChainRouter.php(134): Symfony\Cmf\Component\Routing\ChainRouter->doMatch('/notes/tag:Angs...', Object(Symfony\Component\HttpFoundation\Request))
#17 /app/vendor/symfony/http-kernel/EventListener/RouterListener.php(101): Symfony\Cmf\Component\Routing\ChainRouter->matchRequest(Object(Symfony\Component\HttpFoundation\Request))
#18 /app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/EventListener/RouterListener.php(58): Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(Object(Symfony\Component\HttpKernel\Event\RequestEvent))
#19 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(246): Sulu\Bundle\WebsiteBundle\EventListener\RouterListener->onKernelRequest(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#20 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(206): Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#21 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.request', Object(Symfony\Component\HttpKernel\Event\RequestEvent))
#22 /app/vendor/symfony/http-kernel/HttpKernel.php(159): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\RequestEvent), 'kernel.request')
#23 /app/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#24 /app/vendor/symfony/http-kernel/Kernel.php(193): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#25 /app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(86): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#26 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(466): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(App\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#27 /app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php(68): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#28 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(128): Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#29 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(443): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#30 /app/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/Cache/SuluHttpCache.php(91): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#31 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(341): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#32 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(216): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#33 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(88): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#34 /app/public/index.php(69): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#35 {main}
Next PDOException: SQLSTATE[HY000] [1045] Access denied for user 'sulu'@'172.24.0.3' (using password: YES) in /app/vendor/doctrine/dbal/src/Driver/PDO/PDOConnect.php:28
Stack trace:
#0 /app/vendor/doctrine/dbal/src/Driver/PDO/PDOConnect.php(28): PDO::connect('mysql:host=data...', 'sulu', Object(SensitiveParameterValue), Array)
#1 /app/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php(45): Doctrine\DBAL\Driver\PDO\MySQL\Driver->doConnect(Object(SensitiveParameterValue), 'sulu', Object(SensitiveParameterValue), Array)
#2 /app/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php(27): Doctrine\DBAL\Driver\PDO\MySQL\Driver->connect(Object(SensitiveParameterValue))
#3 /app/vendor/symfony/doctrine-bridge/Middleware/IdleConnection/Driver.php(35): Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(Object(SensitiveParameterValue))
#4 /app/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php(27): Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver->connect(Array)
#5 /app/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverForV4.php(47): Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(Object(SensitiveParameterValue))
#6 /app/vendor/doctrine/dbal/src/Connection.php(222): Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverForV4->connect(Array)
#7 /app/vendor/doctrine/dbal/src/Connection.php(792): Doctrine\DBAL\Connection->connect()
#8 /app/vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php(27): Doctrine\DBAL\Connection->executeQuery('SELECT s0_.uuid...', Array, Array, NULL)
#9 /app/vendor/doctrine/orm/src/Query.php(296): Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(Object(Doctrine\DBAL\Connection), Array, Array)
#10 /app/vendor/doctrine/orm/src/AbstractQuery.php(930): Doctrine\ORM\Query->_doExecute()
#11 /app/vendor/doctrine/orm/src/AbstractQuery.php(886): Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(NULL, 1)
#12 /app/vendor/doctrine/orm/src/AbstractQuery.php(688): Doctrine\ORM\AbstractQuery->execute(NULL, 1)
#13 /app/vendor/sulu/sulu/packages/snippet/src/Infrastructure/Doctrine/Repository/SnippetRepository.php(147): Doctrine\ORM\AbstractQuery->getResult()
#14 [internal function]: Sulu\Snippet\Infrastructure\Doctrine\Repository\SnippetRepository->findBy(Array, Array, Array)
#15 /app/src/Website/ProjectLinksProvider.php(100): iterator_to_array(Object(Generator))
#16 /app/src/Website/ProjectLinksProvider.php(85): App\Website\ProjectLinksProvider->loadSnippets('de', 'live')
#17 /app/src/Website/ProjectLinksProvider.php(35): App\Website\ProjectLinksProvider->findSnippetsForLocale('de')
#18 /app/var/cache/website/prod/twig/5d/5d05e4304add6b9e662f59a26a01a52a.php(512): App\Website\ProjectLinksProvider->getLinks()
#19 /app/vendor/twig/twig/src/Template.php(446): __TwigTemplate_baa8c04bfa8c703c4a69107db3f69aef->block_header(Array, Array)
#20 /app/var/cache/website/prod/twig/5d/5d05e4304add6b9e662f59a26a01a52a.php(179): Twig\Template->yieldBlock('header', Array, Array)
#21 /app/vendor/twig/twig/src/Template.php(402): __TwigTemplate_baa8c04bfa8c703c4a69107db3f69aef->doDisplay(Array, Array)
#22 /app/var/cache/website/prod/twig/59/59e839f0165dfb0c3b1f96f8c71e8774.php(50): Twig\Template->yield(Array, Array)
#23 /app/vendor/twig/twig/src/Template.php(402): __TwigTemplate_d5f2a2341db6a975c882863ee7805d20->doDisplay(Array, Array)
#24 /app/vendor/twig/twig/src/Template.php(358): Twig\Template->yield(Array, Array)
#25 /app/vendor/twig/twig/src/Template.php(373): Twig\Template->display(Array)
#26 /app/vendor/twig/twig/src/TemplateWrapper.php(51): Twig\Template->render(Array)
#27 /app/vendor/twig/twig/src/Environment.php(333): Twig\TemplateWrapper->render(Array)
#28 /app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/ErrorController.php(73): Twig\Environment->render('error/error.htm...', Array)
#29 /app/vendor/symfony/http-kernel/HttpKernel.php(183): Sulu\Bundle\WebsiteBundle\Controller\ErrorController->__invoke(Object(Symfony\Component\HttpFoundation\Request), Object(Doctrine\DBAL\Exception\ConnectionException))
#30 /app/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 2)
#31 /app/vendor/symfony/http-kernel/EventListener/ErrorListener.php(99): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 2, false)
#32 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(246): Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#33 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(206): Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#34 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.exceptio...', Object(Symfony\Component\HttpKernel\Event\ExceptionEvent))
#35 /app/vendor/symfony/http-kernel/HttpKernel.php(241): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...')
#36 /app/vendor/symfony/http-kernel/HttpKernel.php(91): Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Object(Doctrine\DBAL\Exception\ConnectionException), Object(Symfony\Component\HttpFoundation\Request), 1)
#37 /app/vendor/symfony/http-kernel/Kernel.php(193): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#38 /app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(86): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#39 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(466): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(App\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#40 /app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php(68): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#41 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(128): Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#42 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(443): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#43 /app/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/Cache/SuluHttpCache.php(91): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#44 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(341): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#45 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(216): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#46 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(88): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#47 /app/public/index.php(69): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#48 {main}
Next Doctrine\DBAL\Driver\PDO\Exception: SQLSTATE[HY000] [1045] Access denied for user 'sulu'@'172.24.0.3' (using password: YES) in /app/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:24
Stack trace:
#0 /app/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php(52): Doctrine\DBAL\Driver\PDO\Exception::new(Object(PDOException))
#1 /app/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php(27): Doctrine\DBAL\Driver\PDO\MySQL\Driver->connect(Object(SensitiveParameterValue))
#2 /app/vendor/symfony/doctrine-bridge/Middleware/IdleConnection/Driver.php(35): Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(Object(SensitiveParameterValue))
#3 /app/vendor/doctrine/dbal/src/Driver/Middleware/AbstractDriverMiddleware.php(27): Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver->connect(Array)
#4 /app/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverForV4.php(47): Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware->connect(Object(SensitiveParameterValue))
#5 /app/vendor/doctrine/dbal/src/Connection.php(222): Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverForV4->connect(Array)
#6 /app/vendor/doctrine/dbal/src/Connection.php(792): Doctrine\DBAL\Connection->connect()
#7 /app/vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php(27): Doctrine\DBAL\Connection->executeQuery('SELECT s0_.uuid...', Array, Array, NULL)
#8 /app/vendor/doctrine/orm/src/Query.php(296): Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(Object(Doctrine\DBAL\Connection), Array, Array)
#9 /app/vendor/doctrine/orm/src/AbstractQuery.php(930): Doctrine\ORM\Query->_doExecute()
#10 /app/vendor/doctrine/orm/src/AbstractQuery.php(886): Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(NULL, 1)
#11 /app/vendor/doctrine/orm/src/AbstractQuery.php(688): Doctrine\ORM\AbstractQuery->execute(NULL, 1)
#12 /app/vendor/sulu/sulu/packages/snippet/src/Infrastructure/Doctrine/Repository/SnippetRepository.php(147): Doctrine\ORM\AbstractQuery->getResult()
#13 [internal function]: Sulu\Snippet\Infrastructure\Doctrine\Repository\SnippetRepository->findBy(Array, Array, Array)
#14 /app/src/Website/ProjectLinksProvider.php(100): iterator_to_array(Object(Generator))
#15 /app/src/Website/ProjectLinksProvider.php(85): App\Website\ProjectLinksProvider->loadSnippets('de', 'live')
#16 /app/src/Website/ProjectLinksProvider.php(35): App\Website\ProjectLinksProvider->findSnippetsForLocale('de')
#17 /app/var/cache/website/prod/twig/5d/5d05e4304add6b9e662f59a26a01a52a.php(512): App\Website\ProjectLinksProvider->getLinks()
#18 /app/vendor/twig/twig/src/Template.php(446): __TwigTemplate_baa8c04bfa8c703c4a69107db3f69aef->block_header(Array, Array)
#19 /app/var/cache/website/prod/twig/5d/5d05e4304add6b9e662f59a26a01a52a.php(179): Twig\Template->yieldBlock('header', Array, Array)
#20 /app/vendor/twig/twig/src/Template.php(402): __TwigTemplate_baa8c04bfa8c703c4a69107db3f69aef->doDisplay(Array, Array)
#21 /app/var/cache/website/prod/twig/59/59e839f0165dfb0c3b1f96f8c71e8774.php(50): Twig\Template->yield(Array, Array)
#22 /app/vendor/twig/twig/src/Template.php(402): __TwigTemplate_d5f2a2341db6a975c882863ee7805d20->doDisplay(Array, Array)
#23 /app/vendor/twig/twig/src/Template.php(358): Twig\Template->yield(Array, Array)
#24 /app/vendor/twig/twig/src/Template.php(373): Twig\Template->display(Array)
#25 /app/vendor/twig/twig/src/TemplateWrapper.php(51): Twig\Template->render(Array)
#26 /app/vendor/twig/twig/src/Environment.php(333): Twig\TemplateWrapper->render(Array)
#27 /app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/ErrorController.php(73): Twig\Environment->render('error/error.htm...', Array)
#28 /app/vendor/symfony/http-kernel/HttpKernel.php(183): Sulu\Bundle\WebsiteBundle\Controller\ErrorController->__invoke(Object(Symfony\Component\HttpFoundation\Request), Object(Doctrine\DBAL\Exception\ConnectionException))
#29 /app/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 2)
#30 /app/vendor/symfony/http-kernel/EventListener/ErrorListener.php(99): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 2, false)
#31 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(246): Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#32 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(206): Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#33 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.exceptio...', Object(Symfony\Component\HttpKernel\Event\ExceptionEvent))
#34 /app/vendor/symfony/http-kernel/HttpKernel.php(241): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...')
#35 /app/vendor/symfony/http-kernel/HttpKernel.php(91): Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Object(Doctrine\DBAL\Exception\ConnectionException), Object(Symfony\Component\HttpFoundation\Request), 1)
#36 /app/vendor/symfony/http-kernel/Kernel.php(193): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#37 /app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(86): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#38 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(466): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(App\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#39 /app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php(68): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#40 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(128): Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#41 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(443): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#42 /app/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/Cache/SuluHttpCache.php(91): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#43 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(341): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#44 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(216): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#45 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(88): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#46 /app/public/index.php(69): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#47 {main}
Next Doctrine\DBAL\Exception\ConnectionException: An exception occurred in the driver: SQLSTATE[HY000] [1045] Access denied for user 'sulu'@'172.24.0.3' (using password: YES) in /app/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:91
Stack trace:
#0 /app/vendor/doctrine/dbal/src/Connection.php(1460): Doctrine\DBAL\Driver\API\MySQL\ExceptionConverter->convert(Object(Doctrine\DBAL\Driver\PDO\Exception), NULL)
#1 /app/vendor/doctrine/dbal/src/Connection.php(1402): Doctrine\DBAL\Connection->handleDriverException(Object(Doctrine\DBAL\Driver\PDO\Exception), NULL)
#2 /app/vendor/doctrine/dbal/src/Connection.php(224): Doctrine\DBAL\Connection->convertException(Object(Doctrine\DBAL\Driver\PDO\Exception))
#3 /app/vendor/doctrine/dbal/src/Connection.php(792): Doctrine\DBAL\Connection->connect()
#4 /app/vendor/doctrine/orm/src/Query/Exec/FinalizedSelectExecutor.php(27): Doctrine\DBAL\Connection->executeQuery('SELECT s0_.uuid...', Array, Array, NULL)
#5 /app/vendor/doctrine/orm/src/Query.php(296): Doctrine\ORM\Query\Exec\FinalizedSelectExecutor->execute(Object(Doctrine\DBAL\Connection), Array, Array)
#6 /app/vendor/doctrine/orm/src/AbstractQuery.php(930): Doctrine\ORM\Query->_doExecute()
#7 /app/vendor/doctrine/orm/src/AbstractQuery.php(886): Doctrine\ORM\AbstractQuery->executeIgnoreQueryCache(NULL, 1)
#8 /app/vendor/doctrine/orm/src/AbstractQuery.php(688): Doctrine\ORM\AbstractQuery->execute(NULL, 1)
#9 /app/vendor/sulu/sulu/packages/snippet/src/Infrastructure/Doctrine/Repository/SnippetRepository.php(147): Doctrine\ORM\AbstractQuery->getResult()
#10 [internal function]: Sulu\Snippet\Infrastructure\Doctrine\Repository\SnippetRepository->findBy(Array, Array, Array)
#11 /app/src/Website/ProjectLinksProvider.php(100): iterator_to_array(Object(Generator))
#12 /app/src/Website/ProjectLinksProvider.php(85): App\Website\ProjectLinksProvider->loadSnippets('de', 'live')
#13 /app/src/Website/ProjectLinksProvider.php(35): App\Website\ProjectLinksProvider->findSnippetsForLocale('de')
#14 /app/var/cache/website/prod/twig/5d/5d05e4304add6b9e662f59a26a01a52a.php(512): App\Website\ProjectLinksProvider->getLinks()
#15 /app/vendor/twig/twig/src/Template.php(446): __TwigTemplate_baa8c04bfa8c703c4a69107db3f69aef->block_header(Array, Array)
#16 /app/var/cache/website/prod/twig/5d/5d05e4304add6b9e662f59a26a01a52a.php(179): Twig\Template->yieldBlock('header', Array, Array)
#17 /app/vendor/twig/twig/src/Template.php(402): __TwigTemplate_baa8c04bfa8c703c4a69107db3f69aef->doDisplay(Array, Array)
#18 /app/var/cache/website/prod/twig/59/59e839f0165dfb0c3b1f96f8c71e8774.php(50): Twig\Template->yield(Array, Array)
#19 /app/vendor/twig/twig/src/Template.php(402): __TwigTemplate_d5f2a2341db6a975c882863ee7805d20->doDisplay(Array, Array)
#20 /app/vendor/twig/twig/src/Template.php(358): Twig\Template->yield(Array, Array)
#21 /app/vendor/twig/twig/src/Template.php(373): Twig\Template->display(Array)
#22 /app/vendor/twig/twig/src/TemplateWrapper.php(51): Twig\Template->render(Array)
#23 /app/vendor/twig/twig/src/Environment.php(333): Twig\TemplateWrapper->render(Array)
#24 /app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/ErrorController.php(73): Twig\Environment->render('error/error.htm...', Array)
#25 /app/vendor/symfony/http-kernel/HttpKernel.php(183): Sulu\Bundle\WebsiteBundle\Controller\ErrorController->__invoke(Object(Symfony\Component\HttpFoundation\Request), Object(Doctrine\DBAL\Exception\ConnectionException))
#26 /app/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 2)
#27 /app/vendor/symfony/http-kernel/EventListener/ErrorListener.php(99): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 2, false)
#28 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(246): Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#29 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(206): Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#30 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.exceptio...', Object(Symfony\Component\HttpKernel\Event\ExceptionEvent))
#31 /app/vendor/symfony/http-kernel/HttpKernel.php(241): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...')
#32 /app/vendor/symfony/http-kernel/HttpKernel.php(91): Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Object(Doctrine\DBAL\Exception\ConnectionException), Object(Symfony\Component\HttpFoundation\Request), 1)
#33 /app/vendor/symfony/http-kernel/Kernel.php(193): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#34 /app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(86): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#35 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(466): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(App\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#36 /app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php(68): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#37 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(128): Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#38 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(443): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#39 /app/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/Cache/SuluHttpCache.php(91): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#40 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(341): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#41 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(216): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#42 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(88): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#43 /app/public/index.php(69): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#44 {main}
Next Twig\Error\RuntimeError: An exception has been thrown during the rendering of a template ("An exception occurred in the driver: SQLSTATE[HY000] [1045] Access denied for user 'sulu'@'172.24.0.3' (using password: YES)") in "base.html.twig" at line 159. in /app/templates/base.html.twig:159
Stack trace:
#0 /app/var/cache/website/prod/twig/5d/5d05e4304add6b9e662f59a26a01a52a.php(179): Twig\Template->yieldBlock('header', Array, Array)
#1 /app/vendor/twig/twig/src/Template.php(402): __TwigTemplate_baa8c04bfa8c703c4a69107db3f69aef->doDisplay(Array, Array)
#2 /app/var/cache/website/prod/twig/59/59e839f0165dfb0c3b1f96f8c71e8774.php(50): Twig\Template->yield(Array, Array)
#3 /app/vendor/twig/twig/src/Template.php(402): __TwigTemplate_d5f2a2341db6a975c882863ee7805d20->doDisplay(Array, Array)
#4 /app/vendor/twig/twig/src/Template.php(358): Twig\Template->yield(Array, Array)
#5 /app/vendor/twig/twig/src/Template.php(373): Twig\Template->display(Array)
#6 /app/vendor/twig/twig/src/TemplateWrapper.php(51): Twig\Template->render(Array)
#7 /app/vendor/twig/twig/src/Environment.php(333): Twig\TemplateWrapper->render(Array)
#8 /app/vendor/sulu/sulu/src/Sulu/Bundle/WebsiteBundle/Controller/ErrorController.php(73): Twig\Environment->render('error/error.htm...', Array)
#9 /app/vendor/symfony/http-kernel/HttpKernel.php(183): Sulu\Bundle\WebsiteBundle\Controller\ErrorController->__invoke(Object(Symfony\Component\HttpFoundation\Request), Object(Doctrine\DBAL\Exception\ConnectionException))
#10 /app/vendor/symfony/http-kernel/HttpKernel.php(76): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 2)
#11 /app/vendor/symfony/http-kernel/EventListener/ErrorListener.php(99): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 2, false)
#12 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(246): Symfony\Component\HttpKernel\EventListener\ErrorListener->onKernelException(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#13 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(206): Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...', Object(Symfony\Component\EventDispatcher\EventDispatcher))
#14 /app/vendor/symfony/event-dispatcher/EventDispatcher.php(56): Symfony\Component\EventDispatcher\EventDispatcher->callListeners(Array, 'kernel.exceptio...', Object(Symfony\Component\HttpKernel\Event\ExceptionEvent))
#15 /app/vendor/symfony/http-kernel/HttpKernel.php(241): Symfony\Component\EventDispatcher\EventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\ExceptionEvent), 'kernel.exceptio...')
#16 /app/vendor/symfony/http-kernel/HttpKernel.php(91): Symfony\Component\HttpKernel\HttpKernel->handleThrowable(Object(Doctrine\DBAL\Exception\ConnectionException), Object(Symfony\Component\HttpFoundation\Request), 1)
#17 /app/vendor/symfony/http-kernel/Kernel.php(193): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#18 /app/vendor/symfony/http-kernel/HttpCache/SubRequestHandler.php(86): Symfony\Component\HttpKernel\Kernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#19 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(466): Symfony\Component\HttpKernel\HttpCache\SubRequestHandler::handle(Object(App\Kernel), Object(Symfony\Component\HttpFoundation\Request), 1, true)
#20 /app/vendor/symfony/framework-bundle/HttpCache/HttpCache.php(68): Symfony\Component\HttpKernel\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#21 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(128): Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true, NULL)
#22 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(443): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->forward(Object(Symfony\Component\HttpFoundation\Request), true)
#23 /app/vendor/sulu/sulu/src/Sulu/Bundle/HttpCacheBundle/Cache/SuluHttpCache.php(91): Symfony\Component\HttpKernel\HttpCache\HttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#24 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(341): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->fetch(Object(Symfony\Component\HttpFoundation\Request), true)
#25 /app/vendor/symfony/http-kernel/HttpCache/HttpCache.php(216): Symfony\Component\HttpKernel\HttpCache\HttpCache->lookup(Object(Symfony\Component\HttpFoundation\Request), true)
#26 /app/vendor/friendsofsymfony/http-cache/src/SymfonyCache/EventDispatchingHttpCache.php(88): Symfony\Component\HttpKernel\HttpCache\HttpCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#27 /app/public/index.php(69): Sulu\Bundle\HttpCacheBundle\Cache\SuluHttpCache->handle(Object(Symfony\Component\HttpFoundation\Request))
#28 {main}
thrown in /app/templates/base.html.twig on line 159