I'm developing a web app using OC4J as the container. After connecting to our domino server and recycling the session using session.recycle(), I am receiving a ThreadDeath error.
I noticed that the session creates two threads: ReaderThread and RecycleThread. It looks as if the ReaderThread has trouble closing, which may be the source of the problem.
Has anyone else had this problem? It doesn't seem to occur when I run my code as a standalone Java application.
06/06/27 09:41:12 java.lang.ThreadDeath
06/06/27 09:41:12 at java.lang.Thread.stop(Thread.java:630)
06/06/27 09:41:12 at lotus.priv.CORBA.iiop.IIOPConnection.purge_calls(Unknown Source)
06/06/27 09:41:12 at lotus.priv.CORBA.iiop.ReaderThread.run(Unknown Source)
Software/Hardware used:
ASKED:
June 27, 2006 9:51 AM
UPDATED:
June 27, 2006 1:15 PM