Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Strange, intermittent error on website

Contributor ,
Dec 23, 2011 Dec 23, 2011

When I load my wife's website, I occasionally get this strange error.  It vanishes once you refresh the page.

No operations allowed after connection closed.Connection was implicitly closed due to underlying exception/error: ** BEGIN NESTED EXCEPTION ** com.mysql.jdbc.CommunicationsException MESSAGE: Communications link failure due to underlying exception: ** BEGIN NESTED EXCEPTION ** java.net.SocketException MESSAGE: Software caused connection abort: socket write error STACKTRACE: java.net.SocketException: Software caused connection abort: socket write error at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92) at java.net.SocketOutputStream.write(SocketOutputStream.java:136) at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65) at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123) at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:2708) at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1604) at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:1715) at com.mysql.jdbc.Connection.execSQ...

The error occurred in C:\inetpub\vhosts\xpressdanceclasses.com\httpdocs\includes\header.cfm: line 2

Line 2 in header.cfm is the first line of this query (the line with the tag):

<cfquery name="blackout_dates" datasource="danceclass">

SELECT date_id

        , date_off

FROM blackout_dates

</cfquery>

There is a LOT more to the error message, but it goes on and on and on, so I only pasted the top.

Anyone have any ideas as to what causes this?

1.2K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Dec 24, 2011 Dec 24, 2011

Are you using Hibernate by chance?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Dec 25, 2011 Dec 25, 2011
LATEST

I don't think so.  It's a shared host with CF8 and MySQL (5 I think).

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources