You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/10/17 10:52:42 UTC

[jira] [Updated] (CAMEL-6866) ConcurrentModificationException when starting QuickFIX/J component with more than one engine

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

Claus Ibsen updated CAMEL-6866:
-------------------------------

    Fix Version/s: 2.13.0
                   2.12.2

> ConcurrentModificationException when starting QuickFIX/J component with more than one engine
> --------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-6866
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6866
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-quickfix
>    Affects Versions: 2.12.1
>            Reporter: Antonin Stefanutti
>             Fix For: 2.12.2, 2.13.0
>
>
> {code}
> Caused by: java.util.ConcurrentModificationException
> 	at java.util.HashMap$HashIterator.nextEntry(HashMap.java:793)
> 	at java.util.HashMap$EntryIterator.next(HashMap.java:834)
> 	at java.util.HashMap$EntryIterator.next(HashMap.java:832)
> 	at org.apache.camel.component.quickfixj.QuickfixjComponent.onCamelContextStarted(QuickfixjComponent.java:163)
> 	at org.apache.camel.impl.DefaultCamelContext.doStartOrResumeRoutes(DefaultCamelContext.java:1833)
> 	at org.apache.camel.impl.DefaultCamelContext.doStartCamel(DefaultCamelContext.java:1699)
> 	at org.apache.camel.impl.DefaultCamelContext.doStart(DefaultCamelContext.java:1544)
> 	at org.apache.camel.support.ServiceSupport.start(ServiceSupport.java:61)
> 	at org.apache.camel.impl.DefaultCamelContext.start(DefaultCamelContext.java:1512)
> {code}
> Since [CAMEL-6443].



--
This message was sent by Atlassian JIRA
(v6.1#6144)