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.

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3825503#3825503";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3825503>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to