Error Occurred While Processing Request
The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.
The following information is meant for the website developer for debugging purposes.
Error Occurred While Processing Request
Error Executing Database Query.
Communication failure during handshake. Is there a server running on mysqla8.newtekwebhosting.com:3306?
The error occurred in D:\Inetpub\clresearch\pv2005\themes.cfm: line 448
446 : </table>
447 : <table width="100%" border="0" cellspacing="0" cellpadding="3">
448 : <cfquery datasource="#application.data.dsn#" username="#application.data.username#" password="#application.data.password#" name="CategoryList">SELECT * FROM tblCategory WHERE (Category_Available <> 0 OR Category_Available IS NULL) AND Category_HotTopic = 1 ORDER BY Category_Label</cfquery>
449 : <cfloop query="CategoryList">
450 : <cfquery datasource="#application.data.dsn#" username="#application.data.username#" password="#application.data.password#" name="CategoryCount">SELECT Count(*) As Total FROM tblArticle_Category WHERE Category_ID = #CategoryList.Category_ID#</cfquery>
SQL
SELECT * FROM tblCategory WHERE (Category_Available <> 0 OR Category_Available IS NULL) AND Category_HotTopic = 1 ORDER BY Category_Label
Search the Knowledge Base to find a solution to your problem.
Browser
ColdFusion
Remote Address
216.119.112.226
Referrer
Date/Time
18-Jan-21 06:17 PM
Stack Trace
at cfthemes2ecfm493321131.runPage(D:\Inetpub\clresearch\pv2005\themes.cfm:448)
java.sql.SQLException: Communication failure during handshake. Is there a server running on mysqla8.newtekwebhosting.com:3306?
at org.gjt.mm.mysql.MysqlIO.init(Unknown Source)
at org.gjt.mm.mysql.Connection.connectionInit(Unknown Source)
at org.gjt.mm.mysql.jdbc2.Connection.connectionInit(Unknown Source)
at org.gjt.mm.mysql.Driver.connect(Unknown Source)
at macromedia.jdbc.MacromediaDriver.connect(Unknown Source)
at java.sql.DriverManager.getConnection(DriverManager.java:512)
at java.sql.DriverManager.getConnection(DriverManager.java:171)
at coldfusion.server.j2ee.sql.pool.JDBCPool.createPhysicalConnection(JDBCPool.java:567)
at coldfusion.server.j2ee.sql.pool.ConnectionRunner$RunnableConnection.run(ConnectionRunner.java:67)
at java.lang.Thread.run(Thread.java:534)