We have a web application deployed to Websphere 6.1.0.19 on Windows. We occasionally see this ConcurrentModificationException on a few of our reports. We are using JasperReports 2.0.5 in production. ...
Before your eyes glaze over at yet another ConcurrentModificationException question, this is not your typical ConcurrentModificationException question.
I understand ConcurrentModificationExceptions but I don't understand why I'm getting one in the following code. ...
I'm trying to iterate over a list of objects. I get the ConcurrentModificationException error. However I am not changing/removing the objects. Also the method game.getRooms() is synchronized. What am I doing ...
The following mockup code ends up in ConcurrentModificationException, that happens (as i understand it), due to the fact that i am iterating over a set, which i am modifying.