Scope Arguments
11
Catch
Entries: 13
additional
Struct (ordered)
Cause
Struct
additional
Struct (ordered)
code
string
Detail
stringA problem was encountered while reading the fusebox.xml.cfm file. This is usually caused by unmatched XML tags (a <tag> without a </tag> or without use of the <tag/> short-cut.)
ErrorCode
string
Extended_Info
string
ExtendedInfo
string
Message
stringError reading fusebox.xml
StackTrace
stringlucee.runtime.exp.CustomTypeException: Error reading fusebox.xml at lucee.runtime.tag.Throw._doStartTag(Throw.java:212) at lucee.runtime.tag.Throw.doStartTag(Throw.java:201) at fusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:262) at fusebox5.fuseboxapplication_cfc$cf.udfCall(/fusebox5/fuseboxApplication.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) 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:1776) at fusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:108) at fusebox5.fuseboxapplication_cfc$cf.udfCall(/fusebox5/fuseboxApplication.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) 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:1776) at fusebox5.application_cfc$cf.udfCall2(/fusebox5/Application.cfc:341) at fusebox5.application_cfc$cf.udfCall(/fusebox5/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) 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:1776) at fusebox5.application_cfc$cf.udfCall1(/fusebox5/Application.cfc:81) at fusebox5.application_cfc$cf.udfCall(/fusebox5/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:699) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:594) at lucee.runtime.SuperComponent.callWithNamedValues(SuperComponent.java:93) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1795) at application_cfc$cf.udfCall(/Application.cfc:9) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) 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.onApplicationStart(ModernAppListener.java:306) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3169) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:122) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2494) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2479) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2450) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161) 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:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:935) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1826) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Thread.java:829)
TagContext
Array
1
Struct
codePrintHTML
string260: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;message=&quot;Error&nbsp;reading&nbsp;fusebox.xml&quot;&nbsp;<br> 261: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;detail=&quot;A&nbsp;problem&nbsp;was&nbsp;encountered&nbsp;while&nbsp;reading&nbsp;the&nbsp;#fbFile#&nbsp;file.&nbsp;This&nbsp;is&nbsp;usually&nbsp;caused&nbsp;by&nbsp;unmatched&nbsp;XML&nbsp;tags&nbsp;(a&nbsp;&amp;lt;tag&amp;gt;&nbsp;without&nbsp;a&nbsp;&amp;lt;/tag&amp;gt;&nbsp;or&nbsp;without&nbsp;use&nbsp;of&nbsp;the&nbsp;&amp;lt;tag/&amp;gt;&nbsp;short-cut.)&quot;<br> <b>262: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;extendedinfo=&quot;#cfcatch.detail#&quot;&nbsp;/&gt;</b><br> 263: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfcatch&gt;<br> 264: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string260: message="Error reading fusebox.xml" 261: detail="A problem was encountered while reading the #fbFile# file. This is usually caused by unmatched XML tags (a &lt;tag&gt; without a &lt;/tag&gt; or without use of the &lt;tag/&gt; short-cut.)" 262: extendedinfo="#cfcatch.detail#" /> 263: </cfcatch> 264:
column
number0
id
string??
line
number262
Raw_Trace
stringfusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:262)
template
string/websites/dms19/fusebox5/fuseboxApplication.cfc
type
stringcfml
2
Struct
codePrintHTML
string106: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> 107: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;this.circuits&nbsp;=&nbsp;structNew()&nbsp;/&gt;<br> <b>108: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;reload(arguments.appKey,arguments.appPath,arguments.myFusebox,arguments.appParameters)&nbsp;/&gt;</b><br> 109: <br> 110: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;this.strictMode&gt;<br>
codePrintPlain
string106: 107: <cfset this.circuits = structNew() /> 108: <cfset reload(arguments.appKey,arguments.appPath,arguments.myFusebox,arguments.appParameters) /> 109: 110: <cfif this.strictMode>
column
number0
id
string??
line
number108
Raw_Trace
stringfusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:108)
template
string/websites/dms19/fusebox5/fuseboxApplication.cfc
type
stringcfml
3
Struct
codePrintHTML
string339: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;variables.myFusebox.trace(&quot;Fusebox&quot;,&quot;Creating&nbsp;Fusebox&nbsp;application&nbsp;object&quot;)&nbsp;/&gt;<br> 340: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;_fba&nbsp;=&nbsp;createObject(&quot;component&quot;,&quot;fuseboxApplication&quot;)&nbsp;/&gt;<br> <b>341: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;application[variables.FUSEBOX_APPLICATION_KEY]&nbsp;=&nbsp;_fba.init(variables.FUSEBOX_APPLICATION_KEY,variables.FUSEBOX_APPLICATION_PATH,variables.myFusebox,variables.FUSEBOX_CALLER_PATH,variables.FUSEBOX_PARAMETERS)&nbsp;/&gt;</b><br> 342: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfelse&gt;<br> 343: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!---&nbsp;can't&nbsp;be&nbsp;conditional:&nbsp;we&nbsp;don't&nbsp;know&nbsp;the&nbsp;state&nbsp;of&nbsp;the&nbsp;debug&nbsp;flag&nbsp;yet&nbsp;---&gt;<br>
codePrintPlain
string339: <cfset variables.myFusebox.trace("Fusebox","Creating Fusebox application object") /> 340: <cfset _fba = createObject("component","fuseboxApplication") /> 341: <cfset application[variables.FUSEBOX_APPLICATION_KEY] = _fba.init(variables.FUSEBOX_APPLICATION_KEY,variables.FUSEBOX_APPLICATION_PATH,variables.myFusebox,variables.FUSEBOX_CALLER_PATH,variables.FUSEBOX_PARAMETERS) /> 342: <cfelse> 343: <!--- can't be conditional: we don't know the state of the debug flag yet --->
column
number0
id
string??
line
number341
Raw_Trace
stringfusebox5.application_cfc$cf.udfCall2(/fusebox5/Application.cfc:341)
template
string/websites/dms19/fusebox5/Application.cfc
type
stringcfml
4
Struct
codePrintHTML
string79: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;variables.exposed.event&nbsp;=&nbsp;variables.event&nbsp;/&gt;<br> 80: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> <b>81: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;loadFusebox()&nbsp;/&gt;</b><br> 82: <br> 83: &nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br>
codePrintPlain
string79: <cfset variables.exposed.event = variables.event /> 80: 81: <cfset loadFusebox() /> 82: 83: </cffunction>
column
number0
id
string??
line
number81
Raw_Trace
stringfusebox5.application_cfc$cf.udfCall1(/fusebox5/Application.cfc:81)
template
string/websites/dms19/fusebox5/Application.cfc
type
stringcfml
5
Struct
codePrintHTML
string7: &nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;this.mappings[&quot;/ct&quot;]=&nbsp;&quot;/websites/dms19/ct/&quot;&nbsp;/&gt;<br> 8: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;onApplicationStart&quot;&nbsp;output=&quot;false&quot;&gt;<br> <b>9: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;this&nbsp;=&nbsp;super.onApplicationStart(argumentCollection=arguments)&nbsp;/&gt;</b><br> 10: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;application.appName&nbsp;=&nbsp;&quot;DMS2019a&quot;&nbsp;/&gt;<br> 11: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;application.appVersion&nbsp;=&nbsp;{<br>
codePrintPlain
string7: <cfset this.mappings["/ct"]= "/websites/dms19/ct/" /> 8: <cffunction name="onApplicationStart" output="false"> 9: <cfset this = super.onApplicationStart(argumentCollection=arguments) /> 10: <cfset application.appName = "DMS2019a" /> 11: <cfset application.appVersion = {
column
number0
id
string??
line
number9
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:9)
template
string/websites/dms19/Application.cfc
type
stringcfml
type
stringfusebox.fuseboxXMLError
code
string
Detail
stringA problem was encountered while reading the fusebox.xml.cfm file. This is usually caused by unmatched XML tags (a &lt;tag&gt; without a &lt;/tag&gt; or without use of the &lt;tag/&gt; short-cut.)
ErrorCode
string
Extended_Info
string
ExtendedInfo
string
Message
stringError reading fusebox.xml
name
stringonApplicationStart
rootCause
Struct
additional
Struct (ordered)
code
string
Detail
stringA problem was encountered while reading the fusebox.xml.cfm file. This is usually caused by unmatched XML tags (a &lt;tag&gt; without a &lt;/tag&gt; or without use of the &lt;tag/&gt; short-cut.)
ErrorCode
string
Extended_Info
string
ExtendedInfo
string
Message
stringError reading fusebox.xml
StackTrace
stringlucee.runtime.exp.CustomTypeException: Error reading fusebox.xml at lucee.runtime.tag.Throw._doStartTag(Throw.java:212) at lucee.runtime.tag.Throw.doStartTag(Throw.java:201) at fusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:262) at fusebox5.fuseboxapplication_cfc$cf.udfCall(/fusebox5/fuseboxApplication.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) 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:1776) at fusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:108) at fusebox5.fuseboxapplication_cfc$cf.udfCall(/fusebox5/fuseboxApplication.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) 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:1776) at fusebox5.application_cfc$cf.udfCall2(/fusebox5/Application.cfc:341) at fusebox5.application_cfc$cf.udfCall(/fusebox5/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) 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:1776) at fusebox5.application_cfc$cf.udfCall1(/fusebox5/Application.cfc:81) at fusebox5.application_cfc$cf.udfCall(/fusebox5/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:699) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:594) at lucee.runtime.SuperComponent.callWithNamedValues(SuperComponent.java:93) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1795) at application_cfc$cf.udfCall(/Application.cfc:9) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) 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.onApplicationStart(ModernAppListener.java:306) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3169) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:122) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2494) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2479) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2450) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161) 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:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:935) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1826) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Thread.java:829)
TagContext
Array
1
Struct
codePrintHTML
string260: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;message=&quot;Error&nbsp;reading&nbsp;fusebox.xml&quot;&nbsp;<br> 261: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;detail=&quot;A&nbsp;problem&nbsp;was&nbsp;encountered&nbsp;while&nbsp;reading&nbsp;the&nbsp;#fbFile#&nbsp;file.&nbsp;This&nbsp;is&nbsp;usually&nbsp;caused&nbsp;by&nbsp;unmatched&nbsp;XML&nbsp;tags&nbsp;(a&nbsp;&amp;lt;tag&amp;gt;&nbsp;without&nbsp;a&nbsp;&amp;lt;/tag&amp;gt;&nbsp;or&nbsp;without&nbsp;use&nbsp;of&nbsp;the&nbsp;&amp;lt;tag/&amp;gt;&nbsp;short-cut.)&quot;<br> <b>262: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;extendedinfo=&quot;#cfcatch.detail#&quot;&nbsp;/&gt;</b><br> 263: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfcatch&gt;<br> 264: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string260: message="Error reading fusebox.xml" 261: detail="A problem was encountered while reading the #fbFile# file. This is usually caused by unmatched XML tags (a &lt;tag&gt; without a &lt;/tag&gt; or without use of the &lt;tag/&gt; short-cut.)" 262: extendedinfo="#cfcatch.detail#" /> 263: </cfcatch> 264:
column
number0
id
string??
line
number262
Raw_Trace
stringfusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:262)
template
string/websites/dms19/fusebox5/fuseboxApplication.cfc
type
stringcfml
2
Struct
codePrintHTML
string106: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> 107: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;this.circuits&nbsp;=&nbsp;structNew()&nbsp;/&gt;<br> <b>108: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;reload(arguments.appKey,arguments.appPath,arguments.myFusebox,arguments.appParameters)&nbsp;/&gt;</b><br> 109: <br> 110: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;this.strictMode&gt;<br>
codePrintPlain
string106: 107: <cfset this.circuits = structNew() /> 108: <cfset reload(arguments.appKey,arguments.appPath,arguments.myFusebox,arguments.appParameters) /> 109: 110: <cfif this.strictMode>
column
number0
id
string??
line
number108
Raw_Trace
stringfusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:108)
template
string/websites/dms19/fusebox5/fuseboxApplication.cfc
type
stringcfml
3
Struct
codePrintHTML
string339: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;variables.myFusebox.trace(&quot;Fusebox&quot;,&quot;Creating&nbsp;Fusebox&nbsp;application&nbsp;object&quot;)&nbsp;/&gt;<br> 340: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;_fba&nbsp;=&nbsp;createObject(&quot;component&quot;,&quot;fuseboxApplication&quot;)&nbsp;/&gt;<br> <b>341: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;application[variables.FUSEBOX_APPLICATION_KEY]&nbsp;=&nbsp;_fba.init(variables.FUSEBOX_APPLICATION_KEY,variables.FUSEBOX_APPLICATION_PATH,variables.myFusebox,variables.FUSEBOX_CALLER_PATH,variables.FUSEBOX_PARAMETERS)&nbsp;/&gt;</b><br> 342: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfelse&gt;<br> 343: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!---&nbsp;can't&nbsp;be&nbsp;conditional:&nbsp;we&nbsp;don't&nbsp;know&nbsp;the&nbsp;state&nbsp;of&nbsp;the&nbsp;debug&nbsp;flag&nbsp;yet&nbsp;---&gt;<br>
codePrintPlain
string339: <cfset variables.myFusebox.trace("Fusebox","Creating Fusebox application object") /> 340: <cfset _fba = createObject("component","fuseboxApplication") /> 341: <cfset application[variables.FUSEBOX_APPLICATION_KEY] = _fba.init(variables.FUSEBOX_APPLICATION_KEY,variables.FUSEBOX_APPLICATION_PATH,variables.myFusebox,variables.FUSEBOX_CALLER_PATH,variables.FUSEBOX_PARAMETERS) /> 342: <cfelse> 343: <!--- can't be conditional: we don't know the state of the debug flag yet --->
column
number0
id
string??
line
number341
Raw_Trace
stringfusebox5.application_cfc$cf.udfCall2(/fusebox5/Application.cfc:341)
template
string/websites/dms19/fusebox5/Application.cfc
type
stringcfml
4
Struct
codePrintHTML
string79: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;variables.exposed.event&nbsp;=&nbsp;variables.event&nbsp;/&gt;<br> 80: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> <b>81: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;loadFusebox()&nbsp;/&gt;</b><br> 82: <br> 83: &nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br>
codePrintPlain
string79: <cfset variables.exposed.event = variables.event /> 80: 81: <cfset loadFusebox() /> 82: 83: </cffunction>
column
number0
id
string??
line
number81
Raw_Trace
stringfusebox5.application_cfc$cf.udfCall1(/fusebox5/Application.cfc:81)
template
string/websites/dms19/fusebox5/Application.cfc
type
stringcfml
5
Struct
codePrintHTML
string7: &nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;this.mappings[&quot;/ct&quot;]=&nbsp;&quot;/websites/dms19/ct/&quot;&nbsp;/&gt;<br> 8: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;onApplicationStart&quot;&nbsp;output=&quot;false&quot;&gt;<br> <b>9: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;this&nbsp;=&nbsp;super.onApplicationStart(argumentCollection=arguments)&nbsp;/&gt;</b><br> 10: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;application.appName&nbsp;=&nbsp;&quot;DMS2019a&quot;&nbsp;/&gt;<br> 11: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;application.appVersion&nbsp;=&nbsp;{<br>
codePrintPlain
string7: <cfset this.mappings["/ct"]= "/websites/dms19/ct/" /> 8: <cffunction name="onApplicationStart" output="false"> 9: <cfset this = super.onApplicationStart(argumentCollection=arguments) /> 10: <cfset application.appName = "DMS2019a" /> 11: <cfset application.appVersion = {
column
number0
id
string??
line
number9
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:9)
template
string/websites/dms19/Application.cfc
type
stringcfml
type
stringfusebox.fuseboxXMLError
StackTrace
stringlucee.runtime.exp.CustomTypeException: Error reading fusebox.xml at lucee.runtime.tag.Throw._doStartTag(Throw.java:212) at lucee.runtime.tag.Throw.doStartTag(Throw.java:201) at fusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:262) at fusebox5.fuseboxapplication_cfc$cf.udfCall(/fusebox5/fuseboxApplication.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) 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:1776) at fusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:108) at fusebox5.fuseboxapplication_cfc$cf.udfCall(/fusebox5/fuseboxApplication.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) 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:1776) at fusebox5.application_cfc$cf.udfCall2(/fusebox5/Application.cfc:341) at fusebox5.application_cfc$cf.udfCall(/fusebox5/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) 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:1776) at fusebox5.application_cfc$cf.udfCall1(/fusebox5/Application.cfc:81) at fusebox5.application_cfc$cf.udfCall(/fusebox5/Application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:699) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:594) at lucee.runtime.SuperComponent.callWithNamedValues(SuperComponent.java:93) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1795) at application_cfc$cf.udfCall(/Application.cfc:9) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) 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.onApplicationStart(ModernAppListener.java:306) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3169) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:122) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2494) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2479) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2450) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161) 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:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:935) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1826) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Thread.java:829)
TagContext
Array
1
Struct
codePrintHTML
string260: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;message=&quot;Error&nbsp;reading&nbsp;fusebox.xml&quot;&nbsp;<br> 261: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;detail=&quot;A&nbsp;problem&nbsp;was&nbsp;encountered&nbsp;while&nbsp;reading&nbsp;the&nbsp;#fbFile#&nbsp;file.&nbsp;This&nbsp;is&nbsp;usually&nbsp;caused&nbsp;by&nbsp;unmatched&nbsp;XML&nbsp;tags&nbsp;(a&nbsp;&amp;lt;tag&amp;gt;&nbsp;without&nbsp;a&nbsp;&amp;lt;/tag&amp;gt;&nbsp;or&nbsp;without&nbsp;use&nbsp;of&nbsp;the&nbsp;&amp;lt;tag/&amp;gt;&nbsp;short-cut.)&quot;<br> <b>262: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;extendedinfo=&quot;#cfcatch.detail#&quot;&nbsp;/&gt;</b><br> 263: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfcatch&gt;<br> 264: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string260: message="Error reading fusebox.xml" 261: detail="A problem was encountered while reading the #fbFile# file. This is usually caused by unmatched XML tags (a &lt;tag&gt; without a &lt;/tag&gt; or without use of the &lt;tag/&gt; short-cut.)" 262: extendedinfo="#cfcatch.detail#" /> 263: </cfcatch> 264:
column
number0
id
string??
line
number262
Raw_Trace
stringfusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:262)
template
string/websites/dms19/fusebox5/fuseboxApplication.cfc
type
stringcfml
2
Struct
codePrintHTML
string106: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> 107: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;this.circuits&nbsp;=&nbsp;structNew()&nbsp;/&gt;<br> <b>108: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;reload(arguments.appKey,arguments.appPath,arguments.myFusebox,arguments.appParameters)&nbsp;/&gt;</b><br> 109: <br> 110: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;this.strictMode&gt;<br>
codePrintPlain
string106: 107: <cfset this.circuits = structNew() /> 108: <cfset reload(arguments.appKey,arguments.appPath,arguments.myFusebox,arguments.appParameters) /> 109: 110: <cfif this.strictMode>
column
number0
id
string??
line
number108
Raw_Trace
stringfusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:108)
template
string/websites/dms19/fusebox5/fuseboxApplication.cfc
type
stringcfml
3
Struct
codePrintHTML
string339: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;variables.myFusebox.trace(&quot;Fusebox&quot;,&quot;Creating&nbsp;Fusebox&nbsp;application&nbsp;object&quot;)&nbsp;/&gt;<br> 340: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;_fba&nbsp;=&nbsp;createObject(&quot;component&quot;,&quot;fuseboxApplication&quot;)&nbsp;/&gt;<br> <b>341: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;application[variables.FUSEBOX_APPLICATION_KEY]&nbsp;=&nbsp;_fba.init(variables.FUSEBOX_APPLICATION_KEY,variables.FUSEBOX_APPLICATION_PATH,variables.myFusebox,variables.FUSEBOX_CALLER_PATH,variables.FUSEBOX_PARAMETERS)&nbsp;/&gt;</b><br> 342: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfelse&gt;<br> 343: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;!---&nbsp;can't&nbsp;be&nbsp;conditional:&nbsp;we&nbsp;don't&nbsp;know&nbsp;the&nbsp;state&nbsp;of&nbsp;the&nbsp;debug&nbsp;flag&nbsp;yet&nbsp;---&gt;<br>
codePrintPlain
string339: <cfset variables.myFusebox.trace("Fusebox","Creating Fusebox application object") /> 340: <cfset _fba = createObject("component","fuseboxApplication") /> 341: <cfset application[variables.FUSEBOX_APPLICATION_KEY] = _fba.init(variables.FUSEBOX_APPLICATION_KEY,variables.FUSEBOX_APPLICATION_PATH,variables.myFusebox,variables.FUSEBOX_CALLER_PATH,variables.FUSEBOX_PARAMETERS) /> 342: <cfelse> 343: <!--- can't be conditional: we don't know the state of the debug flag yet --->
column
number0
id
string??
line
number341
Raw_Trace
stringfusebox5.application_cfc$cf.udfCall2(/fusebox5/Application.cfc:341)
template
string/websites/dms19/fusebox5/Application.cfc
type
stringcfml
4
Struct
codePrintHTML
string79: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;variables.exposed.event&nbsp;=&nbsp;variables.event&nbsp;/&gt;<br> 80: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> <b>81: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;loadFusebox()&nbsp;/&gt;</b><br> 82: <br> 83: &nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br>
codePrintPlain
string79: <cfset variables.exposed.event = variables.event /> 80: 81: <cfset loadFusebox() /> 82: 83: </cffunction>
column
number0
id
string??
line
number81
Raw_Trace
stringfusebox5.application_cfc$cf.udfCall1(/fusebox5/Application.cfc:81)
template
string/websites/dms19/fusebox5/Application.cfc
type
stringcfml
5
Struct
codePrintHTML
string7: &nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;this.mappings[&quot;/ct&quot;]=&nbsp;&quot;/websites/dms19/ct/&quot;&nbsp;/&gt;<br> 8: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;onApplicationStart&quot;&nbsp;output=&quot;false&quot;&gt;<br> <b>9: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;this&nbsp;=&nbsp;super.onApplicationStart(argumentCollection=arguments)&nbsp;/&gt;</b><br> 10: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;application.appName&nbsp;=&nbsp;&quot;DMS2019a&quot;&nbsp;/&gt;<br> 11: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;application.appVersion&nbsp;=&nbsp;{<br>
codePrintPlain
string7: <cfset this.mappings["/ct"]= "/websites/dms19/ct/" /> 8: <cffunction name="onApplicationStart" output="false"> 9: <cfset this = super.onApplicationStart(argumentCollection=arguments) /> 10: <cfset application.appName = "DMS2019a" /> 11: <cfset application.appVersion = {
column
number0
id
string??
line
number9
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:9)
template
string/websites/dms19/Application.cfc
type
stringcfml
type
stringfusebox.fuseboxXMLError
22
stringonApplicationStart