0 Replies Latest reply on Mar 13, 2004 11:02 AM by mburke

    ManagedConnection error

    mburke

      When running an app with a stateless session bean using jdo as a datasource connecting to it with a jca adapter I get the following error after a short period of inactivity, before the error the app runs as it should.

      2004-03-13 11:07:10,296 WARN [org.jboss.resource.connectionmanager.JBossManagedConnectionPool] Exception destroying ManagedConnection
      java.util.NoSuchElementException
      at java.util.AbstractList$Itr.next(AbstractList.java:422)
      at org.jpox.resource.ManagedConnectionImpl.getPMHandle(ManagedConnectionImpl.java:381)
      at org.jpox.AbstractPersistenceManager.close(AbstractPersistenceManager.java:343)
      at org.jpox.resource.ManagedConnectionImpl.destroy(ManagedConnectionImpl.java:92)
      at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.doDestroy(InternalManagedConnectionPool.java:502)
      at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.removeTimedOut(InternalManagedConnectionPool.java:365)
      at org.jboss.resource.connectionmanager.IdleRemover$1.run(IdleRemover.java:70)
      at java.lang.Thread.run(Thread.java:536)
      I assume this is an error with the jca adapter or the jdo implementation, if anyone could offer any insight I'd appreciate it.