Error 500 Internal Server Error

GET https://pimcore-cert.i95-dev.com/pimcore-datahub-webservics/getProductList

ErrorController

Request

GET Parameters

None

POST Parameters

None

Uploaded Files

None

Request Attributes

Key Value
_controller
"error_controller"
_editmode
false
_pimcore_context
"default"
_stopwatch_token
"18cf46"
contentDocument
Pimcore\Bundle\PersonalizationBundle\Model\Document\Page {#1781
  #dao: Pimcore\Bundle\PersonalizationBundle\Model\Document\Page\Dao {#1787 …}
  #dependencies: null
  #__dataVersionTimestamp: 1697784092
  #path: "/"
  #properties: []
  #id: 1
  #creationDate: 1697784092
  #modificationDate: 1697784092
  #versionCount: 0
  #userOwner: 1
  #locked: null
  #userModification: 1
  #parentId: 0
  #parent: null
  #_fulldump: false
  #dirtyFields: []
  -activeDispatchingEvents: []
  #fullPathCache: null
  #type: "page"
  #key: ""
  #index: 999999
  #published: true
  #children: []
  #siblings: []
  #controller: "App\Controller\DefaultController::defaultAction"
  #template: ""
  #editables: null
  #versions: null
  #contentMainDocumentId: &1 null
  #contentMasterDocumentId: &1 null
  #supportsContentMain: true
  #missingRequiredEditable: null
  #staticGeneratorEnabled: null
  #staticGeneratorLifetime: null
  #inheritedEditables: []
  #scheduledTasks: null
  #title: ""
  #description: ""
  #prettyUrl: null
  #targetGroupIds: ""
  -useTargetGroup: null
  dependencies: null
  __dataVersionTimestamp: 1697784092
  path: "/"
  properties: []
  id: 1
  creationDate: 1697784092
  modificationDate: 1697784092
  versionCount: 0
  userOwner: 1
  locked: null
  userModification: 1
  parentId: 0
  parent: null
  _fulldump: false
  dirtyFields: []
  fullPathCache: null
  type: "page"
  key: ""
  index: 999999
  published: true
  children: []
  siblings: []
  controller: "App\Controller\DefaultController::defaultAction"
  template: ""
  editables: null
  versions: null
  contentMainDocumentId: null
  contentMasterDocumentId: null
  supportsContentMain: true
  missingRequiredEditable: null
  staticGeneratorEnabled: null
  staticGeneratorLifetime: null
  inheritedEditables: []
  scheduledTasks: null
  title: ""
  description: ""
  prettyUrl: null
  targetGroupIds: ""
}
exception
ValueError {#2825
  #message: "unlink(): Argument #1 ($filename) must not contain any null bytes"
  #code: 0
  #file: "/var/www/html/pimcore-cert.i95-dev.com/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php"
  #line: 332
  trace: {
    /var/www/html/pimcore-cert.i95-dev.com/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:332 {
      Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->removeExpiredProfiles(): void …
      › 
      › @unlink($this->getFilename($csvToken));$offset += \strlen($line);
    }
    /var/www/html/pimcore-cert.i95-dev.com/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:182 {
      Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->write(Profile $profile): bool …
      › if (1 === mt_rand(1, 10)) {    $this->removeExpiredProfiles();}
    }
    /var/www/html/pimcore-cert.i95-dev.com/vendor/symfony/http-kernel/Profiler/Profiler.php:104 {
      Symfony\Component\HttpKernel\Profiler\Profiler->saveProfile(Profile $profile): bool …
      › 
      › if (!($ret = $this->storage->write($profile)) && null !== $this->logger) {    $this->logger->warning('Unable to store the profiler information.', ['configured_storage' => $this->storage::class]);
    }
    /var/www/html/pimcore-cert.i95-dev.com/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:135 {
      Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelTerminate(TerminateEvent $event): void …
      › foreach ($this->profiles as $request) {    $this->profiler->saveProfile($this->profiles[$request]);}
    }
    /var/www/html/pimcore-cert.i95-dev.com/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › try {    ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);} finally {
    }
    /var/www/html/pimcore-cert.i95-dev.com/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /var/www/html/pimcore-cert.i95-dev.com/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /var/www/html/pimcore-cert.i95-dev.com/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:139 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /var/www/html/pimcore-cert.i95-dev.com/vendor/symfony/http-kernel/HttpKernel.php:116 {
      Symfony\Component\HttpKernel\HttpKernel->terminate(Request $request, Response $response) …
      › {    $this->dispatcher->dispatch(new TerminateEvent($this, $request, $response), KernelEvents::TERMINATE);}
    }
    /var/www/html/pimcore-cert.i95-dev.com/vendor/symfony/http-kernel/Kernel.php:157 {
      Symfony\Component\HttpKernel\Kernel->terminate(Request $request, Response $response) …
      › if ($this->getHttpKernel() instanceof TerminableInterface) {    $this->getHttpKernel()->terminate($request, $response);}
    }
    /var/www/html/pimcore-cert.i95-dev.com/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:39 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › if ($this->kernel instanceof TerminableInterface) {    $this->kernel->terminate($this->request, $response);}
    }
    /var/www/html/pimcore-cert.i95-dev.com/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /var/www/html/pimcore-cert.i95-dev.com/public/index.php:19 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/var/www/html/pimcore-cert.i95-dev.com/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#296 …9}

Request Headers

Header Value
accept
"*/*"
accept-encoding
"gzip,deflate"
authorization
"Bearer LkLrdbeKOiOhDz047rEP5tAeXNdv8BiKV8B3Eh5u96aec431esdfhgl"
connection
"close"
content-type
"application/json"
host
"pimcore-cert.i95-dev.com"
user-agent
"node-fetch/1.0 (+https://github.com/bitinn/node-fetch)"
x-php-ob-level
"0"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Tue, 15 Jul 2025 11:03:54 GMT"
vary
"Accept"
x-debug-exception
"unlink%28%29%3A%20Argument%20%231%20%28%24filename%29%20must%20not%20contain%20any%20null%20bytes"
x-debug-exception-file
"%2Fvar%2Fwww%2Fhtml%2Fpimcore-cert.i95-dev.com%2Fvendor%2Fsymfony%2Fhttp-kernel%2FProfiler%2FFileProfilerStorage.php:332"
x-debug-token
"67dd83"

Cookies

Request Cookies

No request cookies

Response Cookies

No response cookies

Session

Session Metadata

No session metadata

Session Attributes

No session attributes

Session Usage

0 Usages
Stateless check enabled

Session not used.

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
APP_DEBUG
"1"
APP_ENV
"dev"
PIMCORE_DEV_MODE
"false"

Defined as regular env variables

Key Value
CONTENT_TYPE
"application/json"
CONTEXT_DOCUMENT_ROOT
"/var/www/html/pimcore-cert.i95-dev.com/public"
CONTEXT_PREFIX
""
DOCTRINE_DEPRECATIONS
"trigger"
DOCUMENT_ROOT
"/var/www/html/pimcore-cert.i95-dev.com/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"*/*"
HTTP_ACCEPT_ENCODING
"gzip,deflate"
HTTP_AUTHORIZATION
"Bearer LkLrdbeKOiOhDz047rEP5tAeXNdv8BiKV8B3Eh5u96aec431esdfhgl"
HTTP_CONNECTION
"close"
HTTP_HOST
"pimcore-cert.i95-dev.com"
HTTP_USER_AGENT
"node-fetch/1.0 (+https://github.com/bitinn/node-fetch)"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
""
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
"Bearer LkLrdbeKOiOhDz047rEP5tAeXNdv8BiKV8B3Eh5u96aec431esdfhgl"
REDIRECT_SSL_TLS_SNI
"pimcore-cert.i95-dev.com"
REDIRECT_STATIC_PAGE_URI
"/%home"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/pimcore-datahub-webservics/getProductList"
REMOTE_ADDR
"54.234.136.160"
REMOTE_PORT
"10816"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1752577434
REQUEST_TIME_FLOAT
1752577434.4249
REQUEST_URI
"/pimcore-datahub-webservics/getProductList"
SCRIPT_FILENAME
"/var/www/html/pimcore-cert.i95-dev.com/public/index.php"
SCRIPT_NAME
"/index.php"
SERVER_ADDR
"175.101.251.172"
SERVER_ADMIN
"admin@jivainfotech.com"
SERVER_NAME
"pimcore-cert.i95-dev.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.52 (Ubuntu) Server at pimcore-cert.i95-dev.com Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.52 (Ubuntu)"
SHELL_VERBOSITY
3
SSL_TLS_SNI
"pimcore-cert.i95-dev.com"
STATIC_PAGE_URI
"/%home"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_DEBUG,PIMCORE_DEV_MODE"

Parent Request

Return to parent request (token = 7b4f9f)

Key Value
_controller
"App\Controller\ProductRestController::getProductList"
_editmode
false
_event_controller
App\Controller\ProductRestController {#1812
  #container: Symfony\Component\DependencyInjection\Argument\ServiceLocator {#1805 …}
}
_pimcore_context
"default"
_pimcore_frontend_request
true
_remove_csp_headers
true
_route
"admin_pimcoredatahub_config"
_route_params
[]
_stopwatch_token
"a0889d"
contentDocument
Pimcore\Bundle\PersonalizationBundle\Model\Document\Page {#1781
  #dao: Pimcore\Bundle\PersonalizationBundle\Model\Document\Page\Dao {#1787 …}
  #dependencies: null
  #__dataVersionTimestamp: 1697784092
  #path: "/"
  #properties: []
  #id: 1
  #creationDate: 1697784092
  #modificationDate: 1697784092
  #versionCount: 0
  #userOwner: 1
  #locked: null
  #userModification: 1
  #parentId: 0
  #parent: null
  #_fulldump: false
  #dirtyFields: []
  -activeDispatchingEvents: []
  #fullPathCache: null
  #type: "page"
  #key: ""
  #index: 999999
  #published: true
  #children: []
  #siblings: []
  #controller: "App\Controller\DefaultController::defaultAction"
  #template: ""
  #editables: null
  #versions: null
  #contentMainDocumentId: &1 null
  #contentMasterDocumentId: &1 null
  #supportsContentMain: true
  #missingRequiredEditable: null
  #staticGeneratorEnabled: null
  #staticGeneratorLifetime: null
  #inheritedEditables: []
  #scheduledTasks: null
  #title: ""
  #description: ""
  #prettyUrl: null
  #targetGroupIds: ""
  -useTargetGroup: null
  dependencies: null
  __dataVersionTimestamp: 1697784092
  path: "/"
  properties: []
  id: 1
  creationDate: 1697784092
  modificationDate: 1697784092
  versionCount: 0
  userOwner: 1
  locked: null
  userModification: 1
  parentId: 0
  parent: null
  _fulldump: false
  dirtyFields: []
  fullPathCache: null
  type: "page"
  key: ""
  index: 999999
  published: true
  children: []
  siblings: []
  controller: "App\Controller\DefaultController::defaultAction"
  template: ""
  editables: null
  versions: null
  contentMainDocumentId: null
  contentMasterDocumentId: null
  supportsContentMain: true
  missingRequiredEditable: null
  staticGeneratorEnabled: null
  staticGeneratorLifetime: null
  inheritedEditables: []
  scheduledTasks: null
  title: ""
  description: ""
  prettyUrl: null
  targetGroupIds: ""
}