Catch Entries: 18 |
| additional | | Struct (ordered) | | SQL | | string | select i.id
from tblmap im
join tblitem i on i.id = im.mapid
where im.id = 34473
and i.typeid = 6
order by im.sort, im.pkid; |
|
|
| Cause | Struct Entries: 15 | | additional | | Struct (ordered) | | SQL | | string | select i.id
from tblmap im
join tblitem i on i.id = im.mapid
where im.id = 34473
and i.typeid = 6
order by im.sort, im.pkid; |
|
| | DataSource | | | Detail | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | No operations allowed after statement closed. |
| | NativeErrorCode | | | queryError | | string | select i.id
from tblmap im
join tblitem i on i.id = im.mapid
where im.id = 34473
and i.typeid = 6
order by im.sort, im.pkid; |
| | Sql | | string | select i.id
from tblmap im
join tblitem i on i.id = im.mapid
where im.id = 34473
and i.typeid = 6
order by im.sort, im.pkid; |
| | SQLState | | | StackTrace | | string | lucee.runtime.exp.DatabaseException: No operations allowed after statement closed.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121)
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:74)
at com.mysql.cj.jdbc.StatementImpl.getResultSet(StatementImpl.java:1870)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:315)
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 obj.piano_cfc$cf.udfCall(/obj/piano.cfc:106)
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$oc.call(/pianos/item/index-v2.cfm:195)
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$ob.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 | 104: <br>
105: order by im.sort, im.pkid;<br>
<b>106: ");</b><br>
107: }<br>
108: <br>
|
| | codePrintPlain | | string | 104:
105: order by im.sort, im.pkid;
106: ");
107: }
108:
|
| | column | | | id | | | line | | | Raw_Trace | | string | obj.piano_cfc$cf.udfCall(/obj/piano.cfc:106) |
| | template | | string | /var/www/obj/piano.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 193: <br>
194: variables.soundboardAnalysisTypeID = new obj.type().getIDByName('Soundboard Analysis');<br>
<b>195: variables.soundboardAnalysis = variables.pObj.getMapped(typeID = variables.soundboardAnalysisTypeID, useCache=1);</b><br>
196: variables.soundboardAnalysisLabelName = new obj.typeMap().setID(variables.soundboardAnalysisTypeID).setDisplayName(1).list()[1].getLabelObj().getName();<br>
197: <br>
|
| | codePrintPlain | | string | 193:
194: variables.soundboardAnalysisTypeID = new obj.type().getIDByName('Soundboard Analysis');
195: variables.soundboardAnalysis = variables.pObj.getMapped(typeID = variables.soundboardAnalysisTypeID, useCache=1);
196: variables.soundboardAnalysisLabelName = new obj.typeMap().setID(variables.soundboardAnalysisTypeID).setDisplayName(1).list()[1].getLabelObj().getName();
197:
|
| | column | | | id | | | line | | | Raw_Trace | | string | pianos.item.index_v2_cfm270$cf$oc.call(/pianos/item/index-v2.cfm:195) |
| | template | | string | /var/www/pianos/item/index-v2.cfm |
| | type | |
| | 3 | | 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$ob.call(/pianos/index.cfm:93) |
| | template | | string | /var/www/pianos/index.cfm |
| | type | |
| | 4 | | 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 statement closed. |
|
| name | |
| NativeErrorCode | |
| queryError | | string | select i.id
from tblmap im
join tblitem i on i.id = im.mapid
where im.id = 34473
and i.typeid = 6
order by im.sort, im.pkid; |
|
| rootCause | Struct Entries: 15 | | additional | | Struct (ordered) | | SQL | | string | select i.id
from tblmap im
join tblitem i on i.id = im.mapid
where im.id = 34473
and i.typeid = 6
order by im.sort, im.pkid; |
|
| | DataSource | | | Detail | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | No operations allowed after statement closed. |
| | NativeErrorCode | | | queryError | | string | select i.id
from tblmap im
join tblitem i on i.id = im.mapid
where im.id = 34473
and i.typeid = 6
order by im.sort, im.pkid; |
| | Sql | | string | select i.id
from tblmap im
join tblitem i on i.id = im.mapid
where im.id = 34473
and i.typeid = 6
order by im.sort, im.pkid; |
| | SQLState | | | StackTrace | | string | lucee.runtime.exp.DatabaseException: No operations allowed after statement closed.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121)
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:74)
at com.mysql.cj.jdbc.StatementImpl.getResultSet(StatementImpl.java:1870)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:315)
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 obj.piano_cfc$cf.udfCall(/obj/piano.cfc:106)
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$oc.call(/pianos/item/index-v2.cfm:195)
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$ob.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 | 104: <br>
105: order by im.sort, im.pkid;<br>
<b>106: ");</b><br>
107: }<br>
108: <br>
|
| | codePrintPlain | | string | 104:
105: order by im.sort, im.pkid;
106: ");
107: }
108:
|
| | column | | | id | | | line | | | Raw_Trace | | string | obj.piano_cfc$cf.udfCall(/obj/piano.cfc:106) |
| | template | | string | /var/www/obj/piano.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 193: <br>
194: variables.soundboardAnalysisTypeID = new obj.type().getIDByName('Soundboard Analysis');<br>
<b>195: variables.soundboardAnalysis = variables.pObj.getMapped(typeID = variables.soundboardAnalysisTypeID, useCache=1);</b><br>
196: variables.soundboardAnalysisLabelName = new obj.typeMap().setID(variables.soundboardAnalysisTypeID).setDisplayName(1).list()[1].getLabelObj().getName();<br>
197: <br>
|
| | codePrintPlain | | string | 193:
194: variables.soundboardAnalysisTypeID = new obj.type().getIDByName('Soundboard Analysis');
195: variables.soundboardAnalysis = variables.pObj.getMapped(typeID = variables.soundboardAnalysisTypeID, useCache=1);
196: variables.soundboardAnalysisLabelName = new obj.typeMap().setID(variables.soundboardAnalysisTypeID).setDisplayName(1).list()[1].getLabelObj().getName();
197:
|
| | column | | | id | | | line | | | Raw_Trace | | string | pianos.item.index_v2_cfm270$cf$oc.call(/pianos/item/index-v2.cfm:195) |
| | template | | string | /var/www/pianos/item/index-v2.cfm |
| | type | |
| | 3 | | 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$ob.call(/pianos/index.cfm:93) |
| | template | | string | /var/www/pianos/index.cfm |
| | type | |
| | 4 | | 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 i.id
from tblmap im
join tblitem i on i.id = im.mapid
where im.id = 34473
and i.typeid = 6
order by im.sort, im.pkid; |
|
| SQLState | |
| StackTrace | | string | lucee.runtime.exp.DatabaseException: No operations allowed after statement closed.
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121)
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:74)
at com.mysql.cj.jdbc.StatementImpl.getResultSet(StatementImpl.java:1870)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:315)
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 obj.piano_cfc$cf.udfCall(/obj/piano.cfc:106)
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$oc.call(/pianos/item/index-v2.cfm:195)
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$ob.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 | 104: <br>
105: order by im.sort, im.pkid;<br>
<b>106: ");</b><br>
107: }<br>
108: <br>
|
| | codePrintPlain | | string | 104:
105: order by im.sort, im.pkid;
106: ");
107: }
108:
|
| | column | | | id | | | line | | | Raw_Trace | | string | obj.piano_cfc$cf.udfCall(/obj/piano.cfc:106) |
| | template | | string | /var/www/obj/piano.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 193: <br>
194: variables.soundboardAnalysisTypeID = new obj.type().getIDByName('Soundboard Analysis');<br>
<b>195: variables.soundboardAnalysis = variables.pObj.getMapped(typeID = variables.soundboardAnalysisTypeID, useCache=1);</b><br>
196: variables.soundboardAnalysisLabelName = new obj.typeMap().setID(variables.soundboardAnalysisTypeID).setDisplayName(1).list()[1].getLabelObj().getName();<br>
197: <br>
|
| | codePrintPlain | | string | 193:
194: variables.soundboardAnalysisTypeID = new obj.type().getIDByName('Soundboard Analysis');
195: variables.soundboardAnalysis = variables.pObj.getMapped(typeID = variables.soundboardAnalysisTypeID, useCache=1);
196: variables.soundboardAnalysisLabelName = new obj.typeMap().setID(variables.soundboardAnalysisTypeID).setDisplayName(1).list()[1].getLabelObj().getName();
197:
|
| | column | | | id | | | line | | | Raw_Trace | | string | pianos.item.index_v2_cfm270$cf$oc.call(/pianos/item/index-v2.cfm:195) |
| | template | | string | /var/www/pianos/item/index-v2.cfm |
| | type | |
| | 3 | | 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$ob.call(/pianos/index.cfm:93) |
| | template | | string | /var/www/pianos/index.cfm |
| | type | |
| | 4 | | 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 | |