| logger |
Symfony\Bridge\Monolog\Logger {#491
#name: "request"
#handlers: [
Monolog\Handler\StreamHandler {#484
#level: Monolog\Level {#486 …}
#bubble: true
#processors: [
Monolog\Processor\PsrLogMessageProcessor {#483
-dateFormat: null
-removeUsedContextFields: false
}
]
#formatter: Monolog\Formatter\LineFormatter {#451 …}
#streamChunkSize: 13421772
#stream: stream resource @128
timed_out: false
blocked: true
eof: false
wrapper_type: "plainfile"
stream_type: "STDIO"
mode: "a"
unread_bytes: 0
seekable: true
uri: "/var/www/juridicus/var/log/dev.log"
options: []
}
#url: "/var/www/juridicus/var/log/dev.log"
-errorMessage: null
#filePermission: null
#useLocking: false
#fileOpenMode: "a"
-dirCreated: true
-retrying: false
}
Symfony\Bridge\Monolog\Handler\ConsoleHandler {#485
#level: Monolog\Level {#486 …}
#bubble: true
#processors: []
#formatter: null
-output: null
-verbosityLevelMap: [
16 => 400
32 => 300
64 => 250
128 => 200
256 => 100
]
-consoleFormatterOptions: []
}
]
#processors: [
Symfony\Bridge\Monolog\Processor\DebugProcessor {#488
-records: [
9 => [
[
"timestamp" => 1773885233
"timestamp_rfc3339" => "2026-03-19T01:53:53.199+00:00"
"message" => "User Deprecated: Since symfony/monolog-bridge 6.4: The "Symfony\Bridge\Monolog\Logger" class is deprecated, use HttpKernel's DebugLoggerConfigurator instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#570
#message: "User Deprecated: Since symfony/monolog-bridge 6.4: The "Symfony\Bridge\Monolog\Logger" class is deprecated, use HttpKernel's DebugLoggerConfigurator instead."
#code: 0
#file: "/var/www/juridicus/vendor/symfony/monolog-bridge/Logger.php"
#line: 14
#severity: E_USER_DEPRECATED
trace: {
/var/www/juridicus/vendor/symfony/monolog-bridge/Logger.php:14 {
include_once …
›
› trigger_deprecation('symfony/monolog-bridge', '6.4', 'The "%s" class is deprecated, use HttpKernel\'s DebugLoggerConfigurator instead.', Logger::class);
›
}
/var/www/juridicus/var/cache/dev/Container7HegdsI/JF_KernelDevDebugContainer.php:207 {
Container7HegdsI\JF_KernelDevDebugContainer->Container7HegdsI\{closure} …
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/monolog-bridge/Logger.php';
› include_once \dirname(__DIR__, 4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
}
/var/www/juridicus/vendor/symfony/dependency-injection/Container.php:151 {
Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
› unset($this->privates['service_container']);
› $initialize();
› }
}
/var/www/juridicus/vendor/symfony/http-kernel/Kernel.php:457 {
Symfony\Component\HttpKernel\Kernel->initializeContainer() …
› self::$freshCache[$cachePath] = true;
› $this->container->set('kernel', $this);
› error_reporting($errorLevel);
}
/var/www/juridicus/vendor/symfony/http-kernel/Kernel.php:789 {
Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
› $this->initializeBundles();
› $this->initializeContainer();
›
}
/var/www/juridicus/vendor/symfony/http-kernel/Kernel.php:190 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› if (!$this->booted) {
› $container = $this->container ?? $this->preBoot();
›
}
/var/www/juridicus/public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1773885233
"timestamp_rfc3339" => "2026-03-19T01:53:53.200+00:00"
"message" => "Matched route "{route}"."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"route" => "za_download"
"route_parameters" => [
"_route" => "za_download"
"_controller" => "JF\JuridicusBundle\Controller\ZAController::downloadAction"
"date" => "01-03-2013"
]
"request_uri" => "https://unipoll.de/ZA/01-03-2013.pdf"
"method" => "GET"
]
"channel" => "request"
]
[
"timestamp" => 1773885233
"timestamp_rfc3339" => "2026-03-19T01:53:53.202+00:00"
"message" => "Checking for authenticator support."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticators" => 1
]
"channel" => "security"
]
[
"timestamp" => 1773885233
"timestamp_rfc3339" => "2026-03-19T01:53:53.202+00:00"
"message" => "Checking support on authenticator."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "JF\JuridicusBundle\Security\LoginFormAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1773885233
"timestamp_rfc3339" => "2026-03-19T01:53:53.202+00:00"
"message" => "Authenticator does not support the request."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"firewall_name" => "main"
"authenticator" => "JF\JuridicusBundle\Security\LoginFormAuthenticator"
]
"channel" => "security"
]
[
"timestamp" => 1773885233
"timestamp_rfc3339" => "2026-03-19T01:53:53.202+00:00"
"message" => "User Deprecated: The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead."
"priority" => 200
"priorityName" => "INFO"
"context" => [
"exception" => ErrorException {#294
#message: "User Deprecated: The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead."
#code: 0
#file: "/var/www/juridicus/vendor/sensio/framework-extra-bundle/src/Configuration/Route.php"
#line: 16
#severity: E_USER_DEPRECATED
trace: {
/var/www/juridicus/vendor/sensio/framework-extra-bundle/src/Configuration/Route.php:16 {
class_exists(string $class, bool $autoload = true): bool …
›
› @trigger_error(sprintf('The "%s" annotation is deprecated since version 5.2. Use "%s" instead.', Route::class, BaseRoute::class), E_USER_DEPRECATED);
›
}
/var/www/juridicus/vendor/symfony/var-exporter/Internal/Registry.php:68 {
Symfony\Component\VarExporter\Internal\Registry::getClassReflector($class, $instantiableWithoutConstructor = false, $cloneable = null) …
› {
› if (!($isClass = class_exists($class)) && !interface_exists($class, false) && !trait_exists($class, false)) {
› throw new ClassNotFoundException($class);
}
/var/www/juridicus/vendor/symfony/var-exporter/Internal/Registry.php:54 {
Symfony\Component\VarExporter\Internal\Registry::p($class) …
› {
› self::getClassReflector($class, true, true);
›
}
/var/www/juridicus/var/cache/dev/pools/system/vvOLjL5CfH/S/E/rTjxLypqwvw8myRNmkLQ:5 {
Symfony\Component\Cache\Adapter\PhpFilesAdapter::{closure} …
› $o = [
› clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Route')),
› clone ($p['Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\ParamConverter'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\ParamConverter')),
}
/var/www/juridicus/vendor/symfony/cache/Adapter/PhpFilesAdapter.php:121 {
Symfony\Component\Cache\Adapter\PhpFilesAdapter->doFetch(array $ids) …
› } elseif (!$value instanceof LazyValue) {
› $values[$id] = $value();
› } elseif (false === $values[$id] = include $value->file) {
}
/var/www/juridicus/vendor/symfony/cache/Traits/AbstractAdapterTrait.php:224 {
Symfony\Component\Cache\Adapter\AbstractAdapter->getItem($key) …
› try {
› foreach ($this->doFetch([$id]) as $value) {
› $isHit = true;
}
/var/www/juridicus/vendor/symfony/cache/Adapter/TraceableAdapter.php:77 {
Symfony\Component\Cache\Adapter\TraceableAdapter->getItem($key) …
› try {
› $item = $this->pool->getItem($key);
› } finally {
}
/var/www/juridicus/vendor/symfony/cache/Adapter/PhpArrayAdapter.php:128 {
Symfony\Component\Cache\Adapter\PhpArrayAdapter->getItem($key) …
› if (!isset($this->keys[$key])) {
› return $this->pool->getItem($key);
› }
}
/var/www/juridicus/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:154 {
Doctrine\Common\Annotations\PsrCachedReader->fetchFromCache(string $cacheKey, ReflectionClass $class, string $method, Reflector $reflector): array …
›
› $item = $this->cache->getItem($cacheKey);
› if (($this->debug && ! $this->refresh($cacheKey, $class)) || ! $item->isHit()) {
}
/var/www/juridicus/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php:120 {
Doctrine\Common\Annotations\PsrCachedReader->getMethodAnnotations(ReflectionMethod $method) …
›
› $annots = $this->fetchFromCache($cacheKey, $class, 'getMethodAnnotations', $method);
›
}
/var/www/juridicus/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php:61 {
Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener->onKernelController(KernelEvent $event) …
› $classConfigurations = $this->getConfigurations($this->reader->getClassAnnotations($object));
› $methodConfigurations = $this->getConfigurations($this->reader->getMethodAnnotations($method));
›
}
/var/www/juridicus/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
}
/var/www/juridicus/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/juridicus/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/juridicus/vendor/symfony/http-kernel/HttpKernel.php:151 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new ControllerEvent($this, $controller, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::CONTROLLER);
› $controller = $event->getController();
}
/var/www/juridicus/vendor/symfony/http-kernel/HttpKernel.php:75 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/juridicus/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/juridicus/public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "deprecation"
]
[
"timestamp" => 1773885233
"timestamp_rfc3339" => "2026-03-19T01:53:53.204+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"use_savepoints" => true
"driver" => "pdo_mysql"
"idle_connection_ttl" => 600
"host" => "127.0.0.1"
"port" => 3306
"user" => "juri"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => [
"collation" => "utf8mb4_unicode_ci"
]
"dbname" => "juri"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1773885233
"timestamp_rfc3339" => "2026-03-19T01:53:53.206+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.anzahl_seiten AS anzahl_seiten_2, t0.path AS path_3, t0.size AS size_4, t0.mimeType AS mimeType_5, t0.created_at AS created_at_6, t0.released_at AS released_at_7 FROM pdf_zeitschrift_za t0 WHERE t0.released_at = ? LIMIT 1"
"params" => [
1 => "2013-03-01"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1773885233
"timestamp_rfc3339" => "2026-03-19T01:53:53.207+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException: "The file "/var/www/juridicus/src/JuridicusBundle/Entity/../../../../app/files/pdf/za/ZA 03-2013.pdf" does not exist" at /var/www/juridicus/vendor/symfony/http-foundation/File/File.php line 36"
"priority" => 500
"priorityName" => "CRITICAL"
"context" => [
"exception" => Symfony\Component\HttpFoundation\File\Exception\FileNotFoundException {#125
#message: "The file "/var/www/juridicus/src/JuridicusBundle/Entity/../../../../app/files/pdf/za/ZA 03-2013.pdf" does not exist"
#code: 0
#file: "/var/www/juridicus/vendor/symfony/http-foundation/File/File.php"
#line: 36
trace: {
/var/www/juridicus/vendor/symfony/http-foundation/File/File.php:36 {
Symfony\Component\HttpFoundation\File\File->__construct(string $path, bool $checkPath = true) …
› if ($checkPath && !is_file($path)) {
› throw new FileNotFoundException($path);
› }
}
/var/www/juridicus/src/JuridicusBundle/Entity/Pdf.php:94 {
JF\JuridicusBundle\Entity\Pdf->getFilename() …
› if (!$this->filename) {
› \t$file = new File($this->getPath());
› \t$this->filename = $file->getFileName();
}
/var/www/juridicus/src/JuridicusBundle/Entity/Pdf.php:225 {
JF\JuridicusBundle\Entity\Pdf->createResponse($inline = false) …
› $inline ? ResponseHeaderBag::DISPOSITION_INLINE : ResponseHeaderBag::DISPOSITION_ATTACHMENT,
› $this->getFilename().".pdf",
› iconv('utf-8', 'us-ascii//TRANSLIT', $this->getFilename())
}
/var/www/juridicus/src/JuridicusBundle/Controller/ZAController.php:376 {
JF\JuridicusBundle\Controller\ZAController->downloadAction(DateTime $date, PdfZeitschriftZARepository $repo) …
› // Archiv-Zeitschriften (älter als 6 Monate) immer erlaubt
› return $pdf->createResponse(true);
› }
}
/var/www/juridicus/vendor/symfony/http-kernel/HttpKernel.php:163 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› // call controller
› $response = $controller(...$arguments);
›
}
/var/www/juridicus/vendor/symfony/http-kernel/HttpKernel.php:75 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
› try {
› return $this->handleRaw($request, $type);
› } catch (\Exception $e) {
}
/var/www/juridicus/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/juridicus/public/index.php:28 {
› $request = Request::createFromGlobals();
› $response = $kernel->handle($request);
› $response->send();
}
}
}
]
"channel" => "request"
]
]
]
-errorCount: [
9 => 1
]
-requestStack: Symfony\Component\HttpFoundation\RequestStack {#487 …}
}
]
#microsecondTimestamps: true
#timezone: DateTimeZone {#490 …}
#exceptionHandler: null
-logDepth: 0
-fiberLogDepth: WeakMap {#489 …}
-detectCycles: true
} |