Error
Catch
Entries: 18
additional
Struct (ordered)
SQL
stringSELECT st.setting ,st.value FROM settings st WHERE st.enabled = 1 AND st.scope = 'session' AND (st.site_id = 1 OR st.site_id = 0) AND (st.system = 2 OR st.system = 0) ORDER BY sort_order, setting
Cause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT st.setting ,st.value FROM settings st WHERE st.enabled = 1 AND st.scope = 'session' AND (st.site_id = 1 OR st.site_id = 0) AND (st.system = 2 OR st.system = 0) ORDER BY sort_order, setting
DataSource
stringhc_oaktree
Detail
stringConnection reset by peer: socket write error
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
string
NativeErrorCode
number0
queryError
stringSELECT st.setting ,st.value FROM settings st WHERE st.enabled = 1 AND st.scope = 'session' AND (st.site_id = 1 OR st.site_id = 0) AND (st.system = 2 OR st.system = 0) ORDER BY sort_order, setting
Sql
stringSELECT st.setting ,st.value FROM settings st WHERE st.enabled = 1 AND st.scope = 'session' AND (st.site_id = 1 OR st.site_id = 0) AND (st.system = 2 OR st.system = 0) ORDER BY sort_order, setting
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.DatabaseException: at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:2435) at com.microsoft.sqlserver.jdbc.TDSChannel.write(IOBuffer.java:2008) at com.microsoft.sqlserver.jdbc.TDSWriter.flush(IOBuffer.java:4096) at com.microsoft.sqlserver.jdbc.TDSWriter.writePacket(IOBuffer.java:4009) at com.microsoft.sqlserver.jdbc.TDSWriter.endMessage(IOBuffer.java:3197) at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:7519) at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:7507) at com.microsoft.sqlserver.jdbc.SQLServerConnection$1ConnectionCommand.doExecute(SQLServerConnection.java:2519) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7151) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2478) at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectionCommand(SQLServerConnection.java:2524) at com.microsoft.sqlserver.jdbc.SQLServerConnection.setMaxRows(SQLServerConnection.java:611) at com.microsoft.sqlserver.jdbc.SQLServerStatement.setMaxRowsAndMaxFieldSize(SQLServerStatement.java:779) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:432) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:409) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7151) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2478) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:219) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:199) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:393) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:301) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:280) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:224) at lucee.runtime.tag.Query.executeDatasoure(Query.java:951) at lucee.runtime.tag.Query.doEndTag(Query.java:700) at cfc.settings_cfc$cf.udfCall(/cfc/settings.cfc:119) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:107) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:212) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:689) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:567) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2001) at lucee.runtime.tag.Invoke.doComponent(Invoke.java:221) at lucee.runtime.tag.Invoke.doEndTag(Invoke.java:194) at application_cfc$cf.udfCall(/Application.cfc:102) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:107) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:226) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:687) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:567) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1988) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:424) at lucee.runtime.listener.ModernAppListener.onSessionStart(ModernAppListener.java:331) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3131) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:120) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2464) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2454) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2427) at lucee.runtime.engine.Request.exe(Request.java:44) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1091) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1039) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528) at org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:872) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:745)
TagContext
Array
1
Struct
codePrintHTML
string117: &lt;/cfif&gt;<br> 118: ORDER BY sort_order, setting<br> <b>119: &lt;/cfquery&gt;</b><br> 120: <br> 121: &lt;cfreturn qSessionSettings /&gt;<br>
codePrintPlain
string117: </cfif> 118: ORDER BY sort_order, setting 119: </cfquery> 120: 121: <cfreturn qSessionSettings />
column
number0
id
string??
line
number119
Raw_Trace
stringcfc.settings_cfc$cf.udfCall(/cfc/settings.cfc:119)
template
stringD:\Domains\oaktreeuk\test.oaktreeuk.ltd\wwwroot\cfc\settings.cfc
type
stringcfml
2
Struct
codePrintHTML
string100: &lt;!--- Set Session Variables ---&gt;<br> 101: &lt;cflock scope=&quot;Session&quot; timeout=&quot;5&quot; type=&quot;exclusive&quot;&gt;<br> <b>102: &lt;cfinvoke component=&quot;cfc.settings&quot; method=&quot;SessionSettings&quot; site_id=&quot;1&quot; system=&quot;2&quot; returnVariable=&quot;SessionSettings&quot; /&gt;</b><br> 103: &lt;cfoutput query=&quot;SessionSettings&quot;&gt;<br> 104: &lt;cfset 'session.#SessionSettings.setting#' = SessionSettings.value /&gt;<br>
codePrintPlain
string100: <!--- Set Session Variables ---> 101: <cflock scope="Session" timeout="5" type="exclusive"> 102: <cfinvoke component="cfc.settings" method="SessionSettings" site_id="1" system="2" returnVariable="SessionSettings" /> 103: <cfoutput query="SessionSettings"> 104: <cfset 'session.#SessionSettings.setting#' = SessionSettings.value />
column
number0
id
string??
line
number102
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:102)
template
stringD:\Domains\oaktreeuk\test.oaktreeuk.ltd\wwwroot\Application.cfc
type
stringcfml
type
stringdatabase
where
string
DataSource
stringhc_oaktree
Detail
stringConnection reset by peer: socket write error
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
string
name
stringonSessionStart
NativeErrorCode
number0
queryError
stringSELECT st.setting ,st.value FROM settings st WHERE st.enabled = 1 AND st.scope = 'session' AND (st.site_id = 1 OR st.site_id = 0) AND (st.system = 2 OR st.system = 0) ORDER BY sort_order, setting
rootCause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT st.setting ,st.value FROM settings st WHERE st.enabled = 1 AND st.scope = 'session' AND (st.site_id = 1 OR st.site_id = 0) AND (st.system = 2 OR st.system = 0) ORDER BY sort_order, setting
DataSource
stringhc_oaktree
Detail
stringConnection reset by peer: socket write error
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
string
NativeErrorCode
number0
queryError
stringSELECT st.setting ,st.value FROM settings st WHERE st.enabled = 1 AND st.scope = 'session' AND (st.site_id = 1 OR st.site_id = 0) AND (st.system = 2 OR st.system = 0) ORDER BY sort_order, setting
Sql
stringSELECT st.setting ,st.value FROM settings st WHERE st.enabled = 1 AND st.scope = 'session' AND (st.site_id = 1 OR st.site_id = 0) AND (st.system = 2 OR st.system = 0) ORDER BY sort_order, setting
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.DatabaseException: at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:2435) at com.microsoft.sqlserver.jdbc.TDSChannel.write(IOBuffer.java:2008) at com.microsoft.sqlserver.jdbc.TDSWriter.flush(IOBuffer.java:4096) at com.microsoft.sqlserver.jdbc.TDSWriter.writePacket(IOBuffer.java:4009) at com.microsoft.sqlserver.jdbc.TDSWriter.endMessage(IOBuffer.java:3197) at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:7519) at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:7507) at com.microsoft.sqlserver.jdbc.SQLServerConnection$1ConnectionCommand.doExecute(SQLServerConnection.java:2519) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7151) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2478) at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectionCommand(SQLServerConnection.java:2524) at com.microsoft.sqlserver.jdbc.SQLServerConnection.setMaxRows(SQLServerConnection.java:611) at com.microsoft.sqlserver.jdbc.SQLServerStatement.setMaxRowsAndMaxFieldSize(SQLServerStatement.java:779) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:432) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:409) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7151) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2478) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:219) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:199) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:393) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:301) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:280) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:224) at lucee.runtime.tag.Query.executeDatasoure(Query.java:951) at lucee.runtime.tag.Query.doEndTag(Query.java:700) at cfc.settings_cfc$cf.udfCall(/cfc/settings.cfc:119) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:107) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:212) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:689) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:567) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2001) at lucee.runtime.tag.Invoke.doComponent(Invoke.java:221) at lucee.runtime.tag.Invoke.doEndTag(Invoke.java:194) at application_cfc$cf.udfCall(/Application.cfc:102) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:107) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:226) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:687) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:567) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1988) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:424) at lucee.runtime.listener.ModernAppListener.onSessionStart(ModernAppListener.java:331) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3131) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:120) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2464) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2454) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2427) at lucee.runtime.engine.Request.exe(Request.java:44) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1091) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1039) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528) at org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:872) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:745)
TagContext
Array
1
Struct
codePrintHTML
string117: &lt;/cfif&gt;<br> 118: ORDER BY sort_order, setting<br> <b>119: &lt;/cfquery&gt;</b><br> 120: <br> 121: &lt;cfreturn qSessionSettings /&gt;<br>
codePrintPlain
string117: </cfif> 118: ORDER BY sort_order, setting 119: </cfquery> 120: 121: <cfreturn qSessionSettings />
column
number0
id
string??
line
number119
Raw_Trace
stringcfc.settings_cfc$cf.udfCall(/cfc/settings.cfc:119)
template
stringD:\Domains\oaktreeuk\test.oaktreeuk.ltd\wwwroot\cfc\settings.cfc
type
stringcfml
2
Struct
codePrintHTML
string100: &lt;!--- Set Session Variables ---&gt;<br> 101: &lt;cflock scope=&quot;Session&quot; timeout=&quot;5&quot; type=&quot;exclusive&quot;&gt;<br> <b>102: &lt;cfinvoke component=&quot;cfc.settings&quot; method=&quot;SessionSettings&quot; site_id=&quot;1&quot; system=&quot;2&quot; returnVariable=&quot;SessionSettings&quot; /&gt;</b><br> 103: &lt;cfoutput query=&quot;SessionSettings&quot;&gt;<br> 104: &lt;cfset 'session.#SessionSettings.setting#' = SessionSettings.value /&gt;<br>
codePrintPlain
string100: <!--- Set Session Variables ---> 101: <cflock scope="Session" timeout="5" type="exclusive"> 102: <cfinvoke component="cfc.settings" method="SessionSettings" site_id="1" system="2" returnVariable="SessionSettings" /> 103: <cfoutput query="SessionSettings"> 104: <cfset 'session.#SessionSettings.setting#' = SessionSettings.value />
column
number0
id
string??
line
number102
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:102)
template
stringD:\Domains\oaktreeuk\test.oaktreeuk.ltd\wwwroot\Application.cfc
type
stringcfml
type
stringdatabase
where
string
Sql
stringSELECT st.setting ,st.value FROM settings st WHERE st.enabled = 1 AND st.scope = 'session' AND (st.site_id = 1 OR st.site_id = 0) AND (st.system = 2 OR st.system = 0) ORDER BY sort_order, setting
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.DatabaseException: at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:2435) at com.microsoft.sqlserver.jdbc.TDSChannel.write(IOBuffer.java:2008) at com.microsoft.sqlserver.jdbc.TDSWriter.flush(IOBuffer.java:4096) at com.microsoft.sqlserver.jdbc.TDSWriter.writePacket(IOBuffer.java:4009) at com.microsoft.sqlserver.jdbc.TDSWriter.endMessage(IOBuffer.java:3197) at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:7519) at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:7507) at com.microsoft.sqlserver.jdbc.SQLServerConnection$1ConnectionCommand.doExecute(SQLServerConnection.java:2519) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7151) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2478) at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectionCommand(SQLServerConnection.java:2524) at com.microsoft.sqlserver.jdbc.SQLServerConnection.setMaxRows(SQLServerConnection.java:611) at com.microsoft.sqlserver.jdbc.SQLServerStatement.setMaxRowsAndMaxFieldSize(SQLServerStatement.java:779) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:432) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:409) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7151) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2478) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:219) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:199) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:393) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:301) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:280) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:224) at lucee.runtime.tag.Query.executeDatasoure(Query.java:951) at lucee.runtime.tag.Query.doEndTag(Query.java:700) at cfc.settings_cfc$cf.udfCall(/cfc/settings.cfc:119) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:107) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:212) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:689) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:567) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2001) at lucee.runtime.tag.Invoke.doComponent(Invoke.java:221) at lucee.runtime.tag.Invoke.doEndTag(Invoke.java:194) at application_cfc$cf.udfCall(/Application.cfc:102) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:107) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:226) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:687) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:567) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1988) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:424) at lucee.runtime.listener.ModernAppListener.onSessionStart(ModernAppListener.java:331) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3131) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:120) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:43) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2464) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2454) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2427) at lucee.runtime.engine.Request.exe(Request.java:44) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1091) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1039) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:729) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528) at org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:872) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:745)
TagContext
Array
1
Struct
codePrintHTML
string117: &lt;/cfif&gt;<br> 118: ORDER BY sort_order, setting<br> <b>119: &lt;/cfquery&gt;</b><br> 120: <br> 121: &lt;cfreturn qSessionSettings /&gt;<br>
codePrintPlain
string117: </cfif> 118: ORDER BY sort_order, setting 119: </cfquery> 120: 121: <cfreturn qSessionSettings />
column
number0
id
string??
line
number119
Raw_Trace
stringcfc.settings_cfc$cf.udfCall(/cfc/settings.cfc:119)
template
stringD:\Domains\oaktreeuk\test.oaktreeuk.ltd\wwwroot\cfc\settings.cfc
type
stringcfml
2
Struct
codePrintHTML
string100: &lt;!--- Set Session Variables ---&gt;<br> 101: &lt;cflock scope=&quot;Session&quot; timeout=&quot;5&quot; type=&quot;exclusive&quot;&gt;<br> <b>102: &lt;cfinvoke component=&quot;cfc.settings&quot; method=&quot;SessionSettings&quot; site_id=&quot;1&quot; system=&quot;2&quot; returnVariable=&quot;SessionSettings&quot; /&gt;</b><br> 103: &lt;cfoutput query=&quot;SessionSettings&quot;&gt;<br> 104: &lt;cfset 'session.#SessionSettings.setting#' = SessionSettings.value /&gt;<br>
codePrintPlain
string100: <!--- Set Session Variables ---> 101: <cflock scope="Session" timeout="5" type="exclusive"> 102: <cfinvoke component="cfc.settings" method="SessionSettings" site_id="1" system="2" returnVariable="SessionSettings" /> 103: <cfoutput query="SessionSettings"> 104: <cfset 'session.#SessionSettings.setting#' = SessionSettings.value />
column
number0
id
string??
line
number102
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:102)
template
stringD:\Domains\oaktreeuk\test.oaktreeuk.ltd\wwwroot\Application.cfc
type
stringcfml
type
stringdatabase
where
string