Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
jcs-1.3
-
None
-
Debian Lenny, Sun Java 1.5.0.17, used as part of Open-Xchange collaboration softare
Description
Internal data structures are not processed correctly causing the following exception:
Exception in thread "Thread-8" java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:841)
at java.util.HashMap$ValueIterator.next(HashMap.java:871)
at org.apache.jcs.auxiliary.lateral.LateralCacheMonitor.run(LateralCacheMonitor.java:179)
at java.lang.Thread.run(Thread.java:595)