3 Replies Latest reply on Apr 17, 2003 7:33 AM by kkoster

    Recovering from SQLEXceptions after network failure

    ctippin

      Hi,

      We are currently using JBoss 3.04, Oracle 8i, jdk 1.3.1 running on win2k

      Lately we have experienced a couple of short local network glitches that have momentarily affected connectivity between our JBoss server box and our Oracle box. As one would expect, we immediately see the following exceptions all over the place :

      java.sql.SQLException: Io exception: Connection reset by peer: socket write error

      Unfortunately when the network is restored, our app continues to throw these exceptions whenever our beans try to access Oracle.

      Does anyone know how to recover from this without restarting the app?

      TIA