Exceptions
Exception
League\Flysystem\ UnableToCreateDirectory
Show exception properties
League\Flysystem\UnableToCreateDirectory {#899 -location: "/var/www/dollypass.netperv.com/releases/196/public/dollypass" -reason: "mkdir(): Permission denied" }
private string $reason = '';public static function atLocation(string $dirname, string $errorMessage = '', ?Throwable $previous = null): UnableToCreateDirectory{$message = "Unable to create a directory at {$dirname}. {$errorMessage}";$e = new static(rtrim($message), 0, $previous);$e->location = $dirname;$e->reason = $errorMessage;return $e;}
in
vendor/league/flysystem-local/LocalFilesystemAdapter.php
::
atLocation
(line 333)
clearstatcache(true, $dirname);if ( ! is_dir($dirname)) {$errorMessage = isset($mkdirError['message']) ? $mkdirError['message'] : '';throw UnableToCreateDirectory::atLocation($dirname, $errorMessage);}}public function fileExists(string $location): bool{
in
vendor/league/flysystem-local/LocalFilesystemAdapter.php
->
ensureDirectoryExists
(line 101)
{if ($this->rootLocationIsSetup) {return;}$this->ensureDirectoryExists($this->rootLocation, $this->visibility->defaultForDirectories());$this->rootLocationIsSetup = true;}public function write(string $path, string $contents, Config $config): void{
in
vendor/league/flysystem-local/LocalFilesystemAdapter.php
->
ensureRootDirectoryExists
(line 91)
detector: new FinfoMimeTypeDetector(),useInconclusiveMimeTypeFallback: $useInconclusiveMimeTypeFallback,);if ( ! $lazyRootCreation) {$this->ensureRootDirectoryExists();}}private function ensureRootDirectoryExists(): void{
in
var/cache/dev/ContainerHwrI9rt/App_KernelDevDebugContainer.php
->
__construct
(line 5960)
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/Filesystem.php';include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemAdapter.php';include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/ChecksumProvider.php';include_once \dirname(__DIR__, 4).'/vendor/league/flysystem-local/LocalFilesystemAdapter.php';return $container->services['oneup_flysystem.cdn_protected_filesystem'] = new \League\Flysystem\Filesystem(new \League\Flysystem\Local\LocalFilesystemAdapter((\dirname(__DIR__, 4).'/public'.$container->getEnv('string:CDN_CONTENT_DIRECTORY')), NULL, 2, 2, NULL, false), ['visibility' => 'public', 'directory_visibility' => 'public']);}/*** Gets the public 'oneup_flysystem.local_filesystem' shared service.*
in
var/cache/dev/ContainerHwrI9rt/App_KernelDevDebugContainer.php
::
getOneupFlysystem_CdnProtectedFilesystemService
(line 6015)
include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemReader.php';include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemWriter.php';include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/FilesystemOperator.php';include_once \dirname(__DIR__, 4).'/vendor/league/flysystem/src/MountManager.php';return $container->services['oneup_flysystem.mount_manager'] = new \League\Flysystem\MountManager(['local' => ($container->services['oneup_flysystem.local_filesystem'] ?? self::getOneupFlysystem_LocalFilesystemService($container)), 'local_non_public' => ($container->services['oneup_flysystem.local_non_public_filesystem'] ?? self::getOneupFlysystem_LocalNonPublicFilesystemService($container)), 'cdn_protected' => ($container->services['oneup_flysystem.cdn_protected_filesystem'] ?? self::getOneupFlysystem_CdnProtectedFilesystemService($container))]);}/*** Gets the public 'oneup_uploader.chunk_manager' shared service.*
in
var/cache/dev/ContainerHwrI9rt/App_KernelDevDebugContainer.php
::
getOneupFlysystem_MountManagerService
(line 11827)
protected static function getCleanupGeneratedFilesHandlerService($container){include_once \dirname(__DIR__, 4).'/vendor/netperv/processing-bundle/src/RabbitMq/Handler/RabbitMqHandlerInterface.php';include_once \dirname(__DIR__, 4).'/src/App/VideoProcessing/Encoding/CleanupGeneratedFilesHandler.php';return $container->privates['App\\VideoProcessing\\Encoding\\CleanupGeneratedFilesHandler'] = new \App\VideoProcessing\Encoding\CleanupGeneratedFilesHandler(($container->services['oneup_flysystem.mount_manager'] ?? self::getOneupFlysystem_MountManagerService($container)), ($container->services['monolog.logger.cdn77'] ?? self::getMonolog_Logger_Cdn77Service($container)));}/*** Gets the private 'App\VideoProcessing\Encoding\CleanupGeneratedFilesSubscriber' shared autowired service.*
in
var/cache/dev/ContainerHwrI9rt/App_KernelDevDebugContainer.php
::
getCleanupGeneratedFilesHandlerService
(line 5847)
$b->addHandler(($container->privates['App\\RabbitMq\\Handler\\DownloadableContentHandler'] ?? self::getDownloadableContentHandlerService($container)));$b->addHandler(($container->privates['App\\RabbitMq\\Handler\\GalleryHandler'] ?? self::getGalleryHandlerService($container)));$b->addHandler(($container->privates['App\\RabbitMq\\Handler\\MembershipStatsHandler'] ?? self::getMembershipStatsHandlerService($container)));$b->addHandler(($container->privates['App\\RabbitMq\\Handler\\RegistrationStatsHandler'] ?? self::getRegistrationStatsHandlerService($container)));$b->addHandler(($container->privates['App\\RabbitMq\\Handler\\VideoUsageHandler'] ?? self::getVideoUsageHandlerService($container)));$b->addHandler(($container->privates['App\\VideoProcessing\\Encoding\\CleanupGeneratedFilesHandler'] ?? self::getCleanupGeneratedFilesHandlerService($container)));$b->addHandler(($container->privates['App\\VideoProcessing\\PurgeVideoHandler'] ?? self::getPurgeVideoHandlerService($container)));$b->addHandler(($container->privates['Netperv\\UploadsBundle\\RabbitMq\\Handler\\FileHandlerFactoryHandler'] ?? self::getFileHandlerFactoryHandlerService($container)));$b->addHandler(($container->privates['Netperv\\UploadsBundle\\RabbitMq\\Handler\\FileInfoHandler'] ??= new \Netperv\UploadsBundle\RabbitMq\Handler\FileInfoHandler()));$b->addHandler(($container->privates['Netperv\\UploadsBundle\\RabbitMq\\Handler\\ZipHandler'] ?? self::getZipHandlerService($container)));$b->addHandler(($container->privates['Netperv\\PapIntegrationBundle\\RabbitMq\\Handler\\AffiliateReportHandler'] ?? self::getAffiliateReportHandlerService($container)));
in
var/cache/dev/ContainerHwrI9rt/App_KernelDevDebugContainer.php
::
getOldSoundRabbitMq_TasksProcessConsumerService
(line 5787)
$container->services['old_sound_rabbit_mq.parts_holder'] = $instance = new \OldSound\RabbitMqBundle\RabbitMq\AmqpPartsHolder();$a = ($container->services['old_sound_rabbit_mq.tasks_process_producer'] ?? self::getOldSoundRabbitMq_TasksProcessProducerService($container));$b = ($container->services['old_sound_rabbit_mq.login_update_producer'] ?? self::getOldSoundRabbitMq_LoginUpdateProducerService($container));$c = ($container->services['old_sound_rabbit_mq.login_log_producer'] ?? self::getOldSoundRabbitMq_LoginLogProducerService($container));$d = ($container->services['old_sound_rabbit_mq.tasks_process_consumer'] ?? self::getOldSoundRabbitMq_TasksProcessConsumerService($container));$e = ($container->services['old_sound_rabbit_mq.tasks_process_dead_consumer'] ?? self::getOldSoundRabbitMq_TasksProcessDeadConsumerService($container));$f = ($container->services['old_sound_rabbit_mq.login_update_consumer'] ?? self::getOldSoundRabbitMq_LoginUpdateConsumerService($container));$g = ($container->services['old_sound_rabbit_mq.login_update_dead_consumer'] ?? self::getOldSoundRabbitMq_LoginUpdateDeadConsumerService($container));$h = ($container->services['old_sound_rabbit_mq.login_log_consumer'] ?? self::getOldSoundRabbitMq_LoginLogConsumerService($container));$i = ($container->services['old_sound_rabbit_mq.login_log_dead_consumer'] ?? self::getOldSoundRabbitMq_LoginLogDeadConsumerService($container));
in
vendor/symfony/dependency-injection/Container.php
::
getOldSoundRabbitMq_PartsHolderService
(line 404)
}if (null === $method) {return false !== $registry ? $this->{$registry}[$id] ?? null : null;}if (false !== $registry) {return $this->{$registry}[$id] ??= $load ? $this->load($method) : $this->{$method}($this);}if (!$load) {return $this->{$method}($this);}
in
vendor/symfony/dependency-injection/Argument/ServiceLocator.php
->
getService
(line 40)
public function get(string $id): mixed{return match (\count($this->serviceMap[$id] ?? [])) {0 => parent::get($id),1 => $this->serviceMap[$id][0],default => ($this->factory)(...$this->serviceMap[$id]),};}public function getProvidedServices(): array{
in
vendor/sindrive/sindrive/RabbitMqTaskBundle/Service/TaskHandler.php
->
get
(line 67)
if (isset($this->servicesCache[$queue][$type])) {return;}if (null === $this->amqpHolder) {$this->amqpHolder = $this->container->get(AmqpPartsHolder::class);}foreach ($this->amqpHolder->getParts('old_sound_rabbit_mq.' . $type) as $service) {/** @var Producer $service */if ($service->getQueueName() === $queue) {
in
vendor/sindrive/sindrive/RabbitMqTaskBundle/Service/TaskHandler.php
->
findInHolder
(line 41)
/*** @return bool indicates whether queue will be used*/public function sendTask(string $queue, mixed $message): bool{$this->findInHolder('producer', $queue);if ($this->enableRabbit) {try {$this->servicesCache[$queue]['producer']->publish($message);
in
vendor/netperv/user-bundle/src/Security/Subscriber/LoginLogSubscriber.php
->
sendTask
(line 122)
$loginLog->setUsername($username);$loginLog->setPassword($password);// getId here is right choice, because this entity is not being persisted, but being serialized.$loginLog->setUserId(null !== $user ? $user->getId() : null);$this->taskHandler->sendTask(LoginLogWriter::QUEUE_NAME, serialize($loginLog));}}
in
vendor/netperv/user-bundle/src/Security/Subscriber/LoginLogSubscriber.php
->
processAuthenticationAttempt
(line 95)
if (null !== $password && !is_string($password)) {throw new UnexpectedTypeException($username, 'string');}$this->processAuthenticationAttempt($request, $status, $user, $username, $password);}/*** @return array<string, string|array{0: string, 1: int}|list<array{0: string, 1?: int}>>*/
in
vendor/symfony/event-dispatcher/Debug/WrappedListener.php
->
onFailure
(line 116)
$this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);$e = $this->stopwatch->start($this->name, 'event_listener');try {($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {if ($e->isStarted()) {$e->stop();}}
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
__invoke
(line 220)
foreach ($listeners as $listener) {if ($stoppable && $event->isPropagationStopped()) {break;}$listener($event, $eventName, $this);}}/*** Sorts the internal list of listeners for the given event by priority.
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
callListeners
(line 56)
} else {$listeners = $this->getListeners($eventName);}if ($listeners) {$this->callListeners($listeners, $eventName, $event);}return $event;}
in
vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
->
dispatch
(line 139)
try {$this->beforeDispatch($eventName, $event);try {$e = $this->stopwatch->start($eventName, 'section');try {$this->dispatcher->dispatch($event, $eventName);} finally {if ($e->isStarted()) {$e->stop();}}
in
vendor/symfony/security-http/Authentication/AuthenticatorManager.php
->
dispatch
(line 264)
$response = $authenticator->onAuthenticationFailure($request, $authenticationException);if (null !== $response && null !== $this->logger) {$this->logger->debug('The "{authenticator}" authenticator set the failure response.', ['authenticator' => ($authenticator instanceof TraceableAuthenticator ? $authenticator->getAuthenticator() : $authenticator)::class]);}$this->eventDispatcher->dispatch($loginFailureEvent = new LoginFailureEvent($authenticationException, $authenticator, $request, $response, $this->firewallName, $passport));// returning null is ok, it means they want the request to continuereturn $loginFailureEvent->getResponse();}}
in
vendor/symfony/security-http/Authentication/AuthenticatorManager.php
->
handleAuthenticationFailure
(line 212)
$this->eventDispatcher->dispatch(new AuthenticationSuccessEvent($authenticatedToken), AuthenticationEvents::AUTHENTICATION_SUCCESS);$this->logger?->info('Authenticator successful!', ['token' => $authenticatedToken, 'authenticator' => ($authenticator instanceof TraceableAuthenticator ? $authenticator->getAuthenticator() : $authenticator)::class]);} catch (AuthenticationException $e) {// oh no! Authentication failed!$response = $this->handleAuthenticationFailure($e, $request, $authenticator, $passport);if ($response instanceof Response) {return $response;}return null;
in
vendor/symfony/security-http/Authentication/AuthenticatorManager.php
->
executeAuthenticator
(line 158)
$this->logger?->debug('Skipping the "{authenticator}" authenticator as it did not support the request.', ['authenticator' => ($authenticator instanceof TraceableAuthenticator ? $authenticator->getAuthenticator() : $authenticator)::class]);continue;}$response = $this->executeAuthenticator($authenticator, $request);if (null !== $response) {$this->logger?->debug('The "{authenticator}" authenticator set the response. Any later authenticator will not be called', ['authenticator' => ($authenticator instanceof TraceableAuthenticator ? $authenticator->getAuthenticator() : $authenticator)::class]);return $response;}
in
vendor/symfony/security-http/Authentication/AuthenticatorManager.php
->
executeAuthenticators
(line 140)
if (!$authenticators) {return null;}return $this->executeAuthenticators($authenticators, $request);}/*** @param AuthenticatorInterface[] $authenticators*/
in
vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php
->
authenticateRequest
(line 40)
}public function authenticate(RequestEvent $event): void{$request = $event->getRequest();$response = $this->authenticatorManager->authenticateRequest($request);if (null === $response) {return;}$event->setResponse($response);
in
vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php
->
authenticate
(line 68)
$authenticators[$key] = new TraceableAuthenticator($authenticator);}$request->attributes->set('_security_authenticators', $authenticators);$this->authenticationManagerListener->authenticate($event);foreach ($authenticators as $authenticator) {$this->authenticatorsInfo[] = $authenticator->getInfo();}}
in
vendor/symfony/security-bundle/Debug/WrappedLazyListener.php
->
authenticate
(line 46)
public function authenticate(RequestEvent $event): void{$startTime = microtime(true);try {$this->listener->authenticate($event);} catch (LazyResponseException $e) {$this->response = $e->getResponse();throw $e;} finally {
in
vendor/symfony/security-http/Firewall/AbstractListener.php
->
authenticate
(line 26)
abstract class AbstractListener implements FirewallListenerInterface{final public function __invoke(RequestEvent $event): void{if (false !== $this->supports($event->getRequest())) {$this->authenticate($event);}}public static function getPriority(): int{
in
vendor/symfony/security-bundle/Security/LazyFirewallContext.php
->
__invoke
(line 60)
}}if (!$lazy) {foreach ($listeners as $listener) {$listener($event);if ($event->hasResponse()) {return;}}
in
vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php
->
__invoke
(line 80)
}}$this->listeners = $listeners;}, $listener, FirewallContext::class)();$listener($event);} else {$wrappedListener = $listener instanceof FirewallListenerInterface ? new WrappedLazyListener($listener) : new WrappedListener($listener);$wrappedListener($event);$wrappedListeners[] = $wrappedListener->getInfo();if (!$authenticatorManagerListener && $listener instanceof TraceableAuthenticatorManagerListener) {
in
vendor/symfony/security-http/Firewall.php
->
callListeners
(line 95)
if (null !== $logoutListener) {yield $logoutListener;}};$this->callListeners($event, $authenticationListeners());}/*** @return void*/
in
vendor/symfony/event-dispatcher/Debug/WrappedListener.php
->
onKernelRequest
(line 116)
$this->priority ??= $dispatcher->getListenerPriority($eventName, $this->listener);$e = $this->stopwatch->start($this->name, 'event_listener');try {($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {if ($e->isStarted()) {$e->stop();}}
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
__invoke
(line 220)
foreach ($listeners as $listener) {if ($stoppable && $event->isPropagationStopped()) {break;}$listener($event, $eventName, $this);}}/*** Sorts the internal list of listeners for the given event by priority.
in
vendor/symfony/event-dispatcher/EventDispatcher.php
->
callListeners
(line 56)
} else {$listeners = $this->getListeners($eventName);}if ($listeners) {$this->callListeners($listeners, $eventName, $event);}return $event;}
in
vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
->
dispatch
(line 139)
try {$this->beforeDispatch($eventName, $event);try {$e = $this->stopwatch->start($eventName, 'section');try {$this->dispatcher->dispatch($event, $eventName);} finally {if ($e->isStarted()) {$e->stop();}}
in
vendor/symfony/http-kernel/HttpKernel.php
->
dispatch
(line 157)
*/private function handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response{// request$event = new RequestEvent($this, $request, $type);$this->dispatcher->dispatch($event, KernelEvents::REQUEST);if ($event->hasResponse()) {return $this->filterResponse($event->getResponse(), $request, $type);}
in
vendor/symfony/http-kernel/HttpKernel.php
->
handleRaw
(line 76)
$request->headers->set('X-Php-Ob-Level', (string) ob_get_level());$this->requestStack->push($request);$response = null;try {return $response = $this->handleRaw($request, $type);} catch (\Throwable $e) {if ($e instanceof \Error && !$this->handleAllThrowables) {throw $e;}
in
vendor/symfony/http-kernel/Kernel.php
->
handle
(line 197)
$this->boot();++$this->requestStackSize;$this->resetServices = true;try {return $this->getHttpKernel()->handle($request, $type, $catch);} finally {--$this->requestStackSize;}}
Request::setTrustedHosts([$trustedHosts]);}$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();$kernel->terminate($request, $response);
Logs
| Level | Channel | Message |
|---|---|---|
| INFO 19:02:38 | php |
User Deprecated: Class "Doctrine\ORM\Proxy\Autoloader" is deprecated. Use native lazy objects instead. (Autoloader.php:74 called by DoctrineBundle.php:130, https://github.com/doctrine/orm/pull/12005, package doctrine/orm) {
"exception": {}
}
|
| INFO 19:02:38 | php |
User Deprecated: Support for MySQL < 8 is deprecated and will be removed in DBAL 5 (AbstractMySQLDriver.php:75 called by AbstractDriverMiddleware.php:32, https://github.com/doctrine/dbal/pull/6343, package doctrine/dbal) {
"exception": {}
}
|
| DEBUG 19:02:38 | memcached | Connected to 127.0.0.1:11211 weight 0 |
| INFO 19:02:38 | request |
Matched route "_profiler". {
"route": "_profiler",
"route_parameters": {
"_route": "_profiler",
"_controller": "web_profiler.controller.profiler::panelAction",
"token": "542e95"
},
"request_uri": "https://dollypass.netperv.com/_profiler/542e95",
"method": "GET"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Liip\FunctionalTestBundle\EventListener\ExceptionListener::clearLastException". {
"event": "kernel.request",
"listener": "Liip\\FunctionalTestBundle\\EventListener\\ExceptionListener::clearLastException"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Liip\FunctionalTestBundle\Validator\DataCollectingValidator::onKernelRequest". {
"event": "kernel.request",
"listener": "Liip\\FunctionalTestBundle\\Validator\\DataCollectingValidator::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Netperv\WebAppBundle\Subscriber\ThumbnailSubscriber::onRequest". {
"event": "kernel.request",
"listener": "Netperv\\WebAppBundle\\Subscriber\\ThumbnailSubscriber::onRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Netperv\WebAppBundle\Subscriber\BlockCountriesSubscriber::onRequest". {
"event": "kernel.request",
"listener": "Netperv\\WebAppBundle\\Subscriber\\BlockCountriesSubscriber::onRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "App\Security\TwoFactor\TwoFactorAuthSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\Security\\TwoFactor\\TwoFactorAuthSubscriber::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "App\Service\SatelliteProvider::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\Service\\SatelliteProvider::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Netperv\WebAppBundle\Subscriber\SfwBlockCountriesSubscriber::onRequest". {
"event": "kernel.request",
"listener": "Netperv\\WebAppBundle\\Subscriber\\SfwBlockCountriesSubscriber::onRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "ContainerHwrI9rt\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "ContainerHwrI9rt\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Liip\FunctionalTestBundle\EventListener\ExceptionListener::clearLastException". {
"event": "kernel.request",
"listener": "Liip\\FunctionalTestBundle\\EventListener\\ExceptionListener::clearLastException"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Liip\FunctionalTestBundle\Validator\DataCollectingValidator::onKernelRequest". {
"event": "kernel.request",
"listener": "Liip\\FunctionalTestBundle\\Validator\\DataCollectingValidator::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Netperv\WebAppBundle\Subscriber\ThumbnailSubscriber::onRequest". {
"event": "kernel.request",
"listener": "Netperv\\WebAppBundle\\Subscriber\\ThumbnailSubscriber::onRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Netperv\WebAppBundle\Subscriber\BlockCountriesSubscriber::onRequest". {
"event": "kernel.request",
"listener": "Netperv\\WebAppBundle\\Subscriber\\BlockCountriesSubscriber::onRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "App\Security\TwoFactor\TwoFactorAuthSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\Security\\TwoFactor\\TwoFactorAuthSubscriber::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "App\Service\SatelliteProvider::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\Service\\SatelliteProvider::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Netperv\WebAppBundle\Subscriber\SfwBlockCountriesSubscriber::onRequest". {
"event": "kernel.request",
"listener": "Netperv\\WebAppBundle\\Subscriber\\SfwBlockCountriesSubscriber::onRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "ContainerHwrI9rt\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "ContainerHwrI9rt\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Netperv\WebAppBundle\Subscriber\CspSubscriber::onKernelResponse". {
"event": "kernel.response",
"listener": "Netperv\\WebAppBundle\\Subscriber\\CspSubscriber::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Netperv\PapIntegrationBundle\Subscriber\AffiliateCookieSubscriber::onKernelResponse". {
"event": "kernel.response",
"listener": "Netperv\\PapIntegrationBundle\\Subscriber\\AffiliateCookieSubscriber::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets". {
"event": "kernel.finish_request",
"listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Liip\FunctionalTestBundle\EventListener\ExceptionListener::clearLastException". {
"event": "kernel.request",
"listener": "Liip\\FunctionalTestBundle\\EventListener\\ExceptionListener::clearLastException"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Liip\FunctionalTestBundle\Validator\DataCollectingValidator::onKernelRequest". {
"event": "kernel.request",
"listener": "Liip\\FunctionalTestBundle\\Validator\\DataCollectingValidator::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Netperv\WebAppBundle\Subscriber\ThumbnailSubscriber::onRequest". {
"event": "kernel.request",
"listener": "Netperv\\WebAppBundle\\Subscriber\\ThumbnailSubscriber::onRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Netperv\WebAppBundle\Subscriber\BlockCountriesSubscriber::onRequest". {
"event": "kernel.request",
"listener": "Netperv\\WebAppBundle\\Subscriber\\BlockCountriesSubscriber::onRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "App\Security\TwoFactor\TwoFactorAuthSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\Security\\TwoFactor\\TwoFactorAuthSubscriber::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "App\Service\SatelliteProvider::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\Service\\SatelliteProvider::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Netperv\WebAppBundle\Subscriber\SfwBlockCountriesSubscriber::onRequest". {
"event": "kernel.request",
"listener": "Netperv\\WebAppBundle\\Subscriber\\SfwBlockCountriesSubscriber::onRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "ContainerHwrI9rt\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "ContainerHwrI9rt\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Netperv\WebAppBundle\Subscriber\CspSubscriber::onKernelResponse". {
"event": "kernel.response",
"listener": "Netperv\\WebAppBundle\\Subscriber\\CspSubscriber::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\Security\\Http\\RememberMe\\ResponseListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Netperv\PapIntegrationBundle\Subscriber\AffiliateCookieSubscriber::onKernelResponse". {
"event": "kernel.response",
"listener": "Netperv\\PapIntegrationBundle\\Subscriber\\AffiliateCookieSubscriber::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse". {
"event": "kernel.response",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.finish_request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets". {
"event": "kernel.finish_request",
"listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.finish_request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest". {
"event": "kernel.finish_request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Liip\FunctionalTestBundle\EventListener\ExceptionListener::clearLastException". {
"event": "kernel.request",
"listener": "Liip\\FunctionalTestBundle\\EventListener\\ExceptionListener::clearLastException"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Liip\FunctionalTestBundle\Validator\DataCollectingValidator::onKernelRequest". {
"event": "kernel.request",
"listener": "Liip\\FunctionalTestBundle\\Validator\\DataCollectingValidator::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Netperv\WebAppBundle\Subscriber\ThumbnailSubscriber::onRequest". {
"event": "kernel.request",
"listener": "Netperv\\WebAppBundle\\Subscriber\\ThumbnailSubscriber::onRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Netperv\WebAppBundle\Subscriber\BlockCountriesSubscriber::onRequest". {
"event": "kernel.request",
"listener": "Netperv\\WebAppBundle\\Subscriber\\BlockCountriesSubscriber::onRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest". {
"event": "kernel.request",
"listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "App\Security\TwoFactor\TwoFactorAuthSubscriber::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\Security\\TwoFactor\\TwoFactorAuthSubscriber::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "App\Service\SatelliteProvider::onKernelRequest". {
"event": "kernel.request",
"listener": "App\\Service\\SatelliteProvider::onKernelRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.request" to listener "Netperv\WebAppBundle\Subscriber\SfwBlockCountriesSubscriber::onRequest". {
"event": "kernel.request",
"listener": "Netperv\\WebAppBundle\\Subscriber\\SfwBlockCountriesSubscriber::onRequest"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController". {
"event": "kernel.controller",
"listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "ContainerHwrI9rt\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "ContainerHwrI9rt\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
|
| DEBUG 19:02:38 | event |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments". {
"event": "kernel.controller_arguments",
"listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments"
}
|
Stack Trace
|
UnableToCreateDirectory
|
|---|
League\Flysystem\UnableToCreateDirectory:
Unable to create a directory at /var/www/dollypass.netperv.com/releases/196/public/dollypass. mkdir(): Permission denied
at vendor/league/flysystem/src/UnableToCreateDirectory.php:18
at League\Flysystem\UnableToCreateDirectory::atLocation()
(vendor/league/flysystem-local/LocalFilesystemAdapter.php:333)
at League\Flysystem\Local\LocalFilesystemAdapter->ensureDirectoryExists()
(vendor/league/flysystem-local/LocalFilesystemAdapter.php:101)
at League\Flysystem\Local\LocalFilesystemAdapter->ensureRootDirectoryExists()
(vendor/league/flysystem-local/LocalFilesystemAdapter.php:91)
at League\Flysystem\Local\LocalFilesystemAdapter->__construct()
(var/cache/dev/ContainerHwrI9rt/App_KernelDevDebugContainer.php:5960)
at ContainerHwrI9rt\App_KernelDevDebugContainer::getOneupFlysystem_CdnProtectedFilesystemService()
(var/cache/dev/ContainerHwrI9rt/App_KernelDevDebugContainer.php:6015)
at ContainerHwrI9rt\App_KernelDevDebugContainer::getOneupFlysystem_MountManagerService()
(var/cache/dev/ContainerHwrI9rt/App_KernelDevDebugContainer.php:11827)
at ContainerHwrI9rt\App_KernelDevDebugContainer::getCleanupGeneratedFilesHandlerService()
(var/cache/dev/ContainerHwrI9rt/App_KernelDevDebugContainer.php:5847)
at ContainerHwrI9rt\App_KernelDevDebugContainer::getOldSoundRabbitMq_TasksProcessConsumerService()
(var/cache/dev/ContainerHwrI9rt/App_KernelDevDebugContainer.php:5787)
at ContainerHwrI9rt\App_KernelDevDebugContainer::getOldSoundRabbitMq_PartsHolderService()
(vendor/symfony/dependency-injection/Container.php:404)
at Symfony\Component\DependencyInjection\Container->getService()
(vendor/symfony/dependency-injection/Argument/ServiceLocator.php:40)
at Symfony\Component\DependencyInjection\Argument\ServiceLocator->get()
(vendor/sindrive/sindrive/RabbitMqTaskBundle/Service/TaskHandler.php:67)
at Sindrive\RabbitMqTaskBundle\Service\TaskHandler->findInHolder()
(vendor/sindrive/sindrive/RabbitMqTaskBundle/Service/TaskHandler.php:41)
at Sindrive\RabbitMqTaskBundle\Service\TaskHandler->sendTask()
(vendor/netperv/user-bundle/src/Security/Subscriber/LoginLogSubscriber.php:122)
at Netperv\UserBundle\Security\Subscriber\LoginLogSubscriber->processAuthenticationAttempt()
(vendor/netperv/user-bundle/src/Security/Subscriber/LoginLogSubscriber.php:95)
at Netperv\UserBundle\Security\Subscriber\LoginLogSubscriber->onFailure()
(vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
(vendor/symfony/event-dispatcher/EventDispatcher.php:220)
at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
(vendor/symfony/event-dispatcher/EventDispatcher.php:56)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
(vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
(vendor/symfony/security-http/Authentication/AuthenticatorManager.php:264)
at Symfony\Component\Security\Http\Authentication\AuthenticatorManager->handleAuthenticationFailure()
(vendor/symfony/security-http/Authentication/AuthenticatorManager.php:212)
at Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator()
(vendor/symfony/security-http/Authentication/AuthenticatorManager.php:158)
at Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators()
(vendor/symfony/security-http/Authentication/AuthenticatorManager.php:140)
at Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest()
(vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40)
at Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate()
(vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php:68)
at Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener->authenticate()
(vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:46)
at Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate()
(vendor/symfony/security-http/Firewall/AbstractListener.php:26)
at Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke()
(vendor/symfony/security-bundle/Security/LazyFirewallContext.php:60)
at Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->__invoke()
(vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php:80)
at Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener->callListeners()
(vendor/symfony/security-http/Firewall.php:95)
at Symfony\Component\Security\Http\Firewall->onKernelRequest()
(vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke()
(vendor/symfony/event-dispatcher/EventDispatcher.php:220)
at Symfony\Component\EventDispatcher\EventDispatcher->callListeners()
(vendor/symfony/event-dispatcher/EventDispatcher.php:56)
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch()
(vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch()
(vendor/symfony/http-kernel/HttpKernel.php:157)
at Symfony\Component\HttpKernel\HttpKernel->handleRaw()
(vendor/symfony/http-kernel/HttpKernel.php:76)
at Symfony\Component\HttpKernel\HttpKernel->handle()
(vendor/symfony/http-kernel/Kernel.php:197)
at Symfony\Component\HttpKernel\Kernel->handle()
(public/index.php:25)
|