https://integral.dirmov.mil.ec/reclutaproceso/do/baja/voluntaria/228122?p=reclutaproceso%2Fdo%2Fbaja%2Fvoluntaria%2F228122

ErrorController

Request

GET Parameters

Key Value
p
"reclutaproceso/do/baja/voluntaria/228122"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"error_controller"
_stopwatch_token
"119d93"
exception
ErrorException {#2061
  #message: "Notice: SessionHandler::gc(): ps_files_cleanup_dir: opendir(/var/lib/php/sessions) failed: Permission denied (13)"
  #code: 0
  #file: "/data/produccion/integral/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php"
  #line: 96
  #severity: E_NOTICE
  trace: {
    /data/produccion/integral/vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php:96 {
      Symfony\Component\HttpFoundation\Session\Storage\Handler\StrictSessionHandler->gc(int $maxlifetime): int|false …
      › {    return $this->handler->gc($maxlifetime);}
    }
    /data/produccion/integral/vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php:64 {
      Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc(int $maxlifetime): int|false …
      › {    return $this->handler->gc($maxlifetime);}
    }
    Symfony\Component\HttpFoundation\Session\Storage\Proxy\SessionHandlerProxy->gc() {}
    /data/produccion/integral/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:175 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->start(): bool …
      › // ok to try and start the sessionif (!session_start()) {    throw new \RuntimeException('Failed to start the session.');
    }
    /data/produccion/integral/vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php:326 {
      Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage->getBag(string $name): SessionBagInterface …
      › } elseif (!$this->started) {    $this->start();}
    }
    /data/produccion/integral/vendor/symfony/http-foundation/Session/Session.php:258 {
      Symfony\Component\HttpFoundation\Session\Session->getBag(string $name): SessionBagInterface …
      › {    $bag = $this->storage->getBag($name);}
    /data/produccion/integral/vendor/symfony/http-foundation/Session/Session.php:278 {
      Symfony\Component\HttpFoundation\Session\Session->getAttributeBag(): AttributeBagInterface …
      › {    return $this->getBag($this->attributeName);}
    }
    /data/produccion/integral/vendor/symfony/http-foundation/Session/Session.php:78 {
      Symfony\Component\HttpFoundation\Session\Session->get(string $name, mixed $default = null): mixed …
      › {    return $this->getAttributeBag()->get($name, $default);}
    }
    /data/produccion/integral/vendor/symfony/security-http/Firewall/ContextListener.php:101 {
      Symfony\Component\Security\Http\Firewall\ContextListener->authenticate(RequestEvent $event) …
      › $sessionId = $request->cookies->all()[$session->getName()] ?? null;$token = $session->get($this->sessionKey);}
    /data/produccion/integral/vendor/symfony/security-bundle/Debug/WrappedLazyListener.php:49 {
      Symfony\Bundle\SecurityBundle\Debug\WrappedLazyListener->authenticate(RequestEvent $event) …
      › try {    $ret = $this->listener->authenticate($event);} catch (LazyResponseException $e) {
    }
    /data/produccion/integral/vendor/symfony/security-bundle/Security/LazyFirewallContext.php:73 {
      Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext->Symfony\Bundle\SecurityBundle\Security\{closure} …
      › foreach ($listeners as $listener) {    $listener($event);}
    }
    /data/produccion/integral/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php:37 {
      Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage->getToken(): TokenInterface …
      ›     $this->initializer = null;    $initializer();}
    }
    /data/produccion/integral/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php:78 {
      Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector->collect(Request $request, Response $response, Throwable $exception = null) …
      ›     ];} elseif (null === $token = $this->tokenStorage->getToken()) {    $this->data = [
    }
    /data/produccion/integral/vendor/symfony/http-kernel/Profiler/Profiler.php:156 {
      Symfony\Component\HttpKernel\Profiler\Profiler->collect(Request $request, Response $response, Throwable $exception = null): Profile …
      › foreach ($this->collectors as $collector) {    $collector->collect($request, $response, $exception);}
    /data/produccion/integral/vendor/symfony/http-kernel/EventListener/ProfilerListener.php:108 {
      Symfony\Component\HttpKernel\EventListener\ProfilerListener->onKernelResponse(ResponseEvent $event) …
      › try {    if (!$profile = $this->profiler->collect($request, $event->getResponse(), $exception)) {        return;
    }
    /data/produccion/integral/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
      Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
      › 
      › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
    /data/produccion/integral/vendor/symfony/event-dispatcher/EventDispatcher.php:230 {
      Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
      ›     }    $listener($event, $eventName, $this);}
    }
    /data/produccion/integral/vendor/symfony/event-dispatcher/EventDispatcher.php:59 {
      Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
      › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
    }
    /data/produccion/integral/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:153 {
      Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
      › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
    }
    /data/produccion/integral/vendor/symfony/http-kernel/HttpKernel.php:186 {
      Symfony\Component\HttpKernel\HttpKernel->filterResponse(Response $response, Request $request, int $type): Response …
      › 
      › $this->dispatcher->dispatch($event, KernelEvents::RESPONSE);}
    /data/produccion/integral/vendor/symfony/http-kernel/HttpKernel.php:174 {
      Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
      › 
      ›     return $this->filterResponse($response, $request, $type);}
    }
    /data/produccion/integral/vendor/symfony/http-kernel/HttpKernel.php:75 {
      Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
    }
    /data/produccion/integral/vendor/symfony/http-kernel/Kernel.php:202 {
      Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
      › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
    }
    /data/produccion/integral/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
      Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
      › {    $response = $this->kernel->handle($this->request);    $response->send();
    }
    /data/produccion/integral/vendor/autoload_runtime.php:29 {
      require_once …
      ›         ->getRunner($app)        ->run());
    }
    /data/produccion/integral/public/index.php:5 {
      › 
      › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
        "/data/produccion/integral/vendor/autoload_runtime.php"
      }
    }
  }
}
logger
Symfony\Bridge\Monolog\Logger {#133 …8}

Request Headers

Header Value
accept
"application/json, text/javascript, */*; q=0.01"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"es-EC,es-419;q=0.9,es;q=0.8"
authorization
""
connection
"keep-alive"
cookie
"_ga=GA1.1.1013945901.1726919547; _ga_C7TYWRCF3N=GS1.1.1726925970.2.1.1726925983.0.0.0; PHPSESSID=plj9t6lfuf625rauoh106q8dor"
host
"integral.dirmov.mil.ec"
referer
"https://integral.dirmov.mil.ec/reclutaproceso/baja/voluntaria"
sec-ch-ua
""Google Chrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Windows""
sec-fetch-dest
"empty"
sec-fetch-mode
"cors"
sec-fetch-site
"same-origin"
user-agent
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"
x-php-ob-level
"1"
x-requested-with
"XMLHttpRequest"

Request Content

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

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"application/json"
date
"Sat, 21 Sep 2024 23:36:35 GMT"
vary
"Accept"
x-debug-exception
"Notice%3A%20SessionHandler%3A%3Agc%28%29%3A%20ps_files_cleanup_dir%3A%20opendir%28%2Fvar%2Flib%2Fphp%2Fsessions%29%20failed%3A%20Permission%20denied%20%2813%29"
x-debug-exception-file
"%2Fdata%2Fproduccion%2Fintegral%2Fvendor%2Fsymfony%2Fhttp-foundation%2FSession%2FStorage%2FHandler%2FStrictSessionHandler.php:96"
x-debug-token
"8773fc"

Cookies

Request Cookies

Key Value
PHPSESSID
"plj9t6lfuf625rauoh106q8dor"
_ga
"GA1.1.1013945901.1726919547"
_ga_C7TYWRCF3N
"GS1.1.1726925970.2.1.1726925983.0.0.0"

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_ENV
"dev"
APP_SECRET
"c4d61b67844c8a03b086ad08643ebb84"
DATABASE_URL
"postgresql://postgres:@integral2024@200.6.25.30:5432/integral_produccion"
LOCK_DSN
"semaphore"
MAILER_DSN
"smtp://dirmov1@bfound.ec:Molero1401Dlrowcp2301@darnell.nocdirect.com:465"
MESSENGER_TRANSPORT_DSN
"doctrine://default?auto_setup=0"
ws_dinardap
"http://interoperabilidad.dinardap.gob.ec:7979/interoperador?wsdl"
ws_dinardap_v2
"http://interoperabilidad.dinardap.gob.ec/interoperador-v2?wsdl"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTEXT_DOCUMENT_ROOT
"/data/produccion/integral/public"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/data/produccion/integral/public"
GATEWAY_INTERFACE
"CGI/1.1"
HTTPS
"on"
HTTP_ACCEPT
"application/json, text/javascript, */*; q=0.01"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"es-EC,es-419;q=0.9,es;q=0.8"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
"keep-alive"
HTTP_COOKIE
"_ga=GA1.1.1013945901.1726919547; _ga_C7TYWRCF3N=GS1.1.1726925970.2.1.1726925983.0.0.0; PHPSESSID=plj9t6lfuf625rauoh106q8dor"
HTTP_HOST
"integral.dirmov.mil.ec"
HTTP_REFERER
"https://integral.dirmov.mil.ec/reclutaproceso/baja/voluntaria"
HTTP_SEC_CH_UA
""Google Chrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Windows""
HTTP_SEC_FETCH_DEST
"empty"
HTTP_SEC_FETCH_MODE
"cors"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_USER_AGENT
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36"
HTTP_X_REQUESTED_WITH
"XMLHttpRequest"
PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin"
PHP_SELF
"/index.php"
QUERY_STRING
"p=reclutaproceso/do/baja/voluntaria/228122"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_QUERY_STRING
"p=reclutaproceso/do/baja/voluntaria/228122"
REDIRECT_SCRIPT_URI
"https://integral.dirmov.mil.ec/reclutaproceso/do/baja/voluntaria/228122"
REDIRECT_SCRIPT_URL
"/reclutaproceso/do/baja/voluntaria/228122"
REDIRECT_SSL_TLS_SNI
"integral.dirmov.mil.ec"
REDIRECT_STATUS
"200"
REDIRECT_URL
"/reclutaproceso/do/baja/voluntaria/228122"
REMOTE_ADDR
"10.101.48.179"
REMOTE_PORT
"63408"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1726961795
REQUEST_TIME_FLOAT
1726961795.516
REQUEST_URI
"/reclutaproceso/do/baja/voluntaria/228122"
SCRIPT_FILENAME
"/data/produccion/integral/public/index.php"
SCRIPT_NAME
"/index.php"
SCRIPT_URI
"https://integral.dirmov.mil.ec/reclutaproceso/do/baja/voluntaria/228122"
SCRIPT_URL
"/reclutaproceso/do/baja/voluntaria/228122"
SERVER_ADDR
"200.6.25.29"
SERVER_ADMIN
"[no address given]"
SERVER_NAME
"integral.dirmov.mil.ec"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
"<address>Apache/2.4.52 (Ubuntu) Server at integral.dirmov.mil.ec Port 443</address>\n"
SERVER_SOFTWARE
"Apache/2.4.52 (Ubuntu)"
SSL_TLS_SNI
"integral.dirmov.mil.ec"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,MESSENGER_TRANSPORT_DSN,DATABASE_URL,MAILER_DSN,LOCK_DSN,ws_dinardap,ws_dinardap_v2"

Parent Request

Return to parent request (token = 96efbb)

Key Value
_access_control_attributes
null
_controller
"App\Controller\ReclutaProcesoController::doBajaVoluntariaAction"
_firewall_context
"security.firewall.map.context.main"
_remove_csp_headers
true
_route
"do_baja_voluntaria"
_route_params
[
  "reclutaProceso" => "228122"
]
_security_firewall_run
"_security_main"
_stopwatch_token
"079685"
reclutaProceso
"228122"