Scope Arguments | exception | 1 | Catch Entries: 18 | additional | Struct (ordered) | SQL | string | SELECT categoryID, categoryName, categoryParent
FROM dbo.voy_productCategories
WHERE 1=1
ORDER BY displayOrderOffice DESC, displayOrder ASC, categoryName |
| DatabaseName | string | Microsoft SQL Server |
| DatabaseVersion | | DriverName | string | Microsoft JDBC Driver 6.2 for SQL Server |
| DriverVersion | | Datasource | |
| Cause | Struct Entries: 15 | additional | Struct (ordered) | SQL | string | SELECT categoryID, categoryName, categoryParent
FROM dbo.voy_productCategories
WHERE 1=1
ORDER BY displayOrderOffice DESC, displayOrder ASC, categoryName |
| DatabaseName | string | Microsoft SQL Server |
| DatabaseVersion | | DriverName | string | Microsoft JDBC Driver 6.2 for SQL Server |
| DriverVersion | | Datasource | |
| DataSource | | Detail | string | Invalid column name 'displayOrderOffice'. |
| ErrorCode | | Extended_Info | | ExtendedInfo | | Message | | NativeErrorCode | | queryError | string | SELECT categoryID, categoryName, categoryParent
FROM dbo.voy_productCategories
WHERE 1=1
ORDER BY displayOrderOffice DESC, displayOrder ASC, categoryName |
| Sql | string | SELECT categoryID, categoryName, categoryParent
FROM dbo.voy_productCategories
WHERE 1=1
ORDER BY displayOrderOffice DESC, displayOrder ASC, categoryName |
| SQLState | | StackTrace | string | lucee.runtime.exp.DatabaseException:
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:258)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1535)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:845)
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:752)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7151)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2478)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:219)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:199)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:729)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:293)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:273)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:226)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:951)
at lucee.runtime.tag.Query.doEndTag(Query.java:700)
at display.page_room_by_room_cfm1260$cf.call(/display/page-room-by-room.cfm:215)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:901)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:823)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:817)
at lucee.runtime.tag.CFTag.doInclude(CFTag.java:328)
at lucee.runtime.tag.CFTag.cfmlStartTag(CFTag.java:249)
at lucee.runtime.tag.CFTag.doStartTag(CFTag.java:180)
at index_cfm$cf.call(/index.cfm:406)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:901)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:823)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:805)
at application_cfc$cf.udfCall3(/Application.cfc:1182)
at application_cfc$cf.udfCall(/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:107)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:226)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:657)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:573)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1997)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:438)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:216)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2464)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2454)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2427)
at lucee.runtime.engine.Request.exe(Request.java:44)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1090)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1038)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1468)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
|
| TagContext | Array | 1 | Struct | codePrintHTML | string | 213: WHERE 1=1<br>
214: ORDER BY <cfif thisDisplayOrder neq 'displayOrder'>#thisDisplayOrder# DESC, </cfif>displayOrder ASC, categoryName<br>
<b>215: </cfquery></b><br>
216: </cfsilent><br>
217: <br>
|
| codePrintPlain | string | 213: WHERE 1=1
214: ORDER BY <cfif thisDisplayOrder neq 'displayOrder'>#thisDisplayOrder# DESC, </cfif>displayOrder ASC, categoryName
215: </cfquery>
216: </cfsilent>
217:
|
| column | | id | | line | | Raw_Trace | string | display.page_room_by_room_cfm1260$cf.call(/display/page-room-by-room.cfm:215) |
| template | string | /var/www/voyagerinteriors.com.au/devel/display/page-room-by-room.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 404: seoNav="#variables.seoNav#"<br>
405: parentPage="#qPageBody.pageHeader#"<br>
<b>406: bootstrapCols="#variables.innerLeftCol#"></b><br>
407: </cfcase><br>
408: <br>
|
| codePrintPlain | string | 404: seoNav="#variables.seoNav#"
405: parentPage="#qPageBody.pageHeader#"
406: bootstrapCols="#variables.innerLeftCol#">
407: </cfcase>
408:
|
| column | | id | | line | | Raw_Trace | string | index_cfm$cf.call(/index.cfm:406) |
| template | string | /var/www/voyagerinteriors.com.au/devel/index.cfm |
| type | |
| 3 | Struct | codePrintHTML | string | 1180: <cffunction name="onRequest" returnType="void"><br>
1181: <cfargument name="thePage" type="string" required="true"><br>
<b>1182: <cfinclude template="#arguments.thePage#"></b><br>
1183: </cffunction><br>
1184: <br>
|
| codePrintPlain | string | 1180: <cffunction name="onRequest" returnType="void">
1181: <cfargument name="thePage" type="string" required="true">
1182: <cfinclude template="#arguments.thePage#">
1183: </cffunction>
1184:
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall3(/Application.cfc:1182) |
| template | string | /var/www/voyagerinteriors.com.au/devel/Application.cfc |
| type | |
|
| type | | where | |
| DataSource | | Detail | string | Invalid column name 'displayOrderOffice'. |
| ErrorCode | | Extended_Info | | ExtendedInfo | | Message | | name | | NativeErrorCode | | queryError | string | SELECT categoryID, categoryName, categoryParent
FROM dbo.voy_productCategories
WHERE 1=1
ORDER BY displayOrderOffice DESC, displayOrder ASC, categoryName |
| rootCause | Struct Entries: 15 | additional | Struct (ordered) | SQL | string | SELECT categoryID, categoryName, categoryParent
FROM dbo.voy_productCategories
WHERE 1=1
ORDER BY displayOrderOffice DESC, displayOrder ASC, categoryName |
| DatabaseName | string | Microsoft SQL Server |
| DatabaseVersion | | DriverName | string | Microsoft JDBC Driver 6.2 for SQL Server |
| DriverVersion | | Datasource | |
| DataSource | | Detail | string | Invalid column name 'displayOrderOffice'. |
| ErrorCode | | Extended_Info | | ExtendedInfo | | Message | | NativeErrorCode | | queryError | string | SELECT categoryID, categoryName, categoryParent
FROM dbo.voy_productCategories
WHERE 1=1
ORDER BY displayOrderOffice DESC, displayOrder ASC, categoryName |
| Sql | string | SELECT categoryID, categoryName, categoryParent
FROM dbo.voy_productCategories
WHERE 1=1
ORDER BY displayOrderOffice DESC, displayOrder ASC, categoryName |
| SQLState | | StackTrace | string | lucee.runtime.exp.DatabaseException:
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:258)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1535)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:845)
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:752)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7151)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2478)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:219)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:199)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:729)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:293)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:273)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:226)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:951)
at lucee.runtime.tag.Query.doEndTag(Query.java:700)
at display.page_room_by_room_cfm1260$cf.call(/display/page-room-by-room.cfm:215)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:901)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:823)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:817)
at lucee.runtime.tag.CFTag.doInclude(CFTag.java:328)
at lucee.runtime.tag.CFTag.cfmlStartTag(CFTag.java:249)
at lucee.runtime.tag.CFTag.doStartTag(CFTag.java:180)
at index_cfm$cf.call(/index.cfm:406)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:901)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:823)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:805)
at application_cfc$cf.udfCall3(/Application.cfc:1182)
at application_cfc$cf.udfCall(/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:107)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:226)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:657)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:573)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1997)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:438)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:216)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2464)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2454)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2427)
at lucee.runtime.engine.Request.exe(Request.java:44)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1090)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1038)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1468)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
|
| TagContext | Array | 1 | Struct | codePrintHTML | string | 213: WHERE 1=1<br>
214: ORDER BY <cfif thisDisplayOrder neq 'displayOrder'>#thisDisplayOrder# DESC, </cfif>displayOrder ASC, categoryName<br>
<b>215: </cfquery></b><br>
216: </cfsilent><br>
217: <br>
|
| codePrintPlain | string | 213: WHERE 1=1
214: ORDER BY <cfif thisDisplayOrder neq 'displayOrder'>#thisDisplayOrder# DESC, </cfif>displayOrder ASC, categoryName
215: </cfquery>
216: </cfsilent>
217:
|
| column | | id | | line | | Raw_Trace | string | display.page_room_by_room_cfm1260$cf.call(/display/page-room-by-room.cfm:215) |
| template | string | /var/www/voyagerinteriors.com.au/devel/display/page-room-by-room.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 404: seoNav="#variables.seoNav#"<br>
405: parentPage="#qPageBody.pageHeader#"<br>
<b>406: bootstrapCols="#variables.innerLeftCol#"></b><br>
407: </cfcase><br>
408: <br>
|
| codePrintPlain | string | 404: seoNav="#variables.seoNav#"
405: parentPage="#qPageBody.pageHeader#"
406: bootstrapCols="#variables.innerLeftCol#">
407: </cfcase>
408:
|
| column | | id | | line | | Raw_Trace | string | index_cfm$cf.call(/index.cfm:406) |
| template | string | /var/www/voyagerinteriors.com.au/devel/index.cfm |
| type | |
| 3 | Struct | codePrintHTML | string | 1180: <cffunction name="onRequest" returnType="void"><br>
1181: <cfargument name="thePage" type="string" required="true"><br>
<b>1182: <cfinclude template="#arguments.thePage#"></b><br>
1183: </cffunction><br>
1184: <br>
|
| codePrintPlain | string | 1180: <cffunction name="onRequest" returnType="void">
1181: <cfargument name="thePage" type="string" required="true">
1182: <cfinclude template="#arguments.thePage#">
1183: </cffunction>
1184:
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall3(/Application.cfc:1182) |
| template | string | /var/www/voyagerinteriors.com.au/devel/Application.cfc |
| type | |
|
| type | | where | |
| Sql | string | SELECT categoryID, categoryName, categoryParent
FROM dbo.voy_productCategories
WHERE 1=1
ORDER BY displayOrderOffice DESC, displayOrder ASC, categoryName |
| SQLState | | StackTrace | string | lucee.runtime.exp.DatabaseException:
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:258)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1535)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:845)
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:752)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7151)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2478)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:219)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:199)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:729)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:293)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:273)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:226)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:951)
at lucee.runtime.tag.Query.doEndTag(Query.java:700)
at display.page_room_by_room_cfm1260$cf.call(/display/page-room-by-room.cfm:215)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:901)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:823)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:817)
at lucee.runtime.tag.CFTag.doInclude(CFTag.java:328)
at lucee.runtime.tag.CFTag.cfmlStartTag(CFTag.java:249)
at lucee.runtime.tag.CFTag.doStartTag(CFTag.java:180)
at index_cfm$cf.call(/index.cfm:406)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:901)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:823)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:805)
at application_cfc$cf.udfCall3(/Application.cfc:1182)
at application_cfc$cf.udfCall(/Application.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:107)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:226)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:657)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:573)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1997)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:438)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:216)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2464)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2454)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2427)
at lucee.runtime.engine.Request.exe(Request.java:44)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1090)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1038)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:496)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:803)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1468)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
|
| TagContext | Array | 1 | Struct | codePrintHTML | string | 213: WHERE 1=1<br>
214: ORDER BY <cfif thisDisplayOrder neq 'displayOrder'>#thisDisplayOrder# DESC, </cfif>displayOrder ASC, categoryName<br>
<b>215: </cfquery></b><br>
216: </cfsilent><br>
217: <br>
|
| codePrintPlain | string | 213: WHERE 1=1
214: ORDER BY <cfif thisDisplayOrder neq 'displayOrder'>#thisDisplayOrder# DESC, </cfif>displayOrder ASC, categoryName
215: </cfquery>
216: </cfsilent>
217:
|
| column | | id | | line | | Raw_Trace | string | display.page_room_by_room_cfm1260$cf.call(/display/page-room-by-room.cfm:215) |
| template | string | /var/www/voyagerinteriors.com.au/devel/display/page-room-by-room.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 404: seoNav="#variables.seoNav#"<br>
405: parentPage="#qPageBody.pageHeader#"<br>
<b>406: bootstrapCols="#variables.innerLeftCol#"></b><br>
407: </cfcase><br>
408: <br>
|
| codePrintPlain | string | 404: seoNav="#variables.seoNav#"
405: parentPage="#qPageBody.pageHeader#"
406: bootstrapCols="#variables.innerLeftCol#">
407: </cfcase>
408:
|
| column | | id | | line | | Raw_Trace | string | index_cfm$cf.call(/index.cfm:406) |
| template | string | /var/www/voyagerinteriors.com.au/devel/index.cfm |
| type | |
| 3 | Struct | codePrintHTML | string | 1180: <cffunction name="onRequest" returnType="void"><br>
1181: <cfargument name="thePage" type="string" required="true"><br>
<b>1182: <cfinclude template="#arguments.thePage#"></b><br>
1183: </cffunction><br>
1184: <br>
|
| codePrintPlain | string | 1180: <cffunction name="onRequest" returnType="void">
1181: <cfargument name="thePage" type="string" required="true">
1182: <cfinclude template="#arguments.thePage#">
1183: </cffunction>
1184:
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall3(/Application.cfc:1182) |
| template | string | /var/www/voyagerinteriors.com.au/devel/Application.cfc |
| type | |
|
| type | | where | |
| eventname | 2 | |
|