Catch Entries: 18 |
additional | Struct (ordered) | SQL | string | SELECT ROW_NUMBER() OVER (ORDER BY i.ip_id DESC) AS rownum, i.*
FROM ips i
WHERE 1 = 1
AND i.remote_addr = '18.218.155.110'
AND i.blocked = true |
|
|
Cause | Struct Entries: 15 | additional | Struct (ordered) | SQL | string | SELECT ROW_NUMBER() OVER (ORDER BY i.ip_id DESC) AS rownum, i.*
FROM ips i
WHERE 1 = 1
AND i.remote_addr = '18.218.155.110'
AND i.blocked = true |
|
| DataSource | | Detail | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | FATAL: terminating connection due to administrator command |
| NativeErrorCode | | queryError | string | SELECT ROW_NUMBER() OVER (ORDER BY i.ip_id DESC) AS rownum, i.*
FROM ips i
WHERE 1 = 1
AND i.remote_addr = '18.218.155.110'
AND i.blocked = true |
| Sql | string | SELECT ROW_NUMBER() OVER (ORDER BY i.ip_id DESC) AS rownum, i.*
FROM ips i
WHERE 1 = 1
AND i.remote_addr = '18.218.155.110'
AND i.blocked = true |
| SQLState | | StackTrace | string | lucee.runtime.exp.DatabaseException: FATAL: terminating connection due to administrator command
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372)
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434)
at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:194)
at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:180)
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 ips_cfc$cf.udfCall(/cfc/ips.cfc:49)
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:679)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2122)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:880)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2074)
at mapper_cfc$cf.udfCalla(/cfc/mapper.cfc:331)
at mapper_cfc$cf.udfCall(/cfc/mapper.cfc)
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.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:803)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:880)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2074)
at application_cfc$cf.udfCall(/application.cfc:167)
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:678)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2103)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:129)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2785)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2772)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2743)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1099)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1056)
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:779)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:769)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
|
| TagContext | Array | 1 | Struct | codePrintHTML | string | 47: LIMIT <cfqueryparam value="#val(arguments.random)#" CFSQLType="CF_SQL_INTEGER" /><br>
48: </cfif><br>
<b>49: </cfquery></b><br>
50: <br>
51: <cfreturn local.qry /><br>
|
| codePrintPlain | string | 47: LIMIT <cfqueryparam value="#val(arguments.random)#" CFSQLType="CF_SQL_INTEGER" />
48: </cfif>
49: </cfquery>
50:
51: <cfreturn local.qry />
|
| column | | id | | line | | Raw_Trace | string | ips_cfc$cf.udfCall(/cfc/ips.cfc:49) |
| template | string | /var/www/ayacoda.com/cfc/ips.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | 329: <!--- ip functions ---><br>
330: <cffunction name="getIp" returnType="any" output="false"><br>
<b>331: <cfreturn application.ipsObj.get(argumentCollection=arguments) /></b><br>
332: </cffunction><br>
333: <cffunction name="saveIp" returnType="any" output="false"><br>
|
| codePrintPlain | string | 329: <!--- ip functions --->
330: <cffunction name="getIp" returnType="any" output="false">
331: <cfreturn application.ipsObj.get(argumentCollection=arguments) />
332: </cffunction>
333: <cffunction name="saveIp" returnType="any" output="false">
|
| column | | id | | line | | Raw_Trace | string | mapper_cfc$cf.udfCalla(/cfc/mapper.cfc:331) |
| template | string | /var/www/ayacoda.com/cfc/mapper.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 165: Server not available...<cfabort><br>
166: <cfelse><br>
<b>167: <cfset checkIp = getIp(remote_addr=cgi.remote_addr, blocked=true) /></b><br>
168: <br>
169: <cfif checkIp.recordCount><br>
|
| codePrintPlain | string | 165: Server not available...<cfabort>
166: <cfelse>
167: <cfset checkIp = getIp(remote_addr=cgi.remote_addr, blocked=true) />
168:
169: <cfif checkIp.recordCount>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/application.cfc:167) |
| template | string | /var/www/ayacoda.com/themes/seekfind/application.cfc |
| type | |
|
| type | | where | |
|
DataSource | |
Detail | |
ErrorCode | |
Extended_Info | |
ExtendedInfo | |
Message | string | FATAL: terminating connection due to administrator command |
|
name | |
NativeErrorCode | |
queryError | string | SELECT ROW_NUMBER() OVER (ORDER BY i.ip_id DESC) AS rownum, i.*
FROM ips i
WHERE 1 = 1
AND i.remote_addr = '18.218.155.110'
AND i.blocked = true |
|
rootCause | Struct Entries: 15 | additional | Struct (ordered) | SQL | string | SELECT ROW_NUMBER() OVER (ORDER BY i.ip_id DESC) AS rownum, i.*
FROM ips i
WHERE 1 = 1
AND i.remote_addr = '18.218.155.110'
AND i.blocked = true |
|
| DataSource | | Detail | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | FATAL: terminating connection due to administrator command |
| NativeErrorCode | | queryError | string | SELECT ROW_NUMBER() OVER (ORDER BY i.ip_id DESC) AS rownum, i.*
FROM ips i
WHERE 1 = 1
AND i.remote_addr = '18.218.155.110'
AND i.blocked = true |
| Sql | string | SELECT ROW_NUMBER() OVER (ORDER BY i.ip_id DESC) AS rownum, i.*
FROM ips i
WHERE 1 = 1
AND i.remote_addr = '18.218.155.110'
AND i.blocked = true |
| SQLState | | StackTrace | string | lucee.runtime.exp.DatabaseException: FATAL: terminating connection due to administrator command
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372)
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434)
at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:194)
at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:180)
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 ips_cfc$cf.udfCall(/cfc/ips.cfc:49)
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:679)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2122)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:880)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2074)
at mapper_cfc$cf.udfCalla(/cfc/mapper.cfc:331)
at mapper_cfc$cf.udfCall(/cfc/mapper.cfc)
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.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:803)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:880)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2074)
at application_cfc$cf.udfCall(/application.cfc:167)
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:678)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2103)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:129)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2785)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2772)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2743)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1099)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1056)
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:779)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:769)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
|
| TagContext | Array | 1 | Struct | codePrintHTML | string | 47: LIMIT <cfqueryparam value="#val(arguments.random)#" CFSQLType="CF_SQL_INTEGER" /><br>
48: </cfif><br>
<b>49: </cfquery></b><br>
50: <br>
51: <cfreturn local.qry /><br>
|
| codePrintPlain | string | 47: LIMIT <cfqueryparam value="#val(arguments.random)#" CFSQLType="CF_SQL_INTEGER" />
48: </cfif>
49: </cfquery>
50:
51: <cfreturn local.qry />
|
| column | | id | | line | | Raw_Trace | string | ips_cfc$cf.udfCall(/cfc/ips.cfc:49) |
| template | string | /var/www/ayacoda.com/cfc/ips.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | 329: <!--- ip functions ---><br>
330: <cffunction name="getIp" returnType="any" output="false"><br>
<b>331: <cfreturn application.ipsObj.get(argumentCollection=arguments) /></b><br>
332: </cffunction><br>
333: <cffunction name="saveIp" returnType="any" output="false"><br>
|
| codePrintPlain | string | 329: <!--- ip functions --->
330: <cffunction name="getIp" returnType="any" output="false">
331: <cfreturn application.ipsObj.get(argumentCollection=arguments) />
332: </cffunction>
333: <cffunction name="saveIp" returnType="any" output="false">
|
| column | | id | | line | | Raw_Trace | string | mapper_cfc$cf.udfCalla(/cfc/mapper.cfc:331) |
| template | string | /var/www/ayacoda.com/cfc/mapper.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 165: Server not available...<cfabort><br>
166: <cfelse><br>
<b>167: <cfset checkIp = getIp(remote_addr=cgi.remote_addr, blocked=true) /></b><br>
168: <br>
169: <cfif checkIp.recordCount><br>
|
| codePrintPlain | string | 165: Server not available...<cfabort>
166: <cfelse>
167: <cfset checkIp = getIp(remote_addr=cgi.remote_addr, blocked=true) />
168:
169: <cfif checkIp.recordCount>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/application.cfc:167) |
| template | string | /var/www/ayacoda.com/themes/seekfind/application.cfc |
| type | |
|
| type | | where | |
|
Sql | string | SELECT ROW_NUMBER() OVER (ORDER BY i.ip_id DESC) AS rownum, i.*
FROM ips i
WHERE 1 = 1
AND i.remote_addr = '18.218.155.110'
AND i.blocked = true |
|
SQLState | |
StackTrace | string | lucee.runtime.exp.DatabaseException: FATAL: terminating connection due to administrator command
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2733)
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2420)
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372)
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:517)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:434)
at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:194)
at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:180)
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 ips_cfc$cf.udfCall(/cfc/ips.cfc:49)
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:679)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2122)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:880)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2074)
at mapper_cfc$cf.udfCalla(/cfc/mapper.cfc:331)
at mapper_cfc$cf.udfCall(/cfc/mapper.cfc)
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.type.scope.UndefinedImpl.callWithNamedValues(UndefinedImpl.java:803)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:880)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2074)
at application_cfc$cf.udfCall(/application.cfc:167)
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:678)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2103)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:129)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2785)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2772)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2743)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1099)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1056)
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:779)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:177)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:769)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:135)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:360)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:399)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:891)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1784)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1191)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Unknown Source)
|
|
TagContext | Array | 1 | Struct | codePrintHTML | string | 47: LIMIT <cfqueryparam value="#val(arguments.random)#" CFSQLType="CF_SQL_INTEGER" /><br>
48: </cfif><br>
<b>49: </cfquery></b><br>
50: <br>
51: <cfreturn local.qry /><br>
|
| codePrintPlain | string | 47: LIMIT <cfqueryparam value="#val(arguments.random)#" CFSQLType="CF_SQL_INTEGER" />
48: </cfif>
49: </cfquery>
50:
51: <cfreturn local.qry />
|
| column | | id | | line | | Raw_Trace | string | ips_cfc$cf.udfCall(/cfc/ips.cfc:49) |
| template | string | /var/www/ayacoda.com/cfc/ips.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | 329: <!--- ip functions ---><br>
330: <cffunction name="getIp" returnType="any" output="false"><br>
<b>331: <cfreturn application.ipsObj.get(argumentCollection=arguments) /></b><br>
332: </cffunction><br>
333: <cffunction name="saveIp" returnType="any" output="false"><br>
|
| codePrintPlain | string | 329: <!--- ip functions --->
330: <cffunction name="getIp" returnType="any" output="false">
331: <cfreturn application.ipsObj.get(argumentCollection=arguments) />
332: </cffunction>
333: <cffunction name="saveIp" returnType="any" output="false">
|
| column | | id | | line | | Raw_Trace | string | mapper_cfc$cf.udfCalla(/cfc/mapper.cfc:331) |
| template | string | /var/www/ayacoda.com/cfc/mapper.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 165: Server not available...<cfabort><br>
166: <cfelse><br>
<b>167: <cfset checkIp = getIp(remote_addr=cgi.remote_addr, blocked=true) /></b><br>
168: <br>
169: <cfif checkIp.recordCount><br>
|
| codePrintPlain | string | 165: Server not available...<cfabort>
166: <cfelse>
167: <cfset checkIp = getIp(remote_addr=cgi.remote_addr, blocked=true) />
168:
169: <cfif checkIp.recordCount>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/application.cfc:167) |
| template | string | /var/www/ayacoda.com/themes/seekfind/application.cfc |
| type | |
|
|
type | |
where | |