You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2009/01/23 14:22:00 UTC

[jira] Resolved: (SMX4NMR-60) EndpointRegistryImpl is not thread safe

     [ https://issues.apache.org/activemq/browse/SMX4NMR-60?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SMX4NMR-60.
------------------------------------

    Resolution: Fixed

Sending        src/main/java/org/apache/servicemix/nmr/core/EndpointRegistryImpl.java
Transmitting file data .
Committed revision 737020.

> EndpointRegistryImpl is not thread safe
> ---------------------------------------
>
>                 Key: SMX4NMR-60
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-60
>             Project: ServiceMix NMR
>          Issue Type: Bug
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.0.0
>
>
> The following exception has been seen:
> Exception in thread "Thread-5" java.util.ConcurrentModificationException
>         at java.util.WeakHashMap$HashIterator.nextEntry(WeakHashMap.java:744)
>         at java.util.WeakHashMap$KeyIterator.next(WeakHashMap.java:777)
>         at org.apache.servicemix.nmr.core.EndpointRegistryImpl.unregister(EndpointRegistryImpl.java:144)
>         at org.apache.servicemix.nmr.core.ChannelImpl.close(ChannelImpl.java:157)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.