In JBOSS 5.1 , I am facing session replication problem. Whenever I am trying to access the
приложение на нескольких узлах, оно выдает исключение:
java.util.ConcurrentModificationException at
java.util.HashMap$HashIterator.nextEntry(HashMap.java....)
--
And ultimately throws the below exception:
ERROR [CommandAwareRpcDispatcher] java.util.ConcurrentModificationException
WARN [/contextPath] Failed to replicate session [sessionName]
java.lang.RuntimeException: Failure to marshal argument(s)
at org.jboss.cache.marshall.CommandAwareRpcDispatcher$ReplicationTask.call(..
---
Request anyone to let me know why is this happening.