Catch Entries: 18 |
| additional | | Struct (ordered) | | SQL | | string | select 1
from tblmap im
join tblitem i on i.id = im.id
join tbllabel l on l.id = im.mapid
where im.valStr = 'E'
and l.name = 'Brand'
and i.typeid = 4
limit 1; |
|
|
| Cause | Struct Entries: 15 | | additional | | Struct (ordered) | | SQL | | string | select 1
from tblmap im
join tblitem i on i.id = im.id
join tbllabel l on l.id = im.mapid
where im.valStr = 'E'
and l.name = 'Brand'
and i.typeid = 4
limit 1; |
|
| | DataSource | | | Detail | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | No operations allowed after connection closed. |
| | NativeErrorCode | | | queryError | | string | select 1
from tblmap im
join tblitem i on i.id = im.id
join tbllabel l on l.id = im.mapid
where im.valStr = 'E'
and l.name = 'Brand'
and i.typeid = 4
limit 1; |
| | Sql | | string | select 1
from tblmap im
join tblitem i on i.id = im.id
join tbllabel l on l.id = im.mapid
where im.valStr = 'E'
and l.name = 'Brand'
and i.typeid = 4
limit 1; |
| | 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.item_cfc$cf.udfCall2(/fw/obj/item.cfc:652)
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._callCachedWithin(UDFImpl.java:290)
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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075)
at fw.obj.item_cfc$cf.udfCall2(/fw/obj/item.cfc:617)
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.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 obj.web_cfc$cf.udfCall(/obj/web.cfc:84)
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 pianos.item.index_v2_cfm270$cf.call(/pianos/item/index-v2.cfm:166)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993)
at pianos.index_cfm$cf$83.call(/pianos/index.cfm:93)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993)
at fw.application_fw_cfc$cf.udfCall(/fw/application_fw.cfc:238)
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:214)
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 | 650: echo("<br>
651: limit 1;<br>
<b>652: ");</b><br>
653: }<br>
654: <br>
|
| | codePrintPlain | | string | 650: echo("
651: limit 1;
652: ");
653: }
654:
|
| | column | | | id | | | line | | | Raw_Trace | | string | fw.obj.item_cfc$cf.udfCall2(/fw/obj/item.cfc:652) |
| | template | | string | /var/www/fw/obj/item.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 615: <br>
616: <br>
<b>617: return this._isValueValid(arguments.typeid, arguments.name, arguments.value);</b><br>
618: <br>
619: }<br>
|
| | codePrintPlain | | string | 615:
616:
617: return this._isValueValid(arguments.typeid, arguments.name, arguments.value);
618:
619: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | fw.obj.item_cfc$cf.udfCall2(/fw/obj/item.cfc:617) |
| | template | | string | /var/www/fw/obj/item.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 82: // Valid value for label?<br>
83: <br>
<b>84: if(local.obj.piano.isValueValid(name = local.s, value = local.value)) {</b><br>
85: // Add to labels struct (unaliased label values)<br>
86: if(structKeyExists(local.labels, local.s) && isArray(local.labels[local.s])) {<br>
|
| | codePrintPlain | | string | 82: // Valid value for label?
83:
84: if(local.obj.piano.isValueValid(name = local.s, value = local.value)) {
85: // Add to labels struct (unaliased label values)
86: if(structKeyExists(local.labels, local.s) && isArray(local.labels[local.s])) {
|
| | column | | | id | | | line | | | Raw_Trace | | string | obj.web_cfc$cf.udfCall(/obj/web.cfc:84) |
| | template | | string | /var/www/obj/web.cfc |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 164: if (variables.veneer != '') variables.pianoCrumbArr.append(variables.veneer);<br>
165: if (variables.status != '') variables.pianoCrumbArr.append(variables.status);<br>
<b>166: variables.filterStr = new obj.web().buildFilters(data = variables.pianoCrumbArr.toList('/'), uriPrefix = '/pianos', uriSuffix = '/');</b><br>
167: /* Display-only relabel: some status values read differently than they're<br>
168: stored, but the crumb URL must still be built from the real underlying<br>
|
| | codePrintPlain | | string | 164: if (variables.veneer != '') variables.pianoCrumbArr.append(variables.veneer);
165: if (variables.status != '') variables.pianoCrumbArr.append(variables.status);
166: variables.filterStr = new obj.web().buildFilters(data = variables.pianoCrumbArr.toList('/'), uriPrefix = '/pianos', uriSuffix = '/');
167: /* Display-only relabel: some status values read differently than they're
168: stored, but the crumb URL must still be built from the real underlying
|
| | column | | | id | | | line | | | Raw_Trace | | string | pianos.item.index_v2_cfm270$cf.call(/pianos/item/index-v2.cfm:166) |
| | template | | string | /var/www/pianos/item/index-v2.cfm |
| | type | |
| | 5 | | Struct | | codePrintHTML | | string | 91: include '/signature/index.cfm';<br>
92: } else if (variables.useNewDesign) {<br>
<b>93: include './item/index-v2.cfm';</b><br>
94: } else if ((variables.pObj.getValueOf('Brand') ?: '') == 'Steinway') {<br>
95: include './item/index-steinway.archived.cfm';<br>
|
| | codePrintPlain | | string | 91: include '/signature/index.cfm';
92: } else if (variables.useNewDesign) {
93: include './item/index-v2.cfm';
94: } else if ((variables.pObj.getValueOf('Brand') ?: '') == 'Steinway') {
95: include './item/index-steinway.archived.cfm';
|
| | column | | | id | | | line | | | Raw_Trace | | string | pianos.index_cfm$cf$83.call(/pianos/index.cfm:93) |
| | template | | string | /var/www/pianos/index.cfm |
| | type | |
| | 6 | | Struct | | codePrintHTML | | string | 236: <br>
237: try<br>
<b>238: include arguments.targetPage;</b><br>
239: catch (missingInclude var err) {<br>
240: this.onMissingTemplate(arguments.targetPage);<br>
|
| | codePrintPlain | | string | 236:
237: try
238: include arguments.targetPage;
239: catch (missingInclude var err) {
240: this.onMissingTemplate(arguments.targetPage);
|
| | column | | | id | | | line | | | Raw_Trace | | string | fw.application_fw_cfc$cf.udfCall(/fw/application_fw.cfc:238) |
| | template | | string | /var/www/fw/application_fw.cfc |
| | type | |
|
| | type | | | where | |
|
| DataSource | |
| Detail | |
| ErrorCode | |
| Extended_Info | |
| ExtendedInfo | |
| Message | | string | No operations allowed after connection closed. |
|
| name | |
| NativeErrorCode | |
| queryError | | string | select 1
from tblmap im
join tblitem i on i.id = im.id
join tbllabel l on l.id = im.mapid
where im.valStr = 'E'
and l.name = 'Brand'
and i.typeid = 4
limit 1; |
|
| rootCause | Struct Entries: 15 | | additional | | Struct (ordered) | | SQL | | string | select 1
from tblmap im
join tblitem i on i.id = im.id
join tbllabel l on l.id = im.mapid
where im.valStr = 'E'
and l.name = 'Brand'
and i.typeid = 4
limit 1; |
|
| | DataSource | | | Detail | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | No operations allowed after connection closed. |
| | NativeErrorCode | | | queryError | | string | select 1
from tblmap im
join tblitem i on i.id = im.id
join tbllabel l on l.id = im.mapid
where im.valStr = 'E'
and l.name = 'Brand'
and i.typeid = 4
limit 1; |
| | Sql | | string | select 1
from tblmap im
join tblitem i on i.id = im.id
join tbllabel l on l.id = im.mapid
where im.valStr = 'E'
and l.name = 'Brand'
and i.typeid = 4
limit 1; |
| | 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.item_cfc$cf.udfCall2(/fw/obj/item.cfc:652)
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._callCachedWithin(UDFImpl.java:290)
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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075)
at fw.obj.item_cfc$cf.udfCall2(/fw/obj/item.cfc:617)
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.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 obj.web_cfc$cf.udfCall(/obj/web.cfc:84)
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 pianos.item.index_v2_cfm270$cf.call(/pianos/item/index-v2.cfm:166)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993)
at pianos.index_cfm$cf$83.call(/pianos/index.cfm:93)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993)
at fw.application_fw_cfc$cf.udfCall(/fw/application_fw.cfc:238)
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:214)
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 | 650: echo("<br>
651: limit 1;<br>
<b>652: ");</b><br>
653: }<br>
654: <br>
|
| | codePrintPlain | | string | 650: echo("
651: limit 1;
652: ");
653: }
654:
|
| | column | | | id | | | line | | | Raw_Trace | | string | fw.obj.item_cfc$cf.udfCall2(/fw/obj/item.cfc:652) |
| | template | | string | /var/www/fw/obj/item.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 615: <br>
616: <br>
<b>617: return this._isValueValid(arguments.typeid, arguments.name, arguments.value);</b><br>
618: <br>
619: }<br>
|
| | codePrintPlain | | string | 615:
616:
617: return this._isValueValid(arguments.typeid, arguments.name, arguments.value);
618:
619: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | fw.obj.item_cfc$cf.udfCall2(/fw/obj/item.cfc:617) |
| | template | | string | /var/www/fw/obj/item.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 82: // Valid value for label?<br>
83: <br>
<b>84: if(local.obj.piano.isValueValid(name = local.s, value = local.value)) {</b><br>
85: // Add to labels struct (unaliased label values)<br>
86: if(structKeyExists(local.labels, local.s) && isArray(local.labels[local.s])) {<br>
|
| | codePrintPlain | | string | 82: // Valid value for label?
83:
84: if(local.obj.piano.isValueValid(name = local.s, value = local.value)) {
85: // Add to labels struct (unaliased label values)
86: if(structKeyExists(local.labels, local.s) && isArray(local.labels[local.s])) {
|
| | column | | | id | | | line | | | Raw_Trace | | string | obj.web_cfc$cf.udfCall(/obj/web.cfc:84) |
| | template | | string | /var/www/obj/web.cfc |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 164: if (variables.veneer != '') variables.pianoCrumbArr.append(variables.veneer);<br>
165: if (variables.status != '') variables.pianoCrumbArr.append(variables.status);<br>
<b>166: variables.filterStr = new obj.web().buildFilters(data = variables.pianoCrumbArr.toList('/'), uriPrefix = '/pianos', uriSuffix = '/');</b><br>
167: /* Display-only relabel: some status values read differently than they're<br>
168: stored, but the crumb URL must still be built from the real underlying<br>
|
| | codePrintPlain | | string | 164: if (variables.veneer != '') variables.pianoCrumbArr.append(variables.veneer);
165: if (variables.status != '') variables.pianoCrumbArr.append(variables.status);
166: variables.filterStr = new obj.web().buildFilters(data = variables.pianoCrumbArr.toList('/'), uriPrefix = '/pianos', uriSuffix = '/');
167: /* Display-only relabel: some status values read differently than they're
168: stored, but the crumb URL must still be built from the real underlying
|
| | column | | | id | | | line | | | Raw_Trace | | string | pianos.item.index_v2_cfm270$cf.call(/pianos/item/index-v2.cfm:166) |
| | template | | string | /var/www/pianos/item/index-v2.cfm |
| | type | |
| | 5 | | Struct | | codePrintHTML | | string | 91: include '/signature/index.cfm';<br>
92: } else if (variables.useNewDesign) {<br>
<b>93: include './item/index-v2.cfm';</b><br>
94: } else if ((variables.pObj.getValueOf('Brand') ?: '') == 'Steinway') {<br>
95: include './item/index-steinway.archived.cfm';<br>
|
| | codePrintPlain | | string | 91: include '/signature/index.cfm';
92: } else if (variables.useNewDesign) {
93: include './item/index-v2.cfm';
94: } else if ((variables.pObj.getValueOf('Brand') ?: '') == 'Steinway') {
95: include './item/index-steinway.archived.cfm';
|
| | column | | | id | | | line | | | Raw_Trace | | string | pianos.index_cfm$cf$83.call(/pianos/index.cfm:93) |
| | template | | string | /var/www/pianos/index.cfm |
| | type | |
| | 6 | | Struct | | codePrintHTML | | string | 236: <br>
237: try<br>
<b>238: include arguments.targetPage;</b><br>
239: catch (missingInclude var err) {<br>
240: this.onMissingTemplate(arguments.targetPage);<br>
|
| | codePrintPlain | | string | 236:
237: try
238: include arguments.targetPage;
239: catch (missingInclude var err) {
240: this.onMissingTemplate(arguments.targetPage);
|
| | column | | | id | | | line | | | Raw_Trace | | string | fw.application_fw_cfc$cf.udfCall(/fw/application_fw.cfc:238) |
| | template | | string | /var/www/fw/application_fw.cfc |
| | type | |
|
| | type | | | where | |
|
| Sql | | string | select 1
from tblmap im
join tblitem i on i.id = im.id
join tbllabel l on l.id = im.mapid
where im.valStr = 'E'
and l.name = 'Brand'
and i.typeid = 4
limit 1; |
|
| 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.item_cfc$cf.udfCall2(/fw/obj/item.cfc:652)
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._callCachedWithin(UDFImpl.java:290)
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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:773)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2075)
at fw.obj.item_cfc$cf.udfCall2(/fw/obj/item.cfc:617)
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.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 obj.web_cfc$cf.udfCall(/obj/web.cfc:84)
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 pianos.item.index_v2_cfm270$cf.call(/pianos/item/index-v2.cfm:166)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993)
at pianos.index_cfm$cf$83.call(/pianos/index.cfm:93)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993)
at fw.application_fw_cfc$cf.udfCall(/fw/application_fw.cfc:238)
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:214)
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 | 650: echo("<br>
651: limit 1;<br>
<b>652: ");</b><br>
653: }<br>
654: <br>
|
| | codePrintPlain | | string | 650: echo("
651: limit 1;
652: ");
653: }
654:
|
| | column | | | id | | | line | | | Raw_Trace | | string | fw.obj.item_cfc$cf.udfCall2(/fw/obj/item.cfc:652) |
| | template | | string | /var/www/fw/obj/item.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 615: <br>
616: <br>
<b>617: return this._isValueValid(arguments.typeid, arguments.name, arguments.value);</b><br>
618: <br>
619: }<br>
|
| | codePrintPlain | | string | 615:
616:
617: return this._isValueValid(arguments.typeid, arguments.name, arguments.value);
618:
619: }
|
| | column | | | id | | | line | | | Raw_Trace | | string | fw.obj.item_cfc$cf.udfCall2(/fw/obj/item.cfc:617) |
| | template | | string | /var/www/fw/obj/item.cfc |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 82: // Valid value for label?<br>
83: <br>
<b>84: if(local.obj.piano.isValueValid(name = local.s, value = local.value)) {</b><br>
85: // Add to labels struct (unaliased label values)<br>
86: if(structKeyExists(local.labels, local.s) && isArray(local.labels[local.s])) {<br>
|
| | codePrintPlain | | string | 82: // Valid value for label?
83:
84: if(local.obj.piano.isValueValid(name = local.s, value = local.value)) {
85: // Add to labels struct (unaliased label values)
86: if(structKeyExists(local.labels, local.s) && isArray(local.labels[local.s])) {
|
| | column | | | id | | | line | | | Raw_Trace | | string | obj.web_cfc$cf.udfCall(/obj/web.cfc:84) |
| | template | | string | /var/www/obj/web.cfc |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 164: if (variables.veneer != '') variables.pianoCrumbArr.append(variables.veneer);<br>
165: if (variables.status != '') variables.pianoCrumbArr.append(variables.status);<br>
<b>166: variables.filterStr = new obj.web().buildFilters(data = variables.pianoCrumbArr.toList('/'), uriPrefix = '/pianos', uriSuffix = '/');</b><br>
167: /* Display-only relabel: some status values read differently than they're<br>
168: stored, but the crumb URL must still be built from the real underlying<br>
|
| | codePrintPlain | | string | 164: if (variables.veneer != '') variables.pianoCrumbArr.append(variables.veneer);
165: if (variables.status != '') variables.pianoCrumbArr.append(variables.status);
166: variables.filterStr = new obj.web().buildFilters(data = variables.pianoCrumbArr.toList('/'), uriPrefix = '/pianos', uriSuffix = '/');
167: /* Display-only relabel: some status values read differently than they're
168: stored, but the crumb URL must still be built from the real underlying
|
| | column | | | id | | | line | | | Raw_Trace | | string | pianos.item.index_v2_cfm270$cf.call(/pianos/item/index-v2.cfm:166) |
| | template | | string | /var/www/pianos/item/index-v2.cfm |
| | type | |
| | 5 | | Struct | | codePrintHTML | | string | 91: include '/signature/index.cfm';<br>
92: } else if (variables.useNewDesign) {<br>
<b>93: include './item/index-v2.cfm';</b><br>
94: } else if ((variables.pObj.getValueOf('Brand') ?: '') == 'Steinway') {<br>
95: include './item/index-steinway.archived.cfm';<br>
|
| | codePrintPlain | | string | 91: include '/signature/index.cfm';
92: } else if (variables.useNewDesign) {
93: include './item/index-v2.cfm';
94: } else if ((variables.pObj.getValueOf('Brand') ?: '') == 'Steinway') {
95: include './item/index-steinway.archived.cfm';
|
| | column | | | id | | | line | | | Raw_Trace | | string | pianos.index_cfm$cf$83.call(/pianos/index.cfm:93) |
| | template | | string | /var/www/pianos/index.cfm |
| | type | |
| | 6 | | Struct | | codePrintHTML | | string | 236: <br>
237: try<br>
<b>238: include arguments.targetPage;</b><br>
239: catch (missingInclude var err) {<br>
240: this.onMissingTemplate(arguments.targetPage);<br>
|
| | codePrintPlain | | string | 236:
237: try
238: include arguments.targetPage;
239: catch (missingInclude var err) {
240: this.onMissingTemplate(arguments.targetPage);
|
| | column | | | id | | | line | | | Raw_Trace | | string | fw.application_fw_cfc$cf.udfCall(/fw/application_fw.cfc:238) |
| | template | | string | /var/www/fw/application_fw.cfc |
| | type | |
|
|
| type | |
| where | |