java.sql.SQLException: Communication link failure: java.io.IOException - Fixed

2004-09-20 Thread Lucas Fragomeni
04 11:08:47 +0300 From: Andras Balogh <[EMAIL PROTECTED]> Subject: java.sql.SQLException: Communication link failure: java.io.IOException Content-Type: text/plain; charset=ISO-8859-1; format=flowed   Hello Lucas,   I would try to play a little bit with the connection settings of mysql, see: htt

Re: java.sql.SQLException: Communication link failure: java.io.IOException

2004-09-20 Thread Andras Balogh
rts on the 'getConnection()', and happens only from time to time... Would it have something to do with the way my host provide treats security and connection pools? Bellow is the stack trace I get: java.sql.SQLException: Communication link failure: java.io.IOException at com.mysql.jdbc.Mysq

Re: java.sql.SQLException: Communication link failure: java.io.IOException

2004-09-20 Thread Henning P. Schmiedehausen
the stack trace I get: >  >java.sql.SQLException: Communication link failure: java.io.IOException This is an I/O error, which means that the problem happens deep inside your JDBC driver. Probably it lost its connection to the database. This could be everything from a rebooted switch between your

java.sql.SQLException: Communication link failure: java.io.IOException

2004-09-20 Thread Lucas Fragomeni
on the 'getConnection()', and happens only from time to time... Would it have something to do with the way my host provide treats security and connection pools?   Bellow is the stack trace I get:   java.sql.SQLException: Communication link failure: java.io.IOException