BIENVENUE DANS L'ENTREPÔT DES DONNÉES DU SECTEUR DES HYDROCARBURES DE LA REP. DEM DU CONGO

Identification

Raison sociale PETRO HI SARL
Sigle PETRO HI SARL
Statut En exploitation
Partenariat Public-privé
Secteur En aval
Catégorie Fournisseur
Ville Lubumbashi
Province Haut-Katanga
Régime fiscal Special
Siège social LUBUMBASHI
Année de fermeture 2025
Loading…
Loading the web debug toolbar…
Attempt #
{"@id":"\/api\/errors\/500","@type":"hydra:Error","title":"An error occurred","detail":"Unable to create the storage directory (\/home\/ehydro\/public_html\/datawarehouse.e-hydro.cd\/var\/cache\/dev\/profiler\/1a\/fb).","status":500,"type":"\/errors\/500","trace":[{"file":"\/home\/ehydro\/public_html\/datawarehouse.e-hydro.cd\/vendor\/symfony\/http-kernel\/Profiler\/Profiler.php","line":104,"function":"write","class":"Symfony\\Component\\HttpKernel\\Profiler\\FileProfilerStorage","type":"-\u003E"},{"file":"\/home\/ehydro\/public_html\/datawarehouse.e-hydro.cd\/vendor\/symfony\/http-kernel\/EventListener\/ProfilerListener.php","line":135,"function":"saveProfile","class":"Symfony\\Component\\HttpKernel\\Profiler\\Profiler","type":"-\u003E"},{"file":"\/home\/ehydro\/public_html\/datawarehouse.e-hydro.cd\/vendor\/symfony\/event-dispatcher\/Debug\/WrappedListener.php","line":116,"function":"onKernelTerminate","class":"Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener","type":"-\u003E"},{"file":"\/home\/ehydro\/public_html\/datawarehouse.e-hydro.cd\/vendor\/symfony\/event-dispatcher\/EventDispatcher.php","line":220,"function":"__invoke","class":"Symfony\\Component\\EventDispatcher\\Debug\\WrappedListener","type":"-\u003E"},{"file":"\/home\/ehydro\/public_html\/datawarehouse.e-hydro.cd\/vendor\/symfony\/event-dispatcher\/EventDispatcher.php","line":56,"function":"callListeners","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"-\u003E"},{"file":"\/home\/ehydro\/public_html\/datawarehouse.e-hydro.cd\/vendor\/symfony\/event-dispatcher\/Debug\/TraceableEventDispatcher.php","line":139,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\EventDispatcher","type":"-\u003E"},{"file":"\/home\/ehydro\/public_html\/datawarehouse.e-hydro.cd\/vendor\/symfony\/http-kernel\/HttpKernel.php","line":115,"function":"dispatch","class":"Symfony\\Component\\EventDispatcher\\Debug\\TraceableEventDispatcher","type":"-\u003E"},{"file":"\/home\/ehydro\/public_html\/datawarehouse.e-hydro.cd\/vendor\/symfony\/http-kernel\/Kernel.php","line":157,"function":"terminate","class":"Symfony\\Component\\HttpKernel\\HttpKernel","type":"-\u003E"},{"file":"\/home\/ehydro\/public_html\/datawarehouse.e-hydro.cd\/vendor\/symfony\/runtime\/Runner\/Symfony\/HttpKernelRunner.php","line":53,"function":"terminate","class":"Symfony\\Component\\HttpKernel\\Kernel","type":"-\u003E"},{"file":"\/home\/ehydro\/public_html\/datawarehouse.e-hydro.cd\/vendor\/autoload_runtime.php","line":29,"function":"run","class":"Symfony\\Component\\Runtime\\Runner\\Symfony\\HttpKernelRunner","type":"-\u003E"},{"file":"\/home\/ehydro\/public_html\/datawarehouse.e-hydro.cd\/public\/index.php","line":5,"function":"require_once"}],"hydra:title":"An error occurred","hydra:description":"Unable to create the storage directory (\/home\/ehydro\/public_html\/datawarehouse.e-hydro.cd\/var\/cache\/dev\/profiler\/1a\/fb)."} Symfony\Component\VarDumper\Cloner\Data objects are immutable. (500 Internal Server Error)

Symfony Exception

BadMethodCallException

HTTP 500 Internal Server Error

Symfony\Component\VarDumper\Cloner\Data objects are immutable.

Exception

