Lucee 5.0.1.29-SNAPSHOT Error (database)
Message 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 The Error Occurred in
C:\advantex\sites\Advantex.NET\www\qry_SiteSettings.cfm: line 6
4: FROM tbl_SiteSettings
5: WHERE SiteEnvironment = '#Request.SiteEnvironment#'
6: </CFQUERY>

called from C:\advantex\sites\Advantex.NET\www\fbx_Settings.cfm: line 82
called from C:\advantex\sites\Advantex.NET\www\fbx_Fusebox30_CF50.cfm: line 161
called from C:\advantex\sites\Advantex.NET\www\index.cfm: line 33
Java Stacktrace lucee.runtime.exp.DatabaseException: Communications link failure
 
 The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  at sun.reflect.GeneratedConstructorAccessor51.newInstance(Unknown Source)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
  at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:981)
  at com.mysql.jdbc.MysqlIO.(MysqlIO.java:339)
  at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2253)
  at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2286)
  at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2085)
  at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:795)
  at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:44)
  at sun.reflect.GeneratedConstructorAccessor31.newInstance(Unknown Source)
  at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
  at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:400)
  at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:327)
  at lucee.runtime.db.DataSourceSupport._getConnection(DataSourceSupport.java:105)
  at lucee.runtime.db.DataSourceSupport.getConnection(DataSourceSupport.java:88)
  at lucee.runtime.db.DatasourceConnectionPool.loadDatasourceConnection(DatasourceConnectionPool.java:99)
  at lucee.runtime.db.DatasourceConnectionPool.getDatasourceConnection(DatasourceConnectionPool.java:86)
  at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:70)
  at lucee.runtime.tag.Query.executeDatasoure(Query.java:803)
  at lucee.runtime.tag.Query.doEndTag(Query.java:583)
  at qry_sitesettings_cfm$cf.call(C:\advantex\sites\Advantex.NET\www\qry_SiteSettings.cfm:6)
  at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:896)
  at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:811)
  at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:806)
  at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:797)
  at fbx_settings_cfm$cf.call(C:\advantex\sites\Advantex.NET\www\fbx_Settings.cfm:82)
  at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:896)
  at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:811)
  at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:806)
  at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:797)
  at fbx_fusebox30_cf50_cfm$cf.call(C:\advantex\sites\Advantex.NET\www\fbx_Fusebox30_CF50.cfm:161)
  at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:896)
  at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:811)
  at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:806)
  at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:797)
  at index_cfm$cf.call(C:\advantex\sites\Advantex.NET\www\index.cfm:33)
  at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:896)
  at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:811)
  at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:806)
  at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:62)
  at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
  at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2255)
  at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2247)
  at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2215)
  at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:881)
  at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:103)
  at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:62)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
  at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
  at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
  at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
  at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
  at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
  at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141)
  at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79)
  at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
  at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528)
  at org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:872)
  at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:672)
  at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
  at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
  at java.lang.Thread.run(Thread.java:745)
 
Timestamp 4/14/25 6:28:50 PM EDT