yes
From: ext jhart [via Camel] [mailto:ml-node+s465427n5714367...@n5.nabble.com]
Sent: Tuesday, June 12, 2012 10:04 AM
To: Hart James (Nokia-LC/Malvern)
Subject: Re: Possible threading issue
I'm using Ubuntu 9.10 quadcore dell T3500 machine with 12G memory.
java -version
java version &quo
I'm using Ubuntu 9.10 quadcore dell T3500 machine with 12G memory.
java -version
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.7) (6b20-1.9.7-0ubuntu1~9.10.1)
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)
I will work on a simple version of the route, hopefully I can ge
5427n5714299...@n5.nabble.com]
> Sent: Monday, June 11, 2012 2:22 PM
> To: Hart James (Nokia-LC/Malvern)
> Subject: Re: Possible threading issue
>
> Thanks for the feedback, I've reviewed the references you pointed out and
> decided to simplify the route.
>
> I have rem
Thanks.
From: ext jhart [via Camel] [mailto:ml-node+s465427n5714299...@n5.nabble.com]
Sent: Monday, June 11, 2012 2:22 PM
To: Hart James (Nokia-LC/Malvern)
Subject: Re: Possible threading issue
Thanks for the feedback, I've reviewed the references you pointed out and
decided to simplif
Thanks for the feedback, I've reviewed the references you pointed out and
decided to simplify the route.
I have remove all of my .threads(...) DSL calls. I only use
parallelProcessing in 1 place now and I am still running into the problem.
Below is a version that fails and one that works because
On Wed, Jun 6, 2012 at 4:12 PM, jhart wrote:
> *When I run this route heavily multithreaded camel route I am getting a
> NullPointerException thrown in the CaseInsensitiveMap when it is copying
> the
> exchanges for the multicast. I am using version 2.9.2, though
> 2.10-SNAPSHOT
> has the same i