Catch Entries: 18 |
additional | Struct (ordered) | SQL | string | INSERT INTO dbo.browsing_history
(
ipaddress,
userid,
page,
visited_on
)
values(
'127.0.0.1',
0,
'/rd/rd_detail.cfm',
getdate()
) |
|
|
Cause | Struct Entries: 15 | additional | Struct (ordered) | SQL | string | INSERT INTO dbo.browsing_history
(
ipaddress,
userid,
page,
visited_on
)
values(
'127.0.0.1',
0,
'/rd/rd_detail.cfm',
getdate()
) |
|
| DataSource | | Detail | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | SQL Server did not return a response. The connection has been closed. |
| NativeErrorCode | | queryError | string | INSERT INTO dbo.browsing_history
(
ipaddress,
userid,
page,
visited_on
)
values(
'127.0.0.1',
0,
'/rd/rd_detail.cfm',
getdate()
) |
| Sql | string | INSERT INTO dbo.browsing_history
(
ipaddress,
userid,
page,
visited_on
)
values(
'127.0.0.1',
0,
'/rd/rd_detail.cfm',
getdate()
) |
| SQLState | | StackTrace | string | lucee.runtime.exp.DatabaseException: SQL Server did not return a response. The connection has been closed.
at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:4290)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:4279)
at com.microsoft.sqlserver.jdbc.TDSReader.readPacket(IOBuffer.java:6876)
at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:8148)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:684)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:605)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7748)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:4410)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:293)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:263)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:582)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:353)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:305)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128)
at lucee.runtime.tag.Query._doEndTag(Query.java:695)
at lucee.runtime.tag.Query.doEndTag(Query.java:560)
at cfc.security_cfc$cf.udfCall(/cfc/security.cfc:21)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:672)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2052)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2016)
at application_cfc$cf.udfCall_000002(/Application.cfc:494)
at application_cfc$cf.udfCall(/Application.cfc:476)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:671)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2725)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42)
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.http11.Http11Processor.service(Http11Processor.java:396)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Unknown Source)
|
| TagContext | Array | 1 | Struct | codePrintHTML | string | 19: getdate()<br>
20: )<br>
<b>21: </cfquery></b><br>
22: <br>
23: <cfset exemptedIPAddressList = '198.190.245.10,198.190.245.69,69.27.84.184,204.239.148.2,23.244.123.190'><br>
|
| codePrintPlain | string | 19: getdate()
20: )
21: </cfquery>
22:
23: <cfset exemptedIPAddressList = '198.190.245.10,198.190.245.69,69.27.84.184,204.239.148.2,23.244.123.190'>
|
| column | | id | | line | | Raw_Trace | string | cfc.security_cfc$cf.udfCall(/cfc/security.cfc:21) |
| template | string | /opt/lucee/tomcat/webapps/ROOT/dietitian-central/cfc/security.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | 492: ipaddress = cgi.remote_addr,<br>
493: userid = uid,<br>
<b>494: page = cgi.script_name</b><br>
495: )><br>
496: <br>
|
| codePrintPlain | string | 492: ipaddress = cgi.remote_addr,
493: userid = uid,
494: page = cgi.script_name
495: )>
496:
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall_000002(/Application.cfc:494) |
| template | string | /opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 474: <br>
475: <cffunction name="onRequest"><br>
<b>476: <cfargument name="targetPage" type="String" required=true/></b><br>
477: <br>
478: <cfif cgi.remote_addr NEQ '127.0.0.1'><br>
|
| codePrintPlain | string | 474:
475: <cffunction name="onRequest">
476: <cfargument name="targetPage" type="String" required=true/>
477:
478: <cfif cgi.remote_addr NEQ '127.0.0.1'>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/Application.cfc:476) |
| template | string | /opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc |
| type | |
|
| type | | where | |
|
DataSource | |
Detail | |
ErrorCode | |
Extended_Info | |
ExtendedInfo | |
Message | string | SQL Server did not return a response. The connection has been closed. |
|
name | |
NativeErrorCode | |
queryError | string | INSERT INTO dbo.browsing_history
(
ipaddress,
userid,
page,
visited_on
)
values(
'127.0.0.1',
0,
'/rd/rd_detail.cfm',
getdate()
) |
|
rootCause | Struct Entries: 15 | additional | Struct (ordered) | SQL | string | INSERT INTO dbo.browsing_history
(
ipaddress,
userid,
page,
visited_on
)
values(
'127.0.0.1',
0,
'/rd/rd_detail.cfm',
getdate()
) |
|
| DataSource | | Detail | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | SQL Server did not return a response. The connection has been closed. |
| NativeErrorCode | | queryError | string | INSERT INTO dbo.browsing_history
(
ipaddress,
userid,
page,
visited_on
)
values(
'127.0.0.1',
0,
'/rd/rd_detail.cfm',
getdate()
) |
| Sql | string | INSERT INTO dbo.browsing_history
(
ipaddress,
userid,
page,
visited_on
)
values(
'127.0.0.1',
0,
'/rd/rd_detail.cfm',
getdate()
) |
| SQLState | | StackTrace | string | lucee.runtime.exp.DatabaseException: SQL Server did not return a response. The connection has been closed.
at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:4290)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:4279)
at com.microsoft.sqlserver.jdbc.TDSReader.readPacket(IOBuffer.java:6876)
at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:8148)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:684)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:605)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7748)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:4410)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:293)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:263)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:582)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:353)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:305)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128)
at lucee.runtime.tag.Query._doEndTag(Query.java:695)
at lucee.runtime.tag.Query.doEndTag(Query.java:560)
at cfc.security_cfc$cf.udfCall(/cfc/security.cfc:21)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:672)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2052)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2016)
at application_cfc$cf.udfCall_000002(/Application.cfc:494)
at application_cfc$cf.udfCall(/Application.cfc:476)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:671)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2725)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42)
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.http11.Http11Processor.service(Http11Processor.java:396)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Unknown Source)
|
| TagContext | Array | 1 | Struct | codePrintHTML | string | 19: getdate()<br>
20: )<br>
<b>21: </cfquery></b><br>
22: <br>
23: <cfset exemptedIPAddressList = '198.190.245.10,198.190.245.69,69.27.84.184,204.239.148.2,23.244.123.190'><br>
|
| codePrintPlain | string | 19: getdate()
20: )
21: </cfquery>
22:
23: <cfset exemptedIPAddressList = '198.190.245.10,198.190.245.69,69.27.84.184,204.239.148.2,23.244.123.190'>
|
| column | | id | | line | | Raw_Trace | string | cfc.security_cfc$cf.udfCall(/cfc/security.cfc:21) |
| template | string | /opt/lucee/tomcat/webapps/ROOT/dietitian-central/cfc/security.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | 492: ipaddress = cgi.remote_addr,<br>
493: userid = uid,<br>
<b>494: page = cgi.script_name</b><br>
495: )><br>
496: <br>
|
| codePrintPlain | string | 492: ipaddress = cgi.remote_addr,
493: userid = uid,
494: page = cgi.script_name
495: )>
496:
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall_000002(/Application.cfc:494) |
| template | string | /opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 474: <br>
475: <cffunction name="onRequest"><br>
<b>476: <cfargument name="targetPage" type="String" required=true/></b><br>
477: <br>
478: <cfif cgi.remote_addr NEQ '127.0.0.1'><br>
|
| codePrintPlain | string | 474:
475: <cffunction name="onRequest">
476: <cfargument name="targetPage" type="String" required=true/>
477:
478: <cfif cgi.remote_addr NEQ '127.0.0.1'>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/Application.cfc:476) |
| template | string | /opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc |
| type | |
|
| type | | where | |
|
Sql | string | INSERT INTO dbo.browsing_history
(
ipaddress,
userid,
page,
visited_on
)
values(
'127.0.0.1',
0,
'/rd/rd_detail.cfm',
getdate()
) |
|
SQLState | |
StackTrace | string | lucee.runtime.exp.DatabaseException: SQL Server did not return a response. The connection has been closed.
at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:4290)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:4279)
at com.microsoft.sqlserver.jdbc.TDSReader.readPacket(IOBuffer.java:6876)
at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:8148)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:684)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:605)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7748)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:4410)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:293)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:263)
at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:582)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:353)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:305)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:242)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1128)
at lucee.runtime.tag.Query._doEndTag(Query.java:695)
at lucee.runtime.tag.Query.doEndTag(Query.java:560)
at cfc.security_cfc$cf.udfCall(/cfc/security.cfc:21)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:672)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2052)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2016)
at application_cfc$cf.udfCall_000002(/Application.cfc:494)
at application_cfc$cf.udfCall(/Application.cfc:476)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:671)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2725)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42)
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.http11.Http11Processor.service(Http11Processor.java:396)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Unknown Source)
|
|
TagContext | Array | 1 | Struct | codePrintHTML | string | 19: getdate()<br>
20: )<br>
<b>21: </cfquery></b><br>
22: <br>
23: <cfset exemptedIPAddressList = '198.190.245.10,198.190.245.69,69.27.84.184,204.239.148.2,23.244.123.190'><br>
|
| codePrintPlain | string | 19: getdate()
20: )
21: </cfquery>
22:
23: <cfset exemptedIPAddressList = '198.190.245.10,198.190.245.69,69.27.84.184,204.239.148.2,23.244.123.190'>
|
| column | | id | | line | | Raw_Trace | string | cfc.security_cfc$cf.udfCall(/cfc/security.cfc:21) |
| template | string | /opt/lucee/tomcat/webapps/ROOT/dietitian-central/cfc/security.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | 492: ipaddress = cgi.remote_addr,<br>
493: userid = uid,<br>
<b>494: page = cgi.script_name</b><br>
495: )><br>
496: <br>
|
| codePrintPlain | string | 492: ipaddress = cgi.remote_addr,
493: userid = uid,
494: page = cgi.script_name
495: )>
496:
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall_000002(/Application.cfc:494) |
| template | string | /opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 474: <br>
475: <cffunction name="onRequest"><br>
<b>476: <cfargument name="targetPage" type="String" required=true/></b><br>
477: <br>
478: <cfif cgi.remote_addr NEQ '127.0.0.1'><br>
|
| codePrintPlain | string | 474:
475: <cffunction name="onRequest">
476: <cfargument name="targetPage" type="String" required=true/>
477:
478: <cfif cgi.remote_addr NEQ '127.0.0.1'>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/Application.cfc:476) |
| template | string | /opt/lucee/tomcat/webapps/ROOT/dietitian-central/Application.cfc |
| type | |
|
|
type | |
where | |