Catch Entries: 13 |
additional | |
Cause | Struct | additional | | Detail | | ErrNumber | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | key [WEB_ROOT] doesn't exist |
| StackTrace | string | lucee.runtime.exp.ExpressionException: key [WEB_ROOT] doesn't exist
at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67)
at lucee.runtime.type.StructImpl.get(StructImpl.java:139)
at util.sideliner_cfc$cf.initComponent(/com/util/sideliner.cfc:4)
at util.sideliner_cfc$cf.newInstance(/com/util/sideliner.cfc:1)
at lucee.runtime.component.ComponentLoader.initComponent(ComponentLoader.java:632)
at lucee.runtime.component.ComponentLoader._loadComponent(ComponentLoader.java:571)
at lucee.runtime.component.ComponentLoader.load(ComponentLoader.java:494)
at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:283)
at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:188)
at lucee.runtime.component.ComponentLoader.searchComponent(ComponentLoader.java:82)
at lucee.runtime.PageContextImpl.loadComponent(PageContextImpl.java:3281)
at lucee.runtime.functions.other.CreateObject.doComponent(CreateObject.java:148)
at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:70)
at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:49)
at application_actual_cfc$cf.udfCall1(/com/Application_actual.cfc:511)
at application_actual_cfc$cf.udfCall(/com/Application_actual.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.listener.ModernAppListener.call(ModernAppListener.java:444)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:135)
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:481)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:761)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:388)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
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 | string | 2: <br>
3: <cfset this['sideline_filename'] = 'sideline.html'><br>
<b>4: <cfset this['sideline_file_path'] = application.web_root & this.sideline_filename></b><br>
5: <cfset this['start'] = getTickCount()><br>
6: <cfset this['last_add_tick'] = this.start><br>
|
| codePrintPlain | string | 2:
3: <cfset this['sideline_filename'] = 'sideline.html'>
4: <cfset this['sideline_file_path'] = application.web_root & this.sideline_filename>
5: <cfset this['start'] = getTickCount()>
6: <cfset this['last_add_tick'] = this.start>
|
| column | | id | | line | | Raw_Trace | string | util.sideliner_cfc$cf.initComponent(/com/util/sideliner.cfc:4) |
| template | string | /var/www/legacy/com/util/sideliner.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | <b>1: <cfcomponent></b><br>
2: <br>
3: <cfset this['sideline_filename'] = 'sideline.html'><br>
|
| codePrintPlain | string | 1: <cfcomponent>
2:
3: <cfset this['sideline_filename'] = 'sideline.html'>
|
| column | | id | | line | | Raw_Trace | string | util.sideliner_cfc$cf.newInstance(/com/util/sideliner.cfc:1) |
| template | string | /var/www/legacy/com/util/sideliner.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 509: <!--- new july 2025 ---><br>
510: <cfif arguments.TargetPage does not contain 'live_update'><br>
<b>511: <cfset request['sideliner'] = createObject('component', 'com.util.sideliner').init(getFunctionCalledName())></b><br>
512: </cfif><br>
513: <br>
|
| codePrintPlain | string | 509: <!--- new july 2025 --->
510: <cfif arguments.TargetPage does not contain 'live_update'>
511: <cfset request['sideliner'] = createObject('component', 'com.util.sideliner').init(getFunctionCalledName())>
512: </cfif>
513:
|
| column | | id | | line | | Raw_Trace | string | application_actual_cfc$cf.udfCall1(/com/Application_actual.cfc:511) |
| template | string | /var/www/legacy/com/Application_actual.cfc |
| type | |
|
| type | |
|
Detail | |
ErrNumber | |
ErrorCode | |
Extended_Info | |
ExtendedInfo | |
Message | string | key [WEB_ROOT] doesn't exist |
|
name | |
rootCause | Struct | additional | | Detail | | ErrNumber | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | key [WEB_ROOT] doesn't exist |
| StackTrace | string | lucee.runtime.exp.ExpressionException: key [WEB_ROOT] doesn't exist
at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67)
at lucee.runtime.type.StructImpl.get(StructImpl.java:139)
at util.sideliner_cfc$cf.initComponent(/com/util/sideliner.cfc:4)
at util.sideliner_cfc$cf.newInstance(/com/util/sideliner.cfc:1)
at lucee.runtime.component.ComponentLoader.initComponent(ComponentLoader.java:632)
at lucee.runtime.component.ComponentLoader._loadComponent(ComponentLoader.java:571)
at lucee.runtime.component.ComponentLoader.load(ComponentLoader.java:494)
at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:283)
at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:188)
at lucee.runtime.component.ComponentLoader.searchComponent(ComponentLoader.java:82)
at lucee.runtime.PageContextImpl.loadComponent(PageContextImpl.java:3281)
at lucee.runtime.functions.other.CreateObject.doComponent(CreateObject.java:148)
at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:70)
at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:49)
at application_actual_cfc$cf.udfCall1(/com/Application_actual.cfc:511)
at application_actual_cfc$cf.udfCall(/com/Application_actual.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.listener.ModernAppListener.call(ModernAppListener.java:444)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:135)
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:481)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:761)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:388)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
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 | string | 2: <br>
3: <cfset this['sideline_filename'] = 'sideline.html'><br>
<b>4: <cfset this['sideline_file_path'] = application.web_root & this.sideline_filename></b><br>
5: <cfset this['start'] = getTickCount()><br>
6: <cfset this['last_add_tick'] = this.start><br>
|
| codePrintPlain | string | 2:
3: <cfset this['sideline_filename'] = 'sideline.html'>
4: <cfset this['sideline_file_path'] = application.web_root & this.sideline_filename>
5: <cfset this['start'] = getTickCount()>
6: <cfset this['last_add_tick'] = this.start>
|
| column | | id | | line | | Raw_Trace | string | util.sideliner_cfc$cf.initComponent(/com/util/sideliner.cfc:4) |
| template | string | /var/www/legacy/com/util/sideliner.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | <b>1: <cfcomponent></b><br>
2: <br>
3: <cfset this['sideline_filename'] = 'sideline.html'><br>
|
| codePrintPlain | string | 1: <cfcomponent>
2:
3: <cfset this['sideline_filename'] = 'sideline.html'>
|
| column | | id | | line | | Raw_Trace | string | util.sideliner_cfc$cf.newInstance(/com/util/sideliner.cfc:1) |
| template | string | /var/www/legacy/com/util/sideliner.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 509: <!--- new july 2025 ---><br>
510: <cfif arguments.TargetPage does not contain 'live_update'><br>
<b>511: <cfset request['sideliner'] = createObject('component', 'com.util.sideliner').init(getFunctionCalledName())></b><br>
512: </cfif><br>
513: <br>
|
| codePrintPlain | string | 509: <!--- new july 2025 --->
510: <cfif arguments.TargetPage does not contain 'live_update'>
511: <cfset request['sideliner'] = createObject('component', 'com.util.sideliner').init(getFunctionCalledName())>
512: </cfif>
513:
|
| column | | id | | line | | Raw_Trace | string | application_actual_cfc$cf.udfCall1(/com/Application_actual.cfc:511) |
| template | string | /var/www/legacy/com/Application_actual.cfc |
| type | |
|
| type | |
|
StackTrace | string | lucee.runtime.exp.ExpressionException: key [WEB_ROOT] doesn't exist
at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:67)
at lucee.runtime.type.StructImpl.get(StructImpl.java:139)
at util.sideliner_cfc$cf.initComponent(/com/util/sideliner.cfc:4)
at util.sideliner_cfc$cf.newInstance(/com/util/sideliner.cfc:1)
at lucee.runtime.component.ComponentLoader.initComponent(ComponentLoader.java:632)
at lucee.runtime.component.ComponentLoader._loadComponent(ComponentLoader.java:571)
at lucee.runtime.component.ComponentLoader.load(ComponentLoader.java:494)
at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:283)
at lucee.runtime.component.ComponentLoader._search(ComponentLoader.java:188)
at lucee.runtime.component.ComponentLoader.searchComponent(ComponentLoader.java:82)
at lucee.runtime.PageContextImpl.loadComponent(PageContextImpl.java:3281)
at lucee.runtime.functions.other.CreateObject.doComponent(CreateObject.java:148)
at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:70)
at lucee.runtime.functions.other.CreateObject.call(CreateObject.java:49)
at application_actual_cfc$cf.udfCall1(/com/Application_actual.cfc:511)
at application_actual_cfc$cf.udfCall(/com/Application_actual.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.listener.ModernAppListener.call(ModernAppListener.java:444)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:135)
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:481)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:660)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:761)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:388)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
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 | string | 2: <br>
3: <cfset this['sideline_filename'] = 'sideline.html'><br>
<b>4: <cfset this['sideline_file_path'] = application.web_root & this.sideline_filename></b><br>
5: <cfset this['start'] = getTickCount()><br>
6: <cfset this['last_add_tick'] = this.start><br>
|
| codePrintPlain | string | 2:
3: <cfset this['sideline_filename'] = 'sideline.html'>
4: <cfset this['sideline_file_path'] = application.web_root & this.sideline_filename>
5: <cfset this['start'] = getTickCount()>
6: <cfset this['last_add_tick'] = this.start>
|
| column | | id | | line | | Raw_Trace | string | util.sideliner_cfc$cf.initComponent(/com/util/sideliner.cfc:4) |
| template | string | /var/www/legacy/com/util/sideliner.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | <b>1: <cfcomponent></b><br>
2: <br>
3: <cfset this['sideline_filename'] = 'sideline.html'><br>
|
| codePrintPlain | string | 1: <cfcomponent>
2:
3: <cfset this['sideline_filename'] = 'sideline.html'>
|
| column | | id | | line | | Raw_Trace | string | util.sideliner_cfc$cf.newInstance(/com/util/sideliner.cfc:1) |
| template | string | /var/www/legacy/com/util/sideliner.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 509: <!--- new july 2025 ---><br>
510: <cfif arguments.TargetPage does not contain 'live_update'><br>
<b>511: <cfset request['sideliner'] = createObject('component', 'com.util.sideliner').init(getFunctionCalledName())></b><br>
512: </cfif><br>
513: <br>
|
| codePrintPlain | string | 509: <!--- new july 2025 --->
510: <cfif arguments.TargetPage does not contain 'live_update'>
511: <cfset request['sideliner'] = createObject('component', 'com.util.sideliner').init(getFunctionCalledName())>
512: </cfif>
513:
|
| column | | id | | line | | Raw_Trace | string | application_actual_cfc$cf.udfCall1(/com/Application_actual.cfc:511) |
| template | string | /var/www/legacy/com/Application_actual.cfc |
| type | |
|
|
type | |