| Catch |
| additional | |
| code | |
| Detail | | string |
<div class="dump caught">
<div>
<p class="message">key [nieuws] doesn't exist</p>
<div class="detail"></div>
<div class="type">
</div>
<ul class="tagcontext">
<li>/var/www/vbn/fondsrw/mods/nieuws/ebx_switch.cfm (line:2):
<strong><em>cfml</em></strong>
</li>
<li>/var/www/cfc/ebx/ebxPageContext.cfc (line:45):
<strong><em>cfml</em></strong>
</li>
<li>/var/www/cfc/ebx/ebxRuntime.cfc (line:64):
<strong><em>cfml</em></strong>
</li>
<li>/var/www/cfc/ebx/ebxRuntime.cfc (line:208):
<strong><em>cfml</em></strong>
</li>
<li>/var/www/cfc/ebx/ebxParser.cfc (line:438):
<strong><em>cfml</em></strong>
</li>
<li>/var/www/cfc/ebx/ebxParser.cfc (line:388):
<strong><em>cfml</em></strong>
</li>
<li>/var/www/cfc/ebx/ebxParser.cfc (line:158):
<strong><em>cfml</em></strong>
</li>
<li>/var/www/vbn/fondsrw/index.cfm (line:20):
<strong><em>cfml</em></strong>
</li>
<li>/var/www/vbn/fondsrw/Application.cfc (line:155):
<strong><em>cfml</em></strong>
</li>
</ul>
</div>
</div>
|
|
| ErrorCode | |
| Extended_Info | | string |
<style type="text/css">
div.ebxerror {font-size: 80%; border: 0.2em solid silver; background: whitesmoke; padding: 0.25em;}
div.ebxerror div {border: 0.3em solid gainsboro;}
div.ebxerror div strong.function, div.ebxerror div strong em {font-size: 90%;}
div.ebxerror div strong em {font-style: normal; font-size: 80%;}
</style>
<div class="ebxerror">
<p>Debugging (0 executed contexts)</p>
</div>
|
|
| ExtendedInfo | | string |
<style type="text/css">
div.ebxerror {font-size: 80%; border: 0.2em solid silver; background: whitesmoke; padding: 0.25em;}
div.ebxerror div {border: 0.3em solid gainsboro;}
div.ebxerror div strong.function, div.ebxerror div strong em {font-size: 90%;}
div.ebxerror div strong em {font-style: normal; font-size: 80%;}
</style>
<div class="ebxerror">
<p>Debugging (0 executed contexts)</p>
</div>
|
|
| Message | | string | Error afgevangen in eBox |
|
| StackTrace | | string | lucee.runtime.exp.CustomTypeException: Error afgevangen in eBox
at lucee.runtime.tag.Throw._doStartTag(Throw.java:225)
at lucee.runtime.tag.Throw.doStartTag(Throw.java:212)
at index_cfm$cf.call(/index.cfm:34)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1124)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1018)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:999)
at application_cfc$cf.udfCall1(/Application.cfc:155)
at application_cfc$cf.udfCall(/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:117)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:362)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:229)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:851)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:715)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2267)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:503)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:238)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2814)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2801)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2772)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1236)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1193)
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:710)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:128)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:107)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:165)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:77)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
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.connector.CoyoteAdapter.service(CoyoteAdapter.java:341)
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:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1778)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:946)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:480)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:57)
at java.base/java.lang.Thread.run(Unknown Source)
|
|
| TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 32: <cfsavecontent variable="errString"><cfset parser.dumpErrors() /></cfsavecontent><br>
33: <cfsavecontent variable="incString"><cfset parser.dumpExecutionStack() /></cfsavecontent><br>
<b>34: <cfthrow message="Error afgevangen in eBox" detail="#errString#" extendedinfo="#incString#"></b><br>
35: <!--- </cfif> ---><br>
36: </cfif><br>
|
| | codePrintPlain | | string | 32: <cfsavecontent variable="errString"><cfset parser.dumpErrors() /></cfsavecontent>
33: <cfsavecontent variable="incString"><cfset parser.dumpExecutionStack() /></cfsavecontent>
34: <cfthrow message="Error afgevangen in eBox" detail="#errString#" extendedinfo="#incString#">
35: <!--- </cfif> --->
36: </cfif>
|
| | column | | | id | | | line | | | Raw_Trace | | string | index_cfm$cf.call(/index.cfm:34) |
| | template | | string | /var/www/vbn/fondsrw/index.cfm |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 153: <cftry><br>
154: <!--- Enables access to this application's methods ---><br>
<b>155: <cfinclude template="#this.appPath##arguments.thePage#" /></b><br>
156: <cfcatch type="any"><br>
157: <cfrethrow /><br>
|
| | codePrintPlain | | string | 153: <cftry>
154: <!--- Enables access to this application's methods --->
155: <cfinclude template="#this.appPath##arguments.thePage#" />
156: <cfcatch type="any">
157: <cfrethrow />
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall1(/Application.cfc:155) |
| | template | | string | /var/www/vbn/fondsrw/Application.cfc |
| | type | |
|
|
| type | |