Catch
Entries: 13
additional
Struct (ordered)
Cause
Struct
additional
Struct (ordered)
Detail
stringJava type of the object is lucee.runtime.type.StructImpl
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringCan't cast Object type [Struct] to a value of type [query]
StackTrace
stringlucee.runtime.exp.CasterException: Can't cast Object type [Struct] to a value of type [query] at lucee.runtime.op.Caster.toQuery(Caster.java:3064) at lucee.runtime.db.HSQLDBHandler.__execute(HSQLDBHandler.java:341) at lucee.runtime.db.HSQLDBHandler._execute(HSQLDBHandler.java:306) at lucee.runtime.db.HSQLDBHandler.execute(HSQLDBHandler.java:294) at lucee.runtime.tag.Query.executeQoQ(Query.java:1111) at lucee.runtime.tag.Query._doEndTag(Query.java:681) at lucee.runtime.tag.Query.doEndTag(Query.java:566) at event_cfm$cf.call(/event.cfm:254) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall(/Application.cfc:216) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:696) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:584) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1931) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834)
TagContext
Array
1
Struct
codePrintHTML
string252: &lt;cfquery name=&quot;qDays&quot; dbtype=&quot;query&quot;&gt;<br> 253: select distinct scheduled_day, scheduled_day_raw from qSchedule order by scheduled_day_raw<br> <b>254: &lt;/cfquery&gt;</b><br> 255: &lt;cfcatch type=&quot;any&quot;&gt;<br> 256: &lt;cflog file='icetestng-dev' text='ticker sechedule error selecting days from this CFQUERY object: #serializejson(qSchedule)#' /&gt;<br>
codePrintPlain
string252: <cfquery name="qDays" dbtype="query"> 253: select distinct scheduled_day, scheduled_day_raw from qSchedule order by scheduled_day_raw 254: </cfquery> 255: <cfcatch type="any"> 256: <cflog file='icetestng-dev' text='ticker sechedule error selecting days from this CFQUERY object: #serializejson(qSchedule)#' />
column
number0
id
string??
line
number254
Raw_Trace
stringevent_cfm$cf.call(/event.cfm:254)
template
string/opt/lucee/tomcat/webapps/ticker/event.cfm
type
stringcfml
2
Struct
codePrintHTML
string214: &lt;cfargument name=&quot;Page&quot; type=&quot;string&quot; required=&quot;true&quot; hint=&quot;The page template requested by the user.&quot;/&gt;<br> 215: <br> <b>216: &lt;cfinclude template=&quot;#ARGUMENTS.Page#&quot;/&gt;</b><br> 217: &lt;!--- Return out. ---&gt;<br> 218: &lt;cfreturn /&gt;<br>
codePrintPlain
string214: <cfargument name="Page" type="string" required="true" hint="The page template requested by the user."/> 215: 216: <cfinclude template="#ARGUMENTS.Page#"/> 217: <!--- Return out. ---> 218: <cfreturn />
column
number0
id
string??
line
number216
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:216)
template
string/opt/lucee/tomcat/webapps/ticker/Application.cfc
type
stringcfml
type
stringexpression
Detail
stringJava type of the object is lucee.runtime.type.StructImpl
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringCan't cast Object type [Struct] to a value of type [query]
name
stringonRequest
rootCause
Struct
additional
Struct (ordered)
Detail
stringJava type of the object is lucee.runtime.type.StructImpl
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringCan't cast Object type [Struct] to a value of type [query]
StackTrace
stringlucee.runtime.exp.CasterException: Can't cast Object type [Struct] to a value of type [query] at lucee.runtime.op.Caster.toQuery(Caster.java:3064) at lucee.runtime.db.HSQLDBHandler.__execute(HSQLDBHandler.java:341) at lucee.runtime.db.HSQLDBHandler._execute(HSQLDBHandler.java:306) at lucee.runtime.db.HSQLDBHandler.execute(HSQLDBHandler.java:294) at lucee.runtime.tag.Query.executeQoQ(Query.java:1111) at lucee.runtime.tag.Query._doEndTag(Query.java:681) at lucee.runtime.tag.Query.doEndTag(Query.java:566) at event_cfm$cf.call(/event.cfm:254) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall(/Application.cfc:216) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:696) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:584) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1931) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834)
TagContext
Array
1
Struct
codePrintHTML
string252: &lt;cfquery name=&quot;qDays&quot; dbtype=&quot;query&quot;&gt;<br> 253: select distinct scheduled_day, scheduled_day_raw from qSchedule order by scheduled_day_raw<br> <b>254: &lt;/cfquery&gt;</b><br> 255: &lt;cfcatch type=&quot;any&quot;&gt;<br> 256: &lt;cflog file='icetestng-dev' text='ticker sechedule error selecting days from this CFQUERY object: #serializejson(qSchedule)#' /&gt;<br>
codePrintPlain
string252: <cfquery name="qDays" dbtype="query"> 253: select distinct scheduled_day, scheduled_day_raw from qSchedule order by scheduled_day_raw 254: </cfquery> 255: <cfcatch type="any"> 256: <cflog file='icetestng-dev' text='ticker sechedule error selecting days from this CFQUERY object: #serializejson(qSchedule)#' />
column
number0
id
string??
line
number254
Raw_Trace
stringevent_cfm$cf.call(/event.cfm:254)
template
string/opt/lucee/tomcat/webapps/ticker/event.cfm
type
stringcfml
2
Struct
codePrintHTML
string214: &lt;cfargument name=&quot;Page&quot; type=&quot;string&quot; required=&quot;true&quot; hint=&quot;The page template requested by the user.&quot;/&gt;<br> 215: <br> <b>216: &lt;cfinclude template=&quot;#ARGUMENTS.Page#&quot;/&gt;</b><br> 217: &lt;!--- Return out. ---&gt;<br> 218: &lt;cfreturn /&gt;<br>
codePrintPlain
string214: <cfargument name="Page" type="string" required="true" hint="The page template requested by the user."/> 215: 216: <cfinclude template="#ARGUMENTS.Page#"/> 217: <!--- Return out. ---> 218: <cfreturn />
column
number0
id
string??
line
number216
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:216)
template
string/opt/lucee/tomcat/webapps/ticker/Application.cfc
type
stringcfml
type
stringexpression
StackTrace
stringlucee.runtime.exp.CasterException: Can't cast Object type [Struct] to a value of type [query] at lucee.runtime.op.Caster.toQuery(Caster.java:3064) at lucee.runtime.db.HSQLDBHandler.__execute(HSQLDBHandler.java:341) at lucee.runtime.db.HSQLDBHandler._execute(HSQLDBHandler.java:306) at lucee.runtime.db.HSQLDBHandler.execute(HSQLDBHandler.java:294) at lucee.runtime.tag.Query.executeQoQ(Query.java:1111) at lucee.runtime.tag.Query._doEndTag(Query.java:681) at lucee.runtime.tag.Query.doEndTag(Query.java:566) at event_cfm$cf.call(/event.cfm:254) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall(/Application.cfc:216) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:696) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:584) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1931) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834)
TagContext
Array
1
Struct
codePrintHTML
string252: &lt;cfquery name=&quot;qDays&quot; dbtype=&quot;query&quot;&gt;<br> 253: select distinct scheduled_day, scheduled_day_raw from qSchedule order by scheduled_day_raw<br> <b>254: &lt;/cfquery&gt;</b><br> 255: &lt;cfcatch type=&quot;any&quot;&gt;<br> 256: &lt;cflog file='icetestng-dev' text='ticker sechedule error selecting days from this CFQUERY object: #serializejson(qSchedule)#' /&gt;<br>
codePrintPlain
string252: <cfquery name="qDays" dbtype="query"> 253: select distinct scheduled_day, scheduled_day_raw from qSchedule order by scheduled_day_raw 254: </cfquery> 255: <cfcatch type="any"> 256: <cflog file='icetestng-dev' text='ticker sechedule error selecting days from this CFQUERY object: #serializejson(qSchedule)#' />
column
number0
id
string??
line
number254
Raw_Trace
stringevent_cfm$cf.call(/event.cfm:254)
template
string/opt/lucee/tomcat/webapps/ticker/event.cfm
type
stringcfml
2
Struct
codePrintHTML
string214: &lt;cfargument name=&quot;Page&quot; type=&quot;string&quot; required=&quot;true&quot; hint=&quot;The page template requested by the user.&quot;/&gt;<br> 215: <br> <b>216: &lt;cfinclude template=&quot;#ARGUMENTS.Page#&quot;/&gt;</b><br> 217: &lt;!--- Return out. ---&gt;<br> 218: &lt;cfreturn /&gt;<br>
codePrintPlain
string214: <cfargument name="Page" type="string" required="true" hint="The page template requested by the user."/> 215: 216: <cfinclude template="#ARGUMENTS.Page#"/> 217: <!--- Return out. ---> 218: <cfreturn />
column
number0
id
string??
line
number216
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:216)
template
string/opt/lucee/tomcat/webapps/ticker/Application.cfc
type
stringcfml
type
stringexpression