Admin View of this Error

Catch
Entries: 18
additional
Struct (ordered)
Cause
Struct
Entries: 15
additional
Struct (ordered)
DataSource
string
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcannot set a value to a empty query, you first have to add a row
NativeErrorCode
number-1
queryError
string
Sql
string
SQLState
string
StackTrace
stringlucee.runtime.exp.DatabaseException: cannot set a value to a empty query, you first have to add a row at lucee.runtime.type.QueryColumnImpl.set(QueryColumnImpl.java:323) at lucee.runtime.type.QueryImpl.setAt(QueryImpl.java:989) 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.common.this_game_cfc$cf.udfCall(/games/common/this_game.cfc:111) 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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:768) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1707) at games.download_games.free_trial_cfm$cf.call(/games/download_games/free_trial.cfm:14) 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
string109: &lt;cfelse&gt;<br> 110: &lt;!--- Not Found ---&gt; <br> <b>111: &lt;cfset this_game_2.game_id = 0&gt;</b><br> 112: &lt;cfreturn this_game_2&gt; <br> 113: &lt;/cfif&gt;<br>
codePrintPlain
string109: <cfelse> 110: <!--- Not Found ---> 111: <cfset this_game_2.game_id = 0> 112: <cfreturn this_game_2> 113: </cfif>
column
number0
id
string??
line
number111
Raw_Trace
stringgames.common.this_game_cfc$cf.udfCall(/games/common/this_game.cfc:111)
template
string/opt/lucee/tomcat/webapps/ROOT/games/common/this_game.cfc
type
stringcfml
2
Struct
codePrintHTML
string12: &lt;/cfif&gt;<br> 13: <br> <b>14: &lt;cfset this_game=application.thisGameLib.getThisGame(variables.game_id)&gt;</b><br> 15: <br> 16: &lt;cfif not isdefined(&quot;this_game.game_id&quot;)&gt;<br>
codePrintPlain
string12: </cfif> 13: 14: <cfset this_game=application.thisGameLib.getThisGame(variables.game_id)> 15: 16: <cfif not isdefined("this_game.game_id")>
column
number0
id
string??
line
number14
Raw_Trace
stringgames.download_games.free_trial_cfm$cf.call(/games/download_games/free_trial.cfm:14)
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
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcannot set a value to a empty query, you first have to add a row
name
stringonRequest
NativeErrorCode
number-1
queryError
string
rootCause
Struct
Entries: 15
additional
Struct (ordered)
DataSource
string
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcannot set a value to a empty query, you first have to add a row
NativeErrorCode
number-1
queryError
string
Sql
string
SQLState
string
StackTrace
stringlucee.runtime.exp.DatabaseException: cannot set a value to a empty query, you first have to add a row at lucee.runtime.type.QueryColumnImpl.set(QueryColumnImpl.java:323) at lucee.runtime.type.QueryImpl.setAt(QueryImpl.java:989) 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.common.this_game_cfc$cf.udfCall(/games/common/this_game.cfc:111) 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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:768) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1707) at games.download_games.free_trial_cfm$cf.call(/games/download_games/free_trial.cfm:14) 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
string109: &lt;cfelse&gt;<br> 110: &lt;!--- Not Found ---&gt; <br> <b>111: &lt;cfset this_game_2.game_id = 0&gt;</b><br> 112: &lt;cfreturn this_game_2&gt; <br> 113: &lt;/cfif&gt;<br>
codePrintPlain
string109: <cfelse> 110: <!--- Not Found ---> 111: <cfset this_game_2.game_id = 0> 112: <cfreturn this_game_2> 113: </cfif>
column
number0
id
string??
line
number111
Raw_Trace
stringgames.common.this_game_cfc$cf.udfCall(/games/common/this_game.cfc:111)
template
string/opt/lucee/tomcat/webapps/ROOT/games/common/this_game.cfc
type
stringcfml
2
Struct
codePrintHTML
string12: &lt;/cfif&gt;<br> 13: <br> <b>14: &lt;cfset this_game=application.thisGameLib.getThisGame(variables.game_id)&gt;</b><br> 15: <br> 16: &lt;cfif not isdefined(&quot;this_game.game_id&quot;)&gt;<br>
codePrintPlain
string12: </cfif> 13: 14: <cfset this_game=application.thisGameLib.getThisGame(variables.game_id)> 15: 16: <cfif not isdefined("this_game.game_id")>
column
number0
id
string??
line
number14
Raw_Trace
stringgames.download_games.free_trial_cfm$cf.call(/games/download_games/free_trial.cfm:14)
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
string
SQLState
string
StackTrace
stringlucee.runtime.exp.DatabaseException: cannot set a value to a empty query, you first have to add a row at lucee.runtime.type.QueryColumnImpl.set(QueryColumnImpl.java:323) at lucee.runtime.type.QueryImpl.setAt(QueryImpl.java:989) 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.common.this_game_cfc$cf.udfCall(/games/common/this_game.cfc:111) 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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:768) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1707) at games.download_games.free_trial_cfm$cf.call(/games/download_games/free_trial.cfm:14) 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
string109: &lt;cfelse&gt;<br> 110: &lt;!--- Not Found ---&gt; <br> <b>111: &lt;cfset this_game_2.game_id = 0&gt;</b><br> 112: &lt;cfreturn this_game_2&gt; <br> 113: &lt;/cfif&gt;<br>
codePrintPlain
string109: <cfelse> 110: <!--- Not Found ---> 111: <cfset this_game_2.game_id = 0> 112: <cfreturn this_game_2> 113: </cfif>
column
number0
id
string??
line
number111
Raw_Trace
stringgames.common.this_game_cfc$cf.udfCall(/games/common/this_game.cfc:111)
template
string/opt/lucee/tomcat/webapps/ROOT/games/common/this_game.cfc
type
stringcfml
2
Struct
codePrintHTML
string12: &lt;/cfif&gt;<br> 13: <br> <b>14: &lt;cfset this_game=application.thisGameLib.getThisGame(variables.game_id)&gt;</b><br> 15: <br> 16: &lt;cfif not isdefined(&quot;this_game.game_id&quot;)&gt;<br>
codePrintPlain
string12: </cfif> 13: 14: <cfset this_game=application.thisGameLib.getThisGame(variables.game_id)> 15: 16: <cfif not isdefined("this_game.game_id")>
column
number0
id
string??
line
number14
Raw_Trace
stringgames.download_games.free_trial_cfm$cf.call(/games/download_games/free_trial.cfm:14)
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