Hi, I'm using weblogic 8.0 SP 4 and Struts - Hibernate...and everything works fine til pool connection is down (for example, with a Force Suspend from the weblogic console), then, i just have that exception 'Connection has been administratively destroyed. Reconnect'
can anyone help me ??
java.sql.SQLException: Connection has been administratively destroyed. Reconnect.
at weblogic.jdbc.common.internal.ConnectionEnv.checkIfEnabled(ConnectionEnv.java:820
at weblogic.jdbc.wrapper.PoolConnection.checkConnection(PoolConnection.java:64)
at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:356)
at net.sf.hibernate.impl.BatcherImpl.getPreparedStatement(BatcherImpl.java:257)
at net.sf.hibernate.impl.BatcherImpl.getPreparedStatement(BatcherImpl.java:232)
at net.sf.hibernate.impl.BatcherImpl.prepareQueryStatement(BatcherImpl.java:65)
at net.sf.hibernate.loader.Loader.prepareQueryStatement(Loader.java:779)
at net.sf.hibernate.hql.QueryTranslator.iterate(QueryTranslator.java:864)
at net.sf.hibernate.impl.SessionImpl.iterate(SessionImpl.java:1609)
at net.sf.hibernate.impl.QueryImpl.iterate(QueryImpl.java:27)
|