Catch
Entries: 13
additional
Struct (ordered)
Function
stringonRequest
Component
stringApplication
Cause
Struct
additional
Struct (ordered)
Function
stringonRequest
Component
stringApplication
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcan't cast empty string to a number value
StackTrace
stringlucee.runtime.exp.CasterException: can't cast empty string to a number value at lucee.runtime.op.Caster.toDoubleValue(Caster.java:543) at lucee.runtime.op.Caster.toIntValue(Caster.java:841) at lucee.runtime.op.Caster.toIntValue(Caster.java:816) at lucee.runtime.op.Caster.toInteger(Caster.java:4840) at lucee.runtime.db.SQLCaster.setValue(SQLCaster.java:307) at lucee.runtime.type.QueryImpl.setItems(QueryImpl.java:583) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:301) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:239) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1125) at lucee.runtime.tag.Query._doEndTag(Query.java:692) at lucee.runtime.tag.Query.doEndTag(Query.java:557) at trip_print_cfm$cf.call(/trip_print.cfm:5) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987) at application_cfc$cf.udfCall(/Application.cfc:182) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2810) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2797) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2768) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1066) 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:209) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) 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.ErrorReportValve.invoke(ErrorReportValve.java:93) 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:390) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:926) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1790) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1583)
TagContext
Array
1
Struct
codePrintHTML
string3: &lt;cfquery&nbsp;name=&quot;profiles&quot;&nbsp;datasource=&quot;#db#&quot;&gt;<br> 4: select&nbsp;*&nbsp;from&nbsp;profile&nbsp;where&nbsp;id&nbsp;in&nbsp;(&lt;cfqueryparam&nbsp;value=&quot;#cookie.tripplanner#&quot;&nbsp;cfsqltype=&quot;cf_sql_integer&quot;&nbsp;list=&quot;yes&quot;&gt;)&nbsp;order&nbsp;by&nbsp;name<br> <b>5: &lt;/cfquery&gt;</b><br> 6: &lt;cfoutput&nbsp;query=&quot;profiles&quot;&gt;<br> 7: &lt;div&nbsp;class=&quot;tripitem&quot;&nbsp;style=&quot;padding:10px;&nbsp;margin-bottom:10px;&nbsp;border:1px&nbsp;solid&nbsp;##eee;&nbsp;background-color:##fff;&quot;&gt;<br>
codePrintPlain
string3: <cfquery name="profiles" datasource="#db#"> 4: select * from profile where id in (<cfqueryparam value="#cookie.tripplanner#" cfsqltype="cf_sql_integer" list="yes">) order by name 5: </cfquery> 6: <cfoutput query="profiles"> 7: <div class="tripitem" style="padding:10px; margin-bottom:10px; border:1px solid ##eee; background-color:##fff;">
column
number0
id
string??
line
number5
Raw_Trace
stringtrip_print_cfm$cf.call(/trip_print.cfm:5)
template
string/var/www/ahw/public/trip_print.cfm
type
stringcfml
2
Struct
codePrintHTML
string180: <br> 181: &nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;'header.cfm';<br> <b>182: &nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;request_target;</b><br> 183: &nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;'footer.cfm';<br> 184: &nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string180: 181: include 'header.cfm'; 182: include request_target; 183: include 'footer.cfm'; 184:
column
number0
id
string??
line
number182
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:182)
template
string/var/www/ahw/public/Application.cfc
type
stringcfml
type
stringexpression
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcan't cast empty string to a number value
name
stringonRequest
rootCause
Struct
additional
Struct (ordered)
Function
stringonRequest
Component
stringApplication
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcan't cast empty string to a number value
StackTrace
stringlucee.runtime.exp.CasterException: can't cast empty string to a number value at lucee.runtime.op.Caster.toDoubleValue(Caster.java:543) at lucee.runtime.op.Caster.toIntValue(Caster.java:841) at lucee.runtime.op.Caster.toIntValue(Caster.java:816) at lucee.runtime.op.Caster.toInteger(Caster.java:4840) at lucee.runtime.db.SQLCaster.setValue(SQLCaster.java:307) at lucee.runtime.type.QueryImpl.setItems(QueryImpl.java:583) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:301) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:239) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1125) at lucee.runtime.tag.Query._doEndTag(Query.java:692) at lucee.runtime.tag.Query.doEndTag(Query.java:557) at trip_print_cfm$cf.call(/trip_print.cfm:5) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987) at application_cfc$cf.udfCall(/Application.cfc:182) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2810) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2797) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2768) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1066) 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:209) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) 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.ErrorReportValve.invoke(ErrorReportValve.java:93) 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:390) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:926) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1790) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1583)
TagContext
Array
1
Struct
codePrintHTML
string3: &lt;cfquery&nbsp;name=&quot;profiles&quot;&nbsp;datasource=&quot;#db#&quot;&gt;<br> 4: select&nbsp;*&nbsp;from&nbsp;profile&nbsp;where&nbsp;id&nbsp;in&nbsp;(&lt;cfqueryparam&nbsp;value=&quot;#cookie.tripplanner#&quot;&nbsp;cfsqltype=&quot;cf_sql_integer&quot;&nbsp;list=&quot;yes&quot;&gt;)&nbsp;order&nbsp;by&nbsp;name<br> <b>5: &lt;/cfquery&gt;</b><br> 6: &lt;cfoutput&nbsp;query=&quot;profiles&quot;&gt;<br> 7: &lt;div&nbsp;class=&quot;tripitem&quot;&nbsp;style=&quot;padding:10px;&nbsp;margin-bottom:10px;&nbsp;border:1px&nbsp;solid&nbsp;##eee;&nbsp;background-color:##fff;&quot;&gt;<br>
codePrintPlain
string3: <cfquery name="profiles" datasource="#db#"> 4: select * from profile where id in (<cfqueryparam value="#cookie.tripplanner#" cfsqltype="cf_sql_integer" list="yes">) order by name 5: </cfquery> 6: <cfoutput query="profiles"> 7: <div class="tripitem" style="padding:10px; margin-bottom:10px; border:1px solid ##eee; background-color:##fff;">
column
number0
id
string??
line
number5
Raw_Trace
stringtrip_print_cfm$cf.call(/trip_print.cfm:5)
template
string/var/www/ahw/public/trip_print.cfm
type
stringcfml
2
Struct
codePrintHTML
string180: <br> 181: &nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;'header.cfm';<br> <b>182: &nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;request_target;</b><br> 183: &nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;'footer.cfm';<br> 184: &nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string180: 181: include 'header.cfm'; 182: include request_target; 183: include 'footer.cfm'; 184:
column
number0
id
string??
line
number182
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:182)
template
string/var/www/ahw/public/Application.cfc
type
stringcfml
type
stringexpression
StackTrace
stringlucee.runtime.exp.CasterException: can't cast empty string to a number value at lucee.runtime.op.Caster.toDoubleValue(Caster.java:543) at lucee.runtime.op.Caster.toIntValue(Caster.java:841) at lucee.runtime.op.Caster.toIntValue(Caster.java:816) at lucee.runtime.op.Caster.toInteger(Caster.java:4840) at lucee.runtime.db.SQLCaster.setValue(SQLCaster.java:307) at lucee.runtime.type.QueryImpl.setItems(QueryImpl.java:583) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:301) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:239) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1125) at lucee.runtime.tag.Query._doEndTag(Query.java:692) at lucee.runtime.tag.Query.doEndTag(Query.java:557) at trip_print_cfm$cf.call(/trip_print.cfm:5) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987) at application_cfc$cf.udfCall(/Application.cfc:182) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:722) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2810) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2797) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2768) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1066) 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:209) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) 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.ErrorReportValve.invoke(ErrorReportValve.java:93) 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:390) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:926) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1790) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:1583)
TagContext
Array
1
Struct
codePrintHTML
string3: &lt;cfquery&nbsp;name=&quot;profiles&quot;&nbsp;datasource=&quot;#db#&quot;&gt;<br> 4: select&nbsp;*&nbsp;from&nbsp;profile&nbsp;where&nbsp;id&nbsp;in&nbsp;(&lt;cfqueryparam&nbsp;value=&quot;#cookie.tripplanner#&quot;&nbsp;cfsqltype=&quot;cf_sql_integer&quot;&nbsp;list=&quot;yes&quot;&gt;)&nbsp;order&nbsp;by&nbsp;name<br> <b>5: &lt;/cfquery&gt;</b><br> 6: &lt;cfoutput&nbsp;query=&quot;profiles&quot;&gt;<br> 7: &lt;div&nbsp;class=&quot;tripitem&quot;&nbsp;style=&quot;padding:10px;&nbsp;margin-bottom:10px;&nbsp;border:1px&nbsp;solid&nbsp;##eee;&nbsp;background-color:##fff;&quot;&gt;<br>
codePrintPlain
string3: <cfquery name="profiles" datasource="#db#"> 4: select * from profile where id in (<cfqueryparam value="#cookie.tripplanner#" cfsqltype="cf_sql_integer" list="yes">) order by name 5: </cfquery> 6: <cfoutput query="profiles"> 7: <div class="tripitem" style="padding:10px; margin-bottom:10px; border:1px solid ##eee; background-color:##fff;">
column
number0
id
string??
line
number5
Raw_Trace
stringtrip_print_cfm$cf.call(/trip_print.cfm:5)
template
string/var/www/ahw/public/trip_print.cfm
type
stringcfml
2
Struct
codePrintHTML
string180: <br> 181: &nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;'header.cfm';<br> <b>182: &nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;request_target;</b><br> 183: &nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;'footer.cfm';<br> 184: &nbsp;&nbsp;&nbsp;&nbsp;<br>
codePrintPlain
string180: 181: include 'header.cfm'; 182: include request_target; 183: include 'footer.cfm'; 184:
column
number0
id
string??
line
number182
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:182)
template
string/var/www/ahw/public/Application.cfc
type
stringcfml
type
stringexpression