Hi Reinhard, ----- Original Message ----- From: "Reinhard Dunst" <[EMAIL PROTECTED]> To: "OJB-Users-List (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2003 1:13 PM Subject: Handle broken database connections
> Hi, > > how can I handle broken database connections. If I shut down the database > and restart it, you could use the 'validationQuery' attribute within the connection-pool element to check connection before it could be obtained from pool. currently we don't have a 'refresh()' method on ConnectionFactory level to allow the implementation class to refresh their connection pool - if con-pooling was supported. Would such a 'refresh' method make sense? regards, Armin > I get following errormessage occure: > > [org.apache.ojb.broker.accesslayer.JdbcAccessImpl] ERROR: > PersistenceBrokerException during > the execution of the query: > Io exception: Connection reset by peer: socket write error Io exception: > Connection reset by peer: socket write error > java.sql.SQLException: Io exception: Connection reset by peer: socket write > error > > My current configuration is > java 1.4.1 > ojb 1.0 rc2 > > Thanks in advance > Reinhard > > > > ======================================================================== ==== > ========== > Reinhard Dunst > T.U.B. Technologie- & Unternehmensberatung GmbH > > mobile: +43.664 - 2525928 > email: mailto:[EMAIL PROTECTED] > ======================================================================== ==== > ========== > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
