Recrutements - LRU 67 68 - IUT

Vous souhaitez nous rejoindre et faire partie de nos équipes ?   Bienvenue sur notre plateforme de recrutement.

Notre devise : se distinguer, innover, agir, rayonner !   http://univ-avignon.fr

Cette plateforme vous permet de proposer votre candidature à Avignon Université pour le poste de :

LRU 67 68 - IUT - Cat A

Pour candidater, vous devez:

  1. Créer un compte sur ce site si ce n'est pas déjà le cas.
  2. Déposer l'ensemble de votre dossier sur votre espace personnel.

Vous avez déjà un compte
Créer votre compte
--
Candidature spontanée

Cette plateforme vous permet de proposer votre candidature pour un poste en cours de parution ou par le biais d'une candidature spontanée.

Contacter les ressources humaines

Avignon Université - Tous droits réservés ©2025

Loading…
Loading the web debug toolbar…
Attempt #
unlink(): Argument #1 ($filename) must not contain any null bytes (500 Internal Server Error)

Symfony Exception

unlink(): Argument #1 ($filename) must not contain any null bytes

Exception

ValueError

  1.             if ($csvTime >= $minimalProfileTimestamp) {
  2.                 break;
  3.             }
  4.             @unlink($this->getFilename($csvToken));
  5.             $offset += \strlen($line);
  6.         }
  7.         fclose($handle);
  8.         file_put_contents($file.'.offset'$offset);
  1.             if ($csvTime >= $minimalProfileTimestamp) {
  2.                 break;
  3.             }
  4.             @unlink($this->getFilename($csvToken));
  5.             $offset += \strlen($line);
  6.         }
  7.         fclose($handle);
  8.         file_put_contents($file.'.offset'$offset);
  1.                 $profile->getVirtualType() ?? 'request',
  2.             ], ',''"''\\');
  3.             fclose($file);
  4.             if (=== mt_rand(110)) {
  5.                 $this->removeExpiredProfiles();
  6.             }
  7.         }
  8.         return true;
  9.     }
  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 $requestResponse $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 29)
  1. $app $app(...$args);
  2. exit(
  3.     $runtime
  4.         ->getRunner($app)
  5.         ->run()
  6. );
require_once('/nfs/webuapv/recrutement-preprod.univ-avignon.fr/www/vendor/autoload_runtime.php') in public/index.php (line 5)
  1. <?php
  2. use App\Kernel;
  3. require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
  4. return function (array $context) {
  5.     return new Kernel($context['APP_ENV'], (bool) $context['APP_DEBUG']);
  6. };

Logs 1

