Catch Entries: 18 |
| additional | | Struct (ordered) | | SQL | | string | SELECT 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 | | string | SELECT 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 | | | Detail | | string | Connection reset by peer: socket write error |
| | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | | NativeErrorCode | | | queryError | | string | SELECT 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 | | string | SELECT 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 | | | StackTrace | | string | lucee.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.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:465)
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 | | string | 117: </cfif><br>
118: ORDER BY sort_order, setting<br>
<b>119: </cfquery></b><br>
120: <br>
121: <cfreturn qSessionSettings /><br>
|
| | codePrintPlain | | string | 117: </cfif>
118: ORDER BY sort_order, setting
119: </cfquery>
120:
121: <cfreturn qSessionSettings />
|
| | column | | | id | | | line | | | Raw_Trace | | string | cfc.settings_cfc$cf.udfCall(/cfc/settings.cfc:119) |
| | template | | string | D:\Domains\oaktreeuk\test.oaktreeuk.ltd\wwwroot\cfc\settings.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 100: <!--- Set Session Variables ---><br>
101: <cflock scope="Session" timeout="5" type="exclusive"><br>
<b>102: <cfinvoke component="cfc.settings" method="SessionSettings" site_id="1" system="2" returnVariable="SessionSettings" /></b><br>
103: <cfoutput query="SessionSettings"><br>
104: <cfset 'session.#SessionSettings.setting#' = SessionSettings.value /><br>
|
| | codePrintPlain | | string | 100: <!--- 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 | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:102) |
| | template | | string | D:\Domains\oaktreeuk\test.oaktreeuk.ltd\wwwroot\Application.cfc |
| | type | |
|
| | type | | | where | |
|
| DataSource | |
| Detail | | string | Connection reset by peer: socket write error |
|
| ErrorCode | |
| Extended_Info | |
| ExtendedInfo | |
| Message | |
| name | |
| NativeErrorCode | |
| queryError | | string | SELECT 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 | | string | SELECT 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 | | | Detail | | string | Connection reset by peer: socket write error |
| | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | | NativeErrorCode | | | queryError | | string | SELECT 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 | | string | SELECT 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 | | | StackTrace | | string | lucee.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.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:465)
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 | | string | 117: </cfif><br>
118: ORDER BY sort_order, setting<br>
<b>119: </cfquery></b><br>
120: <br>
121: <cfreturn qSessionSettings /><br>
|
| | codePrintPlain | | string | 117: </cfif>
118: ORDER BY sort_order, setting
119: </cfquery>
120:
121: <cfreturn qSessionSettings />
|
| | column | | | id | | | line | | | Raw_Trace | | string | cfc.settings_cfc$cf.udfCall(/cfc/settings.cfc:119) |
| | template | | string | D:\Domains\oaktreeuk\test.oaktreeuk.ltd\wwwroot\cfc\settings.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 100: <!--- Set Session Variables ---><br>
101: <cflock scope="Session" timeout="5" type="exclusive"><br>
<b>102: <cfinvoke component="cfc.settings" method="SessionSettings" site_id="1" system="2" returnVariable="SessionSettings" /></b><br>
103: <cfoutput query="SessionSettings"><br>
104: <cfset 'session.#SessionSettings.setting#' = SessionSettings.value /><br>
|
| | codePrintPlain | | string | 100: <!--- 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 | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:102) |
| | template | | string | D:\Domains\oaktreeuk\test.oaktreeuk.ltd\wwwroot\Application.cfc |
| | type | |
|
| | type | | | where | |
|
| Sql | | string | SELECT 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 | |
| StackTrace | | string | lucee.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.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:465)
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 | | string | 117: </cfif><br>
118: ORDER BY sort_order, setting<br>
<b>119: </cfquery></b><br>
120: <br>
121: <cfreturn qSessionSettings /><br>
|
| | codePrintPlain | | string | 117: </cfif>
118: ORDER BY sort_order, setting
119: </cfquery>
120:
121: <cfreturn qSessionSettings />
|
| | column | | | id | | | line | | | Raw_Trace | | string | cfc.settings_cfc$cf.udfCall(/cfc/settings.cfc:119) |
| | template | | string | D:\Domains\oaktreeuk\test.oaktreeuk.ltd\wwwroot\cfc\settings.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 100: <!--- Set Session Variables ---><br>
101: <cflock scope="Session" timeout="5" type="exclusive"><br>
<b>102: <cfinvoke component="cfc.settings" method="SessionSettings" site_id="1" system="2" returnVariable="SessionSettings" /></b><br>
103: <cfoutput query="SessionSettings"><br>
104: <cfset 'session.#SessionSettings.setting#' = SessionSettings.value /><br>
|
| | codePrintPlain | | string | 100: <!--- 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 | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:102) |
| | template | | string | D:\Domains\oaktreeuk\test.oaktreeuk.ltd\wwwroot\Application.cfc |
| | type | |
|
|
| type | |
| where | |