Lucas Fragomeni <[EMAIL PROTECTED]> writes:

>Help! 

:-) 

>Here is my problem: i have a web application running perfectly well at home, but when 
>I put it on my host provider it just keeps throwing, from time to time, a 
>java.sql.SQLException, originated from a org.apache.torque.TorqueException, caused by 
>a java.io.IOException:
> 
>Everything starts 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

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
database server and your application server to a MySQL maintenance
shutdown. This has IMHO nothing to do with Torque.

        Regards
                Henning

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

"Fighting for one's political stand is an honorable action, but re-
 fusing to acknowledge that there might be weaknesses in one's
 position - in order to identify them so that they can be remedied -
 is a large enough problem with the Open Source movement that it
 deserves to be on this list of the top five problems."
                       -- Michelle Levesque, "Fundamental Issues with
                                    Open Source Software Development"

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to