BadMethodCallException

  1.         return $this->__get($key);
  2.     }
  3.     public function offsetSet(mixed $keymixed $value): void
  4.     {
  5.         throw new \BadMethodCallException(self::class.' objects are immutable.');
  6.     }
  7.     public function offsetUnset(mixed $key): void
  8.     {
  9.         throw new \BadMethodCallException(self::class.' objects are immutable.');
  1.     /**
  2.      * @see TraceableEventDispatcher
  3.      */
  4.     public function setCalledListeners(array $listeners, ?string $dispatcher null): void
  5.     {
  6.         $this->data[$dispatcher ?? $this->defaultDispatcher]['called_listeners'] = $listeners;
  7.     }
  8.     /**
  9.      * @see TraceableEventDispatcher
  10.      */
  1.         foreach ($this->dispatchers as $name => $dispatcher) {
  2.             if (!$dispatcher instanceof TraceableEventDispatcher) {
  3.                 continue;
  4.             }
  5.             $this->setCalledListeners($dispatcher->getCalledListeners($this->currentRequest), $name);
  6.             $this->setNotCalledListeners($dispatcher->getNotCalledListeners($this->currentRequest), $name);
  7.             $this->setOrphanedEvents($dispatcher->getOrphanedEvents($this->currentRequest), $name);
  8.         }
  9.         $this->data $this->cloneVar($this->data);
  1.     public function saveProfile(Profile $profile): bool
  2.     {
  3.         // late collect
  4.         foreach ($profile->getCollectors() as $collector) {
  5.             if ($collector instanceof LateDataCollectorInterface) {
  6.                 $collector->lateCollect();
  7.             }
  8.         }
  9.         if (!($ret $this->storage->write($profile)) && null !== $this->logger) {
  10.             $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
  1.             }
  2.         }
  3.         // save profiles
  4.         foreach ($this->profiles as $request) {
  5.             $this->profiler->saveProfile($this->profiles[$request]);
  6.         }
  7.         $this->profiles = new \SplObjectStorage();
  8.         $this->parents = new \SplObjectStorage();
  9.     }
  1.         $this->priority ??= $dispatcher->getListenerPriority($eventName$this->listener);
  2.         $e $this->stopwatch->start($this->name'event_listener');
  3.         try {
  4.             ($this->optimizedListener ?? $this->listener)($event$eventName$dispatcher);
  5.         } finally {
  6.             if ($e->isStarted()) {
  7.                 $e->stop();
  8.             }
  9.         }
  1.         foreach ($listeners as $listener) {
  2.             if ($stoppable && $event->isPropagationStopped()) {
  3.                 break;
  4.             }
  5.             $listener($event$eventName$this);
  6.         }
  7.     }
  8.     /**
  9.      * Sorts the internal list of listeners for the given event by priority.
  1.         } else {
  2.             $listeners $this->getListeners($eventName);
  3.         }
  4.         if ($listeners) {
  5.             $this->callListeners($listeners$eventName$event);
  6.         }
  7.         return $event;
  8.     }
  1.         try {
  2.             $this->beforeDispatch($eventName$event);
  3.             try {
  4.                 $e $this->stopwatch->start($eventName'section');
  5.                 try {
  6.                     $this->dispatcher->dispatch($event$eventName);
  7.                 } finally {
  8.                     if ($e->isStarted()) {
  9.                         $e->stop();
  10.                     }
  11.                 }
  1.     /**
  2.      * @return void
  3.      */
  4.     public function terminate(Request $requestResponse $response)
  5.     {
  6.         $this->dispatcher->dispatch(new TerminateEvent($this$request$response), KernelEvents::TERMINATE);
  7.     }
  8.     /**
  9.      * @internal
  10.      */
  1.         }
  2.         $response->sendHeaders();
  3.         $response->sendContent();
  4.         $this->terminate($request$response);
  5.     }
  6.     /**
  7.      * Handles a request to convert it to a response.
  8.      *
  1.                         if ($hasRun) {
  2.                             throw $e;
  3.                         }
  4.                         $hasRun true;
  5.                         $kernel->terminateWithException($e$request);
  6.                     };
  7.                 }
  8.             } elseif ($event instanceof ConsoleEvent && $app $event->getCommand()->getApplication()) {
  9.                 $output $event->getOutput();
  10.                 if ($output instanceof ConsoleOutputInterface) {
in /home/ehydro/public_html/datawarehouse.e-hydro.cd/vendor/symfony/error-handler/ErrorHandler.php :: Symfony\Component\HttpKernel\EventListener\{closure} (line 531)
  1.             $this->exceptionHandler null;
  2.         }
  3.         try {
  4.             if (null !== $exceptionHandler) {
  5.                 $exceptionHandler($exception);
  6.                 return;
  7.             }
  8.             $handlerException ??= $exception;
  9.         } catch (\Throwable $handlerException) {
ErrorHandler->handleException(object(RuntimeException))

Stack Trace

BadMethodCallException
BadMethodCallException:
Symfony\Component\VarDumper\Cloner\Data objects are immutable.

  at /home/ehydro/public_html/datawarehouse.e-hydro.cd/vendor/symfony/var-dumper/Cloner/Data.php:155
  at Symfony\Component\VarDumper\Cloner\Data->offsetSet('called_listeners', array(array('event' => 'kernel.request', 'priority' => 2048, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 256, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 250, 'pretty' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 128, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 100, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 35, 'pretty' => 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 32, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 28, 'pretty' => 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 16, 'pretty' => 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 16, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 15, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 8, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 8, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 4, 'pretty' => 'ApiPlatform\\Symfony\\EventListener\\ReadListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 3, 'pretty' => 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurity', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 2, 'pretty' => 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 1, 'pretty' => 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurityPostDenormalize', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Sonata\\AdminBundle\\EventListener\\ConfigureCRUDControllerListener::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 20, 'pretty' => 'Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 10, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 0, 'pretty' => 'ContainerSNMxlLD\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 2048, 'pretty' => 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'ApiPlatform\\Hydra\\EventListener\\AddLinkHeaderListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -1, 'pretty' => 'ApiPlatform\\HttpCache\\EventListener\\AddHeadersListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -10, 'pretty' => 'Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -10, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -100, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -128, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -128, 'pretty' => 'Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -255, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -1000, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => -15, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest', 'stub' => object(ClassStub))))
     (/home/ehydro/public_html/datawarehouse.e-hydro.cd/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:91)
  at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->setCalledListeners(array(array('event' => 'kernel.request', 'priority' => 2048, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 256, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 250, 'pretty' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 128, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 100, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 35, 'pretty' => 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 32, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 28, 'pretty' => 'ApiPlatform\\Symfony\\EventListener\\AddFormatListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 16, 'pretty' => 'ApiPlatform\\Symfony\\EventListener\\QueryParameterValidateListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 16, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 15, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 8, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 8, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 4, 'pretty' => 'ApiPlatform\\Symfony\\EventListener\\ReadListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 3, 'pretty' => 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurity', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 2, 'pretty' => 'ApiPlatform\\Symfony\\EventListener\\DeserializeListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 1, 'pretty' => 'ApiPlatform\\Symfony\\EventListener\\DenyAccessListener::onSecurityPostDenormalize', 'stub' => object(ClassStub)), array('event' => 'kernel.request', 'priority' => 0, 'pretty' => 'ApiPlatform\\Symfony\\Bundle\\EventListener\\SwaggerUiListener::onKernelRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller', 'priority' => 0, 'pretty' => 'Sonata\\AdminBundle\\EventListener\\ConfigureCRUDControllerListener::onKernelController', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 20, 'pretty' => 'Symfony\\Component\\Security\\Http\\EventListener\\IsGrantedAttributeListener::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 10, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 0, 'pretty' => 'ContainerSNMxlLD\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.controller_arguments', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::onControllerArguments', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 2048, 'pretty' => 'Symfony\\Component\\AssetMapper\\AssetMapperDevServerSubscriber::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\Security\\Http\\Firewall\\ContextListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'ApiPlatform\\Hydra\\EventListener\\AddLinkHeaderListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -1, 'pretty' => 'ApiPlatform\\HttpCache\\EventListener\\AddHeadersListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -10, 'pretty' => 'Nelmio\\CorsBundle\\EventListener\\CacheableResponseVaryListener::onResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -10, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -100, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -128, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -128, 'pretty' => 'Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -255, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.response', 'priority' => -1000, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => 0, 'pretty' => 'Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelFinishRequest', 'stub' => object(ClassStub)), array('event' => 'kernel.finish_request', 'priority' => -15, 'pretty' => 'Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelFinishRequest', 'stub' => object(ClassStub))), 'event_dispatcher')
     (/home/ehydro/public_html/datawarehouse.e-hydro.cd/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php:73)
  at Symfony\Component\HttpKernel\DataCollector\EventDataCollector->lateCollect()
     (/home/ehydro/public_html/datawarehouse.e-hydro.cd/vendor/symfony/http-kernel/Profiler/Profiler.php:100)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(object(Profile))
     (/home/ehydro/public_html/datawarehouse.e-hydro.cd/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:135)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (/home/ehydro/public_html/datawarehouse.e-hydro.cd/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (/home/ehydro/public_html/datawarehouse.e-hydro.cd/vendor/symfony/event-dispatcher/EventDispatcher.php:220)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener)), 'kernel.terminate', object(TerminateEvent))
     (/home/ehydro/public_html/datawarehouse.e-hydro.cd/vendor/symfony/event-dispatcher/EventDispatcher.php:56)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (/home/ehydro/public_html/datawarehouse.e-hydro.cd/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (/home/ehydro/public_html/datawarehouse.e-hydro.cd/vendor/symfony/http-kernel/HttpKernel.php:115)
  at Symfony\Component\HttpKernel\HttpKernel->terminate(object(Request), object(Response))
     (/home/ehydro/public_html/datawarehouse.e-hydro.cd/vendor/symfony/http-kernel/HttpKernel.php:142)
  at Symfony\Component\HttpKernel\HttpKernel->terminateWithException(object(RuntimeException), object(Request))
     (/home/ehydro/public_html/datawarehouse.e-hydro.cd/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php:82)
  at Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::Symfony\Component\HttpKernel\EventListener\{closure}(object(RuntimeException))
     (/home/ehydro/public_html/datawarehouse.e-hydro.cd/vendor/symfony/error-handler/ErrorHandler.php:531)
  at Symfony\Component\ErrorHandler\ErrorHandler->handleException(object(RuntimeException))