[jboss-jira] [JBoss JIRA] Closed: (JBREM-583) Fix ConcurrentModificationException in MultiplexingManager.notifySocketsOfException()
Ron Sigal (JIRA)
jira-events at jboss.com
Fri Aug 18 12:39:11 EDT 2006
[ http://jira.jboss.com/jira/browse/JBREM-583?page=all ]
Ron Sigal closed JBREM-583.
---------------------------
Resolution: Done
Put body of notifySocketsOfException() in a synchronization block.
> Fix ConcurrentModificationException in MultiplexingManager.notifySocketsOfException()
> -------------------------------------------------------------------------------------
>
> Key: JBREM-583
> URL: http://jira.jboss.com/jira/browse/JBREM-583
> Project: JBoss Remoting
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Affects Versions: 2.0.0.GA (Boon)
> Reporter: Ron Sigal
> Assigned To: Ron Sigal
> Fix For: 2.0.0.GA (Boon)
>
>
> Michael Voss has reported the following exception:
> > Exception in thread "output:-20398" java.util.ConcurrentModificationException
> > at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
> > at java.util.HashMap$ValueIterator.next(Unknown Source)
> > at org.jboss.remoting.transport.multiplex.MultiplexingManager.notifySocketsOfException(MultiplexingManager.java:2139)
> > at org.jboss.remoting.transport.multiplex.MultiplexingManager.setWriteException(MultiplexingManager.java:2113)
> > at org.jboss.remoting.transport.multiplex.OutputMultiplexor$OutputThread.doRun(OutputMultiplexor.java:477)
> > at org.jboss.remoting.transport.multiplex.utility.StoppableThread.run(StoppableThread.java:54)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list