[
https://issues.apache.org/jira/browse/CAMEL-6866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13800725#comment-13800725
]
Antonin Stefanutti commented on CAMEL-6866:
-------------------------------------------
I'm using Weld SE {{2.1.0.CR1}}.
It's reproducible with an Arquillian test (I'm using the
{{arquillian-weld-se-embedded-1.1}} plugin) that uses two different _session
settings_ configuration files for the {{quickfix}} endpoint.
> 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)