Scope Arguments
11
Catch
Entries: 18
additional
Struct (ordered)
SQL
stringSELECT 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
stringSELECT 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
stringayacoda
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringFATAL: terminating connection due to administrator command
NativeErrorCode
number0
queryError
stringSELECT 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
stringSELECT 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
string57P01
StackTrace
stringlucee.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
string47: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LIMIT&nbsp;&nbsp;&lt;cfqueryparam&nbsp;value=&quot;#val(arguments.random)#&quot;&nbsp;CFSQLType=&quot;CF_SQL_INTEGER&quot;&nbsp;/&gt;<br> 48: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br> <b>49: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 50: <br> 51: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfreturn&nbsp;local.qry&nbsp;/&gt;<br>
codePrintPlain
string47: LIMIT <cfqueryparam value="#val(arguments.random)#" CFSQLType="CF_SQL_INTEGER" /> 48: </cfif> 49: </cfquery> 50: 51: <cfreturn local.qry />
column
number0
id
string??
line
number49
Raw_Trace
stringips_cfc$cf.udfCall(/cfc/ips.cfc:49)
template
string/var/www/ayacoda.com/cfc/ips.cfc
type
stringcfml
2
Struct
codePrintHTML
string329: &nbsp;&nbsp;&nbsp;&lt;!---&nbsp;ip&nbsp;functions&nbsp;---&gt;<br> 330: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;getIp&quot;&nbsp;returnType=&quot;any&quot;&nbsp;output=&quot;false&quot;&gt;<br> <b>331: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfreturn&nbsp;application.ipsObj.get(argumentCollection=arguments)&nbsp;/&gt;</b><br> 332: &nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br> 333: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;saveIp&quot;&nbsp;returnType=&quot;any&quot;&nbsp;output=&quot;false&quot;&gt;<br>
codePrintPlain
string329: <!--- 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
number0
id
string??
line
number331
Raw_Trace
stringmapper_cfc$cf.udfCalla(/cfc/mapper.cfc:331)
template
string/var/www/ayacoda.com/cfc/mapper.cfc
type
stringcfml
3
Struct
codePrintHTML
string165: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Server&nbsp;not&nbsp;available...&lt;cfabort&gt;<br> 166: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfelse&gt;<br> <b>167: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;checkIp&nbsp;=&nbsp;getIp(remote_addr=cgi.remote_addr,&nbsp;blocked=true)&nbsp;/&gt;</b><br> 168: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> 169: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;checkIp.recordCount&gt;<br>
codePrintPlain
string165: Server not available...<cfabort> 166: <cfelse> 167: <cfset checkIp = getIp(remote_addr=cgi.remote_addr, blocked=true) /> 168: 169: <cfif checkIp.recordCount>
column
number0
id
string??
line
number167
Raw_Trace
stringapplication_cfc$cf.udfCall(/application.cfc:167)
template
string/var/www/ayacoda.com/themes/seekfind/application.cfc
type
stringcfml
type
stringdatabase
where
string
DataSource
stringayacoda
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringFATAL: terminating connection due to administrator command
name
stringonRequestStart
NativeErrorCode
number0
queryError
stringSELECT 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
stringSELECT 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
stringayacoda
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringFATAL: terminating connection due to administrator command
NativeErrorCode
number0
queryError
stringSELECT 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
stringSELECT 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
string57P01
StackTrace
stringlucee.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
string47: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LIMIT&nbsp;&nbsp;&lt;cfqueryparam&nbsp;value=&quot;#val(arguments.random)#&quot;&nbsp;CFSQLType=&quot;CF_SQL_INTEGER&quot;&nbsp;/&gt;<br> 48: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br> <b>49: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 50: <br> 51: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfreturn&nbsp;local.qry&nbsp;/&gt;<br>
codePrintPlain
string47: LIMIT <cfqueryparam value="#val(arguments.random)#" CFSQLType="CF_SQL_INTEGER" /> 48: </cfif> 49: </cfquery> 50: 51: <cfreturn local.qry />
column
number0
id
string??
line
number49
Raw_Trace
stringips_cfc$cf.udfCall(/cfc/ips.cfc:49)
template
string/var/www/ayacoda.com/cfc/ips.cfc
type
stringcfml
2
Struct
codePrintHTML
string329: &nbsp;&nbsp;&nbsp;&lt;!---&nbsp;ip&nbsp;functions&nbsp;---&gt;<br> 330: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;getIp&quot;&nbsp;returnType=&quot;any&quot;&nbsp;output=&quot;false&quot;&gt;<br> <b>331: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfreturn&nbsp;application.ipsObj.get(argumentCollection=arguments)&nbsp;/&gt;</b><br> 332: &nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br> 333: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;saveIp&quot;&nbsp;returnType=&quot;any&quot;&nbsp;output=&quot;false&quot;&gt;<br>
codePrintPlain
string329: <!--- 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
number0
id
string??
line
number331
Raw_Trace
stringmapper_cfc$cf.udfCalla(/cfc/mapper.cfc:331)
template
string/var/www/ayacoda.com/cfc/mapper.cfc
type
stringcfml
3
Struct
codePrintHTML
string165: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Server&nbsp;not&nbsp;available...&lt;cfabort&gt;<br> 166: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfelse&gt;<br> <b>167: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;checkIp&nbsp;=&nbsp;getIp(remote_addr=cgi.remote_addr,&nbsp;blocked=true)&nbsp;/&gt;</b><br> 168: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> 169: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;checkIp.recordCount&gt;<br>
codePrintPlain
string165: Server not available...<cfabort> 166: <cfelse> 167: <cfset checkIp = getIp(remote_addr=cgi.remote_addr, blocked=true) /> 168: 169: <cfif checkIp.recordCount>
column
number0
id
string??
line
number167
Raw_Trace
stringapplication_cfc$cf.udfCall(/application.cfc:167)
template
string/var/www/ayacoda.com/themes/seekfind/application.cfc
type
stringcfml
type
stringdatabase
where
string
Sql
stringSELECT 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
string57P01
StackTrace
stringlucee.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
string47: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;LIMIT&nbsp;&nbsp;&lt;cfqueryparam&nbsp;value=&quot;#val(arguments.random)#&quot;&nbsp;CFSQLType=&quot;CF_SQL_INTEGER&quot;&nbsp;/&gt;<br> 48: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfif&gt;<br> <b>49: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 50: <br> 51: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfreturn&nbsp;local.qry&nbsp;/&gt;<br>
codePrintPlain
string47: LIMIT <cfqueryparam value="#val(arguments.random)#" CFSQLType="CF_SQL_INTEGER" /> 48: </cfif> 49: </cfquery> 50: 51: <cfreturn local.qry />
column
number0
id
string??
line
number49
Raw_Trace
stringips_cfc$cf.udfCall(/cfc/ips.cfc:49)
template
string/var/www/ayacoda.com/cfc/ips.cfc
type
stringcfml
2
Struct
codePrintHTML
string329: &nbsp;&nbsp;&nbsp;&lt;!---&nbsp;ip&nbsp;functions&nbsp;---&gt;<br> 330: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;getIp&quot;&nbsp;returnType=&quot;any&quot;&nbsp;output=&quot;false&quot;&gt;<br> <b>331: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfreturn&nbsp;application.ipsObj.get(argumentCollection=arguments)&nbsp;/&gt;</b><br> 332: &nbsp;&nbsp;&nbsp;&lt;/cffunction&gt;<br> 333: &nbsp;&nbsp;&nbsp;&lt;cffunction&nbsp;name=&quot;saveIp&quot;&nbsp;returnType=&quot;any&quot;&nbsp;output=&quot;false&quot;&gt;<br>
codePrintPlain
string329: <!--- 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
number0
id
string??
line
number331
Raw_Trace
stringmapper_cfc$cf.udfCalla(/cfc/mapper.cfc:331)
template
string/var/www/ayacoda.com/cfc/mapper.cfc
type
stringcfml
3
Struct
codePrintHTML
string165: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Server&nbsp;not&nbsp;available...&lt;cfabort&gt;<br> 166: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfelse&gt;<br> <b>167: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;checkIp&nbsp;=&nbsp;getIp(remote_addr=cgi.remote_addr,&nbsp;blocked=true)&nbsp;/&gt;</b><br> 168: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> 169: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;checkIp.recordCount&gt;<br>
codePrintPlain
string165: Server not available...<cfabort> 166: <cfelse> 167: <cfset checkIp = getIp(remote_addr=cgi.remote_addr, blocked=true) /> 168: 169: <cfif checkIp.recordCount>
column
number0
id
string??
line
number167
Raw_Trace
stringapplication_cfc$cf.udfCall(/application.cfc:167)
template
string/var/www/ayacoda.com/themes/seekfind/application.cfc
type
stringcfml
type
stringdatabase
where
string
22
stringonRequestStart