Error 500 Internal Server Error

GET https://2026-galactic.release.sb.paritet.sprintf.ru/process/1f11637b-913f-60c0-a732-a546a3e47fc8

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"7de20f"
exception
Doctrine\DBAL\Exception\DriverException {#2496
  #message: "An exception occurred while executing a query: SQLSTATE[22012]: Division by zero: 7 ERROR:  division by zero"
  #code: 7
  #file: "/app/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php"
  #line: 87
  -previous: Doctrine\DBAL\Driver\PDO\Exception {#2494 …}
  -query: Doctrine\DBAL\Query {#2489 …}
  trace: {
    /app/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php:87 {
      Doctrine\DBAL\Driver\API\PostgreSQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
      › 
      ›     return new DriverException($exception, $query);}
    }
    /app/vendor/doctrine/dbal/src/Connection.php:1976 {
      Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
      › $this->exceptionConverter ??= $this->_driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);arguments: {
        $exception: Doctrine\DBAL\Driver\PDO\Exception {#2494 …}
        $query: Doctrine\DBAL\Query {#2489 …}
      }
    }
    /app/vendor/doctrine/dbal/src/Connection.php:1918 {
      Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
      › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
      arguments: {
        $driverException: Doctrine\DBAL\Driver\PDO\Exception {#2494 …}
        $query: Doctrine\DBAL\Query {#2489 …}
      }
    }
    /app/vendor/doctrine/dbal/src/Statement.php:194 {
      Doctrine\DBAL\Statement->execute($params = null): Result …
      › } catch (Driver\Exception $ex) {    throw $this->conn->convertExceptionDuringQuery($ex, $this->sql, $this->params, $this->types);} finally {
      arguments: {
        $e: Doctrine\DBAL\Driver\PDO\Exception {#2494 …}
        $sql: """
          \n
                      SELECT\n
                          COUNT(CASE WHEN e.is_ready_to_load = true THEN 1 END) as loaded_count,\n
                          COUNT(CASE WHEN e.is_ready_to_load = false THEN 1 END) as not_loaded_count,\n
                          COUNT(*) as total_count,\n
                          ROUND(COUNT(CASE WHEN e.is_ready_to_load = true THEN 1 END) * 100.0 / COUNT(*), 2) as loaded_percentage\n
                      FROM extracted.offers e\n
                               LEFT JOIN extracted.extractor_logs el on e.extraction_attempt_id = el.id\n
                               LEFT JOIN extracted.process_logs pl on el.process_id = pl.id\n
                      WHERE pl.id = :processId\n
                  
          """
        $params: [ …1]
        $types: []
      }
    }
    /app/vendor/doctrine/dbal/src/Statement.php:224 {
      Doctrine\DBAL\Statement->executeQuery(array $params = []): Result …
      › 
      ›     return $this->execute($params);}
      arguments: {
        $params: [ …1]
      }
    }
    /app/src/Infrastructure/Repository/ProcessLogEntryRepository.php:106 {
      App\Infrastructure\Repository\ProcessLogEntryRepository->findEntityStatsByProcessId(ProcessLogEntry $processLogEntry, ?LoadedEntityAbstract $loadedEntity = null): ?array …
      › $stmt = $conn->prepare($sql);$result = $stmt->executeQuery(['processId' => $processLogEntry->getId()->toString()]);arguments: {
        $params: [ …1]
      }
    }
    /app/src/Infrastructure/Controller/Process/ProcessOneController.php:38 {
      App\Infrastructure\Controller\Process\ProcessOneController->__invoke(ProcessLogEntry $processLogEntry): Response …
      ›     $loadedEntity = $this->em->getRepository(LoadedEntityAbstract::class)->findOneBy(['insertLoader' => $loaderLog->getId()]);    $stats = $this->logEntryRepository->findEntityStatsByProcessId($processLogEntry, $loadedEntity);}
      arguments: {
        $processLogEntry: App\Infrastructure\Entity\ProcessLogEntry {#799 …}
        $loadedEntity: App\Offer\Entity\LoadedEntityOffer {#2421 …}
      }
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:183 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › // call controller$response = $controller(...$arguments);arguments: {
        $processLogEntry: App\Infrastructure\Entity\ProcessLogEntry {#799 …}
      }
    }
    /app/vendor/symfony/http-kernel/HttpKernel.php:76 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
      }
    }
    /app/vendor/symfony/http-kernel/Kernel.php:193 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
        $type: 1
        $catch: true
      }
    }
    /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);arguments: {
        $request: Symfony\Component\HttpFoundation\Request {#2 …}
      }
    }
    /app/vendor/autoload_runtime.php:32 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /app/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/app/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Processor\DebugProcessor {#585
  -records: [
    2 => [
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.851+03:00"
        "message" => "Matched route "{route}"."
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "route" => "infrastructure_process_one"
          "route_parameters" => [
            "_route" => "infrastructure_process_one"
            "_controller" => "App\Infrastructure\Controller\Process\ProcessOneController"
            "id" => "1f11637b-913f-60c0-a732-a546a3e47fc8"
          ]
          "request_uri" => "https://2026-galactic.release.sb.paritet.sprintf.ru/process/1f11637b-913f-60c0-a732-a546a3e47fc8"
          "method" => "GET"
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.869+03:00"
        "message" => "Checking for authenticator support."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "firewall_name" => "main"
          "authenticators" => 0
        ]
        "channel" => "security"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.870+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.894+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.894+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.894+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.894+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.894+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerXiIUavf\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.894+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.960+03:00"
        "message" => "User Deprecated: Passing $params to Statement::executeQuery() is deprecated. Bind parameters using Statement::bindParam() or Statement::bindValue() instead. (Statement.php:212 called by ProcessLogEntryRepository.php:106, https://github.com/doctrine/dbal/pull/5556, package doctrine/dbal)"
        "priority" => 200
        "priorityName" => "INFO"
        "context" => [
          "exception" => ErrorException {#2414
            #message: "User Deprecated: Passing $params to Statement::executeQuery() is deprecated. Bind parameters using Statement::bindParam() or Statement::bindValue() instead. (Statement.php:212 called by ProcessLogEntryRepository.php:106, https://github.com/doctrine/dbal/pull/5556, package doctrine/dbal)"
            #code: 0
            #file: "/app/vendor/doctrine/deprecations/src/Deprecation.php"
            #line: 208
            #severity: E_USER_DEPRECATED
            trace: {
              /app/vendor/doctrine/deprecations/src/Deprecation.php:208 {
                Doctrine\Deprecations\Deprecation::delegateTriggerToBackend(string $message, array $backtrace, string $link, string $package): void …
                › 
                ›     @trigger_error($message, E_USER_DEPRECATED);}
              }
              /app/vendor/doctrine/deprecations/src/Deprecation.php:108 {
                Doctrine\Deprecations\Deprecation::trigger(string $package, string $link, string $message, ...$args): void …
                › 
                ›     self::delegateTriggerToBackend($message, $backtrace, $link, $package);}
              }
              /app/vendor/doctrine/dbal/src/Statement.php:212 {
                Doctrine\DBAL\Statement->executeQuery(array $params = []): Result …
                › if (func_num_args() > 0) {    Deprecation::trigger(        'doctrine/dbal',
              }
              /app/src/Infrastructure/Repository/ProcessLogEntryRepository.php:106 {
                App\Infrastructure\Repository\ProcessLogEntryRepository->findEntityStatsByProcessId(ProcessLogEntry $processLogEntry, ?LoadedEntityAbstract $loadedEntity = null): ?array …
                › $stmt = $conn->prepare($sql);$result = $stmt->executeQuery(['processId' => $processLogEntry->getId()->toString()]);arguments: {
                  $params: [ …1]
                }
              }
              /app/src/Infrastructure/Controller/Process/ProcessOneController.php:38 {
                App\Infrastructure\Controller\Process\ProcessOneController->__invoke(ProcessLogEntry $processLogEntry): Response …
                ›     $loadedEntity = $this->em->getRepository(LoadedEntityAbstract::class)->findOneBy(['insertLoader' => $loaderLog->getId()]);    $stats = $this->logEntryRepository->findEntityStatsByProcessId($processLogEntry, $loadedEntity);}
                arguments: {
                  $processLogEntry: App\Infrastructure\Entity\ProcessLogEntry {#799 …}
                  $loadedEntity: App\Offer\Entity\LoadedEntityOffer {#2421 …}
                }
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $processLogEntry: App\Infrastructure\Entity\ProcessLogEntry {#799 …}
                }
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "deprecation"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.991+03:00"
        "message" => "Uncaught PHP Exception Doctrine\DBAL\Exception\DriverException: "An exception occurred while executing a query: SQLSTATE[22012]: Division by zero: 7 ERROR:  division by zero" at ExceptionConverter.php line 87"
        "priority" => 500
        "priorityName" => "CRITICAL"
        "context" => [
          "exception" => Doctrine\DBAL\Exception\DriverException {#2496
            #message: "An exception occurred while executing a query: SQLSTATE[22012]: Division by zero: 7 ERROR:  division by zero"
            #code: 7
            #file: "/app/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php"
            #line: 87
            -previous: Doctrine\DBAL\Driver\PDO\Exception {#2494 …}
            -query: Doctrine\DBAL\Query {#2489 …}
            trace: {
              /app/vendor/doctrine/dbal/src/Driver/API/PostgreSQL/ExceptionConverter.php:87 {
                Doctrine\DBAL\Driver\API\PostgreSQL\ExceptionConverter->convert(Exception $exception, ?Query $query): DriverException …
                › 
                ›     return new DriverException($exception, $query);}
              }
              /app/vendor/doctrine/dbal/src/Connection.php:1976 {
                Doctrine\DBAL\Connection->handleDriverException(Exception $driverException, ?Query $query): DriverException …
                › $this->exceptionConverter ??= $this->_driver->getExceptionConverter();$exception                  = $this->exceptionConverter->convert($driverException, $query);arguments: {
                  $exception: Doctrine\DBAL\Driver\PDO\Exception {#2494 …}
                  $query: Doctrine\DBAL\Query {#2489 …}
                }
              }
              /app/vendor/doctrine/dbal/src/Connection.php:1918 {
                Doctrine\DBAL\Connection->convertExceptionDuringQuery(Exception $e, string $sql, array $params = [], array $types = []): DriverException …
                › ): DriverException {    return $this->handleDriverException($e, new Query($sql, $params, $types));}
                arguments: {
                  $driverException: Doctrine\DBAL\Driver\PDO\Exception {#2494 …}
                  $query: Doctrine\DBAL\Query {#2489 …}
                }
              }
              /app/vendor/doctrine/dbal/src/Statement.php:194 {
                Doctrine\DBAL\Statement->execute($params = null): Result …
                › } catch (Driver\Exception $ex) {    throw $this->conn->convertExceptionDuringQuery($ex, $this->sql, $this->params, $this->types);} finally {
                arguments: {
                  $e: Doctrine\DBAL\Driver\PDO\Exception {#2494 …}
                  $sql: """
                    \n
                                SELECT\n
                                    COUNT(CASE WHEN e.is_ready_to_load = true THEN 1 END) as loaded_count,\n
                                    COUNT(CASE WHEN e.is_ready_to_load = false THEN 1 END) as not_loaded_count,\n
                                    COUNT(*) as total_count,\n
                                    ROUND(COUNT(CASE WHEN e.is_ready_to_load = true THEN 1 END) * 100.0 / COUNT(*), 2) as loaded_percentage\n
                                FROM extracted.offers e\n
                                         LEFT JOIN extracted.extractor_logs el on e.extraction_attempt_id = el.id\n
                                         LEFT JOIN extracted.process_logs pl on el.process_id = pl.id\n
                                WHERE pl.id = :processId\n
                            
                    """
                  $params: [ …1]
                  $types: []
                }
              }
              /app/vendor/doctrine/dbal/src/Statement.php:224 {
                Doctrine\DBAL\Statement->executeQuery(array $params = []): Result …
                › 
                ›     return $this->execute($params);}
                arguments: {
                  $params: [ …1]
                }
              }
              /app/src/Infrastructure/Repository/ProcessLogEntryRepository.php:106 {
                App\Infrastructure\Repository\ProcessLogEntryRepository->findEntityStatsByProcessId(ProcessLogEntry $processLogEntry, ?LoadedEntityAbstract $loadedEntity = null): ?array …
                › $stmt = $conn->prepare($sql);$result = $stmt->executeQuery(['processId' => $processLogEntry->getId()->toString()]);arguments: {
                  $params: [ …1]
                }
              }
              /app/src/Infrastructure/Controller/Process/ProcessOneController.php:38 {
                App\Infrastructure\Controller\Process\ProcessOneController->__invoke(ProcessLogEntry $processLogEntry): Response …
                ›     $loadedEntity = $this->em->getRepository(LoadedEntityAbstract::class)->findOneBy(['insertLoader' => $loaderLog->getId()]);    $stats = $this->logEntryRepository->findEntityStatsByProcessId($processLogEntry, $loadedEntity);}
                arguments: {
                  $processLogEntry: App\Infrastructure\Entity\ProcessLogEntry {#799 …}
                  $loadedEntity: App\Offer\Entity\LoadedEntityOffer {#2421 …}
                }
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:183 {
                Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
                › // call controller$response = $controller(...$arguments);arguments: {
                  $processLogEntry: App\Infrastructure\Entity\ProcessLogEntry {#799 …}
                }
              }
              /app/vendor/symfony/http-kernel/HttpKernel.php:76 {
                Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                }
              }
              /app/vendor/symfony/http-kernel/Kernel.php:193 {
                Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
                › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
                arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                  $type: 1
                  $catch: true
                }
              }
              /app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
                Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
                › {    $response = $this->kernel->handle($this->request);arguments: {
                  $request: Symfony\Component\HttpFoundation\Request {#2 …}
                }
              }
              /app/vendor/autoload_runtime.php:32 {
                require_once …
                ›         ->getRunner($app)        ->run());
              }
              /app/public/index.php:5 {
                › 
                › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
                  "/app/vendor/autoload_runtime.php"
                }
              }
            }
          }
        ]
        "channel" => "request"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "App\Infrastructure\EventListener\ApiExceptionListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Listener "{listener}" stopped propagation of the event "{event}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.exception"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.049+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
    2513 => [
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.request"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.992+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.993+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.993+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsCsrfTokenValidAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.993+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.993+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.993+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "ContainerXiIUavf\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334606
        "timestamp_rfc3339" => "2026-03-12T19:56:46.993+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.controller_arguments"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CorsListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.response"
          "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
      [
        "timestamp" => 1773334607
        "timestamp_rfc3339" => "2026-03-12T19:56:47.045+03:00"
        "message" => "Notified event "{event}" to listener "{listener}"."
        "priority" => 100
        "priorityName" => "DEBUG"
        "context" => [
          "event" => "kernel.finish_request"
          "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
        ]
        "channel" => "event"
      ]
    ]
  ]
  -errorCount: [
    2 => 1
    2513 => 0
  ]
  -requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#584 …}
}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip, br, zstd, deflate"
host
"2026-galactic.release.sb.paritet.sprintf.ru"
user-agent
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
x-forwarded-for
"10.0.0.2"
x-forwarded-host
"2026-galactic.release.sb.paritet.sprintf.ru"
x-forwarded-port
"443"
x-forwarded-proto
"https"
x-forwarded-server
"acb0c8e09251"
x-php-ob-level
"0"
x-real-ip
"10.0.0.2"

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; charset=UTF-8"
date
"Thu, 12 Mar 2026 16:56:47 GMT"
vary
"Accept"
x-debug-exception
"An%20exception%20occurred%20while%20executing%20a%20query%3A%20SQLSTATE%5B22012%5D%3A%20Division%20by%20zero%3A%207%20ERROR%3A%20%20division%20by%20zero"
x-debug-exception-file
"%2Fapp%2Fvendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FPostgreSQL%2FExceptionConverter.php:87"
x-debug-token
"b49593"

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_DEBUG
"1"
APP_ENV
"dev"
APP_SECRET
"8f5163eaa9e73dccb51d011df2eba971"
ARTLEBEDEV_COUNTRY_LIST_URL
"https://www.artlebedev.ru/country-list/tab/"
CORS_ALLOW_ORIGIN
"*"
DATABASE_URL
"postgresql://bridge:bridge@postgres:5432/bridge?serverVersion=15&charset=utf8"
DATATA_API_KEY
"Token 3ca2d0b63209a66e3f5dde1a9968877fd5cb6fd4"
DATATA_CLEAN_API_URL
"https://cleaner.dadata.ru/api/v1/clean/address"
DATATA_SECRET
"a10ad3552fb681b77e79ce0d8e380625702285aa"
ESNSI_REGIONS_LIST_ZIP_URL
"https://esnsi.gosuslugi.ru/rest/ext/v1/classifiers/5709/file?extension=CSV&encoding=UTF_8"
EXTRACTOR_LOGS_LIFETIME
"3"
EXTRACTOR_NUMBER_OF_NOT_REMOVABLE_LOGS
"5"
GRAYLOG_HOST
"logs.sprintf.ru"
GRAYLOG_PORT
"12201"
MAILER_DSN
"smtp://10.250.250.101:1025"
PARITET_SFTP_ADDRESS
"185.137.232.232"
PARITET_SFTP_PRIVATE_KEY_NAME
"id_rsa"
PARITET_SFTP_USER
"root"
PARITET_SHOP_PULL_API_BASE_URL
"https://services.upravdom.com/bistudio/report/"
PARITET_SHOP_PULL_API_LOGIN
"web.upravdom.com"
PARITET_SHOP_PULL_API_PASSWORD
"18cegnhxj4mlzl4kl9uq"
PARITET_SHOP_PUSH_API_BASE_URL
"http://services.upravdom.com/"
PARITET_SHOP_PUSH_API_LOGIN
"web.upravdom.com"
PARITET_SHOP_PUSH_API_PASSWORD
"18cegnhxj4mlzl4kl9uq"
PROJECT
"smartbridge"
RELEASE
"2026-galactic"
TRUSTED_PROXIES
"127.0.0.1,172.16.0.0/12,10.0.0.0/8"
YANDEX_GEOCODING_API_KEY
"cc2d6e53-a7fa-4d8f-8189-47b810769feb"
YANDEX_GEOCODING_API_URL
"https://geocode-maps.yandex.ru/v1"

Defined as regular env variables

Key Value
APP_PROJECT_DIR
"/app"
APP_RUNTIME
"Symfony\Component\Runtime\SymfonyRuntime"
APP_RUNTIME_OPTIONS
[
  "project_dir" => "/app"
]
CONTENT_LENGTH
""
CONTENT_TYPE
""
DOCUMENT_ROOT
"/app/public"
DOCUMENT_URI
"/index.php"
ENV
"release"
ERROR_REPORTING
"E_ALL"
FCGI_ROLE
"RESPONDER"
GATEWAY_INTERFACE
"CGI/1.1"
GPG_KEYS
"1198C0117593497A5EC5C199286AF1F9897469DC C28D937575603EB4ABB725861C0779DC5C0A9DE4 AFD8691FDAEDF03BDF6E460563F15A9B715376CA"
HOME
"/home/www-data"
HOSTNAME
"dd1fe3eebf37"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip, br, zstd, deflate"
HTTP_HOST
"2026-galactic.release.sb.paritet.sprintf.ru"
HTTP_USER_AGENT
"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
HTTP_X_FORWARDED_FOR
"10.0.0.2"
HTTP_X_FORWARDED_HOST
"2026-galactic.release.sb.paritet.sprintf.ru"
HTTP_X_FORWARDED_PORT
"443"
HTTP_X_FORWARDED_PROTO
"https"
HTTP_X_FORWARDED_SERVER
"acb0c8e09251"
HTTP_X_REAL_IP
"10.0.0.2"
LANG
"ru_RU.UTF-8"
LANGUAGE
"ru_RU:en"
LC_ALL
"ru_RU.UTF-8"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
PATH_INFO
""
PHPIZE_DEPS
"autoconf \t\tdpkg-dev dpkg \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkgconf \t\tre2c"
PHP_ASC_URL
"https://www.php.net/distributions/php-8.3.30.tar.xz.asc"
PHP_CFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_CPPFLAGS
"-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
PHP_INI_DIR
"/usr/local/etc/php"
PHP_LDFLAGS
"-Wl,-O1 -pie"
PHP_MAX_POST
"500M"
PHP_MEMORY_LIMIT
"2048M"
PHP_SELF
"/index.php"
PHP_SHA256
"67f084d36852daab6809561a7c8023d130ca07fc6af8fb040684dd1414934d48"
PHP_URL
"https://www.php.net/distributions/php-8.3.30.tar.xz"
PHP_VERSION
"8.3.30"
PWD
"/app"
QUERY_STRING
""
REDIRECT_STATUS
"200"
REMOTE_ADDR
"10.0.1.174"
REMOTE_PORT
"45528"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"http"
REQUEST_TIME
1773334606
REQUEST_TIME_FLOAT
1773334606.8302
REQUEST_URI
"/process/1f11637b-913f-60c0-a732-a546a3e47fc8"
SCRIPT_FILENAME
"/app/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"10.0.1.56"
SERVER_NAME
""
SERVER_PORT
"80"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SOFTWARE
"nginx/1.28.2"
SHLVL
"1"
SYMFONY_DOTENV_PATH
"/app/.env"
SYMFONY_DOTENV_VARS
"PROJECT,RELEASE,APP_ENV,APP_SECRET,TRUSTED_PROXIES,DATABASE_URL,GRAYLOG_HOST,GRAYLOG_PORT,MAILER_DSN,CORS_ALLOW_ORIGIN,PARITET_SHOP_PULL_API_BASE_URL,PARITET_SHOP_PULL_API_LOGIN,PARITET_SHOP_PULL_API_PASSWORD,PARITET_SHOP_PUSH_API_BASE_URL,PARITET_SHOP_PUSH_API_LOGIN,PARITET_SHOP_PUSH_API_PASSWORD,PARITET_SFTP_ADDRESS,PARITET_SFTP_USER,PARITET_SFTP_PRIVATE_KEY_NAME,ARTLEBEDEV_COUNTRY_LIST_URL,ESNSI_REGIONS_LIST_ZIP_URL,EXTRACTOR_LOGS_LIFETIME,EXTRACTOR_NUMBER_OF_NOT_REMOVABLE_LOGS,YANDEX_GEOCODING_API_URL,YANDEX_GEOCODING_API_KEY,DATATA_CLEAN_API_URL,DATATA_API_KEY,DATATA_SECRET,APP_DEBUG"
TIMEZONE
"Europe/Moscow"
TZ
"Europe/Moscow"
UPLOAD_MAX_FILESIZE
"300M"
USER
"www-data"
argc
0
argv
[]

Parent Request

Return to parent request (token = 32b07e)

Key Value
_controller
"App\Infrastructure\Controller\Process\ProcessOneController"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"infrastructure_process_one"
_route_params
[
  "id" => "1f11637b-913f-60c0-a732-a546a3e47fc8"
]
_security_authenticators
[]
_security_firewall_run
"_security_main"
_security_skipped_authenticators
[]
_stopwatch_token
"50ea59"
id
"1f11637b-913f-60c0-a732-a546a3e47fc8"