Admin View of this Error

Catch
Entries: 18
additional
Struct (ordered)
SQL
stringselect offer_url from offers where offer_id = 17 or offer_id = 2 order by offer_id desc
Cause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringselect offer_url from offers where offer_id = 17 or offer_id = 2 order by offer_id desc
DataSource
string
Detail
stringcolumns are [OFFER_URL]
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcolumn [RECORDCOUNT] does not exist
NativeErrorCode
number-1
queryError
stringselect offer_url from offers where offer_id = 17 or offer_id = 2 order by offer_id desc
Sql
stringselect offer_url from offers where offer_id = 17 or offer_id = 2 order by offer_id desc
SQLState
string
StackTrace
stringlucee.runtime.exp.DatabaseException: column [RECORDCOUNT] does not exist at lucee.runtime.type.QueryImpl.setAt(QueryImpl.java:991) at lucee.runtime.type.QueryImpl.set(QueryImpl.java:1822) at lucee.runtime.util.VariableUtilImpl.set(VariableUtilImpl.java:411) at lucee.runtime.PageContextImpl.set(PageContextImpl.java:1452) at games.download_games.game_info_cfm$cf.call(/games/download_games/game_info.cfm:67) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at games.download_games.free_trial_cfm$cf.call(/games/download_games/free_trial.cfm:69) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at games.application_cfc$cf$4.udfCall(/games/Application.cfc:240) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:342) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:215) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2409) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2399) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2374) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1055) 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:526) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at mod_cfml.core.invoke(core.java:180) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:678) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string65: <br> 66: &lt;Br/&gt;<br> <b>67: &lt;cfset pc_offer.recordcount = 0&gt;</b><br> 68: &lt;cfset pc_ce_offer.recordcount = 0&gt;<br> 69: <br>
codePrintPlain
string65: 66: <Br/> 67: <cfset pc_offer.recordcount = 0> 68: <cfset pc_ce_offer.recordcount = 0> 69:
column
number0
id
string??
line
number67
Raw_Trace
stringgames.download_games.game_info_cfm$cf.call(/games/download_games/game_info.cfm:67)
template
string/opt/lucee/tomcat/webapps/ROOT/games/download_games/game_info.cfm
type
stringcfml
2
Struct
codePrintHTML
string67: &lt;div class=&quot;col-lg-9 col-md-12 &quot;&gt; <br> 68: &lt;!--- blog ---&gt;<br> <b>69: &lt;cfinclude template=&quot;game_info.cfm&quot;&gt;</b><br> 70: &lt;/div&gt;<br> 71: &lt;!-- end left side --&gt;<br>
codePrintPlain
string67: <div class="col-lg-9 col-md-12 "> 68: <!--- blog ---> 69: <cfinclude template="game_info.cfm"> 70: </div> 71: <!-- end left side -->
column
number0
id
string??
line
number69
Raw_Trace
stringgames.download_games.free_trial_cfm$cf.call(/games/download_games/free_trial.cfm:69)
template
string/opt/lucee/tomcat/webapps/ROOT/games/download_games/free_trial.cfm
type
stringcfml
3
Struct
codePrintHTML
string238: &lt;!--- override the default request function with what we found in parse_url.cfm ---&gt;<br> 239: &lt;cfif StructKeyExists( request, &quot;TargetPage&quot; )&gt;<br> <b>240: &lt;cfinclude template=&quot;#request.TargetPage#&quot; /&gt;</b><br> 241: &lt;cfelse&gt; <br> 242: <br>
codePrintPlain
string238: <!--- override the default request function with what we found in parse_url.cfm ---> 239: <cfif StructKeyExists( request, "TargetPage" )> 240: <cfinclude template="#request.TargetPage#" /> 241: <cfelse> 242:
column
number0
id
string??
line
number240
Raw_Trace
stringgames.application_cfc$cf$4.udfCall(/games/Application.cfc:240)
template
string/opt/lucee/tomcat/webapps/ROOT/games/Application.cfc
type
stringcfml
type
stringdatabase
where
string
DataSource
string
Detail
stringcolumns are [OFFER_URL]
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcolumn [RECORDCOUNT] does not exist
name
stringonRequest
NativeErrorCode
number-1
queryError
stringselect offer_url from offers where offer_id = 17 or offer_id = 2 order by offer_id desc
rootCause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringselect offer_url from offers where offer_id = 17 or offer_id = 2 order by offer_id desc
DataSource
string
Detail
stringcolumns are [OFFER_URL]
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcolumn [RECORDCOUNT] does not exist
NativeErrorCode
number-1
queryError
stringselect offer_url from offers where offer_id = 17 or offer_id = 2 order by offer_id desc
Sql
stringselect offer_url from offers where offer_id = 17 or offer_id = 2 order by offer_id desc
SQLState
string
StackTrace
stringlucee.runtime.exp.DatabaseException: column [RECORDCOUNT] does not exist at lucee.runtime.type.QueryImpl.setAt(QueryImpl.java:991) at lucee.runtime.type.QueryImpl.set(QueryImpl.java:1822) at lucee.runtime.util.VariableUtilImpl.set(VariableUtilImpl.java:411) at lucee.runtime.PageContextImpl.set(PageContextImpl.java:1452) at games.download_games.game_info_cfm$cf.call(/games/download_games/game_info.cfm:67) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at games.download_games.free_trial_cfm$cf.call(/games/download_games/free_trial.cfm:69) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at games.application_cfc$cf$4.udfCall(/games/Application.cfc:240) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:342) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:215) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2409) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2399) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2374) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1055) 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:526) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at mod_cfml.core.invoke(core.java:180) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:678) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string65: <br> 66: &lt;Br/&gt;<br> <b>67: &lt;cfset pc_offer.recordcount = 0&gt;</b><br> 68: &lt;cfset pc_ce_offer.recordcount = 0&gt;<br> 69: <br>
codePrintPlain
string65: 66: <Br/> 67: <cfset pc_offer.recordcount = 0> 68: <cfset pc_ce_offer.recordcount = 0> 69:
column
number0
id
string??
line
number67
Raw_Trace
stringgames.download_games.game_info_cfm$cf.call(/games/download_games/game_info.cfm:67)
template
string/opt/lucee/tomcat/webapps/ROOT/games/download_games/game_info.cfm
type
stringcfml
2
Struct
codePrintHTML
string67: &lt;div class=&quot;col-lg-9 col-md-12 &quot;&gt; <br> 68: &lt;!--- blog ---&gt;<br> <b>69: &lt;cfinclude template=&quot;game_info.cfm&quot;&gt;</b><br> 70: &lt;/div&gt;<br> 71: &lt;!-- end left side --&gt;<br>
codePrintPlain
string67: <div class="col-lg-9 col-md-12 "> 68: <!--- blog ---> 69: <cfinclude template="game_info.cfm"> 70: </div> 71: <!-- end left side -->
column
number0
id
string??
line
number69
Raw_Trace
stringgames.download_games.free_trial_cfm$cf.call(/games/download_games/free_trial.cfm:69)
template
string/opt/lucee/tomcat/webapps/ROOT/games/download_games/free_trial.cfm
type
stringcfml
3
Struct
codePrintHTML
string238: &lt;!--- override the default request function with what we found in parse_url.cfm ---&gt;<br> 239: &lt;cfif StructKeyExists( request, &quot;TargetPage&quot; )&gt;<br> <b>240: &lt;cfinclude template=&quot;#request.TargetPage#&quot; /&gt;</b><br> 241: &lt;cfelse&gt; <br> 242: <br>
codePrintPlain
string238: <!--- override the default request function with what we found in parse_url.cfm ---> 239: <cfif StructKeyExists( request, "TargetPage" )> 240: <cfinclude template="#request.TargetPage#" /> 241: <cfelse> 242:
column
number0
id
string??
line
number240
Raw_Trace
stringgames.application_cfc$cf$4.udfCall(/games/Application.cfc:240)
template
string/opt/lucee/tomcat/webapps/ROOT/games/Application.cfc
type
stringcfml
type
stringdatabase
where
string
Sql
stringselect offer_url from offers where offer_id = 17 or offer_id = 2 order by offer_id desc
SQLState
string
StackTrace
stringlucee.runtime.exp.DatabaseException: column [RECORDCOUNT] does not exist at lucee.runtime.type.QueryImpl.setAt(QueryImpl.java:991) at lucee.runtime.type.QueryImpl.set(QueryImpl.java:1822) at lucee.runtime.util.VariableUtilImpl.set(VariableUtilImpl.java:411) at lucee.runtime.PageContextImpl.set(PageContextImpl.java:1452) at games.download_games.game_info_cfm$cf.call(/games/download_games/game_info.cfm:67) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at games.download_games.free_trial_cfm$cf.call(/games/download_games/free_trial.cfm:69) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:942) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at games.application_cfc$cf$4.udfCall(/games/Application.cfc:240) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:342) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:215) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:680) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2409) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2399) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2374) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1055) 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:526) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at mod_cfml.core.invoke(core.java:180) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:678) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:860) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1587) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string65: <br> 66: &lt;Br/&gt;<br> <b>67: &lt;cfset pc_offer.recordcount = 0&gt;</b><br> 68: &lt;cfset pc_ce_offer.recordcount = 0&gt;<br> 69: <br>
codePrintPlain
string65: 66: <Br/> 67: <cfset pc_offer.recordcount = 0> 68: <cfset pc_ce_offer.recordcount = 0> 69:
column
number0
id
string??
line
number67
Raw_Trace
stringgames.download_games.game_info_cfm$cf.call(/games/download_games/game_info.cfm:67)
template
string/opt/lucee/tomcat/webapps/ROOT/games/download_games/game_info.cfm
type
stringcfml
2
Struct
codePrintHTML
string67: &lt;div class=&quot;col-lg-9 col-md-12 &quot;&gt; <br> 68: &lt;!--- blog ---&gt;<br> <b>69: &lt;cfinclude template=&quot;game_info.cfm&quot;&gt;</b><br> 70: &lt;/div&gt;<br> 71: &lt;!-- end left side --&gt;<br>
codePrintPlain
string67: <div class="col-lg-9 col-md-12 "> 68: <!--- blog ---> 69: <cfinclude template="game_info.cfm"> 70: </div> 71: <!-- end left side -->
column
number0
id
string??
line
number69
Raw_Trace
stringgames.download_games.free_trial_cfm$cf.call(/games/download_games/free_trial.cfm:69)
template
string/opt/lucee/tomcat/webapps/ROOT/games/download_games/free_trial.cfm
type
stringcfml
3
Struct
codePrintHTML
string238: &lt;!--- override the default request function with what we found in parse_url.cfm ---&gt;<br> 239: &lt;cfif StructKeyExists( request, &quot;TargetPage&quot; )&gt;<br> <b>240: &lt;cfinclude template=&quot;#request.TargetPage#&quot; /&gt;</b><br> 241: &lt;cfelse&gt; <br> 242: <br>
codePrintPlain
string238: <!--- override the default request function with what we found in parse_url.cfm ---> 239: <cfif StructKeyExists( request, "TargetPage" )> 240: <cfinclude template="#request.TargetPage#" /> 241: <cfelse> 242:
column
number0
id
string??
line
number240
Raw_Trace
stringgames.application_cfc$cf$4.udfCall(/games/Application.cfc:240)
template
string/opt/lucee/tomcat/webapps/ROOT/games/Application.cfc
type
stringcfml
type
stringdatabase
where
string