Sorry, there was an error with communicating with the database. Please click the Refresh button or ask for help.
Sorry, there was an error with communicating with the database. Please click the Refresh button or ask for help.
Catch
Entries: 16
additional
Struct (ordered)
Cause
Catch
additional
Struct (ordered)
Detail
string
ErrorCode
number0
Extended_Info
string
ExtendedInfo
string
Message
stringCommunications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.NativeException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:175) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188) at lucee.runtime.db.DataSourceSupport._getConnection(DataSourceSupport.java:139) at lucee.runtime.db.DataSourceSupport.getConnection(DataSourceSupport.java:103) at lucee.runtime.db.DatasourceConnectionPool.loadDatasourceConnection(DatasourceConnectionPool.java:157) at lucee.runtime.db.DatasourceConnectionPool.getDatasourceConnection(DatasourceConnectionPool.java:118) at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:82) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1120) at lucee.runtime.tag.Query._doEndTag(Query.java:700) at lucee.runtime.tag.Query.doEndTag(Query.java:566) at app.profiles2._queries.log_error_cfm180$cf$44k.call(/app/profiles2/_queries/log-error.cfm:57) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at app.profiles2._queries.get_single_profile_cfm675$cf$40w.call(/app/profiles2/_queries/get-single-profile.cfm:251) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at app.profiles2._includes.view_profile_cfm225$cf$40u.call(/app/profiles2/_includes/view-profile.cfm:61) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at app.profiles2.index_cfm$cf$40p.call(/app/profiles2/index.cfm:57) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:65) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:45) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:415) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1594) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. ... 63 more Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:62) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:150) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:166) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89) at com.mysql.cj.NativeSession.connect(NativeSession.java:121) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:945) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:815) ... 60 more Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:153) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63) ... 63 more
TagContext
Array
1
Struct
codePrintHTML
string55: &lt;cfqueryparam value=&quot;#session.sessionid#&quot; cfsqltype=&quot;cf_sql_varchar&quot;&gt;<br> 56: )<br> <b>57: &lt;/cfquery&gt;</b><br> 58: <br> 59: <br>
codePrintPlain
string55: <cfqueryparam value="#session.sessionid#" cfsqltype="cf_sql_varchar"> 56: ) 57: </cfquery> 58: 59:
column
number0
id
string??
line
number57
Raw_Trace
stringapp.profiles2._queries.log_error_cfm180$cf$44k.call(/app/profiles2/_queries/log-error.cfm:57)
template
string/usr/yorkweb/web/services/careers/app/profiles2/_queries/log-error.cfm
type
stringcfml
2
Struct
codePrintHTML
string249: &lt;!--- Log to the DB ---&gt;<br> 250: &lt;cfset error_template = &quot;#getCurrentTemplatePath()#&quot;&gt;<br> <b>251: &lt;cfinclude template=&quot;log-error.cfm&quot;&gt;</b><br> 252: &lt;/cfcatch&gt;<br> 253: <br>
codePrintPlain
string249: <!--- Log to the DB ---> 250: <cfset error_template = "#getCurrentTemplatePath()#"> 251: <cfinclude template="log-error.cfm"> 252: </cfcatch> 253:
column
number0
id
string??
line
number251
Raw_Trace
stringapp.profiles2._queries.get_single_profile_cfm675$cf$40w.call(/app/profiles2/_queries/get-single-profile.cfm:251)
template
string/usr/yorkweb/web/services/careers/app/profiles2/_queries/get-single-profile.cfm
type
stringcfml
3
Struct
codePrintHTML
string59: <br> 60: &lt;!--- Get the profile data ---&gt;<br> <b>61: &lt;cfinclude template=&quot;../_queries/get-single-profile.cfm&quot;&gt;</b><br> 62: <br> 63: &lt;cfset publish_status = single_profile_basic.status&gt;<br>
codePrintPlain
string59: 60: <!--- Get the profile data ---> 61: <cfinclude template="../_queries/get-single-profile.cfm"> 62: 63: <cfset publish_status = single_profile_basic.status>
column
number0
id
string??
line
number61
Raw_Trace
stringapp.profiles2._includes.view_profile_cfm225$cf$40u.call(/app/profiles2/_includes/view-profile.cfm:61)
template
string/usr/yorkweb/web/services/careers/app/profiles2/_includes/view-profile.cfm
type
stringcfml
4
Struct
codePrintHTML
string55: &lt;!--- Profile content ---&gt;<br> 56: &lt;div class=&quot;container main-container&quot;&gt;<br> <b>57: &lt;cfinclude template=&quot;#root_path#_includes/view-profile.cfm&quot;&gt;</b><br> 58: <br> 59: &lt;cfelseif &quot;&quot; neq profile_uuid&gt;&lt;!--- View draft profile ---&gt;<br>
codePrintPlain
string55: <!--- Profile content ---> 56: <div class="container main-container"> 57: <cfinclude template="#root_path#_includes/view-profile.cfm"> 58: 59: <cfelseif "" neq profile_uuid><!--- View draft profile --->
column
number0
id
string??
line
number57
Raw_Trace
stringapp.profiles2.index_cfm$cf$40p.call(/app/profiles2/index.cfm:57)
template
string/usr/yorkweb/web/services/careers/app/profiles2/index.cfm
type
stringcfml
type
stringcom.mysql.cj.jdbc.exceptions.CommunicationsException
DataSource
string
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringCommunications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
NativeErrorCode
number0
queryError
string
Sql
string
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.DatabaseException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:175) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188) at lucee.runtime.db.DataSourceSupport._getConnection(DataSourceSupport.java:139) at lucee.runtime.db.DataSourceSupport.getConnection(DataSourceSupport.java:103) at lucee.runtime.db.DatasourceConnectionPool.loadDatasourceConnection(DatasourceConnectionPool.java:157) at lucee.runtime.db.DatasourceConnectionPool.getDatasourceConnection(DatasourceConnectionPool.java:118) at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:82) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1120) at lucee.runtime.tag.Query._doEndTag(Query.java:700) at lucee.runtime.tag.Query.doEndTag(Query.java:566) at app.profiles2._queries.log_error_cfm180$cf$44k.call(/app/profiles2/_queries/log-error.cfm:57) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at app.profiles2._queries.get_single_profile_cfm675$cf$40w.call(/app/profiles2/_queries/get-single-profile.cfm:251) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at app.profiles2._includes.view_profile_cfm225$cf$40u.call(/app/profiles2/_includes/view-profile.cfm:61) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at app.profiles2.index_cfm$cf$40p.call(/app/profiles2/index.cfm:57) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:65) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:45) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:415) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1594) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. ... 63 more Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:62) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:150) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:166) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89) at com.mysql.cj.NativeSession.connect(NativeSession.java:121) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:945) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:815) ... 60 more Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:153) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63) ... 63 more
TagContext
Array
1
Struct
codePrintHTML
string55: &lt;cfqueryparam value=&quot;#session.sessionid#&quot; cfsqltype=&quot;cf_sql_varchar&quot;&gt;<br> 56: )<br> <b>57: &lt;/cfquery&gt;</b><br> 58: <br> 59: <br>
codePrintPlain
string55: <cfqueryparam value="#session.sessionid#" cfsqltype="cf_sql_varchar"> 56: ) 57: </cfquery> 58: 59:
column
number0
id
string??
line
number57
Raw_Trace
stringapp.profiles2._queries.log_error_cfm180$cf$44k.call(/app/profiles2/_queries/log-error.cfm:57)
template
string/usr/yorkweb/web/services/careers/app/profiles2/_queries/log-error.cfm
type
stringcfml
2
Struct
codePrintHTML
string249: &lt;!--- Log to the DB ---&gt;<br> 250: &lt;cfset error_template = &quot;#getCurrentTemplatePath()#&quot;&gt;<br> <b>251: &lt;cfinclude template=&quot;log-error.cfm&quot;&gt;</b><br> 252: &lt;/cfcatch&gt;<br> 253: <br>
codePrintPlain
string249: <!--- Log to the DB ---> 250: <cfset error_template = "#getCurrentTemplatePath()#"> 251: <cfinclude template="log-error.cfm"> 252: </cfcatch> 253:
column
number0
id
string??
line
number251
Raw_Trace
stringapp.profiles2._queries.get_single_profile_cfm675$cf$40w.call(/app/profiles2/_queries/get-single-profile.cfm:251)
template
string/usr/yorkweb/web/services/careers/app/profiles2/_queries/get-single-profile.cfm
type
stringcfml
3
Struct
codePrintHTML
string59: <br> 60: &lt;!--- Get the profile data ---&gt;<br> <b>61: &lt;cfinclude template=&quot;../_queries/get-single-profile.cfm&quot;&gt;</b><br> 62: <br> 63: &lt;cfset publish_status = single_profile_basic.status&gt;<br>
codePrintPlain
string59: 60: <!--- Get the profile data ---> 61: <cfinclude template="../_queries/get-single-profile.cfm"> 62: 63: <cfset publish_status = single_profile_basic.status>
column
number0
id
string??
line
number61
Raw_Trace
stringapp.profiles2._includes.view_profile_cfm225$cf$40u.call(/app/profiles2/_includes/view-profile.cfm:61)
template
string/usr/yorkweb/web/services/careers/app/profiles2/_includes/view-profile.cfm
type
stringcfml
4
Struct
codePrintHTML
string55: &lt;!--- Profile content ---&gt;<br> 56: &lt;div class=&quot;container main-container&quot;&gt;<br> <b>57: &lt;cfinclude template=&quot;#root_path#_includes/view-profile.cfm&quot;&gt;</b><br> 58: <br> 59: &lt;cfelseif &quot;&quot; neq profile_uuid&gt;&lt;!--- View draft profile ---&gt;<br>
codePrintPlain
string55: <!--- Profile content ---> 56: <div class="container main-container"> 57: <cfinclude template="#root_path#_includes/view-profile.cfm"> 58: 59: <cfelseif "" neq profile_uuid><!--- View draft profile --->
column
number0
id
string??
line
number57
Raw_Trace
stringapp.profiles2.index_cfm$cf$40p.call(/app/profiles2/index.cfm:57)
template
string/usr/yorkweb/web/services/careers/app/profiles2/index.cfm
type
stringcfml
type
stringdatabase
where
string
Sorry, there was an error while loading the profile. Please click the Refresh button or ask for help.
Catch
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringvariable [SINGLE_PROFILE_BASIC] doesn't exist
StackTrace
stringlucee.runtime.exp.ExpressionException: variable [SINGLE_PROFILE_BASIC] doesn't exist at lucee.runtime.type.scope.UndefinedImpl.getCollection(UndefinedImpl.java:434) at app.profiles2._includes.view_profile_cfm225$cf$40u.call(/app/profiles2/_includes/view-profile.cfm:63) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at app.profiles2.index_cfm$cf$40p.call(/app/profiles2/index.cfm:57) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:65) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:45) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:415) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1594) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:829)
TagContext
Array
1
Struct
codePrintHTML
string61: &lt;cfinclude template=&quot;../_queries/get-single-profile.cfm&quot;&gt;<br> 62: <br> <b>63: &lt;cfset publish_status = single_profile_basic.status&gt;</b><br> 64: <br> 65: &lt;!--- Is this profile mine (and therefore editable)? ---&gt;<br>
codePrintPlain
string61: <cfinclude template="../_queries/get-single-profile.cfm"> 62: 63: <cfset publish_status = single_profile_basic.status> 64: 65: <!--- Is this profile mine (and therefore editable)? --->
column
number0
id
string??
line
number63
Raw_Trace
stringapp.profiles2._includes.view_profile_cfm225$cf$40u.call(/app/profiles2/_includes/view-profile.cfm:63)
template
string/usr/yorkweb/web/services/careers/app/profiles2/_includes/view-profile.cfm
type
stringcfml
2
Struct
codePrintHTML
string55: &lt;!--- Profile content ---&gt;<br> 56: &lt;div class=&quot;container main-container&quot;&gt;<br> <b>57: &lt;cfinclude template=&quot;#root_path#_includes/view-profile.cfm&quot;&gt;</b><br> 58: <br> 59: &lt;cfelseif &quot;&quot; neq profile_uuid&gt;&lt;!--- View draft profile ---&gt;<br>
codePrintPlain
string55: <!--- Profile content ---> 56: <div class="container main-container"> 57: <cfinclude template="#root_path#_includes/view-profile.cfm"> 58: 59: <cfelseif "" neq profile_uuid><!--- View draft profile --->
column
number0
id
string??
line
number57
Raw_Trace
stringapp.profiles2.index_cfm$cf$40p.call(/app/profiles2/index.cfm:57)
template
string/usr/yorkweb/web/services/careers/app/profiles2/index.cfm
type
stringcfml
type
stringexpression
Sorry, there was an error with communicating with the database. Please click the Refresh button or ask for help.
Catch
Entries: 16
additional
Struct (ordered)
Cause
Catch
additional
Struct (ordered)
Detail
string
ErrorCode
number0
Extended_Info
string
ExtendedInfo
string
Message
stringCommunications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.NativeException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:175) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188) at lucee.runtime.db.DataSourceSupport._getConnection(DataSourceSupport.java:139) at lucee.runtime.db.DataSourceSupport.getConnection(DataSourceSupport.java:103) at lucee.runtime.db.DatasourceConnectionPool.loadDatasourceConnection(DatasourceConnectionPool.java:157) at lucee.runtime.db.DatasourceConnectionPool.getDatasourceConnection(DatasourceConnectionPool.java:118) at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:82) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1120) at lucee.runtime.tag.Query._doEndTag(Query.java:700) at lucee.runtime.tag.Query.doEndTag(Query.java:566) at app.profiles2._queries.log_error_cfm180$cf$44k.call(/app/profiles2/_queries/log-error.cfm:57) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at app.profiles2._includes.view_profile_cfm225$cf$40u.call(/app/profiles2/_includes/view-profile.cfm:458) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at app.profiles2.index_cfm$cf$40p.call(/app/profiles2/index.cfm:57) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:65) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:45) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:415) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1594) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. ... 59 more Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:62) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:150) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:166) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89) at com.mysql.cj.NativeSession.connect(NativeSession.java:121) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:945) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:815) ... 56 more Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:153) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63) ... 59 more
TagContext
Array
1
Struct
codePrintHTML
string55: &lt;cfqueryparam value=&quot;#session.sessionid#&quot; cfsqltype=&quot;cf_sql_varchar&quot;&gt;<br> 56: )<br> <b>57: &lt;/cfquery&gt;</b><br> 58: <br> 59: <br>
codePrintPlain
string55: <cfqueryparam value="#session.sessionid#" cfsqltype="cf_sql_varchar"> 56: ) 57: </cfquery> 58: 59:
column
number0
id
string??
line
number57
Raw_Trace
stringapp.profiles2._queries.log_error_cfm180$cf$44k.call(/app/profiles2/_queries/log-error.cfm:57)
template
string/usr/yorkweb/web/services/careers/app/profiles2/_queries/log-error.cfm
type
stringcfml
2
Struct
codePrintHTML
string456: &lt;!--- Log to the DB ---&gt;<br> 457: &lt;cfset error_template = &quot;#getCurrentTemplatePath()#&quot;&gt;<br> <b>458: &lt;cfinclude template=&quot;../_queries/log-error.cfm&quot;&gt;</b><br> 459: &lt;/cfcatch&gt;<br> 460: <br>
codePrintPlain
string456: <!--- Log to the DB ---> 457: <cfset error_template = "#getCurrentTemplatePath()#"> 458: <cfinclude template="../_queries/log-error.cfm"> 459: </cfcatch> 460:
column
number0
id
string??
line
number458
Raw_Trace
stringapp.profiles2._includes.view_profile_cfm225$cf$40u.call(/app/profiles2/_includes/view-profile.cfm:458)
template
string/usr/yorkweb/web/services/careers/app/profiles2/_includes/view-profile.cfm
type
stringcfml
3
Struct
codePrintHTML
string55: &lt;!--- Profile content ---&gt;<br> 56: &lt;div class=&quot;container main-container&quot;&gt;<br> <b>57: &lt;cfinclude template=&quot;#root_path#_includes/view-profile.cfm&quot;&gt;</b><br> 58: <br> 59: &lt;cfelseif &quot;&quot; neq profile_uuid&gt;&lt;!--- View draft profile ---&gt;<br>
codePrintPlain
string55: <!--- Profile content ---> 56: <div class="container main-container"> 57: <cfinclude template="#root_path#_includes/view-profile.cfm"> 58: 59: <cfelseif "" neq profile_uuid><!--- View draft profile --->
column
number0
id
string??
line
number57
Raw_Trace
stringapp.profiles2.index_cfm$cf$40p.call(/app/profiles2/index.cfm:57)
template
string/usr/yorkweb/web/services/careers/app/profiles2/index.cfm
type
stringcfml
type
stringcom.mysql.cj.jdbc.exceptions.CommunicationsException
DataSource
string
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringCommunications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
NativeErrorCode
number0
queryError
string
Sql
string
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.DatabaseException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:175) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188) at lucee.runtime.db.DataSourceSupport._getConnection(DataSourceSupport.java:139) at lucee.runtime.db.DataSourceSupport.getConnection(DataSourceSupport.java:103) at lucee.runtime.db.DatasourceConnectionPool.loadDatasourceConnection(DatasourceConnectionPool.java:157) at lucee.runtime.db.DatasourceConnectionPool.getDatasourceConnection(DatasourceConnectionPool.java:118) at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:82) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1120) at lucee.runtime.tag.Query._doEndTag(Query.java:700) at lucee.runtime.tag.Query.doEndTag(Query.java:566) at app.profiles2._queries.log_error_cfm180$cf$44k.call(/app/profiles2/_queries/log-error.cfm:57) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at app.profiles2._includes.view_profile_cfm225$cf$40u.call(/app/profiles2/_includes/view-profile.cfm:458) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at app.profiles2.index_cfm$cf$40p.call(/app/profiles2/index.cfm:57) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:65) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:45) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:688) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:415) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1594) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:829) Caused by: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. ... 59 more Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:62) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:105) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:150) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:166) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:89) at com.mysql.cj.NativeSession.connect(NativeSession.java:121) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:945) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:815) ... 56 more Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:412) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:255) at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:237) at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) at java.base/java.net.Socket.connect(Socket.java:609) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:153) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:63) ... 59 more
TagContext
Array
1
Struct
codePrintHTML
string55: &lt;cfqueryparam value=&quot;#session.sessionid#&quot; cfsqltype=&quot;cf_sql_varchar&quot;&gt;<br> 56: )<br> <b>57: &lt;/cfquery&gt;</b><br> 58: <br> 59: <br>
codePrintPlain
string55: <cfqueryparam value="#session.sessionid#" cfsqltype="cf_sql_varchar"> 56: ) 57: </cfquery> 58: 59:
column
number0
id
string??
line
number57
Raw_Trace
stringapp.profiles2._queries.log_error_cfm180$cf$44k.call(/app/profiles2/_queries/log-error.cfm:57)
template
string/usr/yorkweb/web/services/careers/app/profiles2/_queries/log-error.cfm
type
stringcfml
2
Struct
codePrintHTML
string456: &lt;!--- Log to the DB ---&gt;<br> 457: &lt;cfset error_template = &quot;#getCurrentTemplatePath()#&quot;&gt;<br> <b>458: &lt;cfinclude template=&quot;../_queries/log-error.cfm&quot;&gt;</b><br> 459: &lt;/cfcatch&gt;<br> 460: <br>
codePrintPlain
string456: <!--- Log to the DB ---> 457: <cfset error_template = "#getCurrentTemplatePath()#"> 458: <cfinclude template="../_queries/log-error.cfm"> 459: </cfcatch> 460:
column
number0
id
string??
line
number458
Raw_Trace
stringapp.profiles2._includes.view_profile_cfm225$cf$40u.call(/app/profiles2/_includes/view-profile.cfm:458)
template
string/usr/yorkweb/web/services/careers/app/profiles2/_includes/view-profile.cfm
type
stringcfml
3
Struct
codePrintHTML
string55: &lt;!--- Profile content ---&gt;<br> 56: &lt;div class=&quot;container main-container&quot;&gt;<br> <b>57: &lt;cfinclude template=&quot;#root_path#_includes/view-profile.cfm&quot;&gt;</b><br> 58: <br> 59: &lt;cfelseif &quot;&quot; neq profile_uuid&gt;&lt;!--- View draft profile ---&gt;<br>
codePrintPlain
string55: <!--- Profile content ---> 56: <div class="container main-container"> 57: <cfinclude template="#root_path#_includes/view-profile.cfm"> 58: 59: <cfelseif "" neq profile_uuid><!--- View draft profile --->
column
number0
id
string??
line
number57
Raw_Trace
stringapp.profiles2.index_cfm$cf$40p.call(/app/profiles2/index.cfm:57)
template
string/usr/yorkweb/web/services/careers/app/profiles2/index.cfm
type
stringcfml
type
stringdatabase
where
string