0 Replies Latest reply on Nov 10, 2002 4:51 PM by ukamath

    PLEASE HELP!!Jboss 3.0 Managed Connections throwing errors H

      We have bean managed persitence, Jboss3.0.0, SqlServer2000, which uses the connection pool. When we run the applicaitons we get this error and then everything freezes. The database are not in right state etc.
      Is this a bug ? has someone experienced this? is it solved in 3.0.4

      15:50:10,533 WARN [LocalTxConnectionManager] reconnecting a connection handle t
      hat still has a managedConnection! org.jboss.resource.adapter.jdbc.local.LocalMa
      nagedConnection@25f709 org.jboss.resource.adapter.jdbc.local.LocalConnection@b70
      1b
      15:50:10,543 ERROR [LogInterceptor] TransactionRolledbackException, causedBy:
      java.lang.IllegalArgumentException: reconnect(ConnectionRecord cr) called with a
      non null ManagedConnection that was not killed!
      at org.jboss.resource.connectionmanager.BaseConnectionManager2.reconnect
      (BaseConnectionManager2.java:582)
      at org.jboss.resource.connectionmanager.CachedConnectionManager.reconnec
      t(CachedConnectionManager.java:331)
      at org.jboss.resource.connectionmanager.CachedConnectionManager.pushMeta
      AwareObject(CachedConnectionManager.java:131)
      at org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invo
      ke(CachedConnectionInterceptor.java:183)
      at org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityInstance
      Interceptor.java:193)
      at org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockIntercep
      tor.java:107)
      at org.jboss.ejb.plugins.EntityCreationInterceptor.invoke(EntityCreation
      Interceptor.java:69)
      at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInte
      rceptor.java:96)
      at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxIntercep
      torCMT.java:219)
      at org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:6
      1)
      at org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.
      java:129)
      at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:166)
      at org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:493)
      at org.jboss.ejb.Container.invoke(Container.java:705)
      at org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:1055)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
      at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:98)
      at org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.jav
      a:102)
      at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.
      java:73)
      at org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:7
      6)
      at org.jboss.proxy.ejb.EntityInterceptor.invoke(EntityInterceptor.java:1
      16)
      at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
      at $Proxy88.inputs(Unknown Source)
      at com.eidea.bizmarc.util.connector.ejb.process.BizProcessImpl.initInput
      Cache(BizProcessImpl.java:2218)