1 Reply Latest reply on Dec 8, 2013 12:02 PM by anelsonwilson

    java.sql.SQLRecoverableException: Closed Connection

    anelsonwilson

      Hi,

      I have found that in JBoss 6 server the connection recovers automatically after the network connection disconnection. But in JBoss 7.1 its not reconnecting to the server after the connection starts.

      When I connect the cable after disconnection JBoss 7.1 server needs to be restarted which is not the case with JBoss 6.

      Is there any configuration to be done in JBoss7.1 . If yes please mention it.

       

      I am getting the following error:-

      Caused by: java.sql.SQLRecoverableException: Closed Connection

        at oracle.jdbc.driver.PhysicalConnection.rollback(PhysicalConnection.java:3694) [ojdbc6.jar:11.2.0.1.0]

        at org.jboss.jca.adapters.jdbc.BaseWrapperManagedConnection.jdbcRollback(BaseWrapperManagedConnection.java:1026)

        at org.jboss.jca.adapters.jdbc.WrappedConnection.rollback(WrappedConnection.java:778)

       

      Thanking you in advance.