| exception |
Error {#4234
#message: "Failed opening required '/var/www/html/var/cache/dev/doctrine/orm/Proxies/__CG__EccubeEntityMasterCustomerStatus.php' (include_path='.:/usr/local/lib/php')"
#code: 0
#file: "/var/www/html/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php"
#line: 197
trace: {
/var/www/html/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php:197 {
Doctrine\Common\Proxy\AbstractProxyFactory->getProxyDefinition($className) …
› case self::AUTOGENERATE_NEVER:
› require $fileName;
› break;
}
/var/www/html/vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php:109 {
Doctrine\Common\Proxy\AbstractProxyFactory->getProxy($className, array $identifier) …
› {
› $definition = $this->definitions[$className] ?? $this->getProxyDefinition($className);
› $fqcn = $definition->proxyClassName;
arguments: {
$className: "Eccube\Entity\Master\CustomerStatus"
}
}
/var/www/html/vendor/doctrine/orm/src/Proxy/ProxyFactory.php:207 {
Doctrine\ORM\Proxy\ProxyFactory->getProxy($className, array $identifier) …
› if (! $this->isLazyGhostObjectEnabled) {
› return parent::getProxy($className, $identifier);
› }
arguments: {
$className: "Eccube\Entity\Master\CustomerStatus"
$identifier: [ …1]
}
}
/var/www/html/vendor/doctrine/orm/src/UnitOfWork.php:3114 {
Doctrine\ORM\UnitOfWork->createEntity($className, array $data, &$hints = []) …
› case $hints['fetchMode'][$class->name][$field] !== ClassMetadata::FETCH_EAGER:
› $newValue = $this->em->getProxyFactory()->getProxy($assoc['targetEntity'], $normalizedAssociatedId);
› $this->registerManaged($newValue, $associatedId, []);
arguments: {
$className: "Eccube\Entity\Master\CustomerStatus"
$identifier: [ …1]
}
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:173 {
Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateRowData(array $row, array &$result) …
› $uow = $this->_em->getUnitOfWork();
› $entity = $uow->createEntity($entityName, $data, $this->_hints);
›
arguments: {
$className: "Eccube\Entity\Customer"
$data: [ …31]
&$hints: [ …1]
}
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/SimpleObjectHydrator.php:65 {
Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator->hydrateAllData() …
› while ($row = $this->statement()->fetchAssociative()) {
› $this->hydrateRowData($row, $result);
› }
arguments: {
$row: [ …31]
&$result: []
}
}
/var/www/html/vendor/doctrine/orm/src/Internal/Hydration/AbstractHydrator.php:270 {
Doctrine\ORM\Internal\Hydration\AbstractHydrator->hydrateAll($stmt, $resultSetMapping, array $hints = []) …
› try {
› $result = $this->hydrateAllData();
› } finally {
}
/var/www/html/vendor/doctrine/orm/src/Persisters/Entity/BasicEntityPersister.php:782 {
Doctrine\ORM\Persisters\Entity\BasicEntityPersister->load(array $criteria, $entity = null, $assoc = null, array $hints = [], $lockMode = null, $limit = null, ?array $orderBy = null) …
› $hydrator = $this->em->newHydrator($this->currentPersisterContext->selectJoinSql ? Query::HYDRATE_OBJECT : Query::HYDRATE_SIMPLEOBJECT);
› $entities = $hydrator->hydrateAll($stmt, $this->currentPersisterContext->rsm, $hints);
›
arguments: {
$stmt: Doctrine\DBAL\Result {#3957 …}
$resultSetMapping: Doctrine\ORM\Query\ResultSetMapping {#3835 …}
$hints: []
}
}
/var/www/html/vendor/doctrine/orm/src/EntityRepository.php:241 {
Doctrine\ORM\EntityRepository->findOneBy(array $criteria, ?array $orderBy = null) …
›
› return $persister->load($criteria, null, null, [], null, 1, $orderBy);
› }
arguments: {
$criteria: [ …2]
$entity: null
$assoc: null
$hints: []
$lockMode: null
$limit: 1
$orderBy: null
}
}
/var/www/html/src/Eccube/Security/Core/User/CustomerProvider.php:92 {
Eccube\Security\Core\User\CustomerProvider->loadUserByIdentifier(string $identifier): UserInterface …
› {
› $Customer = $this->customerRepository->findOneBy([
› 'email' => $identifier,
arguments: {
$criteria: [ …2]
}
}
/var/www/html/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php:63 {
Symfony\Component\Security\Http\RememberMe\AbstractRememberMeHandler->consumeRememberMeCookie(RememberMeDetails $rememberMeDetails): UserInterface …
› try {
› $user = $this->userProvider->loadUserByIdentifier($rememberMeDetails->getUserIdentifier());
› } catch (AuthenticationException $e) {
arguments: {
$identifier: "smulange@test.com"
}
}
/var/www/html/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php:63 {
Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler->consumeRememberMeCookie(RememberMeDetails $rememberMeDetails): UserInterface …
›
› return parent::consumeRememberMeCookie($rememberMeDetails);
› }
arguments: {
$rememberMeDetails: Symfony\Component\Security\Http\RememberMe\RememberMeDetails {#2797 …}
}
}
/var/www/html/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php:95 {
Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator->Symfony\Component\Security\Http\Authenticator\{closure} …
›
› $userBadge = new UserBadge($rememberMeCookie->getUserIdentifier(), fn () => $this->rememberMeHandler->consumeRememberMeCookie($rememberMeCookie));
›
arguments: {
$rememberMeDetails: Symfony\Component\Security\Http\RememberMe\RememberMeDetails {#2797 …}
}
}
/var/www/html/vendor/symfony/security-http/Authenticator/Passport/Badge/UserBadge.php:87 {
Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge->getUser(): UserInterface …
› if (null === $this->getAttributes()) {
› $user = ($this->userLoader)($this->userIdentifier);
› } else {
arguments: {
"smulange@test.com"
}
}
/var/www/html/vendor/symfony/security-http/Authenticator/Passport/Passport.php:56 {
Symfony\Component\Security\Http\Authenticator\Passport\Passport->getUser(): UserInterface …
›
› $this->user = $this->getBadge(UserBadge::class)->getUser();
› }
}
/var/www/html/vendor/symfony/security-http/EventListener/UserCheckerListener.php:42 {
Symfony\Component\Security\Http\EventListener\UserCheckerListener->preCheckCredentials(CheckPassportEvent $event): void …
›
› $this->userChecker->checkPreAuth($passport->getUser());
› }
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
...: {
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#98 …}
}
}
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#98 …}
}
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …21]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
}
}
/var/www/html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:180 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticator(AuthenticatorInterface $authenticator, Request $request): Response …
› $event = new CheckPassportEvent($authenticator, $passport);
› $this->eventDispatcher->dispatch($event);
›
arguments: {
$event: Symfony\Component\Security\Http\Event\CheckPassportEvent {#2801 …}
}
}
/var/www/html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:158 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->executeAuthenticators(array $authenticators, Request $request): Response …
›
› $response = $this->executeAuthenticator($authenticator, $request);
› if (null !== $response) {
arguments: {
$authenticator: Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator {#2793 …}
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
/var/www/html/vendor/symfony/security-http/Authentication/AuthenticatorManager.php:140 {
Symfony\Component\Security\Http\Authentication\AuthenticatorManager->authenticateRequest(Request $request): Response …
›
› return $this->executeAuthenticators($authenticators, $request);
› }
arguments: {
$authenticators: [ …1]
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
/var/www/html/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php:40 {
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener->authenticate(RequestEvent $event): void …
› $request = $event->getRequest();
› $response = $this->authenticatorManager->authenticateRequest($request);
› if (null === $response) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
/var/www/html/vendor/symfony/security-http/Firewall/AbstractListener.php:26 {
Symfony\Component\Security\Http\Firewall\AbstractListener->__invoke(RequestEvent $event): void …
› if (false !== $this->supports($event->getRequest())) {
› $this->authenticate($event);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
}
}
/var/www/html/vendor/symfony/security-http/Firewall.php:128 {
Symfony\Component\Security\Http\Firewall->callListeners(RequestEvent $event, iterable $listeners) …
› foreach ($listeners as $listener) {
› $listener($event);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
}
}
/var/www/html/vendor/symfony/security-http/Firewall.php:95 {
Symfony\Component\Security\Http\Firewall->onKernelRequest(RequestEvent $event) …
›
› $this->callListeners($event, $authenticationListeners());
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
$listeners: Generator {#459 …}
}
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:260 {
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure} …
› }
› ($closure = $listener(...))(...$args);
› };
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
...: {
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#98 …}
}
}
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:220 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event) …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
"kernel.request"
Symfony\Component\EventDispatcher\EventDispatcher {#98 …}
}
}
/var/www/html/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …21]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:157 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#255 …}
$eventName: "kernel.request"
}
}
/var/www/html/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
}
}
/var/www/html/vendor/symfony/http-kernel/Kernel.php:197 {
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 {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
$type: 1
$catch: true
}
}
/var/www/html/index.php:83 {
› $kernel = new Kernel($env, $debug);
› $response = $kernel->handle($request);
› $response->send();
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#11 …}
}
}
}
} |