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:56:42 UTC

[jira] [Comment Edited] (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:comment-tabpanel&focusedCommentId=13800788#comment-13800788 ] 

Babak Vahdat edited comment on CAMEL-6866 at 10/21/13 4:54 PM:
---------------------------------------------------------------

Yeah this is indeed a side effect of CAMEL-6443 and I could reproduce this inside this component's test.


was (Author: bvahdat):
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.11.3, 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)