Catch Entries: 15 |
additional | Struct (ordered) | SQL | string | SELECT *, (select count(*) from pollanswer where pollanswer.polloptionid = polloption.polloptionid) as pc
FROM [wws_montaguema].dbo.polloption
WHERE pollID = 23
AND type = 'radio'
ORDER BY pc desc, answer |
| DatabaseName | string | Microsoft SQL Server |
| DatabaseVersion | | DriverName | string | Microsoft JDBC Driver 4.0 for SQL Server |
| DriverVersion | | Datasource | |
|
DataSource | |
Detail | |
ErrorCode | |
Extended_Info | |
ExtendedInfo | |
Message | string | Invalid object name 'pollanswer'. |
|
NativeErrorCode | |
queryError | string | SELECT *, (select count(*) from pollanswer where pollanswer.polloptionid = polloption.polloptionid) as pc
FROM [wws_montaguema].dbo.polloption
WHERE pollID = 23
AND type = 'radio'
ORDER BY pc desc, answer |
|
Sql | string | SELECT *, (select count(*) from pollanswer where pollanswer.polloptionid = polloption.polloptionid) as pc
FROM [wws_montaguema].dbo.polloption
WHERE pollID = 23
AND type = 'radio'
ORDER BY pc desc, answer |
|
SQLState | |
StackTrace | string | lucee.runtime.exp.DatabaseException: Invalid object name 'pollanswer'.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1515)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:792)
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:689)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1715)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:180)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:155)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:662)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:319)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:273)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:227)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1112)
at lucee.runtime.tag.Query._doEndTag(Query.java:686)
at lucee.runtime.tag.Query.doEndTag(Query.java:553)
at box_poll_cfm$cf$121.call(/box_poll.cfm:246)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:829)
at lucee.runtime.tag.CFTag.doInclude(CFTag.java:319)
at lucee.runtime.tag.CFTag.cfmlStartTag(CFTag.java:245)
at lucee.runtime.tag.CFTag.doStartTag(CFTag.java:179)
at poll_cfm$cf$188.call(/poll.cfm:6)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837)
at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:64)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2416)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2406)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2381)
at lucee.runtime.engine.Request.exe(Request.java:43)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1170)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
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:53)
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:202)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:432)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
|
|
TagContext | Array | 1 | Struct | codePrintHTML | string | 244: AND type = '#tt#'<br>
245: ORDER BY pc desc, answer<br>
<b>246: </CFQUERY></b><br>
247: <cfif qs_po.recordCount and tt eq "checkbox"><br>
248: <tr><th colspan="2" bgcolor="##ddddee" align="left">Additional Options (all that apply):</th></tr><br>
|
| codePrintPlain | string | 244: AND type = '#tt#'
245: ORDER BY pc desc, answer
246: </CFQUERY>
247: <cfif qs_po.recordCount and tt eq "checkbox">
248: <tr><th colspan="2" bgcolor="##ddddee" align="left">Additional Options (all that apply):</th></tr>
|
| column | | id | | line | | Raw_Trace | string | box_poll_cfm$cf$121.call(/box_poll.cfm:246) |
| template | string | E:\Sites\WWS\box_poll.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 4: <cf_box_poll mode="full" show="this"><br>
5: <cfelse><br>
<b>6: <cf_box_poll mode="full" show="all"></b><br>
7: </cfif><br>
8: </cfsavecontent><br>
|
| codePrintPlain | string | 4: <cf_box_poll mode="full" show="this">
5: <cfelse>
6: <cf_box_poll mode="full" show="all">
7: </cfif>
8: </cfsavecontent>
|
| column | | id | | line | | Raw_Trace | string | poll_cfm$cf$188.call(/poll.cfm:6) |
| template | string | E:\Sites\WWS\poll.cfm |
| type | |
|
|
type | |
where | |