Catch
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [weather] doesn't exist in the request scope
StackTrace
stringlucee.runtime.exp.ExpressionException: key [weather] doesn't exist in the request scope at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67) at lucee.runtime.type.scope.RequestImpl.get(RequestImpl.java:162) at e4.nav.modal_weather_cfm276$cf.call(/mods/e4/nav/modal.weather.cfm:336) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at e4.nav.mod_cfm$cf.call(/mods/e4/nav/mod.cfm:202) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at include_cfm$cf$15.call(/include.cfm:482) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:827) at lucee.runtime.tag.CFTag.doInclude(CFTag.java:317) at lucee.runtime.tag.CFTag.cfmlStartTag(CFTag.java:243) at lucee.runtime.tag.CFTag.doStartTag(CFTag.java:177) at app_onrequeststart_cfm184$cf$3.call(/e4/app.onRequestStart.cfm:1434) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at application_cfc$cf$1.udfCall2(/application.cfc:1002) at application_cfc$cf$1.udfCall(/application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:342) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:215) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:132) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2409) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2399) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2374) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1055) 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:526) 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:394) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) 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
string334: &lt;div class=&quot;weather-main-right&quot;&gt;<br> 335: &lt;span class=&quot;weather-main-icon&quot;&gt;<br> <b>336: &lt;i class=&quot;#getFontAwesomeIcon( request.weather.resp_2[ 1 ].WeatherText )#&quot;&gt;&lt;/i&gt;</b><br> 337: &lt;/span&gt;<br> 338: &lt;div class=&quot;weather-main-info&quot;&gt;<br>
codePrintPlain
string334: <div class="weather-main-right"> 335: <span class="weather-main-icon"> 336: <i class="#getFontAwesomeIcon( request.weather.resp_2[ 1 ].WeatherText )#"></i> 337: </span> 338: <div class="weather-main-info">
column
number0
id
string??
line
number336
Raw_Trace
stringe4.nav.modal_weather_cfm276$cf.call(/mods/e4/nav/modal.weather.cfm:336)
template
stringC:\code\earthdiver\transition\mods\e4\nav\modal.weather.cfm
type
stringcfml
2
Struct
codePrintHTML
string200: <br> 201: &lt;cfsavecontent variable=&quot;request.weather_output&quot;&gt;<br> <b>202: &lt;cfinclude template=&quot;/mods/e4/nav/modal.weather.cfm&quot; /&gt;</b><br> 203: &lt;/cfsavecontent&gt;<br> 204: <br>
codePrintPlain
string200: 201: <cfsavecontent variable="request.weather_output"> 202: <cfinclude template="/mods/e4/nav/modal.weather.cfm" /> 203: </cfsavecontent> 204:
column
number0
id
string??
line
number202
Raw_Trace
stringe4.nav.mod_cfm$cf.call(/mods/e4/nav/mod.cfm:202)
template
stringC:\code\earthdiver\transition\mods\e4\nav\mod.cfm
type
stringcfml
3
Struct
codePrintHTML
string
codePrintPlain
string
column
number0
id
string??
line
number482
Raw_Trace
stringinclude_cfm$cf$15.call(/include.cfm:482)
template
string/include.cfm
type
stringcfml
4
Struct
codePrintHTML
string1432: &lt;/cfcase&gt;<br> 1433: &lt;cfdefaultcase&gt;<br> <b>1434: &lt;cf_include mod=&quot;/mods/e4/nav/&quot; /&gt;</b><br> 1435: &lt;/cfdefaultcase&gt;<br> 1436: &lt;/cfswitch&gt;<br>
codePrintPlain
string1432: </cfcase> 1433: <cfdefaultcase> 1434: <cf_include mod="/mods/e4/nav/" /> 1435: </cfdefaultcase> 1436: </cfswitch>
column
number0
id
string??
line
number1434
Raw_Trace
stringapp_onrequeststart_cfm184$cf$3.call(/e4/app.onRequestStart.cfm:1434)
template
stringC:\code\earthdiver\transition\e4\app.onRequestStart.cfm
type
stringcfml
5
Struct
codePrintHTML
string1000: <br> 1001: &lt;!--- Migratory switch for Kanab testing ---&gt;<br> <b>1002: &lt;cfinclude template=&quot;/e4/app.onRequestStart.cfm&quot; /&gt;</b><br> 1003: &lt;cfreturn true /&gt;<br> 1004: <br>
codePrintPlain
string1000: 1001: <!--- Migratory switch for Kanab testing ---> 1002: <cfinclude template="/e4/app.onRequestStart.cfm" /> 1003: <cfreturn true /> 1004:
column
number0
id
string??
line
number1002
Raw_Trace
stringapplication_cfc$cf$1.udfCall2(/application.cfc:1002)
template
stringC:\code\earthdiver\transition\earthdiver_vue_3\application.cfc
type
stringcfml
type
stringexpression