You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Dan Griffith (JIRA)" <ji...@apache.org> on 2017/04/19 16:02:41 UTC

[jira] [Created] (JCS-176) RemoteCacheNoWaitFacade constructor throws ConcurrentModificationException

Dan Griffith created JCS-176:
--------------------------------

             Summary: RemoteCacheNoWaitFacade constructor throws ConcurrentModificationException
                 Key: JCS-176
                 URL: https://issues.apache.org/jira/browse/JCS-176
             Project: Commons JCS
          Issue Type: Bug
          Components: RMI Remote Cache
    Affects Versions: jcs-2.1
            Reporter: Dan Griffith


RemoteCacheNoWaitFacade constructor throws a ConcurrentModificationException in line 73 attempting to add to the collection it is traversing in the enhanced for loop.
Exception is swallowed in the org.apache.commons.jcs.engine.control.CompositeCacheConfigurator parseAuxiliary() method which logs the statement "Could not instantiate auxiliary cache named ...".
This prevents client from communicating changes to the remote cache.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)