Re: EOFException with jdbc driver

2005-09-15 Thread Stefan Kuhn
Hi Mark, thanks for your answer. See comments. > > Stefan, > > Something is closing the network connection abrubtly between JDBC and > your MySQL server. Things to check are: > > 1) Connections don't sit longer than 'wait_timeout' on the server. I am actually using connection pooling (the torque sy

Re: EOFException with jdbc driver

2005-09-15 Thread Mark Matthews
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stefan Kuhn wrote: > Hi all, > I have a Java webapp using a mysql database. It all used to run well, but I > now frequently get the following error: > > 2005-09-15 11:33:32,115 [Thread-23] ERROR rotation - > com.mysql.jdbc.CommunicationsException: C

EOFException with jdbc driver

2005-09-15 Thread Stefan Kuhn
Hi all, I have a Java webapp using a mysql database. It all used to run well, but I now frequently get the following error: 2005-09-15 11:33:32,115 [Thread-23] ERROR rotation - com.mysql.jdbc.CommunicationsException: Communications link failure due to underlying exception: ** BEGIN NESTED EXCE