Catch
Entries: 12
additional
Struct (ordered)
Cause
Struct
additional
Struct (ordered)
Cause
Catch
Entries: 11
additional
Struct (ordered)
Cause
Catch
Entries: 13
additional
Struct (ordered)
Cause
Catch
additional
Struct (ordered)
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringConnection refused: connect
StackTrace
stringlucee.runtime.exp.NativeException: Connection refused: connect at java.base/sun.nio.ch.Net.connect0(Native Method) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) 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:1113) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.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 __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.cfc) 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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:797) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2044) at application_cfc$cf.udfCall(/Application.cfc:40) 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.onSessionStart(ModernAppListener.java:334) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3539) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:116) 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:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused: connect ... 87 more
TagContext
Array
1
Struct
codePrintHTML
string135: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INNER&nbsp;JOIN&nbsp;Members&nbsp;M&nbsp;ON&nbsp;M.ID&nbsp;=&nbsp;CS.MemberID<br> 136: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;&nbsp;&nbsp;M.Trashed&nbsp;=&nbsp;0&nbsp;AND&nbsp;M.isAcknowledged&nbsp;=&nbsp;1&nbsp;AND&nbsp;M.isCompleted&nbsp;=&nbsp;1&nbsp;AND&nbsp;CS.MemberID&nbsp;=&nbsp;#Arguments.MemberID#<br> <b>137: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 138: <br> 139: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;ReturnQuery.RecordCount&nbsp;EQ&nbsp;0&nbsp;AND&nbsp;Arguments.SystemDefault&gt;<br>
codePrintPlain
string135: INNER JOIN Members M ON M.ID = CS.MemberID 136: WHERE M.Trashed = 0 AND M.isAcknowledged = 1 AND M.isCompleted = 1 AND CS.MemberID = #Arguments.MemberID# 137: </cfquery> 138: 139: <cfif ReturnQuery.RecordCount EQ 0 AND Arguments.SystemDefault>
column
number0
id
string??
line
number137
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
2
Struct
codePrintHTML
string63: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Password&nbsp;=&nbsp;&quot;&quot;&gt;<br> 64: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.EncodedPassword&nbsp;=&nbsp;&quot;&quot;&gt;<br> <b>65: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Record&nbsp;=&nbsp;CreateMemberRecord(MemberID=0)&gt;</b><br> 66: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberAuthenticated&nbsp;=&nbsp;FALSE&gt;&lt;!---&nbsp;Flag&nbsp;used&nbsp;to&nbsp;know&nbsp;if&nbsp;the&nbsp;member&nbsp;has&nbsp;logged&nbsp;in&nbsp;or&nbsp;not.&nbsp;---&gt;<br> 67: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.IPAddress&nbsp;=&nbsp;'000.000.000.000'&gt;<br>
codePrintPlain
string63: <cfset Session.DGN.Security.MemberDetails.Password = ""> 64: <cfset Session.DGN.Security.MemberDetails.EncodedPassword = ""> 65: <cfset Session.DGN.Security.MemberDetails.Record = CreateMemberRecord(MemberID=0)> 66: <cfset Session.DGN.Security.MemberAuthenticated = FALSE><!--- Flag used to know if the member has logged in or not. ---> 67: <cfset Session.DGN.Security.IPAddress = '000.000.000.000'>
column
number0
id
string??
line
number65
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
3
Struct
codePrintHTML
string38: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library&nbsp;=&nbsp;StructNew()&gt;<br> 39: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework&nbsp;=&nbsp;CreateObject(&quot;component&quot;,&quot;../api/SessionFramework&quot;)&gt;<br> <b>40: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework.Init()&gt;</b><br> 41: <br> 42: <br>
codePrintPlain
string38: <cfset Session.DGN.Library = StructNew()> 39: <cfset Session.DGN.Library.SessionFramework = CreateObject("component","../api/SessionFramework")> 40: <cfset Session.DGN.Library.SessionFramework.Init()> 41: 42:
column
number0
id
string??
line
number40
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:40)
template
stringW:\DGN_Models\previews\Application.cfc
type
stringcfml
type
stringjava.net.ConnectException
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.
SQLState
stringS1000
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 java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) 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:1113) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.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 __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.cfc) 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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:797) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2044) at application_cfc$cf.udfCall(/Application.cfc:40) 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.onSessionStart(ModernAppListener.java:334) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3539) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:116) 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:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source) 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. ... 87 more Caused by: java.net.ConnectException: Connection refused: connect at java.base/sun.nio.ch.Net.connect0(Native Method) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 79 more
TagContext
Array
1
Struct
codePrintHTML
string135: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INNER&nbsp;JOIN&nbsp;Members&nbsp;M&nbsp;ON&nbsp;M.ID&nbsp;=&nbsp;CS.MemberID<br> 136: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;&nbsp;&nbsp;M.Trashed&nbsp;=&nbsp;0&nbsp;AND&nbsp;M.isAcknowledged&nbsp;=&nbsp;1&nbsp;AND&nbsp;M.isCompleted&nbsp;=&nbsp;1&nbsp;AND&nbsp;CS.MemberID&nbsp;=&nbsp;#Arguments.MemberID#<br> <b>137: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 138: <br> 139: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;ReturnQuery.RecordCount&nbsp;EQ&nbsp;0&nbsp;AND&nbsp;Arguments.SystemDefault&gt;<br>
codePrintPlain
string135: INNER JOIN Members M ON M.ID = CS.MemberID 136: WHERE M.Trashed = 0 AND M.isAcknowledged = 1 AND M.isCompleted = 1 AND CS.MemberID = #Arguments.MemberID# 137: </cfquery> 138: 139: <cfif ReturnQuery.RecordCount EQ 0 AND Arguments.SystemDefault>
column
number0
id
string??
line
number137
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
2
Struct
codePrintHTML
string63: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Password&nbsp;=&nbsp;&quot;&quot;&gt;<br> 64: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.EncodedPassword&nbsp;=&nbsp;&quot;&quot;&gt;<br> <b>65: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Record&nbsp;=&nbsp;CreateMemberRecord(MemberID=0)&gt;</b><br> 66: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberAuthenticated&nbsp;=&nbsp;FALSE&gt;&lt;!---&nbsp;Flag&nbsp;used&nbsp;to&nbsp;know&nbsp;if&nbsp;the&nbsp;member&nbsp;has&nbsp;logged&nbsp;in&nbsp;or&nbsp;not.&nbsp;---&gt;<br> 67: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.IPAddress&nbsp;=&nbsp;'000.000.000.000'&gt;<br>
codePrintPlain
string63: <cfset Session.DGN.Security.MemberDetails.Password = ""> 64: <cfset Session.DGN.Security.MemberDetails.EncodedPassword = ""> 65: <cfset Session.DGN.Security.MemberDetails.Record = CreateMemberRecord(MemberID=0)> 66: <cfset Session.DGN.Security.MemberAuthenticated = FALSE><!--- Flag used to know if the member has logged in or not. ---> 67: <cfset Session.DGN.Security.IPAddress = '000.000.000.000'>
column
number0
id
string??
line
number65
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
3
Struct
codePrintHTML
string38: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library&nbsp;=&nbsp;StructNew()&gt;<br> 39: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework&nbsp;=&nbsp;CreateObject(&quot;component&quot;,&quot;../api/SessionFramework&quot;)&gt;<br> <b>40: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework.Init()&gt;</b><br> 41: <br> 42: <br>
codePrintPlain
string38: <cfset Session.DGN.Library = StructNew()> 39: <cfset Session.DGN.Library.SessionFramework = CreateObject("component","../api/SessionFramework")> 40: <cfset Session.DGN.Library.SessionFramework.Init()> 41: 42:
column
number0
id
string??
line
number40
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:40)
template
stringW:\DGN_Models\previews\Application.cfc
type
stringcfml
Transient
booleanfalse
type
stringcom.mysql.cj.exceptions.CJCommunicationsException
VendorCode
number0
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:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) 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:1113) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.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 __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.cfc) 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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:797) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2044) at application_cfc$cf.udfCall(/Application.cfc:40) 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.onSessionStart(ModernAppListener.java:334) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3539) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:116) 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:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source) 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. ... 79 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.DirectConstructorHandleAccessor.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 76 more Caused by: java.net.ConnectException: Connection refused: connect at java.base/sun.nio.ch.Net.connect0(Native Method) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 79 more
TagContext
Array
1
Struct
codePrintHTML
string135: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INNER&nbsp;JOIN&nbsp;Members&nbsp;M&nbsp;ON&nbsp;M.ID&nbsp;=&nbsp;CS.MemberID<br> 136: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;&nbsp;&nbsp;M.Trashed&nbsp;=&nbsp;0&nbsp;AND&nbsp;M.isAcknowledged&nbsp;=&nbsp;1&nbsp;AND&nbsp;M.isCompleted&nbsp;=&nbsp;1&nbsp;AND&nbsp;CS.MemberID&nbsp;=&nbsp;#Arguments.MemberID#<br> <b>137: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 138: <br> 139: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;ReturnQuery.RecordCount&nbsp;EQ&nbsp;0&nbsp;AND&nbsp;Arguments.SystemDefault&gt;<br>
codePrintPlain
string135: INNER JOIN Members M ON M.ID = CS.MemberID 136: WHERE M.Trashed = 0 AND M.isAcknowledged = 1 AND M.isCompleted = 1 AND CS.MemberID = #Arguments.MemberID# 137: </cfquery> 138: 139: <cfif ReturnQuery.RecordCount EQ 0 AND Arguments.SystemDefault>
column
number0
id
string??
line
number137
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
2
Struct
codePrintHTML
string63: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Password&nbsp;=&nbsp;&quot;&quot;&gt;<br> 64: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.EncodedPassword&nbsp;=&nbsp;&quot;&quot;&gt;<br> <b>65: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Record&nbsp;=&nbsp;CreateMemberRecord(MemberID=0)&gt;</b><br> 66: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberAuthenticated&nbsp;=&nbsp;FALSE&gt;&lt;!---&nbsp;Flag&nbsp;used&nbsp;to&nbsp;know&nbsp;if&nbsp;the&nbsp;member&nbsp;has&nbsp;logged&nbsp;in&nbsp;or&nbsp;not.&nbsp;---&gt;<br> 67: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.IPAddress&nbsp;=&nbsp;'000.000.000.000'&gt;<br>
codePrintPlain
string63: <cfset Session.DGN.Security.MemberDetails.Password = ""> 64: <cfset Session.DGN.Security.MemberDetails.EncodedPassword = ""> 65: <cfset Session.DGN.Security.MemberDetails.Record = CreateMemberRecord(MemberID=0)> 66: <cfset Session.DGN.Security.MemberAuthenticated = FALSE><!--- Flag used to know if the member has logged in or not. ---> 67: <cfset Session.DGN.Security.IPAddress = '000.000.000.000'>
column
number0
id
string??
line
number65
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
3
Struct
codePrintHTML
string38: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library&nbsp;=&nbsp;StructNew()&gt;<br> 39: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework&nbsp;=&nbsp;CreateObject(&quot;component&quot;,&quot;../api/SessionFramework&quot;)&gt;<br> <b>40: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework.Init()&gt;</b><br> 41: <br> 42: <br>
codePrintPlain
string38: <cfset Session.DGN.Library = StructNew()> 39: <cfset Session.DGN.Library.SessionFramework = CreateObject("component","../api/SessionFramework")> 40: <cfset Session.DGN.Library.SessionFramework.Init()> 41: 42:
column
number0
id
string??
line
number40
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:40)
template
stringW:\DGN_Models\previews\Application.cfc
type
stringcfml
type
stringcom.mysql.cj.jdbc.exceptions.CommunicationsException
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcom.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.
StackTrace
stringlucee.runtime.exp.NativeException: 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. 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:1113) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.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 __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.cfc) 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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:797) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2044) at application_cfc$cf.udfCall(/Application.cfc:40) 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.onSessionStart(ModernAppListener.java:334) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3539) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:116) 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:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: 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. ... 71 more 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. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) 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) ... 70 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.DirectConstructorHandleAccessor.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 76 more Caused by: java.net.ConnectException: Connection refused: connect at java.base/sun.nio.ch.Net.connect0(Native Method) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 79 more
TagContext
Array
1
Struct
codePrintHTML
string135: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INNER&nbsp;JOIN&nbsp;Members&nbsp;M&nbsp;ON&nbsp;M.ID&nbsp;=&nbsp;CS.MemberID<br> 136: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;&nbsp;&nbsp;M.Trashed&nbsp;=&nbsp;0&nbsp;AND&nbsp;M.isAcknowledged&nbsp;=&nbsp;1&nbsp;AND&nbsp;M.isCompleted&nbsp;=&nbsp;1&nbsp;AND&nbsp;CS.MemberID&nbsp;=&nbsp;#Arguments.MemberID#<br> <b>137: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 138: <br> 139: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;ReturnQuery.RecordCount&nbsp;EQ&nbsp;0&nbsp;AND&nbsp;Arguments.SystemDefault&gt;<br>
codePrintPlain
string135: INNER JOIN Members M ON M.ID = CS.MemberID 136: WHERE M.Trashed = 0 AND M.isAcknowledged = 1 AND M.isCompleted = 1 AND CS.MemberID = #Arguments.MemberID# 137: </cfquery> 138: 139: <cfif ReturnQuery.RecordCount EQ 0 AND Arguments.SystemDefault>
column
number0
id
string??
line
number137
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
2
Struct
codePrintHTML
string63: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Password&nbsp;=&nbsp;&quot;&quot;&gt;<br> 64: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.EncodedPassword&nbsp;=&nbsp;&quot;&quot;&gt;<br> <b>65: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Record&nbsp;=&nbsp;CreateMemberRecord(MemberID=0)&gt;</b><br> 66: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberAuthenticated&nbsp;=&nbsp;FALSE&gt;&lt;!---&nbsp;Flag&nbsp;used&nbsp;to&nbsp;know&nbsp;if&nbsp;the&nbsp;member&nbsp;has&nbsp;logged&nbsp;in&nbsp;or&nbsp;not.&nbsp;---&gt;<br> 67: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.IPAddress&nbsp;=&nbsp;'000.000.000.000'&gt;<br>
codePrintPlain
string63: <cfset Session.DGN.Security.MemberDetails.Password = ""> 64: <cfset Session.DGN.Security.MemberDetails.EncodedPassword = ""> 65: <cfset Session.DGN.Security.MemberDetails.Record = CreateMemberRecord(MemberID=0)> 66: <cfset Session.DGN.Security.MemberAuthenticated = FALSE><!--- Flag used to know if the member has logged in or not. ---> 67: <cfset Session.DGN.Security.IPAddress = '000.000.000.000'>
column
number0
id
string??
line
number65
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
3
Struct
codePrintHTML
string38: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library&nbsp;=&nbsp;StructNew()&gt;<br> 39: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework&nbsp;=&nbsp;CreateObject(&quot;component&quot;,&quot;../api/SessionFramework&quot;)&gt;<br> <b>40: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework.Init()&gt;</b><br> 41: <br> 42: <br>
codePrintPlain
string38: <cfset Session.DGN.Library = StructNew()> 39: <cfset Session.DGN.Library.SessionFramework = CreateObject("component","../api/SessionFramework")> 40: <cfset Session.DGN.Library.SessionFramework.Init()> 41: 42:
column
number0
id
string??
line
number40
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:40)
template
stringW:\DGN_Models\previews\Application.cfc
type
stringcfml
type
stringjava.io.IOException
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcom.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.
name
stringonSessionStart
rootCause
Struct
additional
Struct (ordered)
Cause
Catch
Entries: 11
additional
Struct (ordered)
Cause
Catch
Entries: 13
additional
Struct (ordered)
Cause
Catch
additional
Struct (ordered)
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringConnection refused: connect
StackTrace
stringlucee.runtime.exp.NativeException: Connection refused: connect at java.base/sun.nio.ch.Net.connect0(Native Method) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) 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:1113) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.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 __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.cfc) 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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:797) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2044) at application_cfc$cf.udfCall(/Application.cfc:40) 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.onSessionStart(ModernAppListener.java:334) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3539) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:116) 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:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused: connect ... 87 more
TagContext
Array
1
Struct
codePrintHTML
string135: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INNER&nbsp;JOIN&nbsp;Members&nbsp;M&nbsp;ON&nbsp;M.ID&nbsp;=&nbsp;CS.MemberID<br> 136: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;&nbsp;&nbsp;M.Trashed&nbsp;=&nbsp;0&nbsp;AND&nbsp;M.isAcknowledged&nbsp;=&nbsp;1&nbsp;AND&nbsp;M.isCompleted&nbsp;=&nbsp;1&nbsp;AND&nbsp;CS.MemberID&nbsp;=&nbsp;#Arguments.MemberID#<br> <b>137: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 138: <br> 139: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;ReturnQuery.RecordCount&nbsp;EQ&nbsp;0&nbsp;AND&nbsp;Arguments.SystemDefault&gt;<br>
codePrintPlain
string135: INNER JOIN Members M ON M.ID = CS.MemberID 136: WHERE M.Trashed = 0 AND M.isAcknowledged = 1 AND M.isCompleted = 1 AND CS.MemberID = #Arguments.MemberID# 137: </cfquery> 138: 139: <cfif ReturnQuery.RecordCount EQ 0 AND Arguments.SystemDefault>
column
number0
id
string??
line
number137
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
2
Struct
codePrintHTML
string63: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Password&nbsp;=&nbsp;&quot;&quot;&gt;<br> 64: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.EncodedPassword&nbsp;=&nbsp;&quot;&quot;&gt;<br> <b>65: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Record&nbsp;=&nbsp;CreateMemberRecord(MemberID=0)&gt;</b><br> 66: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberAuthenticated&nbsp;=&nbsp;FALSE&gt;&lt;!---&nbsp;Flag&nbsp;used&nbsp;to&nbsp;know&nbsp;if&nbsp;the&nbsp;member&nbsp;has&nbsp;logged&nbsp;in&nbsp;or&nbsp;not.&nbsp;---&gt;<br> 67: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.IPAddress&nbsp;=&nbsp;'000.000.000.000'&gt;<br>
codePrintPlain
string63: <cfset Session.DGN.Security.MemberDetails.Password = ""> 64: <cfset Session.DGN.Security.MemberDetails.EncodedPassword = ""> 65: <cfset Session.DGN.Security.MemberDetails.Record = CreateMemberRecord(MemberID=0)> 66: <cfset Session.DGN.Security.MemberAuthenticated = FALSE><!--- Flag used to know if the member has logged in or not. ---> 67: <cfset Session.DGN.Security.IPAddress = '000.000.000.000'>
column
number0
id
string??
line
number65
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
3
Struct
codePrintHTML
string38: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library&nbsp;=&nbsp;StructNew()&gt;<br> 39: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework&nbsp;=&nbsp;CreateObject(&quot;component&quot;,&quot;../api/SessionFramework&quot;)&gt;<br> <b>40: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework.Init()&gt;</b><br> 41: <br> 42: <br>
codePrintPlain
string38: <cfset Session.DGN.Library = StructNew()> 39: <cfset Session.DGN.Library.SessionFramework = CreateObject("component","../api/SessionFramework")> 40: <cfset Session.DGN.Library.SessionFramework.Init()> 41: 42:
column
number0
id
string??
line
number40
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:40)
template
stringW:\DGN_Models\previews\Application.cfc
type
stringcfml
type
stringjava.net.ConnectException
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.
SQLState
stringS1000
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 java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) 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:1113) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.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 __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.cfc) 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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:797) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2044) at application_cfc$cf.udfCall(/Application.cfc:40) 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.onSessionStart(ModernAppListener.java:334) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3539) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:116) 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:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source) 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. ... 87 more Caused by: java.net.ConnectException: Connection refused: connect at java.base/sun.nio.ch.Net.connect0(Native Method) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 79 more
TagContext
Array
1
Struct
codePrintHTML
string135: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INNER&nbsp;JOIN&nbsp;Members&nbsp;M&nbsp;ON&nbsp;M.ID&nbsp;=&nbsp;CS.MemberID<br> 136: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;&nbsp;&nbsp;M.Trashed&nbsp;=&nbsp;0&nbsp;AND&nbsp;M.isAcknowledged&nbsp;=&nbsp;1&nbsp;AND&nbsp;M.isCompleted&nbsp;=&nbsp;1&nbsp;AND&nbsp;CS.MemberID&nbsp;=&nbsp;#Arguments.MemberID#<br> <b>137: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 138: <br> 139: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;ReturnQuery.RecordCount&nbsp;EQ&nbsp;0&nbsp;AND&nbsp;Arguments.SystemDefault&gt;<br>
codePrintPlain
string135: INNER JOIN Members M ON M.ID = CS.MemberID 136: WHERE M.Trashed = 0 AND M.isAcknowledged = 1 AND M.isCompleted = 1 AND CS.MemberID = #Arguments.MemberID# 137: </cfquery> 138: 139: <cfif ReturnQuery.RecordCount EQ 0 AND Arguments.SystemDefault>
column
number0
id
string??
line
number137
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
2
Struct
codePrintHTML
string63: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Password&nbsp;=&nbsp;&quot;&quot;&gt;<br> 64: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.EncodedPassword&nbsp;=&nbsp;&quot;&quot;&gt;<br> <b>65: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Record&nbsp;=&nbsp;CreateMemberRecord(MemberID=0)&gt;</b><br> 66: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberAuthenticated&nbsp;=&nbsp;FALSE&gt;&lt;!---&nbsp;Flag&nbsp;used&nbsp;to&nbsp;know&nbsp;if&nbsp;the&nbsp;member&nbsp;has&nbsp;logged&nbsp;in&nbsp;or&nbsp;not.&nbsp;---&gt;<br> 67: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.IPAddress&nbsp;=&nbsp;'000.000.000.000'&gt;<br>
codePrintPlain
string63: <cfset Session.DGN.Security.MemberDetails.Password = ""> 64: <cfset Session.DGN.Security.MemberDetails.EncodedPassword = ""> 65: <cfset Session.DGN.Security.MemberDetails.Record = CreateMemberRecord(MemberID=0)> 66: <cfset Session.DGN.Security.MemberAuthenticated = FALSE><!--- Flag used to know if the member has logged in or not. ---> 67: <cfset Session.DGN.Security.IPAddress = '000.000.000.000'>
column
number0
id
string??
line
number65
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
3
Struct
codePrintHTML
string38: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library&nbsp;=&nbsp;StructNew()&gt;<br> 39: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework&nbsp;=&nbsp;CreateObject(&quot;component&quot;,&quot;../api/SessionFramework&quot;)&gt;<br> <b>40: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework.Init()&gt;</b><br> 41: <br> 42: <br>
codePrintPlain
string38: <cfset Session.DGN.Library = StructNew()> 39: <cfset Session.DGN.Library.SessionFramework = CreateObject("component","../api/SessionFramework")> 40: <cfset Session.DGN.Library.SessionFramework.Init()> 41: 42:
column
number0
id
string??
line
number40
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:40)
template
stringW:\DGN_Models\previews\Application.cfc
type
stringcfml
Transient
booleanfalse
type
stringcom.mysql.cj.exceptions.CJCommunicationsException
VendorCode
number0
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:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) 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:1113) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.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 __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.cfc) 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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:797) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2044) at application_cfc$cf.udfCall(/Application.cfc:40) 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.onSessionStart(ModernAppListener.java:334) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3539) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:116) 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:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source) 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. ... 79 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.DirectConstructorHandleAccessor.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 76 more Caused by: java.net.ConnectException: Connection refused: connect at java.base/sun.nio.ch.Net.connect0(Native Method) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 79 more
TagContext
Array
1
Struct
codePrintHTML
string135: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INNER&nbsp;JOIN&nbsp;Members&nbsp;M&nbsp;ON&nbsp;M.ID&nbsp;=&nbsp;CS.MemberID<br> 136: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;&nbsp;&nbsp;M.Trashed&nbsp;=&nbsp;0&nbsp;AND&nbsp;M.isAcknowledged&nbsp;=&nbsp;1&nbsp;AND&nbsp;M.isCompleted&nbsp;=&nbsp;1&nbsp;AND&nbsp;CS.MemberID&nbsp;=&nbsp;#Arguments.MemberID#<br> <b>137: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 138: <br> 139: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;ReturnQuery.RecordCount&nbsp;EQ&nbsp;0&nbsp;AND&nbsp;Arguments.SystemDefault&gt;<br>
codePrintPlain
string135: INNER JOIN Members M ON M.ID = CS.MemberID 136: WHERE M.Trashed = 0 AND M.isAcknowledged = 1 AND M.isCompleted = 1 AND CS.MemberID = #Arguments.MemberID# 137: </cfquery> 138: 139: <cfif ReturnQuery.RecordCount EQ 0 AND Arguments.SystemDefault>
column
number0
id
string??
line
number137
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
2
Struct
codePrintHTML
string63: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Password&nbsp;=&nbsp;&quot;&quot;&gt;<br> 64: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.EncodedPassword&nbsp;=&nbsp;&quot;&quot;&gt;<br> <b>65: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Record&nbsp;=&nbsp;CreateMemberRecord(MemberID=0)&gt;</b><br> 66: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberAuthenticated&nbsp;=&nbsp;FALSE&gt;&lt;!---&nbsp;Flag&nbsp;used&nbsp;to&nbsp;know&nbsp;if&nbsp;the&nbsp;member&nbsp;has&nbsp;logged&nbsp;in&nbsp;or&nbsp;not.&nbsp;---&gt;<br> 67: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.IPAddress&nbsp;=&nbsp;'000.000.000.000'&gt;<br>
codePrintPlain
string63: <cfset Session.DGN.Security.MemberDetails.Password = ""> 64: <cfset Session.DGN.Security.MemberDetails.EncodedPassword = ""> 65: <cfset Session.DGN.Security.MemberDetails.Record = CreateMemberRecord(MemberID=0)> 66: <cfset Session.DGN.Security.MemberAuthenticated = FALSE><!--- Flag used to know if the member has logged in or not. ---> 67: <cfset Session.DGN.Security.IPAddress = '000.000.000.000'>
column
number0
id
string??
line
number65
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
3
Struct
codePrintHTML
string38: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library&nbsp;=&nbsp;StructNew()&gt;<br> 39: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework&nbsp;=&nbsp;CreateObject(&quot;component&quot;,&quot;../api/SessionFramework&quot;)&gt;<br> <b>40: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework.Init()&gt;</b><br> 41: <br> 42: <br>
codePrintPlain
string38: <cfset Session.DGN.Library = StructNew()> 39: <cfset Session.DGN.Library.SessionFramework = CreateObject("component","../api/SessionFramework")> 40: <cfset Session.DGN.Library.SessionFramework.Init()> 41: 42:
column
number0
id
string??
line
number40
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:40)
template
stringW:\DGN_Models\previews\Application.cfc
type
stringcfml
type
stringcom.mysql.cj.jdbc.exceptions.CommunicationsException
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcom.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.
StackTrace
stringlucee.runtime.exp.NativeException: 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. 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:1113) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.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 __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.cfc) 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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:797) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2044) at application_cfc$cf.udfCall(/Application.cfc:40) 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.onSessionStart(ModernAppListener.java:334) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3539) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:116) 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:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: 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. ... 71 more 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. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) 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) ... 70 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.DirectConstructorHandleAccessor.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 76 more Caused by: java.net.ConnectException: Connection refused: connect at java.base/sun.nio.ch.Net.connect0(Native Method) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 79 more
TagContext
Array
1
Struct
codePrintHTML
string135: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INNER&nbsp;JOIN&nbsp;Members&nbsp;M&nbsp;ON&nbsp;M.ID&nbsp;=&nbsp;CS.MemberID<br> 136: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;&nbsp;&nbsp;M.Trashed&nbsp;=&nbsp;0&nbsp;AND&nbsp;M.isAcknowledged&nbsp;=&nbsp;1&nbsp;AND&nbsp;M.isCompleted&nbsp;=&nbsp;1&nbsp;AND&nbsp;CS.MemberID&nbsp;=&nbsp;#Arguments.MemberID#<br> <b>137: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 138: <br> 139: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;ReturnQuery.RecordCount&nbsp;EQ&nbsp;0&nbsp;AND&nbsp;Arguments.SystemDefault&gt;<br>
codePrintPlain
string135: INNER JOIN Members M ON M.ID = CS.MemberID 136: WHERE M.Trashed = 0 AND M.isAcknowledged = 1 AND M.isCompleted = 1 AND CS.MemberID = #Arguments.MemberID# 137: </cfquery> 138: 139: <cfif ReturnQuery.RecordCount EQ 0 AND Arguments.SystemDefault>
column
number0
id
string??
line
number137
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
2
Struct
codePrintHTML
string63: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Password&nbsp;=&nbsp;&quot;&quot;&gt;<br> 64: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.EncodedPassword&nbsp;=&nbsp;&quot;&quot;&gt;<br> <b>65: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Record&nbsp;=&nbsp;CreateMemberRecord(MemberID=0)&gt;</b><br> 66: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberAuthenticated&nbsp;=&nbsp;FALSE&gt;&lt;!---&nbsp;Flag&nbsp;used&nbsp;to&nbsp;know&nbsp;if&nbsp;the&nbsp;member&nbsp;has&nbsp;logged&nbsp;in&nbsp;or&nbsp;not.&nbsp;---&gt;<br> 67: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.IPAddress&nbsp;=&nbsp;'000.000.000.000'&gt;<br>
codePrintPlain
string63: <cfset Session.DGN.Security.MemberDetails.Password = ""> 64: <cfset Session.DGN.Security.MemberDetails.EncodedPassword = ""> 65: <cfset Session.DGN.Security.MemberDetails.Record = CreateMemberRecord(MemberID=0)> 66: <cfset Session.DGN.Security.MemberAuthenticated = FALSE><!--- Flag used to know if the member has logged in or not. ---> 67: <cfset Session.DGN.Security.IPAddress = '000.000.000.000'>
column
number0
id
string??
line
number65
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
3
Struct
codePrintHTML
string38: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library&nbsp;=&nbsp;StructNew()&gt;<br> 39: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework&nbsp;=&nbsp;CreateObject(&quot;component&quot;,&quot;../api/SessionFramework&quot;)&gt;<br> <b>40: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework.Init()&gt;</b><br> 41: <br> 42: <br>
codePrintPlain
string38: <cfset Session.DGN.Library = StructNew()> 39: <cfset Session.DGN.Library.SessionFramework = CreateObject("component","../api/SessionFramework")> 40: <cfset Session.DGN.Library.SessionFramework.Init()> 41: 42:
column
number0
id
string??
line
number40
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:40)
template
stringW:\DGN_Models\previews\Application.cfc
type
stringcfml
type
stringjava.io.IOException
StackTrace
stringlucee.runtime.exp.NativeException: 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. 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:1113) at lucee.runtime.tag.Query._doEndTag(Query.java:695) at lucee.runtime.tag.Query.doEndTag(Query.java:560) at __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.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 __138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65) at __138.api.sessionframework_cfc$cf.udfCall(../api/SessionFramework.cfc) 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.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:797) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:2044) at application_cfc$cf.udfCall(/Application.cfc:40) 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.onSessionStart(ModernAppListener.java:334) at lucee.runtime.PageContextImpl.initApplicationContext(PageContextImpl.java:3539) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:116) 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:42) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.io.IOException: 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. ... 71 more 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. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:165) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:55) 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) ... 70 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.DirectConstructorHandleAccessor.newInstance(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source) at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:52) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:95) at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:140) at com.mysql.cj.exceptions.ExceptionFactory.createCommunicationsException(ExceptionFactory.java:156) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:79) at com.mysql.cj.NativeSession.connect(NativeSession.java:142) at com.mysql.cj.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:961) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825) ... 76 more Caused by: java.net.ConnectException: Connection refused: connect at java.base/sun.nio.ch.Net.connect0(Native Method) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.Net.connect(Unknown Source) at java.base/sun.nio.ch.NioSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at com.mysql.cj.protocol.StandardSocketFactory.connect(StandardSocketFactory.java:144) at com.mysql.cj.protocol.a.NativeSocketConnection.connect(NativeSocketConnection.java:53) ... 79 more
TagContext
Array
1
Struct
codePrintHTML
string135: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INNER&nbsp;JOIN&nbsp;Members&nbsp;M&nbsp;ON&nbsp;M.ID&nbsp;=&nbsp;CS.MemberID<br> 136: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WHERE&nbsp;&nbsp;&nbsp;M.Trashed&nbsp;=&nbsp;0&nbsp;AND&nbsp;M.isAcknowledged&nbsp;=&nbsp;1&nbsp;AND&nbsp;M.isCompleted&nbsp;=&nbsp;1&nbsp;AND&nbsp;CS.MemberID&nbsp;=&nbsp;#Arguments.MemberID#<br> <b>137: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/cfquery&gt;</b><br> 138: <br> 139: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfif&nbsp;ReturnQuery.RecordCount&nbsp;EQ&nbsp;0&nbsp;AND&nbsp;Arguments.SystemDefault&gt;<br>
codePrintPlain
string135: INNER JOIN Members M ON M.ID = CS.MemberID 136: WHERE M.Trashed = 0 AND M.isAcknowledged = 1 AND M.isCompleted = 1 AND CS.MemberID = #Arguments.MemberID# 137: </cfquery> 138: 139: <cfif ReturnQuery.RecordCount EQ 0 AND Arguments.SystemDefault>
column
number0
id
string??
line
number137
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:137)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
2
Struct
codePrintHTML
string63: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Password&nbsp;=&nbsp;&quot;&quot;&gt;<br> 64: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.EncodedPassword&nbsp;=&nbsp;&quot;&quot;&gt;<br> <b>65: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberDetails.Record&nbsp;=&nbsp;CreateMemberRecord(MemberID=0)&gt;</b><br> 66: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.MemberAuthenticated&nbsp;=&nbsp;FALSE&gt;&lt;!---&nbsp;Flag&nbsp;used&nbsp;to&nbsp;know&nbsp;if&nbsp;the&nbsp;member&nbsp;has&nbsp;logged&nbsp;in&nbsp;or&nbsp;not.&nbsp;---&gt;<br> 67: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Security.IPAddress&nbsp;=&nbsp;'000.000.000.000'&gt;<br>
codePrintPlain
string63: <cfset Session.DGN.Security.MemberDetails.Password = ""> 64: <cfset Session.DGN.Security.MemberDetails.EncodedPassword = ""> 65: <cfset Session.DGN.Security.MemberDetails.Record = CreateMemberRecord(MemberID=0)> 66: <cfset Session.DGN.Security.MemberAuthenticated = FALSE><!--- Flag used to know if the member has logged in or not. ---> 67: <cfset Session.DGN.Security.IPAddress = '000.000.000.000'>
column
number0
id
string??
line
number65
Raw_Trace
string__138.api.sessionframework_cfc$cf.udfCall1(../api/SessionFramework.cfc:65)
template
stringW:\DGN_Models\api\SessionFramework.cfc
type
stringcfml
3
Struct
codePrintHTML
string38: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library&nbsp;=&nbsp;StructNew()&gt;<br> 39: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework&nbsp;=&nbsp;CreateObject(&quot;component&quot;,&quot;../api/SessionFramework&quot;)&gt;<br> <b>40: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;Session.DGN.Library.SessionFramework.Init()&gt;</b><br> 41: <br> 42: <br>
codePrintPlain
string38: <cfset Session.DGN.Library = StructNew()> 39: <cfset Session.DGN.Library.SessionFramework = CreateObject("component","../api/SessionFramework")> 40: <cfset Session.DGN.Library.SessionFramework.Init()> 41: 42:
column
number0
id
string??
line
number40
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:40)
template
stringW:\DGN_Models\previews\Application.cfc
type
stringcfml
type
stringjava.io.IOException
stringonSessionStart