Laboratory Instruments by HUMAN

For 50 years, HUMAN has been offering high-quality products, solutions, and services in the field of laboratory diagnostics. Many years of international experience, and a unique network of local partners in over 160 countries.

Need help finding instruments?

We will gladly assist you in making the right decision to achieve your business goals

message question circle icon Get a consultation
Need help finding instruments?
Loading…
Loading the web debug toolbar…
Attempt #
Warning: file_put_contents(/opt/app/var/cache/dev/profiler/32/19/7c1932): Failed to open stream: No such file or directory (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

Warning: file_put_contents(/opt/app/var/cache/dev/profiler/32/19/7c1932): Failed to open stream: No such file or directory

Exception

ErrorException

Show exception properties
ErrorException {#11803
  #severity: E_WARNING
}
  1. if (\function_exists('gzencode')) {
  2. $data = gzencode($data, 3);
  3. }
  4. if (false === file_put_contents($file, $data, \LOCK_EX)) {
  5. return false;
  6. }
  7. if (!$profileIndexed) {
  8. // Add to index
  1. if ($collector instanceof LateDataCollectorInterface) {
  2. $collector->lateCollect();
  3. }
  4. }
  5. if (!($ret = $this->storage->write($profile)) && null !== $this->logger) {
  6. $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
  7. }
  8. return $ret;
  9. }
  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 $request, Response $response)
  5. {
  6. $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);
  7. }
  8. /**
  9. * @internal
  10. */
