aspose file tools
The moose likes Struts and the fly likes Concurrent Modification Exception in sessiontime out class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Concurrent Modification Exception in sessiontime out class" Watch "Concurrent Modification Exception in sessiontime out class" New topic
Author

Concurrent Modification Exception in sessiontime out class

shashi wagh
Ranch Hand

Joined: Oct 30, 2008
Posts: 38
Hi
I want to remove some attribute from the ServletContext when session time out
I am getting java.util.ConcurrentModificationException Exception for the following code

David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

Shouldn't this be in the servlets forum?

It's also helpful to provide information like which specific line is throwing the exception and so on.
Sagar Rohankar
Ranch Hand

Joined: Feb 19, 2008
Posts: 2896
    
    1

When I googled this exception , I found many links which discuss this particular problem..

This one might helps you in understand the problem..


[LEARNING bLOG] | [Freelance Web Designer] | [and "Rohan" is part of my surname]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Concurrent Modification Exception in sessiontime out class
 
Similar Threads
destroy sessionContext from EJB?
Map.Entry
Invalidating all sessions
Get session object from session ID
Why are Generics necessary here?