Struct | additional | | Detail | | ErrNumber | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | The key [SB] does not exist, only the following keys are available: [cfid, cftoken, lastvisit, sessionid, timecreated, urltoken]. |
| StackTrace | string | lucee.runtime.exp.ExpressionException: The key [SB] does not exist, only the following keys are available: [cfid, cftoken, lastvisit, sessionid, timecreated, urltoken].
at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:65)
at lucee.runtime.type.StructImpl.get(StructImpl.java:139)
at lucee.runtime.type.scope.storage.StorageScopeImpl.get(StorageScopeImpl.java:250)
at application_cfc$cf.udfCall(/Application.cfc:147)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:785)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1747)
at fw1_cfc$cf.udfCall4(/FW1.cfc:1148)
at fw1_cfc$cf.udfCall(/FW1.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:785)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1747)
at fw1_cfc$cf.udfCall2(/FW1.cfc:589)
at fw1_cfc$cf.udfCall(/FW1.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:650)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:572)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1911)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:437)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:133)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2460)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2450)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2421)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1179)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1125)
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:741)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:432)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
|
| TagContext | Array | 1 | Struct | codePrintHTML | string | 145: <cfif NOT structKeyExists(cookie,"userKey")><br>
146: <cflock type="readonly" scope="session" timeout="10"><br>
<b>147: <cfcookie name="userKey" value="#session.sb.getUserKey()#" expires="NEVER" /></b><br>
148: </cflock><br>
149: <cfelseif structKeyExists(cookie,"userKey") AND structKeyExists(session,"sb") AND cookie.userKey NEQ session.sb.getUserKey()><br>
|
| codePrintPlain | string | 145: <cfif NOT structKeyExists(cookie,"userKey")>
146: <cflock type="readonly" scope="session" timeout="10">
147: <cfcookie name="userKey" value="#session.sb.getUserKey()#" expires="NEVER" />
148: </cflock>
149: <cfelseif structKeyExists(cookie,"userKey") AND structKeyExists(session,"sb") AND cookie.userKey NEQ session.sb.getUserKey()>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/Application.cfc:147) |
| template | string | C:\inetpub\wwwroot\LegacySites\therawspirit.com\Application.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | 1146: if ( runSetup ) {<br>
1147: setupSubsystemWrapper( request.subsystem );<br>
<b>1148: setupRequest();</b><br>
1149: }<br>
1150: <br>
|
| codePrintPlain | string | 1146: if ( runSetup ) {
1147: setupSubsystemWrapper( request.subsystem );
1148: setupRequest();
1149: }
1150:
|
| column | | id | | line | | Raw_Trace | string | fw1_cfc$cf.udfCall4(/FW1.cfc:1148) |
| template | string | C:\inetpub\wwwroot\LegacySites\therawspirit.com\FW1.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 587: request.action = lCase(request.context[variables.framework.action]);<br>
588: <br>
<b>589: setupRequestWrapper( true );</b><br>
590: <br>
591: // allow configured extensions and paths to pass through to the requested template.<br>
|
| codePrintPlain | string | 587: request.action = lCase(request.context[variables.framework.action]);
588:
589: setupRequestWrapper( true );
590:
591: // allow configured extensions and paths to pass through to the requested template.
|
| column | | id | | line | | Raw_Trace | string | fw1_cfc$cf.udfCall2(/FW1.cfc:589) |
| template | string | C:\inetpub\wwwroot\LegacySites\therawspirit.com\FW1.cfc |
| type | |
|
| type | |
|