[jira] Updated: (JCS-72) ConcurrentModificationException in .LateralCacheMonitor
"Marcus Klein (JIRA)" <[email protected]> Fri, 26 Feb 2010 16:33:27 +0000 (UTC)
| Newsgroups | gmane.comp.jakarta.turbine.jcs.devel |
|---|---|
| Message-ID | <[email protected]> |
[ https://issues.apache.org/jira/browse/JCS-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marcus Klein updated JCS-72:
----------------------------
Attachment: LateralTCPCacheManager.java
A proposal how this issue can be fixed.
> ConcurrentModificationException in .LateralCacheMonitor
> -------------------------------------------------------
>
> Key: JCS-72
> URL: https://issues.apache.org/jira/browse/JCS-72
> Project: JCS
> Issue Type: Bug
> Components: TCP Lateral Cache
> Affects Versions: jcs-1.3
> Environment: Debian Lenny, Sun Java 1.5.0.17, used as part of Open-Xchange collaboration softare
> Reporter: Marcus Klein
> Assignee: Aaron Smuts
> Priority: Minor
> Attachments: LateralTCPCacheManager.java
>
>
> 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)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.