Catch Entries: 13 |
additional | |
Cause | Struct | additional | | Detail | | ErrNumber | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | Array index [14] out of range, array size is [9] |
| StackTrace | string | lucee.runtime.exp.ExpressionException: Array index [14] out of range, array size is [9]
at lucee.runtime.type.wrap.ListAsArray.getE(ListAsArray.java:123)
at lucee.runtime.type.wrap.ListAsArray.get(ListAsArray.java:351)
at lucee.runtime.type.wrap.ListAsArray.get(ListAsArray.java:361)
at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:278)
at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1567)
at com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:625)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775)
at com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:185)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775)
at com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:60)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775)
at _router_cfm$cf.call(/_router.cfm:219)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929)
at application_cfc$cf.udfCall1(/Application.cfc:83)
at application_cfc$cf.udfCall(/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.valves.rewrite.RewriteValve.invoke(RewriteValve.java:289)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
|
| TagContext | Array | 1 | Struct | codePrintHTML | string | 623: <cfloop from="1" to="#n#" index="outerCount"><br>
624: <cfloop from="#outerCount#" to="#n#" index="innerCount"><br>
<b>625: <cfset tempString = listAppend(tempString,slugArray[innerCount],delim)></b><br>
626: <cfset arrayAppend(result,tempString)><br>
627: </cfloop><br>
|
| codePrintPlain | string | 623: <cfloop from="1" to="#n#" index="outerCount">
624: <cfloop from="#outerCount#" to="#n#" index="innerCount">
625: <cfset tempString = listAppend(tempString,slugArray[innerCount],delim)>
626: <cfset arrayAppend(result,tempString)>
627: </cfloop>
|
| column | | id | | line | | Raw_Trace | string | com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:625) |
| template | string | /home/t2t/public_html/com/routes/router.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | 183: <br>
184: <!--- generate slug element combinations array (SECA) ---><br>
<b>185: <cfset loc.seca = $generateSlugCombinationsArray(loc.slug)></b><br>
186: <br>
187: <cfif structKeyExists(url,"dumpRouteInfo")><br>
|
| codePrintPlain | string | 183:
184: <!--- generate slug element combinations array (SECA) --->
185: <cfset loc.seca = $generateSlugCombinationsArray(loc.slug)>
186:
187: <cfif structKeyExists(url,"dumpRouteInfo")>
|
| column | | id | | line | | Raw_Trace | string | com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:185) |
| template | string | /home/t2t/public_html/com/routes/router.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 58: from other functions (e.g. metatags lookup)<br>
59: ---><br>
<b>60: <cfset loc.routeInfo = getRouteInfo(loc.targetPage)></b><br>
61: <br>
62: <cfif structKeyExists(url,"dumpRouteInfo")><br>
|
| codePrintPlain | string | 58: from other functions (e.g. metatags lookup)
59: --->
60: <cfset loc.routeInfo = getRouteInfo(loc.targetPage)>
61:
62: <cfif structKeyExists(url,"dumpRouteInfo")>
|
| column | | id | | line | | Raw_Trace | string | com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:60) |
| template | string | /home/t2t/public_html/com/routes/router.cfc |
| type | |
| 4 | Struct | codePrintHTML | string | 217: <br>
218: // process request with new router<br>
<b>219: request.routeInfo = application.router.process(arguments.targetPage, false);</b><br>
220: <br>
221: // set request.vCurrentPage<br>
|
| codePrintPlain | string | 217:
218: // process request with new router
219: request.routeInfo = application.router.process(arguments.targetPage, false);
220:
221: // set request.vCurrentPage
|
| column | | id | | line | | Raw_Trace | string | _router_cfm$cf.call(/_router.cfm:219) |
| template | string | /home/t2t/public_html/_router.cfm |
| type | |
| 5 | Struct | codePrintHTML | string | 81: // include '/_redirect.cfm';<br>
82: include '/includes/application/_onRequest.cfm';<br>
<b>83: include arguments.targetPage;</b><br>
84: return;<br>
85: }<br>
|
| codePrintPlain | string | 81: // include '/_redirect.cfm';
82: include '/includes/application/_onRequest.cfm';
83: include arguments.targetPage;
84: return;
85: }
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall1(/Application.cfc:83) |
| template | string | /home/t2t/public_html/Application.cfc |
| type | |
|
| type | |
|
Detail | |
ErrNumber | |
ErrorCode | |
Extended_Info | |
ExtendedInfo | |
Message | string | Array index [14] out of range, array size is [9] |
|
name | |
rootCause | Struct | additional | | Detail | | ErrNumber | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | Array index [14] out of range, array size is [9] |
| StackTrace | string | lucee.runtime.exp.ExpressionException: Array index [14] out of range, array size is [9]
at lucee.runtime.type.wrap.ListAsArray.getE(ListAsArray.java:123)
at lucee.runtime.type.wrap.ListAsArray.get(ListAsArray.java:351)
at lucee.runtime.type.wrap.ListAsArray.get(ListAsArray.java:361)
at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:278)
at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1567)
at com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:625)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775)
at com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:185)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775)
at com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:60)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775)
at _router_cfm$cf.call(/_router.cfm:219)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929)
at application_cfc$cf.udfCall1(/Application.cfc:83)
at application_cfc$cf.udfCall(/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.valves.rewrite.RewriteValve.invoke(RewriteValve.java:289)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
|
| TagContext | Array | 1 | Struct | codePrintHTML | string | 623: <cfloop from="1" to="#n#" index="outerCount"><br>
624: <cfloop from="#outerCount#" to="#n#" index="innerCount"><br>
<b>625: <cfset tempString = listAppend(tempString,slugArray[innerCount],delim)></b><br>
626: <cfset arrayAppend(result,tempString)><br>
627: </cfloop><br>
|
| codePrintPlain | string | 623: <cfloop from="1" to="#n#" index="outerCount">
624: <cfloop from="#outerCount#" to="#n#" index="innerCount">
625: <cfset tempString = listAppend(tempString,slugArray[innerCount],delim)>
626: <cfset arrayAppend(result,tempString)>
627: </cfloop>
|
| column | | id | | line | | Raw_Trace | string | com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:625) |
| template | string | /home/t2t/public_html/com/routes/router.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | 183: <br>
184: <!--- generate slug element combinations array (SECA) ---><br>
<b>185: <cfset loc.seca = $generateSlugCombinationsArray(loc.slug)></b><br>
186: <br>
187: <cfif structKeyExists(url,"dumpRouteInfo")><br>
|
| codePrintPlain | string | 183:
184: <!--- generate slug element combinations array (SECA) --->
185: <cfset loc.seca = $generateSlugCombinationsArray(loc.slug)>
186:
187: <cfif structKeyExists(url,"dumpRouteInfo")>
|
| column | | id | | line | | Raw_Trace | string | com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:185) |
| template | string | /home/t2t/public_html/com/routes/router.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 58: from other functions (e.g. metatags lookup)<br>
59: ---><br>
<b>60: <cfset loc.routeInfo = getRouteInfo(loc.targetPage)></b><br>
61: <br>
62: <cfif structKeyExists(url,"dumpRouteInfo")><br>
|
| codePrintPlain | string | 58: from other functions (e.g. metatags lookup)
59: --->
60: <cfset loc.routeInfo = getRouteInfo(loc.targetPage)>
61:
62: <cfif structKeyExists(url,"dumpRouteInfo")>
|
| column | | id | | line | | Raw_Trace | string | com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:60) |
| template | string | /home/t2t/public_html/com/routes/router.cfc |
| type | |
| 4 | Struct | codePrintHTML | string | 217: <br>
218: // process request with new router<br>
<b>219: request.routeInfo = application.router.process(arguments.targetPage, false);</b><br>
220: <br>
221: // set request.vCurrentPage<br>
|
| codePrintPlain | string | 217:
218: // process request with new router
219: request.routeInfo = application.router.process(arguments.targetPage, false);
220:
221: // set request.vCurrentPage
|
| column | | id | | line | | Raw_Trace | string | _router_cfm$cf.call(/_router.cfm:219) |
| template | string | /home/t2t/public_html/_router.cfm |
| type | |
| 5 | Struct | codePrintHTML | string | 81: // include '/_redirect.cfm';<br>
82: include '/includes/application/_onRequest.cfm';<br>
<b>83: include arguments.targetPage;</b><br>
84: return;<br>
85: }<br>
|
| codePrintPlain | string | 81: // include '/_redirect.cfm';
82: include '/includes/application/_onRequest.cfm';
83: include arguments.targetPage;
84: return;
85: }
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall1(/Application.cfc:83) |
| template | string | /home/t2t/public_html/Application.cfc |
| type | |
|
| type | |
|
StackTrace | string | lucee.runtime.exp.ExpressionException: Array index [14] out of range, array size is [9]
at lucee.runtime.type.wrap.ListAsArray.getE(ListAsArray.java:123)
at lucee.runtime.type.wrap.ListAsArray.get(ListAsArray.java:351)
at lucee.runtime.type.wrap.ListAsArray.get(ListAsArray.java:361)
at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:278)
at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1567)
at com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:625)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775)
at com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:185)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:786)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775)
at com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:60)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1775)
at _router_cfm$cf.call(/_router.cfm:219)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929)
at application_cfc$cf.udfCall1(/Application.cfc:83)
at application_cfc$cf.udfCall(/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:779)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.valves.rewrite.RewriteValve.invoke(RewriteValve.java:289)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
|
|
TagContext | Array | 1 | Struct | codePrintHTML | string | 623: <cfloop from="1" to="#n#" index="outerCount"><br>
624: <cfloop from="#outerCount#" to="#n#" index="innerCount"><br>
<b>625: <cfset tempString = listAppend(tempString,slugArray[innerCount],delim)></b><br>
626: <cfset arrayAppend(result,tempString)><br>
627: </cfloop><br>
|
| codePrintPlain | string | 623: <cfloop from="1" to="#n#" index="outerCount">
624: <cfloop from="#outerCount#" to="#n#" index="innerCount">
625: <cfset tempString = listAppend(tempString,slugArray[innerCount],delim)>
626: <cfset arrayAppend(result,tempString)>
627: </cfloop>
|
| column | | id | | line | | Raw_Trace | string | com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:625) |
| template | string | /home/t2t/public_html/com/routes/router.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | 183: <br>
184: <!--- generate slug element combinations array (SECA) ---><br>
<b>185: <cfset loc.seca = $generateSlugCombinationsArray(loc.slug)></b><br>
186: <br>
187: <cfif structKeyExists(url,"dumpRouteInfo")><br>
|
| codePrintPlain | string | 183:
184: <!--- generate slug element combinations array (SECA) --->
185: <cfset loc.seca = $generateSlugCombinationsArray(loc.slug)>
186:
187: <cfif structKeyExists(url,"dumpRouteInfo")>
|
| column | | id | | line | | Raw_Trace | string | com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:185) |
| template | string | /home/t2t/public_html/com/routes/router.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 58: from other functions (e.g. metatags lookup)<br>
59: ---><br>
<b>60: <cfset loc.routeInfo = getRouteInfo(loc.targetPage)></b><br>
61: <br>
62: <cfif structKeyExists(url,"dumpRouteInfo")><br>
|
| codePrintPlain | string | 58: from other functions (e.g. metatags lookup)
59: --->
60: <cfset loc.routeInfo = getRouteInfo(loc.targetPage)>
61:
62: <cfif structKeyExists(url,"dumpRouteInfo")>
|
| column | | id | | line | | Raw_Trace | string | com.routes.router_cfc$cf.udfCall(/com/routes/router.cfc:60) |
| template | string | /home/t2t/public_html/com/routes/router.cfc |
| type | |
| 4 | Struct | codePrintHTML | string | 217: <br>
218: // process request with new router<br>
<b>219: request.routeInfo = application.router.process(arguments.targetPage, false);</b><br>
220: <br>
221: // set request.vCurrentPage<br>
|
| codePrintPlain | string | 217:
218: // process request with new router
219: request.routeInfo = application.router.process(arguments.targetPage, false);
220:
221: // set request.vCurrentPage
|
| column | | id | | line | | Raw_Trace | string | _router_cfm$cf.call(/_router.cfm:219) |
| template | string | /home/t2t/public_html/_router.cfm |
| type | |
| 5 | Struct | codePrintHTML | string | 81: // include '/_redirect.cfm';<br>
82: include '/includes/application/_onRequest.cfm';<br>
<b>83: include arguments.targetPage;</b><br>
84: return;<br>
85: }<br>
|
| codePrintPlain | string | 81: // include '/_redirect.cfm';
82: include '/includes/application/_onRequest.cfm';
83: include arguments.targetPage;
84: return;
85: }
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall1(/Application.cfc:83) |
| template | string | /home/t2t/public_html/Application.cfc |
| type | |
|
|
type | |