Title: RE: java.util.ConcurrentModificationException

A ConcurrentModificationException is thrown
by a non-synchronized Collection when more
than one thread tries to modify the Collection.

Try synchronizing the Collection or simply
calling the session.invalidate() as suggested
in previous responses.

Ted Rice

-----Original Message-----
From: Arun Jayaprakash [mailto:[EMAIL PROTECTED]]
Sent: 21 May 2001 08:56
To: Orion-Interest
Subject: java.util.ConcurrentModificationException


Hello everybody,

I recently switched over from Apache Tomcat v3.2.1 to Orion
v1.4.5. I deployed an application (that I had developed
with Tomcat) using Orion and did the necessary configuring.
The application works fine until the point when I logout.
Tomcat never gave any trouble, but Orion keeps throwing a
java.util.ConcurrentModificationException. This exception
occurs when I remove all the attributes in my session
object.

Can anybody tell me why this happens and how to remove it?

Thanks and regards,
Arun Jayaprakash.

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to