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

[jira] [Assigned] (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 ]

Babak Vahdat reassigned CAMEL-6866:
-----------------------------------

    Assignee: Babak Vahdat

Yeah this is indeed a side effect of CAMEL-6443.

> 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
>            Assignee: Babak Vahdat
>             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)