Catch
Entries: 15
additional
Struct (ordered)
SQL
stringselect 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
stringMySQL
DatabaseVersion
string9.1.0
DriverName
stringMySQL Connector/J
DriverVersion
stringmysql-connector-j-8.0.33 (Revision: 7d6b0800528b6b25c68b52dc10d6c1c8429c100c)
Datasource
stringmoviez
DataSource
stringmoviez
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringTable 'treviews.tbl_likes' doesn't exist
NativeErrorCode
number1146
queryError
stringselect 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
stringselect 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
string42S02
StackTrace
stringlucee.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
string472: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfquery&nbsp;name=&quot;topr&quot;&nbsp;datasource=&quot;#application.dsn#&quot;&gt;<br> 473: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;select&nbsp;count(user_id)&nbsp;cnt,user_id&nbsp;from&nbsp;(select&nbsp;likes_id,b.user_id&nbsp;from&nbsp;tbl_likes&nbsp;a,&nbsp;users&nbsp;b&nbsp;,tbl_comments&nbsp;c&nbsp;where&nbsp;a.comment_id&nbsp;=&nbsp;c.comment_id&nbsp;and&nbsp;c.user_id&nbsp;=&nbsp;b.user_id)&nbsp;tbla&nbsp;GROUP&nbsp;BY&nbsp;user_id&nbsp;having&nbsp;count(user_id)&nbsp;&gt;&nbsp;1&nbsp;order&nbsp;by&nbsp;cnt&nbsp;DESC&nbsp;LIMIT&nbsp;50<br> <b>474: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 475: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfreturn&nbsp;topr&gt;<br> 476: &nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br>
codePrintPlain
string472: <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
number0
id
string??
line
number474
Raw_Trace
stringdao_cfc$cf.udfCall4(/dao.cfc:474)
template
stringC:\inetpub\wwwroot\localtalent.in\dao.cfc
type
stringcfml
2
Struct
codePrintHTML
string252: <br> 253: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;Ftoprev&quot;&nbsp;access=&quot;public&quot;&nbsp;returntype=&quot;query&quot;&gt;<br> <b>254: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfreturn&nbsp;application.dao.Ftoprev()&gt;</b><br> 255: &nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br> 256: <br>
codePrintPlain
string252: 253: <cffunction name="Ftoprev" access="public" returntype="query"> 254: <cfreturn application.dao.Ftoprev()> 255: </cffunction> 256:
column
number0
id
string??
line
number254
Raw_Trace
stringcont_cfc$cf.udfCall6(/cont.cfc:254)
template
stringC:\inetpub\wwwroot\localtalent.in\cont.cfc
type
stringcfml
3
Struct
codePrintHTML
string427: &lt;cfcase&nbsp;value=&quot;topr&quot;&gt;<br> 428: <br> <b>429: &lt;cfset&nbsp;variables.topr&nbsp;=&nbsp;application.cont.Ftoprev()&gt;</b><br> 430: &lt;cfset&nbsp;variables.viewpage&nbsp;=&nbsp;&quot;topr.cfm&quot;&gt;<br> 431: &lt;/cfcase&gt;<br>
codePrintPlain
string427: <cfcase value="topr"> 428: 429: <cfset variables.topr = application.cont.Ftoprev()> 430: <cfset variables.viewpage = "topr.cfm"> 431: </cfcase>
column
number0
id
string??
line
number429
Raw_Trace
stringevents_cfm$cf.call(/events.cfm:429)
template
stringC:\inetpub\wwwroot\localtalent.in\events.cfm
type
stringcfml
4
Struct
codePrintHTML
string3: &lt;!---&nbsp;&lt;cfinclude&nbsp;template=&quot;cookie.cfm&quot;&gt;&nbsp;---&gt;<br> 4: &lt;cfinclude&nbsp;template=&quot;Cfunctions.cfm&quot;&gt;<br> <b>5: &lt;cfinclude&nbsp;template=&quot;events.cfm&quot;&gt;</b><br> 6: &nbsp;&lt;cfset&nbsp;variables.gip&nbsp;=&nbsp;application.cont.Fgetgossip()&gt;<br> 7: &lt;!DOCTYPE&nbsp;html&gt;<br>
codePrintPlain
string3: <!--- <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
number0
id
string??
line
number5
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:5)
template
stringC:\inetpub\wwwroot\localtalent.in\index.cfm
type
stringcfml
type
stringdatabase
where
string