in vendor/symfony/http-kernel/Kernel.php -> terminate (line 157)
  1. if (false === $this->booted) {
  2. return;
  3. }
  4. if ($this->getHttpKernel() instanceof TerminableInterface) {
  5. $this->getHttpKernel()->terminate($request, $response);
  6. }
  7. }
  8. /**
  9. * @return void
  1. } else {
  2. $response->send();
  3. }
  4. if ($this->kernel instanceof TerminableInterface) {
  5. $this->kernel->terminate($this->request, $response);
  6. }
  7. return 0;
  8. }
  9. }
in vendor/autoload_runtime.php -> run (line 32)
  1. $app = $app(...$args);
  2. exit(
  3. $runtime
  4. ->getRunner($app)
  5. ->run()
  6. );
require_once('/opt/app/vendor/autoload_runtime.php') in public/index.php (line 19)
  1. use Pimcore\Bootstrap;
  2. use Pimcore\Tool;
  3. use Symfony\Component\HttpFoundation\Request;
  4. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  5. Bootstrap::setProjectRoot();
  6. return function (Request $request, array $context) {

Logs 1

Level Channel Message
INFO 06:16:24 doctrine Connecting with parameters {params}
{
    "params": {
        "driver": "pdo_mysql",
        "charset": "utf8",
        "idle_connection_ttl": 600,
        "host": "hmn-hmn-cp-ft-gr_mysql",
        "port": 3306,
        "user": "mysql-db-user-Eijoo2eem1Esooxaephoh1Quu",
        "password": "<redacted>",
        "driverOptions": {
            "1002": "SET sql_mode = '';"
        },
        "serverVersion": "10.11.2-MariaDB-1:10.11.2+maria~ubu2204-log",
        "defaultTableOptions": {
            "charset": "UTF8MB4",
            "engine": "InnoDB",
            "collate": "utf8mb4_general_ci"
        },
        "dbname": "mysql-db-name-beas6Xeng2eijae0Ooquaeghu"
    }
}
INFO 06:16:24 request Matched route "catalog_category".
{
    "route": "catalog_category",
    "route_parameters": {
        "_route": "catalog_category",
        "filtersPath": "fia_urinalysis__group-instruments_lateral-flow_multi-parameter-system",
        "_controller": "App\\Controller\\ProductController::categoryAction",
        "_locale": "en",
        "slug": "instruments"
    },
    "request_uri": "https://cp-ft.hmn-dev.de/en/instruments/fia_urinalysis__group-instruments_lateral-flow_multi-parameter-system",
    "method": "GET"
}
INFO 06:16:24 pimcore Typesense query
{
    "query": {
        "highlight_fields": "none",
        "highlight_full_fields": "none",
        "include_fields": "id",
        "filter_by": "active:=true && ShowToGuests:=true && className:=Instrument && ProductCategory:=[30776,30780] && ProductGroup:=[30729,30733,32309]",
        "q": "*",
        "limit": 12,
        "offset": 0
    },
    "time": 0.0014810562133789062
}
INFO 06:16:24 pimcore Typesense query
{
    "query": {
        "max_facet_values": 50,
        "filter_by": "active:=true && ShowToGuests:=true && className:=Instrument && ProductGroup:=[30729,30733,32309]",
        "q": "*",
        "facet_by": "ProductCategory",
        "limit": 0
    },
    "time": 0.0009288787841796875
}
INFO 06:16:24 pimcore Typesense query
{
    "query": {
        "max_facet_values": 50,
        "filter_by": "active:=true && ShowToGuests:=true && className:=Instrument && ProductCategory:=[30776,30780] && ProductGroup:=[30729,30733,32309]",
        "q": "*",
        "facet_by": "Solutions",
        "limit": 0
    },
    "time": 0.0006608963012695312
}
INFO 06:16:24 pimcore Typesense query
{
    "query": {
        "max_facet_values": 50,
        "filter_by": "active:=true && ShowToGuests:=true && className:=Instrument && ProductCategory:=[30776,30780]",
        "q": "*",
        "facet_by": "ProductGroup",
        "limit": 0
    },
    "time": 0.0007719993591308594
}
INFO 06:16:24 pimcore Typesense query
{
    "query": {
        "max_facet_values": 50,
        "filter_by": "active:=true && ShowToGuests:=true && className:=Instrument && ProductCategory:=[30776,30780] && ProductGroup:=[30729,30733,32309]",
        "q": "*",
        "facet_by": "Diseases",
        "limit": 0
    },
    "time": 0.0007469654083251953
}
INFO 06:16:24 pimcore Load Objects...
INFO 06:16:24 pimcore done.
INFO 06:16:24 pimcore Load Objects...
INFO 06:16:24 pimcore done.
INFO 06:16:24 pimcore Load Objects...
INFO 06:16:24 pimcore done.
INFO 06:16:24 pimcore Load Objects...
INFO 06:16:24 pimcore done.
CRITICAL 06:16:24 request Uncaught PHP Exception ErrorException: "Warning: file_put_contents(/opt/app/var/cache/dev/profiler/32/19/7c1932): Failed to open stream: No such file or directory" at FileProfilerStorage.php line 177
{
    "exception": {}
}

Stack Trace

ErrorException
ErrorException:
Warning: file_put_contents(/opt/app/var/cache/dev/profiler/32/19/7c1932): Failed to open stream: No such file or directory

  at vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:177
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write(object(Profile))
     (vendor/symfony/http-kernel/Profiler/Profiler.php:104)
  at Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(object(Profile))
     (vendor/symfony/http-kernel/EventListener/ProfilerListener.php:135)
  at Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116)
  at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(TerminateEvent), 'kernel.terminate', object(TraceableEventDispatcher))
     (vendor/symfony/event-dispatcher/EventDispatcher.php:220)
  at Symfony\Component\EventDispatcher\EventDispatcher->callListeners(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.terminate', object(TerminateEvent))
     (vendor/symfony/event-dispatcher/EventDispatcher.php:56)
  at Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139)
  at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object(TerminateEvent), 'kernel.terminate')
     (vendor/symfony/http-kernel/HttpKernel.php:115)
  at Symfony\Component\HttpKernel\HttpKernel->terminate(object(Request), object(Response))
     (vendor/symfony/http-kernel/Kernel.php:157)
  at Symfony\Component\HttpKernel\Kernel->terminate(object(Request), object(Response))
     (vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:53)
  at Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run()
     (vendor/autoload_runtime.php:32)
  at require_once('/opt/app/vendor/autoload_runtime.php')
     (public/index.php:19)                
Loading…
Loading the web debug toolbar…
Attempt #