Catch
additional
Struct (ordered)
Function
stringset_request_vars
Component
stringcfc_extensions.util.nav
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringkey [%furl/] doesn't exist
StackTrace
stringlucee.runtime.exp.ExpressionException: key [%furl/] doesn't exist at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:72) at lucee.runtime.type.StructImpl.get(StructImpl.java:210) at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:280) at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1868) at cfc_extensions.util.nav_cfc$cf.udfCall2(/cfc_extensions/util/nav.cfc:647) at cfc_extensions.util.nav_cfc$cf.udfCall(/cfc_extensions/util/nav.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:117) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:362) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:219) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:852) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:715) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2286) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:858) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2118) at themes.default_v7.templates.structure.standard_header_cfm$cf.call(/themes/default_v7/templates/structure/standard_header.cfm:34) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1125) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1019) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:1000) at themes.oversight.templates.press_releases_cfm$cf.call(/themes/oversight/templates/press_releases.cfm:84) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1125) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1019) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:1000) at index_cfm$cf.call_000004(/index.cfm:230) at index_cfm$cf.call(/index.cfm:224) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1125) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1019) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:239) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2817) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2804) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2775) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1233) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1190) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:99) at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:41) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:658) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:138) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:88) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:492) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:113) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:733) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1797) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:973) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:491) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string645: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!---&nbsp;Set&nbsp;variables&nbsp;from&nbsp;nav&nbsp;node&nbsp;[sen-xn]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---&gt;<br> 646: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;key&nbsp;NEQ&nbsp;&quot;&quot;&nbsp;AND&nbsp;structkeyexists(APPLICATION.navigation.navs[ARGUMENTS.navtype].map,&nbsp;key)&gt;<br> <b>647: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;REQUEST.CURRENTNODE&nbsp;=&nbsp;APPLICATION.navigation.navs[ARGUMENTS.navtype].map[key]&nbsp;/&gt;</b><br> 648: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;REQUEST.ROOTNODE&nbsp;=&nbsp;APPLICATION.navigation.navs[ARGUMENTS.navtype].map[key].rootnode.node&nbsp;/&gt;<br> 649: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;REQUEST.breadcrumbs&nbsp;=&nbsp;APPLICATION.navigation.navs[ARGUMENTS.navtype].map[key].breadcrumbs&nbsp;/&gt;<br>
codePrintPlain
string645: <!--- Set variables from nav node [sen-xn] ---> 646: <cfif key NEQ "" AND structkeyexists(APPLICATION.navigation.navs[ARGUMENTS.navtype].map, key)> 647: <cfset REQUEST.CURRENTNODE = APPLICATION.navigation.navs[ARGUMENTS.navtype].map[key] /> 648: <cfset REQUEST.ROOTNODE = APPLICATION.navigation.navs[ARGUMENTS.navtype].map[key].rootnode.node /> 649: <cfset REQUEST.breadcrumbs = APPLICATION.navigation.navs[ARGUMENTS.navtype].map[key].breadcrumbs />
column
number0
id
string??
line
number647
Raw_Trace
stringcfc_extensions.util.nav_cfc$cf.udfCall2(/cfc_extensions/util/nav.cfc:647)
template
string/var/www/oversight/cfc_extensions/util/nav.cfc
type
stringcfml
2
Struct
codePrintHTML
string32: <br> 33: &lt;!---&nbsp;Sets&nbsp;up&nbsp;a&nbsp;bunch&nbsp;of&nbsp;request&nbsp;global&nbsp;vars.&nbsp;&nbsp;---&gt;<br> <b>34: &lt;cfset&nbsp;temp&nbsp;=&nbsp;APPLICATION.navigation.set_request_vars(navtype&nbsp;=&nbsp;navtype)&nbsp;/&gt;</b><br> 35: <br> 36: &lt;!---&nbsp;HTML&nbsp;settings&nbsp;[sen-xn]&nbsp;---&gt;<br>
codePrintPlain
string32: 33: <!--- Sets up a bunch of request global vars. ---> 34: <cfset temp = APPLICATION.navigation.set_request_vars(navtype = navtype) /> 35: 36: <!--- HTML settings [sen-xn] --->
column
number0
id
string??
line
number34
Raw_Trace
stringthemes.default_v7.templates.structure.standard_header_cfm$cf.call(/themes/default_v7/templates/structure/standard_header.cfm:34)
template
string/var/www/oversight/themes/default_v7/templates/structure/standard_header.cfm
type
stringcfml
3
Struct
codePrintHTML
string82: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the&nbsp;STANDARD_HEADER&nbsp;include&nbsp;is&nbsp;our&nbsp;html&nbsp;start,&nbsp;meta&nbsp;tags,&nbsp;default&nbsp;scripts&nbsp;and&nbsp;styles,&nbsp;and&nbsp;anything&nbsp;else&nbsp;that&nbsp;rarely&nbsp;changes&nbsp;from&nbsp;site&nbsp;to&nbsp;site,&nbsp;can&nbsp;be&nbsp;overwritten&nbsp;at&nbsp;the&nbsp;theme&nbsp;level<br> 83: &nbsp;&nbsp;&nbsp;---&gt;<br> <b>84: &nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#APPLICATION.standard_header#&quot;&nbsp;/&gt;</b><br> 85: &nbsp;&nbsp;&nbsp;&lt;!---<br> 86: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;the&nbsp;HEADER&nbsp;include&nbsp;now&nbsp;only&nbsp;deals&nbsp;with&nbsp;site&nbsp;specific&nbsp;markup&nbsp;including&nbsp;the&nbsp;logo,&nbsp;nav,&nbsp;search,&nbsp;anything&nbsp;specified&nbsp;by&nbsp;the&nbsp;client,<br>
codePrintPlain
string82: the STANDARD_HEADER include is our html start, meta tags, default scripts and styles, and anything else that rarely changes from site to site, can be overwritten at the theme level 83: ---> 84: <cfinclude template="#APPLICATION.standard_header#" /> 85: <!--- 86: the HEADER include now only deals with site specific markup including the logo, nav, search, anything specified by the client,
column
number0
id
string??
line
number84
Raw_Trace
stringthemes.oversight.templates.press_releases_cfm$cf.call(/themes/oversight/templates/press_releases.cfm:84)
template
string/var/www/oversight/themes/oversight/templates/press_releases.cfm
type
stringcfml
4
Struct
codePrintHTML
string228: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfoutput&gt;&lt;strong&gt;Override&nbsp;Template:&lt;/strong&gt;&nbsp;#displayPage#&lt;/cfoutput&gt;<br> 229: &nbsp;&nbsp;&nbsp;&nbsp;&lt;cfelse&gt;<br> <b>230: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#REQUEST.fileroot##displayPage#&quot;/&gt;</b><br> 231: &nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br> 232: <br>
codePrintPlain
string228: <cfoutput><strong>Override Template:</strong> #displayPage#</cfoutput> 229: <cfelse> 230: <cfinclude template="#REQUEST.fileroot##displayPage#"/> 231: </cfif> 232:
column
number0
id
string??
line
number230
Raw_Trace
stringindex_cfm$cf.call_000004(/index.cfm:230)
template
string/var/www/oversight/index.cfm
type
stringcfml
5
Struct
codePrintHTML
string222: <br> 223: <br> <b>224: &lt;cfif&nbsp;FileExists(ExpandPath(displayPage))&gt;</b><br> 225: &nbsp;&nbsp;&nbsp;&lt;cfsetting&nbsp;enablecfoutputonly=&quot;false&quot;&gt;<br> 226: <br>
codePrintPlain
string222: 223: 224: <cfif FileExists(ExpandPath(displayPage))> 225: <cfsetting enablecfoutputonly="false"> 226:
column
number0
id
string??
line
number224
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:224)
template
string/var/www/oversight/index.cfm
type
stringcfml
type
stringexpression