| 1 | 1 | Catch Entries: 13 | | additional | | | Cause | | Struct | | additional | | | code | | | Detail | | string | A 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 | | | Extended_Info | | | ExtendedInfo | | | Message | | string | Error reading fusebox.xml |
| | StackTrace | | string | lucee.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:263)
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 | | string | 261: message="Error reading fusebox.xml" <br>
262: 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.)"<br>
<b>263: extendedinfo="#cfcatch.detail#" /></b><br>
264: </cfcatch><br>
265: <br>
|
| | codePrintPlain | | string | 261: message="Error reading fusebox.xml"
262: detail="A problem was encountered while reading the #fbFile# file. This is usually caused by unmatched XML tags (a <tag> without a </tag> or without use of the <tag/> short-cut.)"
263: extendedinfo="#cfcatch.detail#" />
264: </cfcatch>
265:
|
| | column | | | id | | | line | | | Raw_Trace | | string | fusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:263) |
| | template | | string | /websites/dms19/fusebox5/fuseboxApplication.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 106: <br>
107: <cfset this.circuits = structNew() /><br>
<b>108: <cfset reload(arguments.appKey,arguments.appPath,arguments.myFusebox,arguments.appParameters) /></b><br>
109: <br>
110: <cfif this.strictMode><br>
|
| | codePrintPlain | | string | 106:
107: <cfset this.circuits = structNew() />
108: <cfset reload(arguments.appKey,arguments.appPath,arguments.myFusebox,arguments.appParameters) />
109:
110: <cfif this.strictMode>
|
| | column | | | id | | | line | | | Raw_Trace | | string | fusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:108) |
| | template | | string | /websites/dms19/fusebox5/fuseboxApplication.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 339: <cfset variables.myFusebox.trace("Fusebox","Creating Fusebox application object") /><br>
340: <cfset _fba = createObject("component","fuseboxApplication") /><br>
<b>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) /></b><br>
342: <cfelse><br>
343: <!--- can't be conditional: we don't know the state of the debug flag yet ---><br>
|
| | codePrintPlain | | string | 339: <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 | | | id | | | line | | | Raw_Trace | | string | fusebox5.application_cfc$cf.udfCall2(/fusebox5/Application.cfc:341) |
| | template | | string | /websites/dms19/fusebox5/Application.cfc |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 79: <cfset variables.exposed.event = variables.event /><br>
80: <br>
<b>81: <cfset loadFusebox() /></b><br>
82: <br>
83: </cffunction><br>
|
| | codePrintPlain | | string | 79: <cfset variables.exposed.event = variables.event />
80:
81: <cfset loadFusebox() />
82:
83: </cffunction>
|
| | column | | | id | | | line | | | Raw_Trace | | string | fusebox5.application_cfc$cf.udfCall1(/fusebox5/Application.cfc:81) |
| | template | | string | /websites/dms19/fusebox5/Application.cfc |
| | type | |
| | 5 | | Struct | | codePrintHTML | | string | 7: <cfset this.mappings["/ct"]= "/websites/dms19/ct/" /><br>
8: <cffunction name="onApplicationStart" output="false"><br>
<b>9: <cfset this = super.onApplicationStart(argumentCollection=arguments) /></b><br>
10: <cfset application.appName = "DMS2019" /><br>
11: <cfset application.appVersion = {<br>
|
| | codePrintPlain | | string | 7: <cfset this.mappings["/ct"]= "/websites/dms19/ct/" />
8: <cffunction name="onApplicationStart" output="false">
9: <cfset this = super.onApplicationStart(argumentCollection=arguments) />
10: <cfset application.appName = "DMS2019" />
11: <cfset application.appVersion = {
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:9) |
| | template | | string | /websites/dms19/Application.cfc |
| | type | |
|
| | type | | string | fusebox.fuseboxXMLError |
|
| | code | | | Detail | | string | A 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 | | | Extended_Info | | | ExtendedInfo | | | Message | | string | Error reading fusebox.xml |
| | name | | | rootCause | | Struct | | additional | | | code | | | Detail | | string | A 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 | | | Extended_Info | | | ExtendedInfo | | | Message | | string | Error reading fusebox.xml |
| | StackTrace | | string | lucee.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:263)
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 | | string | 261: message="Error reading fusebox.xml" <br>
262: 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.)"<br>
<b>263: extendedinfo="#cfcatch.detail#" /></b><br>
264: </cfcatch><br>
265: <br>
|
| | codePrintPlain | | string | 261: message="Error reading fusebox.xml"
262: detail="A problem was encountered while reading the #fbFile# file. This is usually caused by unmatched XML tags (a <tag> without a </tag> or without use of the <tag/> short-cut.)"
263: extendedinfo="#cfcatch.detail#" />
264: </cfcatch>
265:
|
| | column | | | id | | | line | | | Raw_Trace | | string | fusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:263) |
| | template | | string | /websites/dms19/fusebox5/fuseboxApplication.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 106: <br>
107: <cfset this.circuits = structNew() /><br>
<b>108: <cfset reload(arguments.appKey,arguments.appPath,arguments.myFusebox,arguments.appParameters) /></b><br>
109: <br>
110: <cfif this.strictMode><br>
|
| | codePrintPlain | | string | 106:
107: <cfset this.circuits = structNew() />
108: <cfset reload(arguments.appKey,arguments.appPath,arguments.myFusebox,arguments.appParameters) />
109:
110: <cfif this.strictMode>
|
| | column | | | id | | | line | | | Raw_Trace | | string | fusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:108) |
| | template | | string | /websites/dms19/fusebox5/fuseboxApplication.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 339: <cfset variables.myFusebox.trace("Fusebox","Creating Fusebox application object") /><br>
340: <cfset _fba = createObject("component","fuseboxApplication") /><br>
<b>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) /></b><br>
342: <cfelse><br>
343: <!--- can't be conditional: we don't know the state of the debug flag yet ---><br>
|
| | codePrintPlain | | string | 339: <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 | | | id | | | line | | | Raw_Trace | | string | fusebox5.application_cfc$cf.udfCall2(/fusebox5/Application.cfc:341) |
| | template | | string | /websites/dms19/fusebox5/Application.cfc |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 79: <cfset variables.exposed.event = variables.event /><br>
80: <br>
<b>81: <cfset loadFusebox() /></b><br>
82: <br>
83: </cffunction><br>
|
| | codePrintPlain | | string | 79: <cfset variables.exposed.event = variables.event />
80:
81: <cfset loadFusebox() />
82:
83: </cffunction>
|
| | column | | | id | | | line | | | Raw_Trace | | string | fusebox5.application_cfc$cf.udfCall1(/fusebox5/Application.cfc:81) |
| | template | | string | /websites/dms19/fusebox5/Application.cfc |
| | type | |
| | 5 | | Struct | | codePrintHTML | | string | 7: <cfset this.mappings["/ct"]= "/websites/dms19/ct/" /><br>
8: <cffunction name="onApplicationStart" output="false"><br>
<b>9: <cfset this = super.onApplicationStart(argumentCollection=arguments) /></b><br>
10: <cfset application.appName = "DMS2019" /><br>
11: <cfset application.appVersion = {<br>
|
| | codePrintPlain | | string | 7: <cfset this.mappings["/ct"]= "/websites/dms19/ct/" />
8: <cffunction name="onApplicationStart" output="false">
9: <cfset this = super.onApplicationStart(argumentCollection=arguments) />
10: <cfset application.appName = "DMS2019" />
11: <cfset application.appVersion = {
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:9) |
| | template | | string | /websites/dms19/Application.cfc |
| | type | |
|
| | type | | string | fusebox.fuseboxXMLError |
|
| | StackTrace | | string | lucee.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:263)
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 | | string | 261: message="Error reading fusebox.xml" <br>
262: 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.)"<br>
<b>263: extendedinfo="#cfcatch.detail#" /></b><br>
264: </cfcatch><br>
265: <br>
|
| | codePrintPlain | | string | 261: message="Error reading fusebox.xml"
262: detail="A problem was encountered while reading the #fbFile# file. This is usually caused by unmatched XML tags (a <tag> without a </tag> or without use of the <tag/> short-cut.)"
263: extendedinfo="#cfcatch.detail#" />
264: </cfcatch>
265:
|
| | column | | | id | | | line | | | Raw_Trace | | string | fusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:263) |
| | template | | string | /websites/dms19/fusebox5/fuseboxApplication.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 106: <br>
107: <cfset this.circuits = structNew() /><br>
<b>108: <cfset reload(arguments.appKey,arguments.appPath,arguments.myFusebox,arguments.appParameters) /></b><br>
109: <br>
110: <cfif this.strictMode><br>
|
| | codePrintPlain | | string | 106:
107: <cfset this.circuits = structNew() />
108: <cfset reload(arguments.appKey,arguments.appPath,arguments.myFusebox,arguments.appParameters) />
109:
110: <cfif this.strictMode>
|
| | column | | | id | | | line | | | Raw_Trace | | string | fusebox5.fuseboxapplication_cfc$cf.udfCall1(/fusebox5/fuseboxApplication.cfc:108) |
| | template | | string | /websites/dms19/fusebox5/fuseboxApplication.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 339: <cfset variables.myFusebox.trace("Fusebox","Creating Fusebox application object") /><br>
340: <cfset _fba = createObject("component","fuseboxApplication") /><br>
<b>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) /></b><br>
342: <cfelse><br>
343: <!--- can't be conditional: we don't know the state of the debug flag yet ---><br>
|
| | codePrintPlain | | string | 339: <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 | | | id | | | line | | | Raw_Trace | | string | fusebox5.application_cfc$cf.udfCall2(/fusebox5/Application.cfc:341) |
| | template | | string | /websites/dms19/fusebox5/Application.cfc |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 79: <cfset variables.exposed.event = variables.event /><br>
80: <br>
<b>81: <cfset loadFusebox() /></b><br>
82: <br>
83: </cffunction><br>
|
| | codePrintPlain | | string | 79: <cfset variables.exposed.event = variables.event />
80:
81: <cfset loadFusebox() />
82:
83: </cffunction>
|
| | column | | | id | | | line | | | Raw_Trace | | string | fusebox5.application_cfc$cf.udfCall1(/fusebox5/Application.cfc:81) |
| | template | | string | /websites/dms19/fusebox5/Application.cfc |
| | type | |
| | 5 | | Struct | | codePrintHTML | | string | 7: <cfset this.mappings["/ct"]= "/websites/dms19/ct/" /><br>
8: <cffunction name="onApplicationStart" output="false"><br>
<b>9: <cfset this = super.onApplicationStart(argumentCollection=arguments) /></b><br>
10: <cfset application.appName = "DMS2019" /><br>
11: <cfset application.appVersion = {<br>
|
| | codePrintPlain | | string | 7: <cfset this.mappings["/ct"]= "/websites/dms19/ct/" />
8: <cffunction name="onApplicationStart" output="false">
9: <cfset this = super.onApplicationStart(argumentCollection=arguments) />
10: <cfset application.appName = "DMS2019" />
11: <cfset application.appVersion = {
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:9) |
| | template | | string | /websites/dms19/Application.cfc |
| | type | |
|
| | type | | string | fusebox.fuseboxXMLError |
|
|