http://bugzilla.slf4j.org/show_bug.cgi?id=224

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from [email protected] 2011-07-07 17:40:37 CEST ---
I have also experienced this, here's the [very similar] stack trace:

java.util.ConcurrentModificationException
    at java.util.HashMap$HashIterator.nextEntry(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at java.util.HashMap$EntryIterator.next(Unknown Source)
    at java.util.HashMap.putAllForCreate(Unknown Source)
    at java.util.HashMap.<init>(Unknown Source)
    at
org.slf4j.helpers.BasicMDCAdapter.getCopyOfContextMap(BasicMDCAdapter.java:130)
    at org.slf4j.MDC.getCopyOfContextMap(MDC.java:182)
    at
org.apache.activemq.util.MDCHelper.getCopyOfContextMap(MDCHelper.java:30)
    at
org.apache.activemq.broker.TransportConnection.stopAsync(TransportConnection.java:946)
    at
org.apache.activemq.broker.TransportConnection.processShutdown(TransportConnection.java:353)
    at org.apache.activemq.command.ShutdownInfo.visit(ShutdownInfo.java:35)
    at
org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:306)
    at
org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:179)
    at
org.apache.activemq.transport.ResponseCorrelator.onCommand(ResponseCorrelator.java:116)
    at
org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:69)
    at
org.apache.activemq.transport.vm.VMTransport.iterate(VMTransport.java:218)
    at
org.apache.activemq.thread.PooledTaskRunner.runTask(PooledTaskRunner.java:127)
    at
org.apache.activemq.thread.PooledTaskRunner$1.run(PooledTaskRunner.java:48)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

-- 
Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
slf4j-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/slf4j-dev

Reply via email to