NotFoundHttpException {#95
-statusCode: 404
-headers: []
#message: "No route found for "GET /""
#code: 0
#file: "/var/www/configurator.utsch.com/builds/19/public/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 125
-previous: ResourceNotFoundException {#93
#message: "No routes found for "/"."
#code: 0
#file: "/var/www/configurator.utsch.com/builds/19/public/vendor/symfony/routing/Matcher/UrlMatcher.php"
#line: 98
-trace: {
13. Symfony\Component\Routing\Matcher\UrlMatcher->match() ==> new Symfony\Component\Routing\Exception\ResourceNotFoundException(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/symfony/routing/Matcher/UrlMatcher.php:98: """
? new MethodNotAllowedException(array_unique($this->allow))\n
: new ResourceNotFoundException(sprintf('No routes found for "%s".', $pathinfo));\n
}\n
"""
}
}
12. Symfony\Component\Routing\Matcher\RedirectableUrlMatcher->match() ==> Symfony\Component\Routing\Matcher\UrlMatcher->match(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/symfony/routing/Matcher/RedirectableUrlMatcher.php:28: """
try {\n
$parameters = parent::match($pathinfo);\n
} catch (ResourceNotFoundException $e) {\n
"""
}
args: array:1 [
0 => "/"
]
}
11. Symfony\Component\Routing\Matcher\UrlMatcher->matchRequest() ==> Symfony\Component\Routing\Matcher\RedirectableUrlMatcher->match(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/symfony/routing/Matcher/UrlMatcher.php:108: """
\n
$ret = $this->match($request->getPathInfo());\n
\n
"""
}
args: array:1 [
0 => "/"
]
}
10. Silex\Provider\Routing\LazyRequestMatcher->matchRequest() ==> Symfony\Component\Routing\Matcher\UrlMatcher->matchRequest(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/silex/silex/src/Silex/Provider/Routing/LazyRequestMatcher.php:53: """
{\n
return $this->getRequestMatcher()->matchRequest($request);\n
}\n
"""
}
args: array:1 [
0 => Request {#211
+attributes: ParameterBag {#208
#parameters: []
}
+request: ParameterBag {#210
#parameters: []
}
+query: ParameterBag {#209
#parameters: []
}
+server: ServerBag {#215
#parameters: array:33 [
"REDIRECT_TMP" => "/var/www/configurator.utsch.com/tmp"
"REDIRECT_STATUS" => "200"
"TMP" => "/var/www/configurator.utsch.com/tmp"
"HTTP_ACCEPT_ENCODING" => "gzip"
"HTTP_HOST" => "configurator.utsch.com"
"HTTP_X_FORWARDED_FOR" => "3.232.133.141"
"HTTP_USER_AGENT" => "CCBot/2.0 (https://commoncrawl.org/faq/)"
"HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
"HTTP_ACCEPT_LANGUAGE" => "en-US,en;q=0.5"
"PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
"SERVER_SIGNATURE" => ""
"SERVER_SOFTWARE" => "Apache"
"SERVER_NAME" => "configurator.utsch.com"
"SERVER_ADDR" => "192.168.103.155"
"SERVER_PORT" => "80"
"REMOTE_ADDR" => "185.85.3.54"
"DOCUMENT_ROOT" => "/var/www/configurator.utsch.com/public"
"REQUEST_SCHEME" => "http"
"CONTEXT_PREFIX" => ""
"CONTEXT_DOCUMENT_ROOT" => "/var/www/configurator.utsch.com/public"
"SERVER_ADMIN" => "webmaster@localhost"
"SCRIPT_FILENAME" => "/var/www/configurator.utsch.com/public/web/index.php"
"REMOTE_PORT" => "15224"
"REDIRECT_URL" => "/"
"GATEWAY_INTERFACE" => "CGI/1.1"
"SERVER_PROTOCOL" => "HTTP/1.1"
"REQUEST_METHOD" => "GET"
"QUERY_STRING" => ""
"REQUEST_URI" => "/"
"SCRIPT_NAME" => "/web/index.php"
"PHP_SELF" => "/web/index.php"
"REQUEST_TIME_FLOAT" => 1610905700.192
"REQUEST_TIME" => 1610905700
]
}
+files: FileBag {#214
#parameters: []
}
+cookies: ParameterBag {#207
#parameters: []
}
+headers: HeaderBag {#216
#headers: array:7 [
"accept-encoding" => array:1 [
0 => "gzip"
]
"host" => array:1 [
0 => "configurator.utsch.com"
]
"x-forwarded-for" => array:1 [
0 => "3.232.133.141"
]
"user-agent" => array:1 [
0 => "CCBot/2.0 (https://commoncrawl.org/faq/)"
]
"accept" => array:1 [
0 => "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
]
"accept-language" => array:1 [
0 => "en-US,en;q=0.5"
]
"x-php-ob-level" => array:1 [
0 => 1
]
]
#cacheControl: []
}
#content: null
#languages: null
#charsets: null
#encodings: null
#acceptableContentTypes: null
#pathInfo: "/"
#requestUri: "/"
#baseUrl: ""
#basePath: null
#method: "GET"
#format: null
#session: Session {#111
#storage: NativeSessionStorage {#109
#bags: array:2 [
"attributes" => AttributeBag {#101
-name: "attributes"
-storageKey: "_sf2_attributes"
#attributes: []
}
"flashes" => FlashBag {#99
-name: "flashes"
-flashes: []
-storageKey: "_sf2_flashes"
}
]
#started: false
#closed: false
#saveHandler: SessionHandlerProxy {#103
#handler: NativeFileSessionHandler {#107}
#wrapper: true
#saveHandlerName: "files"
}
#metadataBag: MetadataBag {#105
-name: "__metadata"
-storageKey: "_sf2_meta"
#meta: array:3 [
"c" => 0
"u" => 0
"l" => 0
]
-lastUsed: null
-updateThreshold: 0
}
}
-flashName: "flashes"
-attributeName: "attributes"
}
#locale: null
#defaultLocale: "en"
}
]
}
9. Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest() ==> Silex\Provider\Routing\LazyRequestMatcher->matchRequest(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/symfony/http-kernel/EventListener/RouterListener.php:101: """
if ($this->matcher instanceof RequestMatcherInterface) {\n
$parameters = $this->matcher->matchRequest($request);\n
} else {\n
"""
}
args: array:1 [
0 => Request {#211}
]
}
8. call_user_func() ==> Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(): {
args: array:3 [
0 => GetResponseEvent {#113
-response: null
-kernel: HttpKernel {#131
#dispatcher: EventDispatcher {#217
-listeners: array:6 [
"kernel.request" => array:4 [
128 => array:1 [
0 => array:2 [
0 => SessionListener {#230
-app: Application {#3 …}
}
1 => "onKernelRequest"
]
]
32 => array:1 [
0 => array:2 [
0 => RouterListener {#226
-matcher: LazyRequestMatcher {#224
-factory: Closure {#225
class: "Silex\Provider\RoutingServiceProvider"
this: RoutingServiceProvider {#14 …}
use: {
$app: Application {#3 …}
}
file: "/var/www/configurator.utsch.com/builds/19/public/vendor/silex/silex/src/Silex/Provider/RoutingServiceProvider.php"
line: "75 to 77"
}
}
-context: RequestContext {#228
-baseUrl: ""
-pathInfo: "/"
-method: "GET"
-host: "configurator.utsch.com"
-scheme: "http"
-httpPort: 80
-httpsPort: 443
-queryString: ""
-parameters: []
}
-logger: null
-requestStack: RequestStack {#227
-requests: array:1 [
0 => Request {#211}
]
}
}
1 => "onKernelRequest"
]
]
0 => array:1 [
0 => Closure {#200
class: "Silex\Application"
this: Application {#3 …}
parameters: {
$event: {
typeHint: "Symfony\Component\HttpKernel\Event\GetResponseEvent"
}
}
use: {
$callback: Closure {#203
parameters: {
$request: {
typeHint: "Symfony\Component\HttpFoundation\Request"
}
}
file: "/var/www/configurator.utsch.com/builds/19/public/app/Application.php"
line: "341 to 346"
}
$app: Application {#3 …}
}
file: "/var/www/configurator.utsch.com/builds/19/public/vendor/silex/silex/src/Silex/Application.php"
line: "249 to 259"
}
]
-1024 => array:1 [
0 => array:2 [
0 => MiddlewareListener {#220
#app: Application {#3 …}
}
1 => "onKernelRequest"
]
]
]
"kernel.exception" => array:2 [
-8 => array:1 [
0 => ExceptionListenerWrapper {#206
#app: Application {#3 …}
#callback: Closure {#201
parameters: {
$e: {
typeHint: "Exception"
}
$request: {
typeHint: "Symfony\Component\HttpFoundation\Request"
}
$code: {}
}
use: {
$app: Application {#3 …}
}
file: "/var/www/configurator.utsch.com/builds/19/public/app/Application.php"
line: "349 to 354"
}
}
]
-255 => array:1 [
0 => array:2 [
0 => ExceptionHandler {#229
#debug: true
}
1 => "onSilexError"
]
]
]
"kernel.response" => array:2 [
0 => array:1 [
0 => array:2 [
0 => ResponseListener {#219
-charset: "UTF-8"
}
1 => "onKernelResponse"
]
]
128 => array:1 [
0 => array:2 [
0 => MiddlewareListener {#220}
1 => "onKernelResponse"
]
]
]
"kernel.controller" => array:1 [
0 => array:1 [
0 => array:2 [
0 => ConverterListener {#221
#routes: RouteCollection {#222
-routes: array:23 [
"web2emboss" => Route {#86
-path: "/web2emboss/"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\WebToEmbossController::indexAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#91
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/web2emboss/"
]
]
-staticPrefix: "/web2emboss/"
-regex: "#^/web2emboss/$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2emboss.start" => Route {#88
-path: "/web2emboss/start"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\WebToEmbossController::startAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#89
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/web2emboss/start"
]
]
-staticPrefix: "/web2emboss/start"
-regex: "#^/web2emboss/start$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2emboss.forward" => Route {#90
-path: "/web2emboss/forward/"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\WebToEmbossController::forwardAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#87
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/web2emboss/forward/"
]
]
-staticPrefix: "/web2emboss/forward/"
-regex: "#^/web2emboss/forward/$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2emboss.registrations" => Route {#92
-path: "/web2emboss/registrations/"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\RegistrationsController::indexAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#231
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/web2emboss/registrations/"
]
]
-staticPrefix: "/web2emboss/registrations/"
-regex: "#^/web2emboss/registrations/$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2emboss.registrations.view" => Route {#94
-path: "/web2emboss/registrations/{id}/"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\RegistrationsController::viewAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#232
-variables: array:1 [
0 => "id"
]
-tokens: array:3 [
0 => array:2 [
0 => "text"
1 => "/"
]
1 => array:4 [
0 => "variable"
1 => "/"
2 => "[^/]++"
3 => "id"
]
2 => array:2 [
0 => "text"
1 => "/web2emboss/registrations"
]
]
-staticPrefix: "/web2emboss/registrations"
-regex: "#^/web2emboss/registrations/(?P<id>[^/]++)/$#s"
-pathVariables: array:1 [
0 => "id"
]
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2emboss.orders.complete" => Route {#96
-path: "/web2emboss/orders/complete"
-host: ""
-schemes: []
-methods: array:1 [
0 => "POST"
]
-defaults: array:1 [
"_controller" => "Controller\OrdersController::completeAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#233
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/web2emboss/orders/complete"
]
]
-staticPrefix: "/web2emboss/orders/complete"
-regex: "#^/web2emboss/orders/complete$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2emboss.series" => Route {#98
-path: "/web2emboss/series/"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\SeriesController::indexAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#234
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/web2emboss/series/"
]
]
-staticPrefix: "/web2emboss/series/"
-regex: "#^/web2emboss/series/$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2emboss.series.start" => Route {#100
-path: "/web2emboss/series/start/"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\SeriesController::startAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#235
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/web2emboss/series/start/"
]
]
-staticPrefix: "/web2emboss/series/start/"
-regex: "#^/web2emboss/series/start/$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2emboss.series.order" => Route {#102
-path: "/web2emboss/series/order/"
-host: ""
-schemes: []
-methods: array:1 [
0 => "POST"
]
-defaults: array:1 [
"_controller" => "Controller\SeriesController::orderAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#236
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/web2emboss/series/order/"
]
]
-staticPrefix: "/web2emboss/series/order/"
-regex: "#^/web2emboss/series/order/$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2emboss.series.edit" => Route {#104
-path: "/web2emboss/series/edit/{id}"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\SeriesController::editAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#237
-variables: array:1 [
0 => "id"
]
-tokens: array:2 [
0 => array:4 [
0 => "variable"
1 => "/"
2 => "[^/]++"
3 => "id"
]
1 => array:2 [
0 => "text"
1 => "/web2emboss/series/edit"
]
]
-staticPrefix: "/web2emboss/series/edit"
-regex: "#^/web2emboss/series/edit/(?P<id>[^/]++)$#s"
-pathVariables: array:1 [
0 => "id"
]
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2emboss.series.upload.order" => Route {#106
-path: "/web2emboss/series/upload/order/"
-host: ""
-schemes: []
-methods: array:1 [
0 => "POST"
]
-defaults: array:1 [
"_controller" => "Controller\SeriesController::orderUploadAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#238
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/web2emboss/series/upload/order/"
]
]
-staticPrefix: "/web2emboss/series/upload/order/"
-regex: "#^/web2emboss/series/upload/order/$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2emboss.series.upload.remove" => Route {#108
-path: "/web2emboss/series/upload/remove/"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\SeriesController::uploadRemoveAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#239
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/web2emboss/series/upload/remove/"
]
]
-staticPrefix: "/web2emboss/series/upload/remove/"
-regex: "#^/web2emboss/series/upload/remove/$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2emboss.series.upload" => Route {#110
-path: "/web2emboss/series/upload"
-host: ""
-schemes: []
-methods: array:1 [
0 => "POST"
]
-defaults: array:1 [
"_controller" => "Controller\SeriesController::uploadAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#240
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/web2emboss/series/upload"
]
]
-staticPrefix: "/web2emboss/series/upload"
-regex: "#^/web2emboss/series/upload$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2print.start" => Route {#112
-path: "/web2print/start/"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\WebToPrintController::startAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#241
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/web2print/start/"
]
]
-staticPrefix: "/web2print/start/"
-regex: "#^/web2print/start/$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2print.forward" => Route {#114
-path: "/web2print/forward/"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\WebToPrintController::forwardAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#242
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/web2print/forward/"
]
]
-staticPrefix: "/web2print/forward/"
-regex: "#^/web2print/forward/$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2print.complete" => Route {#116
-path: "/web2print/complete/"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\WebToPrintController::completeAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#243
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/web2print/complete/"
]
]
-staticPrefix: "/web2print/complete/"
-regex: "#^/web2print/complete/$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"web2print.edit" => Route {#118
-path: "/web2print/edit/{dealerId}/{type}/{draftId}/{userId}"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\WebToPrintController::editAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#244
-variables: array:4 [
0 => "dealerId"
1 => "type"
2 => "draftId"
3 => "userId"
]
-tokens: array:5 [
0 => array:4 [
0 => "variable"
1 => "/"
2 => "[^/]++"
3 => "userId"
]
1 => array:4 [
0 => "variable"
1 => "/"
2 => "[^/]++"
3 => "draftId"
]
2 => array:4 [
0 => "variable"
1 => "/"
2 => "[^/]++"
3 => "type"
]
3 => array:4 [
0 => "variable"
1 => "/"
2 => "[^/]++"
3 => "dealerId"
]
4 => array:2 [
0 => "text"
1 => "/web2print/edit"
]
]
-staticPrefix: "/web2print/edit"
-regex: "#^/web2print/edit/(?P<dealerId>[^/]++)/(?P<type>[^/]++)/(?P<draftId>[^/]++)/(?P<userId>[^/]++)$#s"
-pathVariables: array:4 [
0 => "dealerId"
1 => "type"
2 => "draftId"
3 => "userId"
]
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"GET_dev_createDealer" => Route {#120
-path: "/dev/createDealer"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\DevController::createDealerAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#245
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/dev/createDealer"
]
]
-staticPrefix: "/dev/createDealer"
-regex: "#^/dev/createDealer$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"api.orders.complete" => Route {#122
-path: "/api/v1/orders/complete"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\Api\OrdersController::completeAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#246
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/api/v1/orders/complete"
]
]
-staticPrefix: "/api/v1/orders/complete"
-regex: "#^/api/v1/orders/complete$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"api.orderarticles.remove" => Route {#124
-path: "/api/v1/orderarticles/remove/{id}"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\Api\OrderArticlesController::removeAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#247
-variables: array:1 [
0 => "id"
]
-tokens: array:2 [
0 => array:4 [
0 => "variable"
1 => "/"
2 => "[^/]++"
3 => "id"
]
1 => array:2 [
0 => "text"
1 => "/api/v1/orderarticles/remove"
]
]
-staticPrefix: "/api/v1/orderarticles/remove"
-regex: "#^/api/v1/orderarticles/remove/(?P<id>[^/]++)$#s"
-pathVariables: array:1 [
0 => "id"
]
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"api.orderarticles.view" => Route {#126
-path: "/api/v1/orderarticles/{id}"
-host: ""
-schemes: []
-methods: array:1 [
0 => "GET"
]
-defaults: array:1 [
"_controller" => "Controller\Api\OrderArticlesController::viewAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#248
-variables: array:1 [
0 => "id"
]
-tokens: array:2 [
0 => array:4 [
0 => "variable"
1 => "/"
2 => "[^/]++"
3 => "id"
]
1 => array:2 [
0 => "text"
1 => "/api/v1/orderarticles"
]
]
-staticPrefix: "/api/v1/orderarticles"
-regex: "#^/api/v1/orderarticles/(?P<id>[^/]++)$#s"
-pathVariables: array:1 [
0 => "id"
]
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"api.series.calc" => Route {#128
-path: "/api/v1/series/calc"
-host: ""
-schemes: []
-methods: array:1 [
0 => "POST"
]
-defaults: array:1 [
"_controller" => "Controller\Api\SeriesController::calcAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#249
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/api/v1/series/calc"
]
]
-staticPrefix: "/api/v1/series/calc"
-regex: "#^/api/v1/series/calc$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
"api.series.calc.uploaded" => Route {#130
-path: "/api/v1/series/calc/uploaded"
-host: ""
-schemes: []
-methods: array:1 [
0 => "POST"
]
-defaults: array:1 [
"_controller" => "Controller\Api\SeriesController::calcUploadedAction"
]
-requirements: []
-options: array:1 [
"compiler_class" => "Symfony\Component\Routing\RouteCompiler"
]
-compiled: CompiledRoute {#250
-variables: []
-tokens: array:1 [
0 => array:2 [
0 => "text"
1 => "/api/v1/series/calc/uploaded"
]
]
-staticPrefix: "/api/v1/series/calc/uploaded"
-regex: "#^/api/v1/series/calc/uploaded$#s"
-pathVariables: []
-hostVariables: []
-hostRegex: null
-hostTokens: []
}
-condition: ""
}
]
-resources: []
}
#callbackResolver: CallbackResolver {#218
-app: Application {#3 …}
}
}
1 => "onKernelController"
]
]
]
"kernel.view" => array:1 [
-10 => array:1 [
0 => array:2 [
0 => StringToResponseListener {#223}
1 => "onKernelView"
]
]
]
"kernel.finish_request" => array:1 [
0 => array:1 [
0 => array:2 [
0 => RouterListener {#226}
1 => "onKernelFinishRequest"
]
]
]
]
-sorted: array:2 [
"kernel.request" => array:4 [
0 => array:2 [
0 => SessionListener {#230}
1 => "onKernelRequest"
]
1 => array:2 [
0 => RouterListener {#226}
1 => "onKernelRequest"
]
2 => Closure {#200}
3 => array:2 [
0 => MiddlewareListener {#220}
1 => "onKernelRequest"
]
]
"kernel.exception" => array:2 [
0 => ExceptionListenerWrapper {#206}
1 => array:2 [
0 => ExceptionHandler {#229}
1 => "onSilexError"
]
]
]
}
#resolver: ControllerResolver {#129
-logger: null
}
#requestStack: RequestStack {#227}
-argumentResolver: ArgumentResolver {#127
-argumentMetadataFactory: ArgumentMetadataFactory {#125}
-argumentValueResolvers: array:5 [
0 => AppArgumentValueResolver {#123
-app: Application {#3 …}
}
1 => RequestAttributeValueResolver {#121}
2 => RequestValueResolver {#119}
3 => DefaultValueResolver {#117}
4 => VariadicValueResolver {#115}
]
}
}
-request: Request {#211}
-requestType: 1
-propagationStopped: false
}
1 => "kernel.request"
2 => EventDispatcher {#217}
]
}
7. Symfony\Component\EventDispatcher\EventDispatcher->doDispatch() ==> call_user_func(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/symfony/event-dispatcher/EventDispatcher.php:174: """
}\n
call_user_func($listener, $event, $eventName, $this);\n
}\n
"""
}
args: array:4 [
0 => array:2 [
0 => RouterListener {#226}
1 => "onKernelRequest"
]
1 => GetResponseEvent {#113}
2 => "kernel.request"
3 => EventDispatcher {#217}
]
}
6. Symfony\Component\EventDispatcher\EventDispatcher->dispatch() ==> Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/symfony/event-dispatcher/EventDispatcher.php:43: """
if ($listeners = $this->getListeners($eventName)) {\n
$this->doDispatch($listeners, $eventName, $event);\n
}\n
"""
}
args: array:3 [
0 => array:4 [
0 => array:2 [
0 => SessionListener {#230}
1 => "onKernelRequest"
]
1 => array:2 [
0 => RouterListener {#226}
1 => "onKernelRequest"
]
2 => Closure {#200}
3 => array:2 [
0 => MiddlewareListener {#220}
1 => "onKernelRequest"
]
]
1 => "kernel.request"
2 => GetResponseEvent {#113}
]
}
5. Symfony\Component\HttpKernel\HttpKernel->handleRaw() ==> Symfony\Component\EventDispatcher\EventDispatcher->dispatch(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/symfony/http-kernel/HttpKernel.php:129: """
$event = new GetResponseEvent($this, $request, $type);\n
$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);\n
\n
"""
}
args: array:2 [
0 => "kernel.request"
1 => GetResponseEvent {#113}
]
}
4. Symfony\Component\HttpKernel\HttpKernel->handle() ==> Symfony\Component\HttpKernel\HttpKernel->handleRaw(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/symfony/http-kernel/HttpKernel.php:68: """
try {\n
return $this->handleRaw($request, $type);\n
} catch (\Exception $e) {\n
"""
}
args: array:2 [
0 => Request {#211}
1 => 1
]
}
3. Silex\Application->handle() ==> Symfony\Component\HttpKernel\HttpKernel->handle(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/silex/silex/src/Silex/Application.php:496: """
\n
return $this['kernel']->handle($request, $type, $catch);\n
}\n
"""
}
args: array:3 [
0 => Request {#211}
1 => 1
2 => true
]
}
2. Silex\Application->run() ==> Silex\Application->handle(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/silex/silex/src/Silex/Application.php:477: """
\n
$response = $this->handle($request);\n
$response->send();\n
"""
}
args: array:1 [
0 => Request {#211}
]
}
1. {main} ==> Silex\Application->run(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/web/index.php:6: """
$app = require_once __DIR__ . '/../app/Application.php';\r\n
$app->run();\n
\n
"""
}
args: []
}
}
}
-trace: {
9. Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest() ==> new Symfony\Component\HttpKernel\Exception\NotFoundHttpException(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/symfony/http-kernel/EventListener/RouterListener.php:125: """
\n
throw new NotFoundHttpException($message, $e);\n
} catch (MethodNotAllowedException $e) {\n
"""
}
}
8. call_user_func() ==> Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(): {
args: array:3 [
0 => GetResponseEvent {#113}
1 => "kernel.request"
2 => EventDispatcher {#217}
]
}
7. Symfony\Component\EventDispatcher\EventDispatcher->doDispatch() ==> call_user_func(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/symfony/event-dispatcher/EventDispatcher.php:174: """
}\n
call_user_func($listener, $event, $eventName, $this);\n
}\n
"""
}
args: array:4 [
0 => array:2 [
0 => RouterListener {#226}
1 => "onKernelRequest"
]
1 => GetResponseEvent {#113}
2 => "kernel.request"
3 => EventDispatcher {#217}
]
}
6. Symfony\Component\EventDispatcher\EventDispatcher->dispatch() ==> Symfony\Component\EventDispatcher\EventDispatcher->doDispatch(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/symfony/event-dispatcher/EventDispatcher.php:43: """
if ($listeners = $this->getListeners($eventName)) {\n
$this->doDispatch($listeners, $eventName, $event);\n
}\n
"""
}
args: array:3 [
0 => array:4 [
0 => array:2 [
0 => SessionListener {#230}
1 => "onKernelRequest"
]
1 => array:2 [
0 => RouterListener {#226}
1 => "onKernelRequest"
]
2 => Closure {#200}
3 => array:2 [
0 => MiddlewareListener {#220}
1 => "onKernelRequest"
]
]
1 => "kernel.request"
2 => GetResponseEvent {#113}
]
}
5. Symfony\Component\HttpKernel\HttpKernel->handleRaw() ==> Symfony\Component\EventDispatcher\EventDispatcher->dispatch(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/symfony/http-kernel/HttpKernel.php:129: """
$event = new GetResponseEvent($this, $request, $type);\n
$this->dispatcher->dispatch(KernelEvents::REQUEST, $event);\n
\n
"""
}
args: array:2 [
0 => "kernel.request"
1 => GetResponseEvent {#113}
]
}
4. Symfony\Component\HttpKernel\HttpKernel->handle() ==> Symfony\Component\HttpKernel\HttpKernel->handleRaw(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/symfony/http-kernel/HttpKernel.php:68: """
try {\n
return $this->handleRaw($request, $type);\n
} catch (\Exception $e) {\n
"""
}
args: array:2 [
0 => Request {#211}
1 => 1
]
}
3. Silex\Application->handle() ==> Symfony\Component\HttpKernel\HttpKernel->handle(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/silex/silex/src/Silex/Application.php:496: """
\n
return $this['kernel']->handle($request, $type, $catch);\n
}\n
"""
}
args: array:3 [
0 => Request {#211}
1 => 1
2 => true
]
}
2. Silex\Application->run() ==> Silex\Application->handle(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/vendor/silex/silex/src/Silex/Application.php:477: """
\n
$response = $this->handle($request);\n
$response->send();\n
"""
}
args: array:1 [
0 => Request {#211}
]
}
1. {main} ==> Silex\Application->run(): {
src: {
/var/www/configurator.utsch.com/builds/19/public/web/index.php:6: """
$app = require_once __DIR__ . '/../app/Application.php';\r\n
$app->run();\n
\n
"""
}
args: []
}
}
}
Sorry, the page you are looking for could not be found.
2/2
NotFoundHttpException in RouterListener.php line 125:
No route found for "GET /"
- in RouterListener.php line 125
- at RouterListener->onKernelRequest(object(GetResponseEvent), 'kernel.request', object(EventDispatcher))
- at call_user_func(array(object(RouterListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(EventDispatcher)) in EventDispatcher.php line 174
- at EventDispatcher->doDispatch(array(array(object(SessionListener), 'onKernelRequest'), array(object(RouterListener), 'onKernelRequest'), object(Closure), array(object(MiddlewareListener), 'onKernelRequest')), 'kernel.request', object(GetResponseEvent)) in EventDispatcher.php line 43
- at EventDispatcher->dispatch('kernel.request', object(GetResponseEvent)) in HttpKernel.php line 129
- at HttpKernel->handleRaw(object(Request), '1') in HttpKernel.php line 68
- at HttpKernel->handle(object(Request), '1', true) in Application.php line 496
- at Application->handle(object(Request)) in Application.php line 477
- at Application->run() in index.php line 6
1/2
ResourceNotFoundException in UrlMatcher.php line 98:
No routes found for "/".
- in UrlMatcher.php line 98
- at UrlMatcher->match('/') in RedirectableUrlMatcher.php line 28
- at RedirectableUrlMatcher->match('/') in UrlMatcher.php line 108
- at UrlMatcher->matchRequest(object(Request)) in LazyRequestMatcher.php line 53
- at LazyRequestMatcher->matchRequest(object(Request)) in RouterListener.php line 101
- at RouterListener->onKernelRequest(object(GetResponseEvent), 'kernel.request', object(EventDispatcher))
- at call_user_func(array(object(RouterListener), 'onKernelRequest'), object(GetResponseEvent), 'kernel.request', object(EventDispatcher)) in EventDispatcher.php line 174
- at EventDispatcher->doDispatch(array(array(object(SessionListener), 'onKernelRequest'), array(object(RouterListener), 'onKernelRequest'), object(Closure), array(object(MiddlewareListener), 'onKernelRequest')), 'kernel.request', object(GetResponseEvent)) in EventDispatcher.php line 43
- at EventDispatcher->dispatch('kernel.request', object(GetResponseEvent)) in HttpKernel.php line 129
- at HttpKernel->handleRaw(object(Request), '1') in HttpKernel.php line 68
- at HttpKernel->handle(object(Request), '1', true) in Application.php line 496
- at Application->handle(object(Request)) in Application.php line 477
- at Application->run() in index.php line 6