Catch Entries: 13 |
| additional | | Struct (ordered) | | Function | | | Component | |
|
| Cause | | Struct | | additional | | Struct (ordered) | | Function | | | Component | |
| | Detail | | | ErrNumber | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | can't cast empty string to a number value |
| | StackTrace | | string | lucee.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 | | string | 3: <cfquery name="profiles" datasource="#db#"><br>
4: select * from profile where id in (<cfqueryparam value="#cookie.tripplanner#" cfsqltype="cf_sql_integer" list="yes">) order by name<br>
<b>5: </cfquery></b><br>
6: <cfoutput query="profiles"><br>
7: <div class="tripitem" style="padding:10px; margin-bottom:10px; border:1px solid ##eee; background-color:##fff;"><br>
|
| | codePrintPlain | | string | 3: <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 | | | id | | | line | | | Raw_Trace | | string | trip_print_cfm$cf.call(/trip_print.cfm:5) |
| | template | | string | /var/www/ahw/public/trip_print.cfm |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 180: <br>
181: include 'header.cfm';<br>
<b>182: include request_target;</b><br>
183: include 'footer.cfm';<br>
184: <br>
|
| | codePrintPlain | | string | 180:
181: include 'header.cfm';
182: include request_target;
183: include 'footer.cfm';
184:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:182) |
| | template | | string | /var/www/ahw/public/Application.cfc |
| | type | |
|
| | type | |
|
| Detail | |
| ErrNumber | |
| ErrorCode | |
| Extended_Info | |
| ExtendedInfo | |
| Message | | string | can't cast empty string to a number value |
|
| name | |
| rootCause | | Struct | | additional | | Struct (ordered) | | Function | | | Component | |
| | Detail | | | ErrNumber | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | can't cast empty string to a number value |
| | StackTrace | | string | lucee.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 | | string | 3: <cfquery name="profiles" datasource="#db#"><br>
4: select * from profile where id in (<cfqueryparam value="#cookie.tripplanner#" cfsqltype="cf_sql_integer" list="yes">) order by name<br>
<b>5: </cfquery></b><br>
6: <cfoutput query="profiles"><br>
7: <div class="tripitem" style="padding:10px; margin-bottom:10px; border:1px solid ##eee; background-color:##fff;"><br>
|
| | codePrintPlain | | string | 3: <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 | | | id | | | line | | | Raw_Trace | | string | trip_print_cfm$cf.call(/trip_print.cfm:5) |
| | template | | string | /var/www/ahw/public/trip_print.cfm |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 180: <br>
181: include 'header.cfm';<br>
<b>182: include request_target;</b><br>
183: include 'footer.cfm';<br>
184: <br>
|
| | codePrintPlain | | string | 180:
181: include 'header.cfm';
182: include request_target;
183: include 'footer.cfm';
184:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:182) |
| | template | | string | /var/www/ahw/public/Application.cfc |
| | type | |
|
| | type | |
|
| StackTrace | | string | lucee.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 | | string | 3: <cfquery name="profiles" datasource="#db#"><br>
4: select * from profile where id in (<cfqueryparam value="#cookie.tripplanner#" cfsqltype="cf_sql_integer" list="yes">) order by name<br>
<b>5: </cfquery></b><br>
6: <cfoutput query="profiles"><br>
7: <div class="tripitem" style="padding:10px; margin-bottom:10px; border:1px solid ##eee; background-color:##fff;"><br>
|
| | codePrintPlain | | string | 3: <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 | | | id | | | line | | | Raw_Trace | | string | trip_print_cfm$cf.call(/trip_print.cfm:5) |
| | template | | string | /var/www/ahw/public/trip_print.cfm |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 180: <br>
181: include 'header.cfm';<br>
<b>182: include request_target;</b><br>
183: include 'footer.cfm';<br>
184: <br>
|
| | codePrintPlain | | string | 180:
181: include 'header.cfm';
182: include request_target;
183: include 'footer.cfm';
184:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:182) |
| | template | | string | /var/www/ahw/public/Application.cfc |
| | type | |
|
|
| type | |