Catch Entries: 15 |
additional | Struct (ordered) | SQL | string | select count(user_id) cnt,user_id from (select likes_id,b.user_id from tbl_likes a, users b ,tbl_comments c where a.comment_id = c.comment_id and c.user_id = b.user_id) tbla GROUP BY user_id having count(user_id) > 1 order by cnt DESC LIMIT 50 |
| DatabaseName | | DatabaseVersion | | DriverName | | DriverVersion | string | mysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c) |
| Datasource | |
|
DataSource | |
Detail | |
ErrorCode | |
Extended_Info | |
ExtendedInfo | |
Message | string | Table 'treviews.tbl_likes' doesn't exist |
|
NativeErrorCode | |
queryError | string | select count(user_id) cnt,user_id from (select likes_id,b.user_id from tbl_likes a, users b ,tbl_comments c where a.comment_id = c.comment_id and c.user_id = b.user_id) tbla GROUP BY user_id having count(user_id) > 1 order by cnt DESC LIMIT 50 |
|
Sql | string | select count(user_id) cnt,user_id from (select likes_id,b.user_id from tbl_likes a, users b ,tbl_comments c where a.comment_id = c.comment_id and c.user_id = b.user_id) tbla GROUP BY user_id having count(user_id) > 1 order by cnt DESC LIMIT 50 |
|
SQLState | |
StackTrace | string | lucee.runtime.exp.DatabaseException: Table 'treviews.tbl_likes' doesn't exist
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
at com.mysql.cj.jdbc.StatementImpl.executeInternal(StatementImpl.java:763)
at com.mysql.cj.jdbc.StatementImpl.execute(StatementImpl.java:648)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:320)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:287)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:235)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1135)
at lucee.runtime.tag.Query._doEndTag(Query.java:700)
at lucee.runtime.tag.Query.doEndTag(Query.java:566)
at dao_cfc$cf.udfCall4(/dao.cfc:474)
at dao_cfc$cf.udfCall(/dao.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:664)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776)
at cont_cfc$cf.udfCall6(/cont.cfc:254)
at cont_cfc$cf.udfCall(/cont.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:664)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1776)
at events_cfm$cf.call(/events.cfm:429)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1026)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:949)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:930)
at index_cfm$cf.call(/index.cfm:5)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1026)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:949)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:219)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2494)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2479)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2450)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161)
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:623)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Unknown Source)
|
|
TagContext | Array | 1 | Struct | codePrintHTML | string | 472: <cfquery name="topr" datasource="#application.dsn#"><br>
473: select count(user_id) cnt,user_id from (select likes_id,b.user_id from tbl_likes a, users b ,tbl_comments c where a.comment_id = c.comment_id and c.user_id = b.user_id) tbla GROUP BY user_id having count(user_id) > 1 order by cnt DESC LIMIT 50<br>
<b>474: </cfquery></b><br>
475: <cfreturn topr><br>
476: </cffunction><br>
|
| codePrintPlain | string | 472: <cfquery name="topr" datasource="#application.dsn#">
473: select count(user_id) cnt,user_id from (select likes_id,b.user_id from tbl_likes a, users b ,tbl_comments c where a.comment_id = c.comment_id and c.user_id = b.user_id) tbla GROUP BY user_id having count(user_id) > 1 order by cnt DESC LIMIT 50
474: </cfquery>
475: <cfreturn topr>
476: </cffunction>
|
| column | | id | | line | | Raw_Trace | string | dao_cfc$cf.udfCall4(/dao.cfc:474) |
| template | string | C:\inetpub\wwwroot\localtalent.in\dao.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | 252: <br>
253: <cffunction name="Ftoprev" access="public" returntype="query"><br>
<b>254: <cfreturn application.dao.Ftoprev()></b><br>
255: </cffunction><br>
256: <br>
|
| codePrintPlain | string | 252:
253: <cffunction name="Ftoprev" access="public" returntype="query">
254: <cfreturn application.dao.Ftoprev()>
255: </cffunction>
256:
|
| column | | id | | line | | Raw_Trace | string | cont_cfc$cf.udfCall6(/cont.cfc:254) |
| template | string | C:\inetpub\wwwroot\localtalent.in\cont.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 427: <cfcase value="topr"><br>
428: <br>
<b>429: <cfset variables.topr = application.cont.Ftoprev()></b><br>
430: <cfset variables.viewpage = "topr.cfm"><br>
431: </cfcase><br>
|
| codePrintPlain | string | 427: <cfcase value="topr">
428:
429: <cfset variables.topr = application.cont.Ftoprev()>
430: <cfset variables.viewpage = "topr.cfm">
431: </cfcase>
|
| column | | id | | line | | Raw_Trace | string | events_cfm$cf.call(/events.cfm:429) |
| template | string | C:\inetpub\wwwroot\localtalent.in\events.cfm |
| type | |
| 4 | Struct | codePrintHTML | string | 3: <!--- <cfinclude template="cookie.cfm"> ---><br>
4: <cfinclude template="Cfunctions.cfm"><br>
<b>5: <cfinclude template="events.cfm"></b><br>
6: <cfset variables.gip = application.cont.Fgetgossip()><br>
7: <!DOCTYPE html><br>
|
| codePrintPlain | string | 3: <!--- <cfinclude template="cookie.cfm"> --->
4: <cfinclude template="Cfunctions.cfm">
5: <cfinclude template="events.cfm">
6: <cfset variables.gip = application.cont.Fgetgossip()>
7: <!DOCTYPE html>
|
| column | | id | | line | | Raw_Trace | string | index_cfm$cf.call(/index.cfm:5) |
| template | string | C:\inetpub\wwwroot\localtalent.in\index.cfm |
| type | |
|
|
type | |
where | |