Catch
additional
Struct (ordered)
Cause
Catch
additional
Struct (ordered)
Detail
string
ErrorCode
number1045
Extended_Info
string
ExtendedInfo
string
Message
stringAccess denied for user 'Administrator'@'172.31.23.190' (using password: YES)
SQLState
string28000
StackTrace
stringlucee.runtime.exp.NativeException: Access denied for user 'Administrator'@'172.31.23.190' (using password: YES) at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:114) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:420) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) at lucee.runtime.db.DataSourceSupport._getConnection(DataSourceSupport.java:150) at lucee.runtime.db.DataSourceSupport.getConnection(DataSourceSupport.java:111) at lucee.runtime.db.DatasourceConnectionFactory.create(DatasourceConnectionFactory.java:58) at lucee.runtime.db.DatasourceConnectionFactory.create(DatasourceConnectionFactory.java:21) at org.apache.commons.pool2.BasePooledObjectFactory.makeObject(BasePooledObjectFactory.java:58) at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) at lucee.runtime.config.DatasourceConnPool.borrowObject(DatasourceConnPool.java:31) at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:79) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1110) at lucee.runtime.tag.Query._doEndTag(Query.java:692) at lucee.runtime.tag.Query.doEndTag(Query.java:557) at main_header_cfm225$cf$7q.call(/main-header.cfm:34) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987) at search_cfm$cf$7p.call(/search.cfm:6) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987) at application_cfc$cf.udfCall(/Application.cfc:37) 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:722) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477) 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:2810) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2797) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2768) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1066) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:130) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116) 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:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:420) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.sql.SQLException: Access denied for user 'Administrator'@'172.31.23.190' (using password: YES) ... 65 more
TagContext
Array
1
Struct
codePrintHTML
string32: &nbsp;&nbsp;FROM&nbsp;Categories<br> 33: &nbsp;&nbsp;ORDER&nbsp;BY&nbsp;CategoryID&nbsp;ASC<br> <b>34: &lt;/cfquery&gt;</b><br> 35: &lt;cfoutput&nbsp;query=&quot;getCats&quot;&gt;<br> 36: &lt;a&nbsp;class=&quot;btn&nbsp;btn-default&nbsp;Cat#CategoryURL#&quot;&nbsp;id=&quot;catButton&quot;&nbsp;href=&quot;/top/category/#CategoryURL#&quot;&nbsp;title=&quot;#CategoryName#&nbsp;on&nbsp;MuchoZucko.com&quot;&gt;&lt;h2&nbsp;id=&quot;Categories&quot;&gt;#CategoryName#&lt;/h2&gt;&lt;/a&gt;<br>
codePrintPlain
string32: FROM Categories 33: ORDER BY CategoryID ASC 34: </cfquery> 35: <cfoutput query="getCats"> 36: <a class="btn btn-default Cat#CategoryURL#" id="catButton" href="/top/category/#CategoryURL#" title="#CategoryName# on MuchoZucko.com"><h2 id="Categories">#CategoryName#</h2></a>
column
number0
id
string??
line
number34
Raw_Trace
stringmain_header_cfm225$cf$7q.call(/main-header.cfm:34)
template
stringZ:\MuchoZucko_Old\main-header.cfm
type
stringcfml
2
Struct
codePrintHTML
string4: &nbsp;&nbsp;&lt;cfabort&gt;<br> 5: &lt;/cfif&gt;<br> <b>6: &lt;cfinclude&nbsp;template=&quot;main-header.cfm&quot;&gt;</b><br> 7: &lt;cfif&nbsp;structKeyExists(URL,&quot;term&quot;)&gt;<br> 8: &lt;cfquery&nbsp;name=&quot;getSearchResults&quot;&nbsp;datasource=&quot;#this.DSN#&quot;&nbsp;cachedwithin=&quot;#CreateTimeSpan(0,0,0,30)#&quot;&gt;<br>
codePrintPlain
string4: <cfabort> 5: </cfif> 6: <cfinclude template="main-header.cfm"> 7: <cfif structKeyExists(URL,"term")> 8: <cfquery name="getSearchResults" datasource="#this.DSN#" cachedwithin="#CreateTimeSpan(0,0,0,30)#">
column
number0
id
string??
line
number6
Raw_Trace
stringsearch_cfm$cf$7p.call(/search.cfm:6)
template
stringZ:\MuchoZucko_Old\search.cfm
type
stringcfml
3
Struct
codePrintHTML
string35: <br> 36: &nbsp;&nbsp;&nbsp;&nbsp;function&nbsp;onRequest(&nbsp;string&nbsp;targetPage&nbsp;)&nbsp;{<br> <b>37: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;arguments.targetPage;</b><br> 38: &nbsp;&nbsp;&nbsp;&nbsp;}<br> 39: <br>
codePrintPlain
string35: 36: function onRequest( string targetPage ) { 37: include arguments.targetPage; 38: } 39:
column
number0
id
string??
line
number37
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:37)
template
stringZ:\MuchoZucko_Old\Application.cfc
type
stringcfml
type
stringjava.sql.SQLException
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringjava.sql.SQLException: Access denied for user 'Administrator'@'172.31.23.190' (using password: YES)
StackTrace
stringlucee.runtime.exp.NativeException: java.sql.SQLException: Access denied for user 'Administrator'@'172.31.23.190' (using password: YES) at lucee.runtime.db.DatasourceConnectionFactory.create(DatasourceConnectionFactory.java:61) at lucee.runtime.db.DatasourceConnectionFactory.create(DatasourceConnectionFactory.java:21) at org.apache.commons.pool2.BasePooledObjectFactory.makeObject(BasePooledObjectFactory.java:58) at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:918) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:431) at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:356) at lucee.runtime.config.DatasourceConnPool.borrowObject(DatasourceConnPool.java:31) at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:79) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1110) at lucee.runtime.tag.Query._doEndTag(Query.java:692) at lucee.runtime.tag.Query.doEndTag(Query.java:557) at main_header_cfm225$cf$7q.call(/main-header.cfm:34) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987) at search_cfm$cf$7p.call(/search.cfm:6) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1112) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1006) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:987) at application_cfc$cf.udfCall(/Application.cfc:37) 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:722) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:595) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2101) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477) 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:2810) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2797) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2768) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1109) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1066) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52) at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:130) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116) 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:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:420) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1744) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: java.sql.SQLException: Access denied for user 'Administrator'@'172.31.23.190' (using password: YES) ... 57 more Caused by: java.sql.SQLException: Access denied for user 'Administrator'@'172.31.23.190' (using password: YES) at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:121) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:114) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:837) at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:420) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:238) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:180) at lucee.runtime.db.DataSourceSupport._getConnection(DataSourceSupport.java:150) at lucee.runtime.db.DataSourceSupport.getConnection(DataSourceSupport.java:111) at lucee.runtime.db.DatasourceConnectionFactory.create(DatasourceConnectionFactory.java:58) ... 56 more
TagContext
Array
1
Struct
codePrintHTML
string32: &nbsp;&nbsp;FROM&nbsp;Categories<br> 33: &nbsp;&nbsp;ORDER&nbsp;BY&nbsp;CategoryID&nbsp;ASC<br> <b>34: &lt;/cfquery&gt;</b><br> 35: &lt;cfoutput&nbsp;query=&quot;getCats&quot;&gt;<br> 36: &lt;a&nbsp;class=&quot;btn&nbsp;btn-default&nbsp;Cat#CategoryURL#&quot;&nbsp;id=&quot;catButton&quot;&nbsp;href=&quot;/top/category/#CategoryURL#&quot;&nbsp;title=&quot;#CategoryName#&nbsp;on&nbsp;MuchoZucko.com&quot;&gt;&lt;h2&nbsp;id=&quot;Categories&quot;&gt;#CategoryName#&lt;/h2&gt;&lt;/a&gt;<br>
codePrintPlain
string32: FROM Categories 33: ORDER BY CategoryID ASC 34: </cfquery> 35: <cfoutput query="getCats"> 36: <a class="btn btn-default Cat#CategoryURL#" id="catButton" href="/top/category/#CategoryURL#" title="#CategoryName# on MuchoZucko.com"><h2 id="Categories">#CategoryName#</h2></a>
column
number0
id
string??
line
number34
Raw_Trace
stringmain_header_cfm225$cf$7q.call(/main-header.cfm:34)
template
stringZ:\MuchoZucko_Old\main-header.cfm
type
stringcfml
2
Struct
codePrintHTML
string4: &nbsp;&nbsp;&lt;cfabort&gt;<br> 5: &lt;/cfif&gt;<br> <b>6: &lt;cfinclude&nbsp;template=&quot;main-header.cfm&quot;&gt;</b><br> 7: &lt;cfif&nbsp;structKeyExists(URL,&quot;term&quot;)&gt;<br> 8: &lt;cfquery&nbsp;name=&quot;getSearchResults&quot;&nbsp;datasource=&quot;#this.DSN#&quot;&nbsp;cachedwithin=&quot;#CreateTimeSpan(0,0,0,30)#&quot;&gt;<br>
codePrintPlain
string4: <cfabort> 5: </cfif> 6: <cfinclude template="main-header.cfm"> 7: <cfif structKeyExists(URL,"term")> 8: <cfquery name="getSearchResults" datasource="#this.DSN#" cachedwithin="#CreateTimeSpan(0,0,0,30)#">
column
number0
id
string??
line
number6
Raw_Trace
stringsearch_cfm$cf$7p.call(/search.cfm:6)
template
stringZ:\MuchoZucko_Old\search.cfm
type
stringcfml
3
Struct
codePrintHTML
string35: <br> 36: &nbsp;&nbsp;&nbsp;&nbsp;function&nbsp;onRequest(&nbsp;string&nbsp;targetPage&nbsp;)&nbsp;{<br> <b>37: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;include&nbsp;arguments.targetPage;</b><br> 38: &nbsp;&nbsp;&nbsp;&nbsp;}<br> 39: <br>
codePrintPlain
string35: 36: function onRequest( string targetPage ) { 37: include arguments.targetPage; 38: } 39:
column
number0
id
string??
line
number37
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:37)
template
stringZ:\MuchoZucko_Old\Application.cfc
type
stringcfml
type
stringjava.io.IOException