0 Replies Latest reply on Oct 18, 2016 9:20 AM by sreekanth.munarai

    Connection is not associated with a managed connection.org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6@226d3a89

    sreekanth.munarai

      Hi,

       

      Recently my production application was inaccessible which is deployed in JBoss7.1.1 even though everything was normal at server level.

      I have forced to restart my services and once restarted everything back to normal. While analyzing i found the below errors in logs:

       

      ERROR [org.hibernate.engine.jdbc.spi.SqlExceptionHelper] (pool-10-thread-151) Connection is not associated with a managed connection.org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6@226d3a89

      12:27:37,347 ERROR [stderr] (pool-10-thread-151) org.hibernate.exception.GenericJDBCException: Connection is not associated with a managed connection.org.jboss.jca.adapters.jdbc.jdk6.WrappedConnectionJDK6@226d3a89

      12:27:37,347 ERROR [stderr] (pool-10-thread-151) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:52)

      12:27:37,347 ERROR [stderr] (pool-10-thread-151) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:125)

      12:27:37,347 ERROR [stderr] (pool-10-thread-151) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:110)

      12:27:37,347 ERROR [stderr] (pool-10-thread-151) at org.hibernate.engine.jdbc.internal.proxy.ConnectionProxyHandler.continueInvocation(ConnectionProxyHandler.java:146)

      12:27:37,347 ERROR [stderr] (pool-10-thread-151) at org.hibernate.engine.jdbc.internal.proxy.AbstractProxyHandler.invoke(AbstractProxyHandler.java:81)

      12:27:37,363 ERROR [stderr] (pool-10-thread-151) at $Proxy499.prepareStatement(Unknown Source)

       

      Could any one please explain what is this and is this cause of application inaccessibility?

       

      Thanks,

      Sreekanth