Catch Entries: 18 |
| additional | | Struct (ordered) | | SQL | | string | select i.id
, im_value_6d7ef613d958ee0a.valStr as 'URL Alias'
from tblitem i
join tblmap im_value_6d7ef613d958ee0a on im_value_6d7ef613d958ee0a.id = i.id
and im_value_6d7ef613d958ee0a.mapid = 547
and im_value_6d7ef613d958ee0a.valStr in ('pianos/sold/1982-steinway-1098-480078')
where i.deleted = 0
and i.typeid = 4
and i.active = 1
group by i.id
limit 0, 1000000000; |
|
|
| Cause | Struct Entries: 15 | | additional | | Struct (ordered) | | SQL | | string | select i.id
, im_value_6d7ef613d958ee0a.valStr as 'URL Alias'
from tblitem i
join tblmap im_value_6d7ef613d958ee0a on im_value_6d7ef613d958ee0a.id = i.id
and im_value_6d7ef613d958ee0a.mapid = 547
and im_value_6d7ef613d958ee0a.valStr in ('pianos/sold/1982-steinway-1098-480078')
where i.deleted = 0
and i.typeid = 4
and i.active = 1
group by i.id
limit 0, 1000000000; |
|
| | DataSource | | | Detail | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | No operations allowed after connection closed. |
| | NativeErrorCode | | | queryError | | string | select i.id
, im_value_6d7ef613d958ee0a.valStr as 'URL Alias'
from tblitem i
join tblmap im_value_6d7ef613d958ee0a on im_value_6d7ef613d958ee0a.id = i.id
and im_value_6d7ef613d958ee0a.mapid = 547
and im_value_6d7ef613d958ee0a.valStr in ('pianos/sold/1982-steinway-1098-480078')
where i.deleted = 0
and i.typeid = 4
and i.active = 1
group by i.id
limit 0, 1000000000; |
| | Sql | | string | select i.id
, im_value_6d7ef613d958ee0a.valStr as 'URL Alias'
from tblitem i
join tblmap im_value_6d7ef613d958ee0a on im_value_6d7ef613d958ee0a.id = i.id
and im_value_6d7ef613d958ee0a.mapid = 547
and im_value_6d7ef613d958ee0a.valStr in ('pianos/sold/1982-steinway-1098-480078')
where i.deleted = 0
and i.typeid = 4
and i.active = 1
group by i.id
limit 0, 1000000000; |
| | SQLState | | | StackTrace | | string | lucee.runtime.exp.DatabaseException: No operations allowed after connection closed.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:102)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:81)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:55)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:65)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
at com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1707)
at com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1597)
at lucee.runtime.db.DatasourceConnectionImpl.getPreparedStatement(DatasourceConnectionImpl.java:204)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:302)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:244)
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 fw.obj.map_cfc$cf$4q.udfCall2(/fw/obj/map.cfc:949)
at fw.obj.map_cfc$cf$4q.udfCall(/fw/obj/map.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:688)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2129)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:858)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2105)
at fw.obj.item_cfc$cf.udfCall1(/fw/obj/item.cfc:114)
at fw.obj.item_cfc$cf.udfCall(/fw/obj/item.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.type.util.StructSupport.callWithNamedValues(StructSupport.java:287)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:858)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2105)
at application_cfc$cf.udfCall(/application.cfc:68)
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:687)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2110)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:479)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:131)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2816)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2803)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2774)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1113)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1070)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52)
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.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:654)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:685)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397)
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 | 947: echo("<br>
948: limit "); queryparam sqltype='integer' value=arguments.offset; echo(", "); queryparam sqltype='integer' value=arguments.limit;<br>
<b>949: echo(";");</b><br>
950: }<br>
951: <br>
|
| | codePrintPlain | | string | 947: echo("
948: limit "); queryparam sqltype='integer' value=arguments.offset; echo(", "); queryparam sqltype='integer' value=arguments.limit;
949: echo(";");
950: }
951:
|
| | column | | | id | | | line | | | Raw_Trace | | string | fw.obj.map_cfc$cf$4q.udfCall2(/fw/obj/map.cfc:949) |
| | template | | string | /var/www/fw/obj/map.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 112: <br>
113: if (isNull(arguments.tree)){<br>
<b>114: var return = new fw.obj.map().seek(argumentCollection: arguments);</b><br>
115: } else {<br>
116: var return = new fw.obj.tree().tree(<br>
|
| | codePrintPlain | | string | 112:
113: if (isNull(arguments.tree)){
114: var return = new fw.obj.map().seek(argumentCollection: arguments);
115: } else {
116: var return = new fw.obj.tree().tree(
|
| | column | | | id | | | line | | | Raw_Trace | | string | fw.obj.item_cfc$cf.udfCall1(/fw/obj/item.cfc:114) |
| | template | | string | /var/www/fw/obj/item.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 66: <br>
67: // check if this is a piano<br>
<b>68: var seek = application.seek(values = {'URL Alias': eSAPIDecode('url', url.q)}, typeid = new obj.piano().getTypeID(), deleted = 0, active = 1);</b><br>
69: <br>
70: // don't override request.requested if its an individual piano<br>
|
| | codePrintPlain | | string | 66:
67: // check if this is a piano
68: var seek = application.seek(values = {'URL Alias': eSAPIDecode('url', url.q)}, typeid = new obj.piano().getTypeID(), deleted = 0, active = 1);
69:
70: // don't override request.requested if its an individual piano
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/application.cfc:68) |
| | template | | string | /var/www/application.cfc |
| | type | |
|
| | type | | | where | |
|
| DataSource | |
| Detail | |
| ErrorCode | |
| Extended_Info | |
| ExtendedInfo | |
| Message | | string | No operations allowed after connection closed. |
|
| name | |
| NativeErrorCode | |
| queryError | | string | select i.id
, im_value_6d7ef613d958ee0a.valStr as 'URL Alias'
from tblitem i
join tblmap im_value_6d7ef613d958ee0a on im_value_6d7ef613d958ee0a.id = i.id
and im_value_6d7ef613d958ee0a.mapid = 547
and im_value_6d7ef613d958ee0a.valStr in ('pianos/sold/1982-steinway-1098-480078')
where i.deleted = 0
and i.typeid = 4
and i.active = 1
group by i.id
limit 0, 1000000000; |
|
| rootCause | Struct Entries: 15 | | additional | | Struct (ordered) | | SQL | | string | select i.id
, im_value_6d7ef613d958ee0a.valStr as 'URL Alias'
from tblitem i
join tblmap im_value_6d7ef613d958ee0a on im_value_6d7ef613d958ee0a.id = i.id
and im_value_6d7ef613d958ee0a.mapid = 547
and im_value_6d7ef613d958ee0a.valStr in ('pianos/sold/1982-steinway-1098-480078')
where i.deleted = 0
and i.typeid = 4
and i.active = 1
group by i.id
limit 0, 1000000000; |
|
| | DataSource | | | Detail | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | No operations allowed after connection closed. |
| | NativeErrorCode | | | queryError | | string | select i.id
, im_value_6d7ef613d958ee0a.valStr as 'URL Alias'
from tblitem i
join tblmap im_value_6d7ef613d958ee0a on im_value_6d7ef613d958ee0a.id = i.id
and im_value_6d7ef613d958ee0a.mapid = 547
and im_value_6d7ef613d958ee0a.valStr in ('pianos/sold/1982-steinway-1098-480078')
where i.deleted = 0
and i.typeid = 4
and i.active = 1
group by i.id
limit 0, 1000000000; |
| | Sql | | string | select i.id
, im_value_6d7ef613d958ee0a.valStr as 'URL Alias'
from tblitem i
join tblmap im_value_6d7ef613d958ee0a on im_value_6d7ef613d958ee0a.id = i.id
and im_value_6d7ef613d958ee0a.mapid = 547
and im_value_6d7ef613d958ee0a.valStr in ('pianos/sold/1982-steinway-1098-480078')
where i.deleted = 0
and i.typeid = 4
and i.active = 1
group by i.id
limit 0, 1000000000; |
| | SQLState | | | StackTrace | | string | lucee.runtime.exp.DatabaseException: No operations allowed after connection closed.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:102)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:81)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:55)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:65)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
at com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1707)
at com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1597)
at lucee.runtime.db.DatasourceConnectionImpl.getPreparedStatement(DatasourceConnectionImpl.java:204)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:302)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:244)
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 fw.obj.map_cfc$cf$4q.udfCall2(/fw/obj/map.cfc:949)
at fw.obj.map_cfc$cf$4q.udfCall(/fw/obj/map.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:688)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2129)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:858)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2105)
at fw.obj.item_cfc$cf.udfCall1(/fw/obj/item.cfc:114)
at fw.obj.item_cfc$cf.udfCall(/fw/obj/item.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.type.util.StructSupport.callWithNamedValues(StructSupport.java:287)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:858)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2105)
at application_cfc$cf.udfCall(/application.cfc:68)
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:687)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2110)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:479)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:131)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2816)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2803)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2774)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1113)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1070)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52)
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.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:654)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:685)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397)
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 | 947: echo("<br>
948: limit "); queryparam sqltype='integer' value=arguments.offset; echo(", "); queryparam sqltype='integer' value=arguments.limit;<br>
<b>949: echo(";");</b><br>
950: }<br>
951: <br>
|
| | codePrintPlain | | string | 947: echo("
948: limit "); queryparam sqltype='integer' value=arguments.offset; echo(", "); queryparam sqltype='integer' value=arguments.limit;
949: echo(";");
950: }
951:
|
| | column | | | id | | | line | | | Raw_Trace | | string | fw.obj.map_cfc$cf$4q.udfCall2(/fw/obj/map.cfc:949) |
| | template | | string | /var/www/fw/obj/map.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 112: <br>
113: if (isNull(arguments.tree)){<br>
<b>114: var return = new fw.obj.map().seek(argumentCollection: arguments);</b><br>
115: } else {<br>
116: var return = new fw.obj.tree().tree(<br>
|
| | codePrintPlain | | string | 112:
113: if (isNull(arguments.tree)){
114: var return = new fw.obj.map().seek(argumentCollection: arguments);
115: } else {
116: var return = new fw.obj.tree().tree(
|
| | column | | | id | | | line | | | Raw_Trace | | string | fw.obj.item_cfc$cf.udfCall1(/fw/obj/item.cfc:114) |
| | template | | string | /var/www/fw/obj/item.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 66: <br>
67: // check if this is a piano<br>
<b>68: var seek = application.seek(values = {'URL Alias': eSAPIDecode('url', url.q)}, typeid = new obj.piano().getTypeID(), deleted = 0, active = 1);</b><br>
69: <br>
70: // don't override request.requested if its an individual piano<br>
|
| | codePrintPlain | | string | 66:
67: // check if this is a piano
68: var seek = application.seek(values = {'URL Alias': eSAPIDecode('url', url.q)}, typeid = new obj.piano().getTypeID(), deleted = 0, active = 1);
69:
70: // don't override request.requested if its an individual piano
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/application.cfc:68) |
| | template | | string | /var/www/application.cfc |
| | type | |
|
| | type | | | where | |
|
| Sql | | string | select i.id
, im_value_6d7ef613d958ee0a.valStr as 'URL Alias'
from tblitem i
join tblmap im_value_6d7ef613d958ee0a on im_value_6d7ef613d958ee0a.id = i.id
and im_value_6d7ef613d958ee0a.mapid = 547
and im_value_6d7ef613d958ee0a.valStr in ('pianos/sold/1982-steinway-1098-480078')
where i.deleted = 0
and i.typeid = 4
and i.active = 1
group by i.id
limit 0, 1000000000; |
|
| SQLState | |
| StackTrace | | string | lucee.runtime.exp.DatabaseException: No operations allowed after connection closed.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:102)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:89)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:81)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:55)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:65)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
at com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1707)
at com.mysql.cj.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:1597)
at lucee.runtime.db.DatasourceConnectionImpl.getPreparedStatement(DatasourceConnectionImpl.java:204)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:302)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:244)
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 fw.obj.map_cfc$cf$4q.udfCall2(/fw/obj/map.cfc:949)
at fw.obj.map_cfc$cf$4q.udfCall(/fw/obj/map.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:688)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2129)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:858)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2105)
at fw.obj.item_cfc$cf.udfCall1(/fw/obj/item.cfc:114)
at fw.obj.item_cfc$cf.udfCall(/fw/obj/item.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.type.util.StructSupport.callWithNamedValues(StructSupport.java:287)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:858)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2105)
at application_cfc$cf.udfCall(/application.cfc:68)
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:687)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2110)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:479)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:131)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2816)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2803)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2774)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1113)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1070)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52)
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.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:654)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:83)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:685)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:72)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:341)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:397)
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 | 947: echo("<br>
948: limit "); queryparam sqltype='integer' value=arguments.offset; echo(", "); queryparam sqltype='integer' value=arguments.limit;<br>
<b>949: echo(";");</b><br>
950: }<br>
951: <br>
|
| | codePrintPlain | | string | 947: echo("
948: limit "); queryparam sqltype='integer' value=arguments.offset; echo(", "); queryparam sqltype='integer' value=arguments.limit;
949: echo(";");
950: }
951:
|
| | column | | | id | | | line | | | Raw_Trace | | string | fw.obj.map_cfc$cf$4q.udfCall2(/fw/obj/map.cfc:949) |
| | template | | string | /var/www/fw/obj/map.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 112: <br>
113: if (isNull(arguments.tree)){<br>
<b>114: var return = new fw.obj.map().seek(argumentCollection: arguments);</b><br>
115: } else {<br>
116: var return = new fw.obj.tree().tree(<br>
|
| | codePrintPlain | | string | 112:
113: if (isNull(arguments.tree)){
114: var return = new fw.obj.map().seek(argumentCollection: arguments);
115: } else {
116: var return = new fw.obj.tree().tree(
|
| | column | | | id | | | line | | | Raw_Trace | | string | fw.obj.item_cfc$cf.udfCall1(/fw/obj/item.cfc:114) |
| | template | | string | /var/www/fw/obj/item.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 66: <br>
67: // check if this is a piano<br>
<b>68: var seek = application.seek(values = {'URL Alias': eSAPIDecode('url', url.q)}, typeid = new obj.piano().getTypeID(), deleted = 0, active = 1);</b><br>
69: <br>
70: // don't override request.requested if its an individual piano<br>
|
| | codePrintPlain | | string | 66:
67: // check if this is a piano
68: var seek = application.seek(values = {'URL Alias': eSAPIDecode('url', url.q)}, typeid = new obj.piano().getTypeID(), deleted = 0, active = 1);
69:
70: // don't override request.requested if its an individual piano
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/application.cfc:68) |
| | template | | string | /var/www/application.cfc |
| | type | |
|
|
| type | |
| where | |