Symfony Exception

ContextErrorException

HTTP 500 Internal Server Error

Warning: file_put_contents(): Only -1 of 5672 bytes written, possibly out of free disk space

Exception

Symfony\Component\Debug\Exception\ ContextErrorException

  1.             throw UnexpectedValueException::proxyDirectoryNotWritable($this->proxyDirectory);
  2.         }
  3.         $tmpFileName $fileName '.' uniqid(''true);
  4.         file_put_contents($tmpFileName$proxyCode);
  5.         @chmod($tmpFileName0664);
  6.         rename($tmpFileName$fileName);
  7.     }
  8.     /**
ProxyGenerator->generateProxyClass(object(ClassMetadata), '/home/minhydro/e-hydro.hydrocarbures.gouv.cd/var/cache/prod/doctrine/orm/Proxies/__CG__UserBundleEntityTSecteur.php') in vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php (line 220)
  1.                     }
  2.                     require $fileName;
  3.                     break;
  4.                 case self::AUTOGENERATE_ALWAYS:
  5.                     $this->proxyGenerator->generateProxyClass($classMetadata$fileName);
  6.                     require $fileName;
  7.                     break;
  8.                 case self::AUTOGENERATE_EVAL:
  9.                     $this->proxyGenerator->generateProxyClass($classMetadatafalse);
AbstractProxyFactory->getProxyDefinition('UserBundle\\Entity\\TSecteur') in vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php (line 119)
  1.      */
  2.     public function getProxy($className, array $identifier)
  3.     {
  4.         $definition = isset($this->definitions[$className])
  5.             ? $this->definitions[$className]
  6.             : $this->getProxyDefinition($className);
  7.         $fqcn       $definition->proxyClassName;
  8.         $proxy      = new $fqcn($definition->initializer$definition->cloner);
  9.         foreach ($definition->identifierFields as $idField) {
  10.             if (! isset($identifier[$idField])) {
AbstractProxyFactory->getProxy('UserBundle\\Entity\\TSecteur', array('idSecteur' => 5)) in vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php (line 2707)
  1.                         default:
  2.                             switch (true) {
  3.                                 // We are negating the condition here. Other cases will assume it is valid!
  4.                                 case ($hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER):
  5.                                     $newValue $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $associatedId);
  6.                                     break;
  7.                                 // Deferred eager load only works for single identifier classes
  8.                                 case (isset($hints[self::HINT_DEFEREAGERLOAD]) && ! $targetClass->isIdentifierComposite):
  9.                                     // TODO: Is there a faster approach?
UnitOfWork->createEntity('UserBundle\\Entity\\TIdentification', array('idIdentification' => 1727, 'denomination' => 'MOLYKAP SPRL', 'sigle' => 'MOLYKAP SPRL', 'statut' => 'En exploitation', 'nature' => 'Privé-privé', 'raisonSociale' => 'Société petrolière', 'regimeFiscal' => 'Special', 'localisation' => null, 'siege' => '', 'anneCreation' => object(DateTime), 'anneeFermeture' => object(DateTime), 'nbreSurccursale' => 0, 'codeUnique' => '600991', 'rccm' => '', 'idNat' => '', 'numIdentFiscal' => '', 'numImportExport' => '', 'numAffInss' => '', 'numAffInpp' => '', 'numCompteBancaireInterne' => '', 'numCompteBancaireEtranger' => '', 'capitalSocial' => ' 0', 'numTva' => '', 'numDgda' => '', 'numDgi' => '', 'numDgrad' => '', 'numOcc' => '', 'boitePostal' => '', 'fax' => '', 'telephone' => '', 'siteWeb' => '', 'mail' => '', 'fichier' => null, 'nomOriginal' => null, 'detailRegime' => '', 'profilOil' => '', 'description' => '', 'id_secteur' => 5, 'id_categorie' => 14, 'id_forme' => 3), array('fetchMode' => array('UserBundle\Entity\TIdentification' => array('idSecteur' => 2)))) in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php (line 147)
  1.         if (isset($this->_hints[Query::HINT_REFRESH_ENTITY])) {
  2.             $this->registerManaged($this->class$this->_hints[Query::HINT_REFRESH_ENTITY], $data);
  3.         }
  4.         $uow    $this->_em->getUnitOfWork();
  5.         $entity $uow->createEntity($entityName$data$this->_hints);
  6.         $result[] = $entity;
  7.         if (isset($this->_hints[Query::HINT_INTERNAL_ITERATION]) && $this->_hints[Query::HINT_INTERNAL_ITERATION]) {
  8.             $this->_uow->hydrationComplete();
SimpleObjectHydrator->hydrateRowData(array('id_identification_1' => '1727', 'denomination_2' => 'MOLYKAP SPRL', 'sigle_3' => 'MOLYKAP SPRL', 'statut_4' => 'En exploitation', 'nature_5' => 'Privé-privé', 'raison_sociale_6' => 'Société petrolière', 'regime_fiscal_7' => 'Special', 'localisation_8' => null, 'siege_9' => '', 'anne_creation_10' => '2017-02-07', 'annee_fermeture_11' => '2023-02-06', 'nbre_surccursale_12' => '0', 'code_unique_13' => '600991', 'RCCM_14' => '', 'ID_NAT_15' => '', 'num_ident_fiscal_16' => '', 'num_import_export_17' => '', 'num_aff_INSS_18' => '', 'num_aff_INPP_19' => '', 'num_compte_bancaire_interne_20' => '', 'num_compte_bancaire_etranger_21' => '', 'capital_social_22' => ' 0', 'num_TVA_23' => '', 'num_dgda_24' => '', 'num_DGI_25' => '', 'num_dgrad_26' => '', 'num_occ_27' => '', 'boite_postal_28' => '', 'fax_29' => '', 'telephone_30' => '', 'site_web_31' => '', 'mail_32' => '', 'fichier_33' => null, 'nom_original_34' => null, 'detail_regime_35' => '', 'profil_oil_36' => '', 'description_37' => '', 'id_secteur_38' => '5', 'id_categorie_39' => '14', 'id_forme_40' => '3'), array()) in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php (line 69)
  1.     protected function hydrateAllData()
  2.     {
  3.         $result = array();
  4.         while ($row $this->_stmt->fetch(PDO::FETCH_ASSOC)) {
  5.             $this->hydrateRowData($row$result);
  6.         }
  7.         $this->_em->getUnitOfWork()->triggerEagerLoads();
  8.         return $result;
SimpleObjectHydrator->hydrateAllData() in vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php (line 150)
  1.         $evm $this->_em->getEventManager();
  2.         $evm->addEventListener(array(Events::onClear), $this);
  3.         $this->prepare();
  4.         $result $this->hydrateAllData();
  5.         $this->cleanup();
  6.         return $result;
  7.     }
AbstractHydrator->hydrateAll(object(PDOStatement), object(ResultSetMapping), array()) in vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php (line 720)
  1.             $hints[Query::HINT_REFRESH]         = true;
  2.             $hints[Query::HINT_REFRESH_ENTITY]  = $entity;
  3.         }
  4.         $hydrator $this->em->newHydrator($this->currentPersisterContext->selectJoinSql Query::HYDRATE_OBJECT Query::HYDRATE_SIMPLEOBJECT);
  5.         $entities $hydrator->hydrateAll($stmt$this->currentPersisterContext->rsm$hints);
  6.         return $entities $entities[0] : null;
  7.     }
  8.     /**
BasicEntityPersister->load(array('codeUnique' => '600991'), null, null, array(), null, 1, null) in vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php (line 196)
  1.      */
  2.     public function findOneBy(array $criteria, array $orderBy null)
  3.     {
  4.         $persister $this->_em->getUnitOfWork()->getEntityPersister($this->_entityName);
  5.         return $persister->load($criterianullnull, array(), null1$orderBy);
  6.     }
  7.     /**
  8.      * Adds support for magic finders.
  9.      *
EntityRepository->findOneBy(array('codeUnique' => '600991')) in src/UserBundle/Controller/OperateurController.php (line 174)
  1.     /**
  2.      * @Route("/detailsope/{opera}/{more}/",name="details_ope")
  3.      */
  4.     public function detailsAction($opera) {
  5.         $identification $this->getDoctrine()->getManager()->getRepository('UserBundle:TIdentification')
  6.                 ->findOneBy(array('codeUnique' => $opera));
  7.         $operateur $this->getDoctrine()->getManager()->getRepository('UserBundle:TOperateur')
  8.                 ->byIdentifiant($identification);
  9.         if (empty($operateur)) {
  10.             return $this->render('@User/Pages/404.html.twig');
  11.         }
OperateurController->detailsAction('600991') in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 151)
  1.         $this->dispatcher->dispatch(KernelEvents::CONTROLLER_ARGUMENTS$event);
  2.         $controller $event->getController();
  3.         $arguments $event->getArguments();
  4.         // call controller
  5.         $response = \call_user_func_array($controller$arguments);
  6.         // view
  7.         if (!$response instanceof Response) {
  8.             $event = new GetResponseForControllerResultEvent($this$request$type$response);
  9.             $this->dispatcher->dispatch(KernelEvents::VIEW$event);
HttpKernel->handleRaw(object(Request), 1) in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php (line 68)
  1.     public function handle(Request $request$type HttpKernelInterface::MASTER_REQUEST$catch true)
  2.     {
  3.         $request->headers->set('X-Php-Ob-Level', (string) ob_get_level());
  4.         try {
  5.             return $this->handleRaw($request$type);
  6.         } catch (\Exception $e) {
  7.             if ($e instanceof RequestExceptionInterface) {
  8.                 $e = new BadRequestHttpException($e->getMessage(), $e);
  9.             }
  10.             if (false === $catch) {
HttpKernel->handle(object(Request), 1, true) in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php (line 200)
  1.         $this->boot();
  2.         ++$this->requestStackSize;
  3.         $this->resetServices true;
  4.         try {
  5.             return $this->getHttpKernel()->handle($request$type$catch);
  6.         } finally {
  7.             --$this->requestStackSize;
  8.         }
  9.     }
Kernel->handle(object(Request)) in web/app.php (line 19)
  1. //$kernel = new AppCache($kernel);
  2. // When using the HttpCache, you need to call the method in your front controller instead of relying on the configuration parameter
  3. //Request::enableHttpMethodParameterOverride();
  4. $request Request::createFromGlobals();
  5. $response $kernel->handle($request);
  6. $response->send();
  7. $kernel->terminate($request$response);

Logs 1

Level Channel Message
INFO 17:32:51 request Matched route "details_ope".
INFO 17:32:51 security Populated the TokenStorage with an anonymous Token.
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest".
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Bundle\AsseticBundle\EventListener\RequestListener::onKernelRequest".
INFO 17:32:51 php User Deprecated: The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead.
DEBUG 17:32:51 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
DEBUG 17:32:51 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController".
DEBUG 17:32:51 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
DEBUG 17:32:51 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
DEBUG 17:32:51 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
DEBUG 17:32:51 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
DEBUG 17:32:51 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
DEBUG 17:32:51 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
INFO 17:32:51 php Deprecated: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
INFO 17:32:51 php Deprecated: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
DEBUG 17:32:51 doctrine SELECT t0.id_identification AS id_identification_1, t0.denomination AS denomination_2, t0.sigle AS sigle_3, t0.statut AS statut_4, t0.nature AS nature_5, t0.raison_sociale AS raison_sociale_6, t0.regime_fiscal AS regime_fiscal_7, t0.localisation AS localisation_8, t0.siege AS siege_9, t0.anne_creation AS anne_creation_10, t0.annee_fermeture AS annee_fermeture_11, t0.nbre_surccursale AS nbre_surccursale_12, t0.code_unique AS code_unique_13, t0.RCCM AS RCCM_14, t0.ID_NAT AS ID_NAT_15, t0.num_ident_fiscal AS num_ident_fiscal_16, t0.num_import_export AS num_import_export_17, t0.num_aff_INSS AS num_aff_INSS_18, t0.num_aff_INPP AS num_aff_INPP_19, t0.num_compte_bancaire_interne AS num_compte_bancaire_interne_20, t0.num_compte_bancaire_etranger AS num_compte_bancaire_etranger_21, t0.capital_social AS capital_social_22, t0.num_TVA AS num_TVA_23, t0.num_dgda AS num_dgda_24, t0.num_DGI AS num_DGI_25, t0.num_dgrad AS num_dgrad_26, t0.num_occ AS num_occ_27, t0.boite_postal AS boite_postal_28, t0.fax AS fax_29, t0.telephone AS telephone_30, t0.site_web AS site_web_31, t0.mail AS mail_32, t0.fichier AS fichier_33, t0.nom_original AS nom_original_34, t0.detail_regime AS detail_regime_35, t0.profil_oil AS profil_oil_36, t0.description AS description_37, t0.id_secteur AS id_secteur_38, t0.id_categorie AS id_categorie_39, t0.id_forme AS id_forme_40 FROM t_identification t0 WHERE t0.code_unique = ? LIMIT 1
DEBUG 17:32:51 php Notice: file_put_contents(): write of 5672 bytes failed with errno=122 Disk quota exceeded
CRITICAL 17:32:51 request Uncaught PHP Exception Symfony\Component\Debug\Exception\ContextErrorException: "Warning: file_put_contents(): Only -1 of 5672 bytes written, possibly out of free disk space" at /home/minhydro/e-hydro.hydrocarbures.gouv.cd/vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php line 304
DEBUG 17:32:51 php Notice: fwrite(): write of 344 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 95 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 281 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 297 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 281 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 283 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 279 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 317 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 279 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 287 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 281 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 571 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 305 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 307 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 311 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 319 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 309 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 307 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 345 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 347 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 398 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 398 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 1463 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 653 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 php Notice: fwrite(): write of 653 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure".
DEBUG 17:32:51 php Notice: fwrite(): write of 281 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest".
DEBUG 17:32:51 php Notice: fwrite(): write of 297 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest".
DEBUG 17:32:51 php Notice: fwrite(): write of 281 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest".
DEBUG 17:32:51 php Notice: fwrite(): write of 283 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest".
DEBUG 17:32:51 php Notice: fwrite(): write of 279 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::onKernelRequest".
DEBUG 17:32:51 php Notice: fwrite(): write of 317 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest".
DEBUG 17:32:51 php Notice: fwrite(): write of 279 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest".
DEBUG 17:32:51 php Notice: fwrite(): write of 287 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.request" to listener "Symfony\Bundle\AsseticBundle\EventListener\RequestListener::onKernelRequest".
DEBUG 17:32:51 php Notice: fwrite(): write of 281 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController".
DEBUG 17:32:51 php Notice: fwrite(): write of 305 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.controller" to listener "Symfony\Bundle\FrameworkBundle\DataCollector\RequestDataCollector::onKernelController".
DEBUG 17:32:51 php Notice: fwrite(): write of 307 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController".
DEBUG 17:32:51 php Notice: fwrite(): write of 311 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController".
DEBUG 17:32:51 php Notice: fwrite(): write of 319 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController".
DEBUG 17:32:51 php Notice: fwrite(): write of 309 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.controller" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController".
DEBUG 17:32:51 php Notice: fwrite(): write of 307 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments".
DEBUG 17:32:51 php Notice: fwrite(): write of 345 bytes failed with errno=122 Disk quota exceeded
DEBUG 17:32:51 event Notified event "kernel.controller_arguments" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments".
DEBUG 17:32:51 php Notice: fwrite(): write of 347 bytes failed with errno=122 Disk quota exceeded

Stack Trace

ContextErrorException

Symfony\Component\Debug\Exception\ContextErrorException:
Warning: file_put_contents(): Only -1 of 5672 bytes written, possibly out of free disk space

  at vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php:304
  at Doctrine\Common\Proxy\ProxyGenerator->generateProxyClass(object(ClassMetadata), '/home/minhydro/e-hydro.hydrocarbures.gouv.cd/var/cache/prod/doctrine/orm/Proxies/__CG__UserBundleEntityTSecteur.php')
     (vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php:220)
  at Doctrine\Common\Proxy\AbstractProxyFactory->getProxyDefinition('UserBundle\\Entity\\TSecteur')
     (vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php:119)
  at Doctrine\Common\Proxy\AbstractProxyFactory->getProxy('UserBundle\\Entity\\TSecteur', array('idSecteur' => 5))
     (vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php:2707)
  at Doctrine\ORM\UnitOfWork->createEntity('UserBundle\\Entity\\TIdentification', array('idIdentification' => 1727, 'denomination' => 'MOLYKAP SPRL', 'sigle' => 'MOLYKAP SPRL', 'statut' => 'En exploitation', 'nature' => 'Privé-privé', 'raisonSociale' => 'Société petrolière', 'regimeFiscal' => 'Special', 'localisation' => null, 'siege' => '', 'anneCreation' => object(DateTime), 'anneeFermeture' => object(DateTime), 'nbreSurccursale' => 0, 'codeUnique' => '600991', 'rccm' => '', 'idNat' => '', 'numIdentFiscal' => '', 'numImportExport' => '', 'numAffInss' => '', 'numAffInpp' => '', 'numCompteBancaireInterne' => '', 'numCompteBancaireEtranger' => '', 'capitalSocial' => ' 0', 'numTva' => '', 'numDgda' => '', 'numDgi' => '', 'numDgrad' => '', 'numOcc' => '', 'boitePostal' => '', 'fax' => '', 'telephone' => '', 'siteWeb' => '', 'mail' => '', 'fichier' => null, 'nomOriginal' => null, 'detailRegime' => '', 'profilOil' => '', 'description' => '', 'id_secteur' => 5, 'id_categorie' => 14, 'id_forme' => 3), array('fetchMode' => array('UserBundle\Entity\TIdentification' => array('idSecteur' => 2))))
     (vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php:147)
  at Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array('id_identification_1' => '1727', 'denomination_2' => 'MOLYKAP SPRL', 'sigle_3' => 'MOLYKAP SPRL', 'statut_4' => 'En exploitation', 'nature_5' => 'Privé-privé', 'raison_sociale_6' => 'Société petrolière', 'regime_fiscal_7' => 'Special', 'localisation_8' => null, 'siege_9' => '', 'anne_creation_10' => '2017-02-07', 'annee_fermeture_11' => '2023-02-06', 'nbre_surccursale_12' => '0', 'code_unique_13' => '600991', 'RCCM_14' => '', 'ID_NAT_15' => '', 'num_ident_fiscal_16' => '', 'num_import_export_17' => '', 'num_aff_INSS_18' => '', 'num_aff_INPP_19' => '', 'num_compte_bancaire_interne_20' => '', 'num_compte_bancaire_etranger_21' => '', 'capital_social_22' => ' 0', 'num_TVA_23' => '', 'num_dgda_24' => '', 'num_DGI_25' => '', 'num_dgrad_26' => '', 'num_occ_27' => '', 'boite_postal_28' => '', 'fax_29' => '', 'telephone_30' => '', 'site_web_31' => '', 'mail_32' => '', 'fichier_33' => null, 'nom_original_34' => null, 'detail_regime_35' => '', 'profil_oil_36' => '', 'description_37' => '', 'id_secteur_38' => '5', 'id_categorie_39' => '14', 'id_forme_40' => '3'), array())
     (vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php:69)
  at Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData()
     (vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php:150)
  at Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll(object(PDOStatement), object(ResultSetMapping), array())
     (vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:720)
  at Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array('codeUnique' => '600991'), null, null, array(), null, 1, null)
     (vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php:196)
  at Doctrine\ORM\EntityRepository->findOneBy(array('codeUnique' => '600991'))
     (src/UserBundle/Controller/OperateurController.php:174)
  at UserBundle\Controller\OperateurController->detailsAction('600991')
     (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:151)
  at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), 1)
     (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php:68)
  at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), 1, true)
     (vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php:200)
  at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
     (web/app.php:19)