Level Channel Message
INFO 10:01:49 deprecation User Deprecated: Method "Symfony\Component\HttpKernel\Bundle\Bundle::build()" might add "void" as a native return type declaration in the future. Do the same in child class "Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
DEBUG 10:01:50 event Notified event "kernel.terminate" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelTerminate".
{
    "event": "kernel.terminate",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelTerminate"
}
INFO 10:01:49 request Matched route "frontend_candidat_poste".
{
    "route": "frontend_candidat_poste",
    "route_parameters": {
        "_route": "frontend_candidat_poste",
        "poste": "LRU_67-68_IUT_2025",
        "_controller": "App\\Controller\\Frontend\\CandidatController::index"
    },
    "request_uri": "https://recrutement-preprod.univ-avignon.fr/poste/LRU_67-68_IUT_2025",
    "method": "GET"
}
DEBUG 10:01:49 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 10:01:49 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 10:01:49 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 10:01:49 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 10:01:49 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 10:01:49 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 10:01:49 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 10:01:49 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 10:01:49 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
INFO 10:01:49 deprecation User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cached_reader" service is deprecated without replacement.
{
    "exception": {}
}
INFO 10:01:49 deprecation User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.reader" service is deprecated without replacement.
{
    "exception": {}
}
INFO 10:01:49 deprecation User Deprecated: Since symfony/framework-bundle 6.4: The "annotations.cache_adapter" service is deprecated without replacement.
{
    "exception": {}
}
INFO 10:01:49 deprecation User Deprecated: The annotation mapping driver is deprecated and will be removed in Doctrine ORM 3.0, please migrate to the attribute or XML driver. (AnnotationDriver.php:65 called by App_KernelDevDebugContainer.php:1647, https://github.com/doctrine/orm/issues/10098, package doctrine/orm)
{
    "exception": {}
}
INFO 10:01:49 deprecation User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode also with the AnnotationDriver today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AnnotationDriver.php:75 called by App_KernelDevDebugContainer.php:1647, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
{
    "exception": {}
}
INFO 10:01:49 deprecation User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
{
    "exception": {}
}
DEBUG 10:01:49 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 10:01:49 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 10:01:49 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 10:01:49 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 10:01:49 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 10:01:49 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 10:01:49 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 10:01:49 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 10:01:49 event Notified event "kernel.controller_arguments" to listener "ContainerV8Ya5zL\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerV8Ya5zL\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 10:01:49 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 10:01:49 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 10:01:49 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}
INFO 10:01:49 doctrine Connecting with parameters {params}
{
    "params": {
        "driver": "pdo_pgsql",
        "idle_connection_ttl": 600,
        "host": "sql00c.univ-avignon.fr",
        "port": 5432,
        "user": "appig_test",
        "password": "<redacted>",
        "driverOptions": [],
        "defaultTableOptions": [],
        "dbname": "appig_test_dosi",
        "charset": "utf8"
    }
}
INFO 10:01:49 deprecation User Deprecated: PostgreSQL 9 support is deprecated and will be removed in DBAL 4. Consider upgrading to Postgres 10 or later. (AbstractPostgreSQLDriver.php:52 called by AbstractDriverMiddleware.php:68, https://github.com/doctrine/dbal/pull/5060, package doctrine/dbal)
{
    "exception": {}
}
INFO 10:01:49 deprecation User Deprecated: Relying on non-optimal defaults for ID generation is deprecated, and IDENTITY results in SERIAL, which is not recommended. Instead, configure identifier generation strategies explicitly through configuration. We currently recommend "SEQUENCE" for "Doctrine\DBAL\Platforms\PostgreSqlPlatform", so you should use $configuration->setIdentityGenerationPreferences([ "Doctrine\DBAL\Platforms\PostgreSqlPlatform" => ClassMetadata::GENERATOR_TYPE_SEQUENCE, ]); (ClassMetadataFactory.php:760 called by ClassMetadataFactory.php:631, https://github.com/doctrine/orm/issues/8893, package doctrine/orm)
{
    "exception": {}
}
INFO 10:01:49 deprecation User Deprecated: Method "Doctrine\Persistence\ObjectRepository::findAll()" might add "array" as a native return type declaration in the future. Do the same in implementation "App\Repository\RecCategoryPopulationRepository" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
DEBUG 10:01:49 doctrine Executing statement: SELECT t0.id AS id_1, t0.identifiant AS identifiant_2, t0.name AS name_3, t0.archive AS archive_4 FROM rec_cat_population t0 WHERE t0.archive = ? ORDER BY t0.name ASC (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.identifiant AS identifiant_2, t0.name AS name_3, t0.archive AS archive_4 FROM rec_cat_population t0 WHERE t0.archive = ? ORDER BY t0.name ASC",
    "params": {
        "1": 0
    },
    "types": {
        "1": 5
    }
}
DEBUG 10:01:49 doctrine Executing statement: SELECT t0.id AS id_1, t0.slogan AS slogan_2, t0.abstract AS abstract_3 FROM rec_parameters t0 WHERE t0.id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.slogan AS slogan_2, t0.abstract AS abstract_3 FROM rec_parameters t0 WHERE t0.id = ?",
    "params": {
        "1": 1
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT r0_.id AS id_0, r0_.title AS title_1, r0_.open_date AS open_date_2, r0_.close_date AS close_date_3, r0_.audition AS audition_4, r0_.audition_date AS audition_date_5, r0_.audition_date_fin AS audition_date_fin_6, r0_.convocation_date AS convocation_date_7, r0_.response_date AS response_date_8, r0_.id_interne AS id_interne_9, r0_.id_externe AS id_externe_10, r0_.categorie AS categorie_11, r0_.description AS description_12, r0_.information AS information_13, r0_.comments AS comments_14, r0_.usernotaccess AS usernotaccess_15, r0_.is_spontane AS is_spontane_16, r0_.archive AS archive_17, r0_.pdf AS pdf_18, r0_.poste_actuel AS poste_actuel_19, r0_.motivation AS motivation_20, r0_.typepopulation_id AS typepopulation_id_21, r0_.fiche_id AS fiche_id_22, r0_.annexe_id AS annexe_id_23, r0_.poste_statut_id AS poste_statut_id_24 FROM rec_poste r0_ LEFT JOIN rec_type_population r1_ ON r0_.typepopulation_id = r1_.id LEFT JOIN rec_cat_population r2_ ON r1_.catpopulation_id = r2_.id WHERE (? BETWEEN r0_.open_date AND r0_.close_date) AND r0_.is_spontane = ? AND r1_.archive = false AND r2_.id = ? ORDER BY r2_.name ASC, r1_.name ASC, r0_.title ASC (parameters: {params}, types: {types})
{
    "sql": "SELECT r0_.id AS id_0, r0_.title AS title_1, r0_.open_date AS open_date_2, r0_.close_date AS close_date_3, r0_.audition AS audition_4, r0_.audition_date AS audition_date_5, r0_.audition_date_fin AS audition_date_fin_6, r0_.convocation_date AS convocation_date_7, r0_.response_date AS response_date_8, r0_.id_interne AS id_interne_9, r0_.id_externe AS id_externe_10, r0_.categorie AS categorie_11, r0_.description AS description_12, r0_.information AS information_13, r0_.comments AS comments_14, r0_.usernotaccess AS usernotaccess_15, r0_.is_spontane AS is_spontane_16, r0_.archive AS archive_17, r0_.pdf AS pdf_18, r0_.poste_actuel AS poste_actuel_19, r0_.motivation AS motivation_20, r0_.typepopulation_id AS typepopulation_id_21, r0_.fiche_id AS fiche_id_22, r0_.annexe_id AS annexe_id_23, r0_.poste_statut_id AS poste_statut_id_24 FROM rec_poste r0_ LEFT JOIN rec_type_population r1_ ON r0_.typepopulation_id = r1_.id LEFT JOIN rec_cat_population r2_ ON r1_.catpopulation_id = r2_.id WHERE (? BETWEEN r0_.open_date AND r0_.close_date) AND r0_.is_spontane = ? AND r1_.archive = false AND r2_.id = ? ORDER BY r2_.name ASC, r1_.name ASC, r0_.title ASC",
    "params": {
        "1": "2025-04-26 10:01:50",
        "2": 0,
        "3": 2
    },
    "types": {
        "1": 2,
        "2": 5,
        "3": 1
    }
}
INFO 10:01:50 deprecation User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\RecCandidat" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
INFO 10:01:50 deprecation User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::eraseCredentials()" might add "void" as a native return type declaration in the future. Do the same in implementation "App\Entity\RecMembre" now to avoid errors or add an explicit @return annotation to suppress this message.
{
    "exception": {}
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 803
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 797
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 802
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 801
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT r0_.id AS id_0, r0_.title AS title_1, r0_.open_date AS open_date_2, r0_.close_date AS close_date_3, r0_.audition AS audition_4, r0_.audition_date AS audition_date_5, r0_.audition_date_fin AS audition_date_fin_6, r0_.convocation_date AS convocation_date_7, r0_.response_date AS response_date_8, r0_.id_interne AS id_interne_9, r0_.id_externe AS id_externe_10, r0_.categorie AS categorie_11, r0_.description AS description_12, r0_.information AS information_13, r0_.comments AS comments_14, r0_.usernotaccess AS usernotaccess_15, r0_.is_spontane AS is_spontane_16, r0_.archive AS archive_17, r0_.pdf AS pdf_18, r0_.poste_actuel AS poste_actuel_19, r0_.motivation AS motivation_20, r0_.typepopulation_id AS typepopulation_id_21, r0_.fiche_id AS fiche_id_22, r0_.annexe_id AS annexe_id_23, r0_.poste_statut_id AS poste_statut_id_24 FROM rec_poste r0_ LEFT JOIN rec_type_population r1_ ON r0_.typepopulation_id = r1_.id LEFT JOIN rec_cat_population r2_ ON r1_.catpopulation_id = r2_.id WHERE (? BETWEEN r0_.open_date AND r0_.close_date) AND r0_.is_spontane = ? AND r1_.archive = false AND r2_.id = ? ORDER BY r2_.name ASC, r1_.name ASC, r0_.title ASC (parameters: {params}, types: {types})
{
    "sql": "SELECT r0_.id AS id_0, r0_.title AS title_1, r0_.open_date AS open_date_2, r0_.close_date AS close_date_3, r0_.audition AS audition_4, r0_.audition_date AS audition_date_5, r0_.audition_date_fin AS audition_date_fin_6, r0_.convocation_date AS convocation_date_7, r0_.response_date AS response_date_8, r0_.id_interne AS id_interne_9, r0_.id_externe AS id_externe_10, r0_.categorie AS categorie_11, r0_.description AS description_12, r0_.information AS information_13, r0_.comments AS comments_14, r0_.usernotaccess AS usernotaccess_15, r0_.is_spontane AS is_spontane_16, r0_.archive AS archive_17, r0_.pdf AS pdf_18, r0_.poste_actuel AS poste_actuel_19, r0_.motivation AS motivation_20, r0_.typepopulation_id AS typepopulation_id_21, r0_.fiche_id AS fiche_id_22, r0_.annexe_id AS annexe_id_23, r0_.poste_statut_id AS poste_statut_id_24 FROM rec_poste r0_ LEFT JOIN rec_type_population r1_ ON r0_.typepopulation_id = r1_.id LEFT JOIN rec_cat_population r2_ ON r1_.catpopulation_id = r2_.id WHERE (? BETWEEN r0_.open_date AND r0_.close_date) AND r0_.is_spontane = ? AND r1_.archive = false AND r2_.id = ? ORDER BY r2_.name ASC, r1_.name ASC, r0_.title ASC",
    "params": {
        "1": "2025-04-26 10:01:50",
        "2": 0,
        "3": 1
    },
    "types": {
        "1": 2,
        "2": 5,
        "3": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 778
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 779
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 780
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 781
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 785
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 784
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 783
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 782
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 787
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 786
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 788
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT r0_.id AS id_0, r0_.title AS title_1, r0_.open_date AS open_date_2, r0_.close_date AS close_date_3, r0_.audition AS audition_4, r0_.audition_date AS audition_date_5, r0_.audition_date_fin AS audition_date_fin_6, r0_.convocation_date AS convocation_date_7, r0_.response_date AS response_date_8, r0_.id_interne AS id_interne_9, r0_.id_externe AS id_externe_10, r0_.categorie AS categorie_11, r0_.description AS description_12, r0_.information AS information_13, r0_.comments AS comments_14, r0_.usernotaccess AS usernotaccess_15, r0_.is_spontane AS is_spontane_16, r0_.archive AS archive_17, r0_.pdf AS pdf_18, r0_.poste_actuel AS poste_actuel_19, r0_.motivation AS motivation_20, r0_.typepopulation_id AS typepopulation_id_21, r0_.fiche_id AS fiche_id_22, r0_.annexe_id AS annexe_id_23, r0_.poste_statut_id AS poste_statut_id_24 FROM rec_poste r0_ LEFT JOIN rec_type_population r1_ ON r0_.typepopulation_id = r1_.id LEFT JOIN rec_cat_population r2_ ON r1_.catpopulation_id = r2_.id WHERE (? BETWEEN r0_.open_date AND r0_.close_date) AND r0_.is_spontane = ? AND r1_.archive = false AND r2_.id = ? ORDER BY r2_.name ASC, r1_.name ASC, r0_.title ASC (parameters: {params}, types: {types})
{
    "sql": "SELECT r0_.id AS id_0, r0_.title AS title_1, r0_.open_date AS open_date_2, r0_.close_date AS close_date_3, r0_.audition AS audition_4, r0_.audition_date AS audition_date_5, r0_.audition_date_fin AS audition_date_fin_6, r0_.convocation_date AS convocation_date_7, r0_.response_date AS response_date_8, r0_.id_interne AS id_interne_9, r0_.id_externe AS id_externe_10, r0_.categorie AS categorie_11, r0_.description AS description_12, r0_.information AS information_13, r0_.comments AS comments_14, r0_.usernotaccess AS usernotaccess_15, r0_.is_spontane AS is_spontane_16, r0_.archive AS archive_17, r0_.pdf AS pdf_18, r0_.poste_actuel AS poste_actuel_19, r0_.motivation AS motivation_20, r0_.typepopulation_id AS typepopulation_id_21, r0_.fiche_id AS fiche_id_22, r0_.annexe_id AS annexe_id_23, r0_.poste_statut_id AS poste_statut_id_24 FROM rec_poste r0_ LEFT JOIN rec_type_population r1_ ON r0_.typepopulation_id = r1_.id LEFT JOIN rec_cat_population r2_ ON r1_.catpopulation_id = r2_.id WHERE (? BETWEEN r0_.open_date AND r0_.close_date) AND r0_.is_spontane = ? AND r1_.archive = false AND r2_.id = ? ORDER BY r2_.name ASC, r1_.name ASC, r0_.title ASC",
    "params": {
        "1": "2025-04-26 10:01:50",
        "2": 0,
        "3": 5
    },
    "types": {
        "1": 2,
        "2": 5,
        "3": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT r0_.id AS id_0, r0_.title AS title_1, r0_.open_date AS open_date_2, r0_.close_date AS close_date_3, r0_.audition AS audition_4, r0_.audition_date AS audition_date_5, r0_.audition_date_fin AS audition_date_fin_6, r0_.convocation_date AS convocation_date_7, r0_.response_date AS response_date_8, r0_.id_interne AS id_interne_9, r0_.id_externe AS id_externe_10, r0_.categorie AS categorie_11, r0_.description AS description_12, r0_.information AS information_13, r0_.comments AS comments_14, r0_.usernotaccess AS usernotaccess_15, r0_.is_spontane AS is_spontane_16, r0_.archive AS archive_17, r0_.pdf AS pdf_18, r0_.poste_actuel AS poste_actuel_19, r0_.motivation AS motivation_20, r0_.typepopulation_id AS typepopulation_id_21, r0_.fiche_id AS fiche_id_22, r0_.annexe_id AS annexe_id_23, r0_.poste_statut_id AS poste_statut_id_24 FROM rec_poste r0_ LEFT JOIN rec_type_population r1_ ON r0_.typepopulation_id = r1_.id LEFT JOIN rec_cat_population r2_ ON r1_.catpopulation_id = r2_.id WHERE (? BETWEEN r0_.open_date AND r0_.close_date) AND r0_.is_spontane = ? AND r1_.archive = false AND r2_.id = ? ORDER BY r2_.name ASC, r1_.name ASC, r0_.title ASC (parameters: {params}, types: {types})
{
    "sql": "SELECT r0_.id AS id_0, r0_.title AS title_1, r0_.open_date AS open_date_2, r0_.close_date AS close_date_3, r0_.audition AS audition_4, r0_.audition_date AS audition_date_5, r0_.audition_date_fin AS audition_date_fin_6, r0_.convocation_date AS convocation_date_7, r0_.response_date AS response_date_8, r0_.id_interne AS id_interne_9, r0_.id_externe AS id_externe_10, r0_.categorie AS categorie_11, r0_.description AS description_12, r0_.information AS information_13, r0_.comments AS comments_14, r0_.usernotaccess AS usernotaccess_15, r0_.is_spontane AS is_spontane_16, r0_.archive AS archive_17, r0_.pdf AS pdf_18, r0_.poste_actuel AS poste_actuel_19, r0_.motivation AS motivation_20, r0_.typepopulation_id AS typepopulation_id_21, r0_.fiche_id AS fiche_id_22, r0_.annexe_id AS annexe_id_23, r0_.poste_statut_id AS poste_statut_id_24 FROM rec_poste r0_ LEFT JOIN rec_type_population r1_ ON r0_.typepopulation_id = r1_.id LEFT JOIN rec_cat_population r2_ ON r1_.catpopulation_id = r2_.id WHERE (? BETWEEN r0_.open_date AND r0_.close_date) AND r0_.is_spontane = ? AND r1_.archive = false AND r2_.id = ? ORDER BY r2_.name ASC, r1_.name ASC, r0_.title ASC",
    "params": {
        "1": "2025-04-26 10:01:50",
        "2": 0,
        "3": 6
    },
    "types": {
        "1": 2,
        "2": 5,
        "3": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.presidentid AS presidentid_2, t0.vicepresidentid AS vicepresidentid_3, t0.send_date AS send_date_4, t0.close_date AS close_date_5, t0.avis AS avis_6, t0.poste_id AS poste_id_7 FROM rec_commission t0 WHERE t0.poste_id = ?",
    "params": {
        "1": 800
    },
    "types": {
        "1": 1
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT r0_.id AS id_0, r0_.title AS title_1, r0_.open_date AS open_date_2, r0_.close_date AS close_date_3, r0_.audition AS audition_4, r0_.audition_date AS audition_date_5, r0_.audition_date_fin AS audition_date_fin_6, r0_.convocation_date AS convocation_date_7, r0_.response_date AS response_date_8, r0_.id_interne AS id_interne_9, r0_.id_externe AS id_externe_10, r0_.categorie AS categorie_11, r0_.description AS description_12, r0_.information AS information_13, r0_.comments AS comments_14, r0_.usernotaccess AS usernotaccess_15, r0_.is_spontane AS is_spontane_16, r0_.archive AS archive_17, r0_.pdf AS pdf_18, r0_.poste_actuel AS poste_actuel_19, r0_.motivation AS motivation_20, r0_.typepopulation_id AS typepopulation_id_21, r0_.fiche_id AS fiche_id_22, r0_.annexe_id AS annexe_id_23, r0_.poste_statut_id AS poste_statut_id_24 FROM rec_poste r0_ WHERE r0_.id_interne = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT r0_.id AS id_0, r0_.title AS title_1, r0_.open_date AS open_date_2, r0_.close_date AS close_date_3, r0_.audition AS audition_4, r0_.audition_date AS audition_date_5, r0_.audition_date_fin AS audition_date_fin_6, r0_.convocation_date AS convocation_date_7, r0_.response_date AS response_date_8, r0_.id_interne AS id_interne_9, r0_.id_externe AS id_externe_10, r0_.categorie AS categorie_11, r0_.description AS description_12, r0_.information AS information_13, r0_.comments AS comments_14, r0_.usernotaccess AS usernotaccess_15, r0_.is_spontane AS is_spontane_16, r0_.archive AS archive_17, r0_.pdf AS pdf_18, r0_.poste_actuel AS poste_actuel_19, r0_.motivation AS motivation_20, r0_.typepopulation_id AS typepopulation_id_21, r0_.fiche_id AS fiche_id_22, r0_.annexe_id AS annexe_id_23, r0_.poste_statut_id AS poste_statut_id_24 FROM rec_poste r0_ WHERE r0_.id_interne = ?",
    "params": {
        "1": "LRU_67-68_IUT_2025"
    },
    "types": {
        "1": 2
    }
}
DEBUG 10:01:50 doctrine Executing statement: SELECT t0.id AS id_1, t0.identifiant AS identifiant_2, t0.name AS name_3, t0.mail AS mail_4, t0.signature_mail AS signature_mail_5, t0.private AS private_6, t0.pdf AS pdf_7, t0.uids AS uids_8, t0.archive AS archive_9, t0.catpopulation_id AS catpopulation_id_10 FROM rec_type_population t0 WHERE t0.id = ? (parameters: {params}, types: {types})
{
    "sql": "SELECT t0.id AS id_1, t0.identifiant AS identifiant_2, t0.name AS name_3, t0.mail AS mail_4, t0.signature_mail AS signature_mail_5, t0.private AS private_6, t0.pdf AS pdf_7, t0.uids AS uids_8, t0.archive AS archive_9, t0.catpopulation_id AS catpopulation_id_10 FROM rec_type_population t0 WHERE t0.id = ?",
    "params": {
        "1": 11
    },
    "types": {
        "1": 1
    }
}
INFO 10:01:50 deprecation Deprecated: uniqid(): Passing null to parameter #1 ($prefix) of type string is deprecated
{
    "exception": {}
}
INFO 10:01:50 deprecation Deprecated: uniqid(): Passing null to parameter #1 ($prefix) of type string is deprecated
{
    "exception": {}
}
INFO 10:01:50 deprecation User Deprecated: Since symfony/validator 6.4: Method "Symfony\Component\Validator\ValidatorBuilder::setDoctrineAnnotationReader()" is deprecated without replacement.
{
    "exception": {}
}
INFO 10:01:50 deprecation User Deprecated: Since symfony/form 6.3: Not configuring the "widget" option of form type "date" is deprecated. It will default to "single_text" in Symfony 7.0.
{
    "exception": {}
}
DEBUG 10:01:50 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 10:01:50 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 10:01:50 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 10:01:50 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 10:01:50 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 10:01:50 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 10:01:50 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 10:01:50 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 10:01:50 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 10:01:50 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 10:01:50 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 10:01:50 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ResponseListener::onKernelResponse"
}
DEBUG 10:01:50 event Notified event "kernel.response" to listener "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\WebLink\\EventListener\\AddLinkHeaderListener::onKernelResponse"
}
DEBUG 10:01:50 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelResponse"
}
DEBUG 10:01:50 event Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelResponse"
}
DEBUG 10:01:50 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\CacheAttributeListener::onKernelResponse"
}
DEBUG 10:01:50 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ProfilerListener::onKernelResponse"
}
DEBUG 10:01:50 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ErrorListener::removeCspHeader"
}
DEBUG 10:01:50 event Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Bundle\\WebProfilerBundle\\EventListener\\WebDebugToolbarListener::onKernelResponse"
}
DEBUG 10:01:50 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DisallowRobotsIndexingListener::onResponse"
}
DEBUG 10:01:50 event Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse".
{
    "event": "kernel.response",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelResponse"
}
DEBUG 10:01:50 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 10:01:50 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 10:01:50 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 10:01:50 event Notified event "kernel.finish_request" to listener "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets".
{
    "event": "kernel.finish_request",
    "listener": "Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener::resetAssets"
}
DEBUG 10:01:50 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"
}
CRITICAL 10:01:50 request Uncaught PHP Exception ValueError: "unlink(): Argument #1 ($filename) must not contain any null bytes" at FileProfilerStorage.php line 351
{
    "exception": {}
}
DEBUG 10:01:50 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\DebugHandlersListener::configure"
}
DEBUG 10:01:50 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\ValidateRequestListener::onKernelRequest"
}
DEBUG 10:01:50 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\SessionListener::onKernelRequest"
}
DEBUG 10:01:50 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::setDefaultLocale"
}
DEBUG 10:01:50 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\RouterListener::onKernelRequest"
}
DEBUG 10:01:50 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleListener::onKernelRequest"
}
DEBUG 10:01:50 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Component\\HttpKernel\\EventListener\\LocaleAwareListener::onKernelRequest"
}
DEBUG 10:01:50 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::configureLogoutUrlGenerator"
}
DEBUG 10:01:50 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
{
    "event": "kernel.request",
    "listener": "Symfony\\Bundle\\SecurityBundle\\Debug\\TraceableFirewallListener::onKernelRequest"
}
INFO 10:01:50 deprecation User Deprecated: Since symfony/serializer 6.4: Passing a "Doctrine\Common\Annotations\PsrCachedReader" instance as argument 1 to "Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct()" is deprecated, pass null or omit the parameter instead.
{
    "exception": {}
}
DEBUG 10:01:50 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Bundle\\FrameworkBundle\\DataCollector\\RouterDataCollector::onKernelController"
}
DEBUG 10:01:50 event Notified event "kernel.controller" to listener "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Symfony\\Component\\HttpKernel\\DataCollector\\RequestDataCollector::onKernelController"
}
DEBUG 10:01:50 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ControllerListener::onKernelController"
}
DEBUG 10:01:50 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\ParamConverterListener::onKernelController"
}
DEBUG 10:01:50 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\HttpCacheListener::onKernelController"
}
DEBUG 10:01:50 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
{
    "event": "kernel.controller",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\TemplateListener::onKernelController"
}
DEBUG 10:01:50 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 10:01:50 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 10:01:50 event Notified event "kernel.controller_arguments" to listener "ContainerV8Ya5zL\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "ContainerV8Ya5zL\\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
}
DEBUG 10:01:50 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 10:01:50 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\SecurityListener::onKernelControllerArguments"
}
DEBUG 10:01:50 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
{
    "event": "kernel.controller_arguments",
    "listener": "Sensio\\Bundle\\FrameworkExtraBundle\\EventListener\\IsGrantedListener::onKernelControllerArguments"
}

Stack Trace

ValueError
ValueError:
unlink(): Argument #1 ($filename) must not contain any null bytes

  at vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:351
  at unlink(binary string)
     (vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:351)
  at Symfony\Component\HttpKernel\Profiler\FileProfilerStorage->removeExpiredProfiles()
     (vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php:200)
  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)), '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:29)
  at require_once('/nfs/webuapv/recrutement-preprod.univ-avignon.fr/www/vendor/autoload_runtime.php')
     (public/index.php:5)                
Loading…
Loading the web debug toolbar…
Attempt #