https://ajudanatarefa.com.br/

ErrorController :: errorPage

Request

GET Parameters

No GET parameters

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_cache
Sensio\Bundle\FrameworkExtraBundle\Configuration\Cache {#902
  -expires: "now"
  -maxage: "0"
  -smaxage: "0"
  -public: false
  -mustRevalidate: null
  -vary: null
  -lastModified: null
  -etag: null
  -maxStale: null
  -staleWhileRevalidate: null
  -staleIfError: null
}
_controller
"EADPlataforma\Controller\Website\ErrorController::errorPage"
_stopwatch_token
"884183"
exception
Doctrine\DBAL\Exception\ConnectionException {#824
  -driverException: Doctrine\DBAL\Driver\PDO\Exception {#822 …}
  #message: "An exception occurred in driver: SQLSTATE[HY000] [1045] Access denied for user 'ajudinhanatarefa'@'172.31.62.26' (using password: YES)"
  #code: 0
  #file: "/var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php"
  #line: 112
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#822 …}
  trace: {
    /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:112 {
      Doctrine\DBAL\Driver\AbstractMySQLDriver->convertException($message, DriverException $exception) …
      › case '2005':    return new ConnectionException($message, $exception);}
    /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:182 {
      Doctrine\DBAL\DBALException::wrapException(Driver $driver, Throwable $driverEx, string $msg) …
      › if ($driver instanceof ExceptionConverterDriver && $driverEx instanceof DeprecatedDriverException) {    return $driver->convertException($msg, $driverEx);}
    }
    /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/DBALException.php:169 {
      Doctrine\DBAL\DBALException::driverException(Driver $driver, Throwable $driverEx) …
      › {    return self::wrapException($driver, $driverEx, 'An exception occurred in driver: ' . $driverEx->getMessage());}
    }
    /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php:31 {
      Doctrine\DBAL\Driver\PDOMySql\Driver->connect(array $params, $username = null, $password = null, array $driverOptions = []) …
      › } catch (PDOException $e) {    throw Exception::driverException($this, $e);}
    }
    /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:412 {
      Doctrine\DBAL\Connection->connect() …
      › 
      › $this->_conn = $this->_driver->connect($this->params, $user, $password, $driverOptions);}
    /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:475 {
      Doctrine\DBAL\Connection->getDatabasePlatformVersion() …
      › try {    $this->connect();} catch (Throwable $originalException) {
    }
    /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:437 {
      Doctrine\DBAL\Connection->detectDatabasePlatform(): AbstractPlatform …
      › {    $version = $this->getDatabasePlatformVersion();}
    /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php:379 {
      Doctrine\DBAL\Connection->getDatabasePlatform() …
      › if ($this->platform === null) {    $this->platform = $this->detectDatabasePlatform();    $this->platform->setEventManager($this->_eventManager);
    }
    /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:831 {
      Doctrine\ORM\Mapping\ClassMetadataFactory->getTargetPlatform(): AbstractPlatform …
      › if (! $this->targetPlatform) {    $this->targetPlatform = $this->em->getConnection()->getDatabasePlatform();}
    }
    /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:623 {
      Doctrine\ORM\Mapping\ClassMetadataFactory->completeIdGeneratorMapping(ClassMetadataInfo $class): void …
      › $fieldName    = $class->identifier ? $class->getSingleIdentifierFieldName() : null;$platform     = $this->getTargetPlatform();}
    /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php:146 {
      Doctrine\ORM\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents) …
      › if ($class->identifier && (! $parent || ! $parent->identifier)) {    $this->completeIdGeneratorMapping($class);}
    }
    /var/www/html/vendor/doctrine/doctrine-bundle/Mapping/ClassMetadataFactory.php:18 {
      Doctrine\Bundle\DoctrineBundle\Mapping\ClassMetadataFactory->doLoadMetadata($class, $parent, $rootEntityFound, array $nonSuperclassParents): void …
      › {    parent::doLoadMetadata($class, $parent, $rootEntityFound, $nonSuperclassParents);}
    /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:415 {
      Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->loadMetadata($name) …
      › 
      › $this->doLoadMetadata($class, $parent, $rootEntityFound, $visited);}
    /var/www/html/vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php:281 {
      Doctrine\Persistence\Mapping\AbstractClassMetadataFactory->getMetadataFor($className) …
      › } else {    $loadedMetadata = $this->loadMetadata($realClassName);    $classNames     = array_combine(
    }
    /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:318 {
      Doctrine\ORM\EntityManager->getClassMetadata($className) …
      › {    return $this->metadataFactory->getMetadataFor($className);}
    }
    /var/www/html/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php:42 {
      Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory->getRepository(EntityManagerInterface $entityManager, $entityName): ObjectRepository …
      › {    $metadata            = $entityManager->getClassMetadata($entityName);    $repositoryServiceId = $metadata->customRepositoryClassName;
    }
    /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php:825 {
      Doctrine\ORM\EntityManager->getRepository($entityName) …
      › 
      › $repository = $this->repositoryFactory->getRepository($this, $entityName);if (! $repository instanceof EntityRepository) {
    }
    /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Decorator/EntityManagerDecorator.php:60 {
      Doctrine\ORM\Decorator\EntityManagerDecorator->getRepository($className) …
      › {    return $this->wrapped->getRepository($className);}
    }
    /var/www/html/src/Services/ConfigurationService.php:122 {
      EADPlataforma\Services\ConfigurationService->__construct(ContainerInterface $container, SessionInterface $sessionSym, GeneralService $generalService, TranslatorInterface $translator) …
      › 
      › $this->client = $this->em->getRepository(Client::class)->find(1);}
    /var/www/html/var/cache/dev/ContainerN28Earv/getConfigurationServiceService.php:22 {
      ContainerN28Earv\getConfigurationServiceService::do($container, $lazyLoad = true) …
      › 
      ›     return $container->services['EADPlataforma\\Services\\ConfigurationService'] = new \EADPlataforma\Services\ConfigurationService($container, ($container->services['.container.private.session'] ?? $container->load('get_Container_Private_SessionService')), ($container->services['EADPlataforma\\Services\\GeneralService'] ?? $container->getGeneralServiceService()), ($container->services['translator'] ?? $container->getTranslatorService()));}
    }
    /var/www/html/var/cache/dev/ContainerN28Earv/EADPlataforma_KernelDevDebugContainer.php:858 {
      ContainerN28Earv\EADPlataforma_KernelDevDebugContainer->load($file, $lazyLoad = true) …
      › if (class_exists($class = __NAMESPACE__.'\\'.$file, false)) {    return $class::do($this, $lazyLoad);}
    }
    /var/www/html/vendor/symfony/dependency-injection/Container.php:238 {
      Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
      › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
    }
    /var/www/html/vendor/symfony/dependency-injection/Container.php:220 {
      Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
      ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
    }
    /var/www/html/src/Services/GeneralService.php:209 {
      EADPlataforma\Services\GeneralService->getService(string $serviceName) …
      › {\r    $service = $this->container->get("EADPlataforma\Services\\{$serviceName}");\r    return $service;\r
    }
    /var/www/html/src/Twig/VariablesExtension.php:74 {
      EADPlataforma\Twig\VariablesExtension->__construct(GeneralService $generalService) …
      › $this->userSessionService = $this->generalService->getService('UserSessionService');$this->configuration = $this->generalService->getService('ConfigurationService');}
    /var/www/html/var/cache/dev/ContainerN28Earv/EADPlataforma_KernelDevDebugContainer.php:1091 {
      ContainerN28Earv\EADPlataforma_KernelDevDebugContainer->getVariablesExtensionService() …
      › {    return $this->services['EADPlataforma\\Twig\\VariablesExtension'] = new \EADPlataforma\Twig\VariablesExtension(($this->services['EADPlataforma\\Services\\GeneralService'] ?? $this->getGeneralServiceService()));}
    }
    /var/www/html/var/cache/dev/ContainerN28Earv/EADPlataforma_KernelDevDebugContainer.php:1018 {
      ContainerN28Earv\EADPlataforma_KernelDevDebugContainer->get_Container_Private_TwigService() …
      › $instance->addExtension(($this->services['EADPlataforma\\Twig\\FunctionsExtension'] ?? $this->getFunctionsExtensionService()));$instance->addExtension(($this->services['EADPlataforma\\Twig\\VariablesExtension'] ?? $this->getVariablesExtensionService()));$instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
    }
    /var/www/html/var/cache/dev/ContainerN28Earv/EADPlataforma_KernelDevDebugContainer.php:922 {
      ContainerN28Earv\EADPlataforma_KernelDevDebugContainer->get_Container_Private_ProfilerService() …
      › $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? ($this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy([]))), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));$instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));$instance->add($e);
    }
    /var/www/html/var/cache/dev/ContainerN28Earv/EADPlataforma_KernelDevDebugContainer.php:2123 {
      ContainerN28Earv\EADPlataforma_KernelDevDebugContainer->getProfilerListenerService() …
      › {    $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());}
    /var/www/html/var/cache/dev/ContainerN28Earv/EADPlataforma_KernelDevDebugContainer.php:1489 {
      ContainerN28Earv\EADPlataforma_KernelDevDebugContainer->ContainerN28Earv\{closure} …
      › $instance->addListener('kernel.exception', [0 => function () {    return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());}, 1 => 'onKernelException'], 0);
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:245 {
      Symfony\Component\EventDispatcher\EventDispatcher->sortListeners(string $eventName) …
      › if (\is_array($listener) && isset($listener[0]) && $listener[0] instanceof \Closure && 2 >= \count($listener)) {    $listener[0] = $listener[0]();    $listener[1] = $listener[1] ?? '__invoke';
    }
    /var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:76 {
      Symfony\Component\EventDispatcher\EventDispatcher->getListeners(string $eventName = null) …
      › if (!isset($this->sorted[$eventName])) {    $this->sortListeners($eventName);}
    }
    /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:293 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->preProcess(string $eventName): void …
      › 
      › foreach ($this->dispatcher->getListeners($eventName) as $listener) {    $priority = $this->getListenerPriority($eventName, $listener);
    }
    /var/www/html/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:148 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › 
      › $this->preProcess($eventName);try {
    }
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:223 {
      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);}
    /var/www/html/vendor/symfony/http-kernel/HttpKernel.php:86 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
      › 
      ›     return $this->handleThrowable($e, $request, $type);} finally {
    }
    /var/www/html/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 {
    }
    /var/www/html/public/index.php:28 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#483 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, deflate, br"
from
"googlebot(at)googlebot.com"
host
"ajudanatarefa.com.br"
user-agent
"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
x-amzn-trace-id
"Root=1-6683740b-583bbc12364d2ac906f880f3"
x-forwarded-for
"66.249.75.134"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-php-ob-level
"1"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html"
date
"Tue, 02 Jul 2024 03:29:15 GMT"
x-debug-token
"d60761"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_ENV
"dev"
APP_SECRET
"d208a6f9e39d9a984da1a68f8efbf7fd"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/var/www/html/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br"
HTTP_FROM
"googlebot(at)googlebot.com"
HTTP_HOST
"ajudanatarefa.com.br"
HTTP_USER_AGENT
"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
HTTP_X_AMZN_TRACE_ID
"Root=1-6683740b-583bbc12364d2ac906f880f3"
HTTP_X_FORWARDED_FOR
"66.249.75.134"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REDIRECT_URL
"/"
REMOTE_ADDR
"172.31.70.117"
REMOTE_PORT
"2582"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1719890955
REQUEST_TIME_FLOAT
1719890955.1762
REQUEST_URI
"/"
SCRIPT_FILENAME
"/var/www/html/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"172.31.62.26"
SERVER_ADMIN
"aws@eadplataforma.com"
SERVER_NAME
"ajudanatarefa.com.br"
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache/2.4.54 (Debian)"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET"

Parent Request

Return to parent request (token = 7940bd)

Key Value
_controller
"EADPlataforma\Controller\Website\HomeController::homePage"
_firewall_context
"security.firewall.map.context.public"
_remove_csp_headers
true
_route
"home"
_route_params
[]
_stopwatch_token
"edb752"