No route found for "GET /it/location/milano/10-watt-milano"
404 Not Found - NotFoundHttpException
1 linked Exception:
- ResourceNotFoundException »
[2/2]
NotFoundHttpException: No route found for "GET /it/location/milano/10-watt-milano"

-
in kernel.root_dir/cache/prod/classes.php at line 1971
if ($referer = $request->headers->get('referer')) {$message .= sprintf(' (from "%s")', $referer);}throw new NotFoundHttpException($message, $e);} catch (MethodNotAllowedException $e) {$message = sprintf('No route found for "%s %s": Method Not Allowed (Allow: %s)', $request->getMethod(), $request->getPathInfo(), implode(', ', $e->getAllowedMethods()));throw new MethodNotAllowedHttpException($e->getAllowedMethods(), $message, $e);
- at RouterListener ->onKernelRequest (object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
-
at
call_user_func
(array(object(RouterListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php at line 59$e = $this->stopwatch->start($this->name, 'event_listener');call_user_func($this->listener, $event, $eventName, $dispatcher);if ($e->isStarted()) {$e->stop();
- at WrappedListener ->__invoke (object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
-
at
call_user_func
(object(WrappedListener), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in kernel.root_dir/cache/prod/classes.php at line 1741protected function doDispatch($listeners, $eventName, Event $event){foreach ($listeners as $listener) {call_user_func($listener, $event, $eventName, $this);if ($event->isPropagationStopped()) {break;}
-
at
EventDispatcher
->doDispatch
(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(GetResponseEvent))
in kernel.root_dir/cache/prod/classes.php at line 1674if (!isset($this->listeners[$eventName])) {return $event;}$this->doDispatch($this->getListeners($eventName), $eventName, $event);return $event;}public function getListeners($eventName = null)
-
at
EventDispatcher
->dispatch
('kernel.request', object(GetResponseEvent))
in kernel.root_dir/cache/prod/classes.php at line 1838public function dispatch($eventName, Event $event = null){$this->lazyLoad($eventName);return parent::dispatch($eventName, $event);}public function getContainer(){
-
at
ContainerAwareEventDispatcher
->dispatch
('kernel.request', object(GetResponseEvent))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php at line 112$e = $this->stopwatch->start($eventName, 'section');$this->dispatcher->dispatch($eventName, $event);if ($e->isStarted()) {$e->stop();
-
at
TraceableEventDispatcher
->dispatch
('kernel.request', object(GetResponseEvent))
in kernel.root_dir/bootstrap.php.cache at line 2976{$this->requestStack->push($request);$event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);if ($event->hasResponse()) {return $this->filterResponse($event->getResponse(), $request, $type);}
-
at
HttpKernel
->handleRaw
(object(Request), '1')
in kernel.root_dir/bootstrap.php.cache at line 2949public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true){try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if (false === $catch) {$this->finishRequest($request, $type);
-
at
HttpKernel
->handle
(object(Request), '1', true)
in kernel.root_dir/bootstrap.php.cache at line 3098$this->container->enterScope('request');$this->container->set('request', $request,'request');try {$response = parent::handle($request, $type, $catch);} catch (\Exception $e) {$this->container->set('request', null,'request');$this->container->leaveScope('request');
-
at
ContainerAwareHttpKernel
->handle
(object(Request), '1', true)
in kernel.root_dir/bootstrap.php.cache at line 2348if (false === $this->booted) {$this->boot();}return $this->getHttpKernel()->handle($request, $type, $catch);}protected function getHttpKernel(){
-
at
Kernel
->handle
(object(Request))
in /home/u620345615/domains/eventiaziendali.it/public_html/app.php at line 35//Request::enableHttpMethodParameterOverride();$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();$kernel->terminate($request, $response);?>
[1/2]
ResourceNotFoundException:

-
in kernel.root_dir/cache/prod/appProdUrlMatcher.php at line 919
}not_remove_trailing_slash:throw 0 < count($allow) ? new MethodNotAllowedException(array_unique($allow)) : new ResourceNotFoundException();}}
-
at
appProdUrlMatcher
->match
('/it/location/milano/10-watt-milano')
in kernel.root_dir/cache/prod/classes.php at line 1352public function matchRequest(Request $request){$this->request = $request;$ret = $this->match($request->getPathInfo());$this->request = null;return $ret;}
-
at
UrlMatcher
->matchRequest
(object(Request))
in kernel.root_dir/cache/prod/classes.php at line 1245if (!$matcher instanceof RequestMatcherInterface) {return $matcher->match($request->getPathInfo());}return $matcher->matchRequest($request);}public function getMatcher(){
-
at
Router
->matchRequest
(object(Request))
in kernel.root_dir/cache/prod/classes.php at line 1955}try {if ($this->matcher instanceof RequestMatcherInterface) {$parameters = $this->matcher->matchRequest($request);} else {$parameters = $this->matcher->match($request->getPathInfo());}
- at RouterListener ->onKernelRequest (object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
-
at
call_user_func
(array(object(RouterListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php at line 59$e = $this->stopwatch->start($this->name, 'event_listener');call_user_func($this->listener, $event, $eventName, $dispatcher);if ($e->isStarted()) {$e->stop();
- at WrappedListener ->__invoke (object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
-
at
call_user_func
(object(WrappedListener), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in kernel.root_dir/cache/prod/classes.php at line 1741protected function doDispatch($listeners, $eventName, Event $event){foreach ($listeners as $listener) {call_user_func($listener, $event, $eventName, $this);if ($event->isPropagationStopped()) {break;}
-
at
EventDispatcher
->doDispatch
(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(GetResponseEvent))
in kernel.root_dir/cache/prod/classes.php at line 1674if (!isset($this->listeners[$eventName])) {return $event;}$this->doDispatch($this->getListeners($eventName), $eventName, $event);return $event;}public function getListeners($eventName = null)
-
at
EventDispatcher
->dispatch
('kernel.request', object(GetResponseEvent))
in kernel.root_dir/cache/prod/classes.php at line 1838public function dispatch($eventName, Event $event = null){$this->lazyLoad($eventName);return parent::dispatch($eventName, $event);}public function getContainer(){
-
at
ContainerAwareEventDispatcher
->dispatch
('kernel.request', object(GetResponseEvent))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php at line 112$e = $this->stopwatch->start($eventName, 'section');$this->dispatcher->dispatch($eventName, $event);if ($e->isStarted()) {$e->stop();
-
at
TraceableEventDispatcher
->dispatch
('kernel.request', object(GetResponseEvent))
in kernel.root_dir/bootstrap.php.cache at line 2976{$this->requestStack->push($request);$event = new GetResponseEvent($this, $request, $type);$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);if ($event->hasResponse()) {return $this->filterResponse($event->getResponse(), $request, $type);}
-
at
HttpKernel
->handleRaw
(object(Request), '1')
in kernel.root_dir/bootstrap.php.cache at line 2949public function handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true){try {return $this->handleRaw($request, $type);} catch (\Exception $e) {if (false === $catch) {$this->finishRequest($request, $type);
-
at
HttpKernel
->handle
(object(Request), '1', true)
in kernel.root_dir/bootstrap.php.cache at line 3098$this->container->enterScope('request');$this->container->set('request', $request,'request');try {$response = parent::handle($request, $type, $catch);} catch (\Exception $e) {$this->container->set('request', null,'request');$this->container->leaveScope('request');
-
at
ContainerAwareHttpKernel
->handle
(object(Request), '1', true)
in kernel.root_dir/bootstrap.php.cache at line 2348if (false === $this->booted) {$this->boot();}return $this->getHttpKernel()->handle($request, $type, $catch);}protected function getHttpKernel(){
-
at
Kernel
->handle
(object(Request))
in /home/u620345615/domains/eventiaziendali.it/public_html/app.php at line 35//Request::enableHttpMethodParameterOverride();$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();$kernel->terminate($request, $response);?>
Stack Trace (Plain Text)

[1] Symfony\Component\HttpKernel\Exception\NotFoundHttpException: No route found for "GET /it/location/milano/10-watt-milano"
at n/a
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/cache/prod/classes.php line 1971
at Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in line
at call_user_func(array(object(RouterListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php line 59
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in line
at call_user_func(object(WrappedListener), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/cache/prod/classes.php line 1741
at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(GetResponseEvent))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/cache/prod/classes.php line 1674
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/cache/prod/classes.php line 1838
at Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php line 112
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/bootstrap.php.cache line 2976
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), '1')
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/bootstrap.php.cache line 2949
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), '1', true)
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/bootstrap.php.cache line 3098
at Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle(object(Request), '1', true)
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/bootstrap.php.cache line 2348
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
in /home/u620345615/domains/eventiaziendali.it/public_html/app.php line 35
[2] Symfony\Component\Routing\Exception\ResourceNotFoundException:
at n/a
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/cache/prod/appProdUrlMatcher.php line 919
at appProdUrlMatcher->match('/it/location/milano/10-watt-milano')
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/cache/prod/classes.php line 1352
at Symfony\Component\Routing\Matcher\UrlMatcher->matchRequest(object(Request))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/cache/prod/classes.php line 1245
at Symfony\Component\Routing\Router->matchRequest(object(Request))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/cache/prod/classes.php line 1955
at Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in line
at call_user_func(array(object(RouterListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php line 59
at Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in line
at call_user_func(object(WrappedListener), object(GetResponseEvent), 'kernel.request', object(ContainerAwareEventDispatcher))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/cache/prod/classes.php line 1741
at Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(array(object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener), object(WrappedListener)), 'kernel.request', object(GetResponseEvent))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/cache/prod/classes.php line 1674
at Symfony\Component\EventDispatcher\EventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/cache/prod/classes.php line 1838
at Symfony\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php line 112
at Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch('kernel.request', object(GetResponseEvent))
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/bootstrap.php.cache line 2976
at Symfony\Component\HttpKernel\HttpKernel->handleRaw(object(Request), '1')
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/bootstrap.php.cache line 2949
at Symfony\Component\HttpKernel\HttpKernel->handle(object(Request), '1', true)
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/bootstrap.php.cache line 3098
at Symfony\Component\HttpKernel\DependencyInjection\ContainerAwareHttpKernel->handle(object(Request), '1', true)
in /home/u620345615/domains/eventiaziendali.it/public_html/project/app/bootstrap.php.cache line 2348
at Symfony\Component\HttpKernel\Kernel->handle(object(Request))
in /home/u620345615/domains/eventiaziendali.it/public_html/app.php line 35