Scope Arguments
11
Catch
Entries: 12
additional
Struct (ordered)
Cause
Struct
additional
Struct (ordered)
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringTimer already cancelled.
StackTrace
stringlucee.runtime.exp.NativeException: Timer already cancelled. at java.base/java.util.Timer.sched(Unknown Source) at java.base/java.util.Timer.schedule(Unknown Source) at com.mysql.cj.AbstractQuery.startQueryTimer(AbstractQuery.java:213) at com.mysql.cj.jdbc.StatementImpl.startQueryTimer(StatementImpl.java:638) at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:887) at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:328) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:296) 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 com.dalo.core.site_cfc$cf.udfCall(/com/dalo/core/site.cfc:121) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:699) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1952) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1795) at application_cfc$cf.udfCall(/Application.cfc:52) 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:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:135) 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:482) 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:935) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1826) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.IllegalStateException: Timer already cancelled. ... 61 more
TagContext
Array
1
Struct
codePrintHTML
string119: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;s.siteId&nbsp;=&nbsp;&lt;cfqueryparam&nbsp;cfsqltype=&quot;cf_sql_integer&quot;&nbsp;value=&quot;#arguments[&quot;siteId&quot;]#&quot;&gt;&lt;/cfif&gt;&lt;cfif&nbsp;Not&nbsp;arguments[&quot;allowDeleted&quot;]&gt;<br> 120: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND&nbsp;s.isDeleted&nbsp;=&nbsp;0&lt;/cfif&gt;<br> <b>121: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 122: <br> 123: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;q.recordCount&nbsp;GT&nbsp;0&gt;<br>
codePrintPlain
string119: WHERE s.siteId = <cfqueryparam cfsqltype="cf_sql_integer" value="#arguments["siteId"]#"></cfif><cfif Not arguments["allowDeleted"]> 120: AND s.isDeleted = 0</cfif> 121: </cfquery> 122: 123: <cfif q.recordCount GT 0>
column
number0
id
string??
line
number121
Raw_Trace
stringcom.dalo.core.site_cfc$cf.udfCall(/com/dalo/core/site.cfc:121)
template
string/websites/dms19/com/dalo/core/site.cfc
type
stringcfml
2
Struct
codePrintHTML
string50: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;Not&nbsp;session.user.site.getSiteId()&gt;<br> 51: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;request.site&nbsp;=&nbsp;CreateObject(&quot;component&quot;,&nbsp;&quot;com.dalo.core.site&quot;).init(strDSN=request[&quot;dsn&quot;])&nbsp;/&gt;<br> <b>52: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;request.site.load(fqdn=cgi[&quot;http_host&quot;])&nbsp;/&gt;</b><br> 53: <br> 54: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;Not&nbsp;request.site.getSiteId()&gt;<br>
codePrintPlain
string50: <cfif Not session.user.site.getSiteId()> 51: <cfset request.site = CreateObject("component", "com.dalo.core.site").init(strDSN=request["dsn"]) /> 52: <cfset request.site.load(fqdn=cgi["http_host"]) /> 53: 54: <cfif Not request.site.getSiteId()>
column
number0
id
string??
line
number52
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:52)
template
string/websites/dms19/Application.cfc
type
stringcfml
type
stringjava.lang.IllegalStateException
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringTimer already cancelled.
name
stringonRequestStart
rootCause
Struct
additional
Struct (ordered)
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringTimer already cancelled.
StackTrace
stringlucee.runtime.exp.NativeException: Timer already cancelled. at java.base/java.util.Timer.sched(Unknown Source) at java.base/java.util.Timer.schedule(Unknown Source) at com.mysql.cj.AbstractQuery.startQueryTimer(AbstractQuery.java:213) at com.mysql.cj.jdbc.StatementImpl.startQueryTimer(StatementImpl.java:638) at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:887) at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:328) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:296) 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 com.dalo.core.site_cfc$cf.udfCall(/com/dalo/core/site.cfc:121) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:699) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1952) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1795) at application_cfc$cf.udfCall(/Application.cfc:52) 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:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:135) 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:482) 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:935) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1826) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.IllegalStateException: Timer already cancelled. ... 61 more
TagContext
Array
1
Struct
codePrintHTML
string119: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;s.siteId&nbsp;=&nbsp;&lt;cfqueryparam&nbsp;cfsqltype=&quot;cf_sql_integer&quot;&nbsp;value=&quot;#arguments[&quot;siteId&quot;]#&quot;&gt;&lt;/cfif&gt;&lt;cfif&nbsp;Not&nbsp;arguments[&quot;allowDeleted&quot;]&gt;<br> 120: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND&nbsp;s.isDeleted&nbsp;=&nbsp;0&lt;/cfif&gt;<br> <b>121: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 122: <br> 123: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;q.recordCount&nbsp;GT&nbsp;0&gt;<br>
codePrintPlain
string119: WHERE s.siteId = <cfqueryparam cfsqltype="cf_sql_integer" value="#arguments["siteId"]#"></cfif><cfif Not arguments["allowDeleted"]> 120: AND s.isDeleted = 0</cfif> 121: </cfquery> 122: 123: <cfif q.recordCount GT 0>
column
number0
id
string??
line
number121
Raw_Trace
stringcom.dalo.core.site_cfc$cf.udfCall(/com/dalo/core/site.cfc:121)
template
string/websites/dms19/com/dalo/core/site.cfc
type
stringcfml
2
Struct
codePrintHTML
string50: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;Not&nbsp;session.user.site.getSiteId()&gt;<br> 51: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;request.site&nbsp;=&nbsp;CreateObject(&quot;component&quot;,&nbsp;&quot;com.dalo.core.site&quot;).init(strDSN=request[&quot;dsn&quot;])&nbsp;/&gt;<br> <b>52: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;request.site.load(fqdn=cgi[&quot;http_host&quot;])&nbsp;/&gt;</b><br> 53: <br> 54: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;Not&nbsp;request.site.getSiteId()&gt;<br>
codePrintPlain
string50: <cfif Not session.user.site.getSiteId()> 51: <cfset request.site = CreateObject("component", "com.dalo.core.site").init(strDSN=request["dsn"]) /> 52: <cfset request.site.load(fqdn=cgi["http_host"]) /> 53: 54: <cfif Not request.site.getSiteId()>
column
number0
id
string??
line
number52
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:52)
template
string/websites/dms19/Application.cfc
type
stringcfml
type
stringjava.lang.IllegalStateException
StackTrace
stringlucee.runtime.exp.NativeException: Timer already cancelled. at java.base/java.util.Timer.sched(Unknown Source) at java.base/java.util.Timer.schedule(Unknown Source) at com.mysql.cj.AbstractQuery.startQueryTimer(AbstractQuery.java:213) at com.mysql.cj.jdbc.StatementImpl.startQueryTimer(StatementImpl.java:638) at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:887) at com.mysql.cj.jdbc.ClientPreparedStatement.execute(ClientPreparedStatement.java:354) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:328) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:296) 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 com.dalo.core.site_cfc$cf.udfCall(/com/dalo/core/site.cfc:121) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:213) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:699) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1952) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1795) at application_cfc$cf.udfCall(/Application.cfc:52) 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:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:135) 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:482) 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:935) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1826) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1189) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:658) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.lang.IllegalStateException: Timer already cancelled. ... 61 more
TagContext
Array
1
Struct
codePrintHTML
string119: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;s.siteId&nbsp;=&nbsp;&lt;cfqueryparam&nbsp;cfsqltype=&quot;cf_sql_integer&quot;&nbsp;value=&quot;#arguments[&quot;siteId&quot;]#&quot;&gt;&lt;/cfif&gt;&lt;cfif&nbsp;Not&nbsp;arguments[&quot;allowDeleted&quot;]&gt;<br> 120: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AND&nbsp;s.isDeleted&nbsp;=&nbsp;0&lt;/cfif&gt;<br> <b>121: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 122: <br> 123: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;q.recordCount&nbsp;GT&nbsp;0&gt;<br>
codePrintPlain
string119: WHERE s.siteId = <cfqueryparam cfsqltype="cf_sql_integer" value="#arguments["siteId"]#"></cfif><cfif Not arguments["allowDeleted"]> 120: AND s.isDeleted = 0</cfif> 121: </cfquery> 122: 123: <cfif q.recordCount GT 0>
column
number0
id
string??
line
number121
Raw_Trace
stringcom.dalo.core.site_cfc$cf.udfCall(/com/dalo/core/site.cfc:121)
template
string/websites/dms19/com/dalo/core/site.cfc
type
stringcfml
2
Struct
codePrintHTML
string50: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;Not&nbsp;session.user.site.getSiteId()&gt;<br> 51: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;request.site&nbsp;=&nbsp;CreateObject(&quot;component&quot;,&nbsp;&quot;com.dalo.core.site&quot;).init(strDSN=request[&quot;dsn&quot;])&nbsp;/&gt;<br> <b>52: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;request.site.load(fqdn=cgi[&quot;http_host&quot;])&nbsp;/&gt;</b><br> 53: <br> 54: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;Not&nbsp;request.site.getSiteId()&gt;<br>
codePrintPlain
string50: <cfif Not session.user.site.getSiteId()> 51: <cfset request.site = CreateObject("component", "com.dalo.core.site").init(strDSN=request["dsn"]) /> 52: <cfset request.site.load(fqdn=cgi["http_host"]) /> 53: 54: <cfif Not request.site.getSiteId()>
column
number0
id
string??
line
number52
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:52)
template
string/websites/dms19/Application.cfc
type
stringcfml
type
stringjava.lang.IllegalStateException
22
stringonRequestStart