Re: random splitter error

2013-04-25 Thread Claus Ibsen
You uses old versions of XML libraries like xerces 2.6.x and have mixed version of jdom, spring JARs and whatnot. All that can lead to a bit "unstable" deployment. You may want to look at upgrading xerces and/or xalan etc. On Thu, Apr 25, 2013 at 10:24 PM, Christian Müller wrote: > Can you shar

Re: random splitter error

2013-04-25 Thread Christian Müller
Can you share the load test with us? Than we could may fix it if it's an issue in Camel. Best, Christian On Thu, Apr 25, 2013 at 2:07 PM, gmdavidson62 wrote: > FYIwe fixed this, changing the split strategy from an XPATH to a > tokenized split. When we "load tested" our routes with both str

Re: random splitter error

2013-04-25 Thread gmdavidson62
FYIwe fixed this, changing the split strategy from an XPATH to a tokenized split. When we "load tested" our routes with both strategies, we were able to recreate the errors consistently with the XPATH split. When we changed to the tokenized split we never got an error, all splits/aggregations

Re: random splitter error

2013-04-22 Thread Christian Müller
And Camel 2.10.4 and Camel 2.11.0 is also released. The second one since only a few hours... Best, Christian On Mon, Apr 22, 2013 at 3:35 PM, gmdavidson62 wrote: > "What OS, JDK, and JAXB version do you use?" > > windows server 2008 R2 Standard 64bit > jdk1.6.0_17\jre\bin\server\jvm.dll > Not s

Re: random splitter error

2013-04-22 Thread Claus Ibsen
Hi Have you tried upgrading the JDK? On Mon, Apr 22, 2013 at 3:35 PM, gmdavidson62 wrote: > "What OS, JDK, and JAXB version do you use?" > > windows server 2008 R2 Standard 64bit > jdk1.6.0_17\jre\bin\server\jvm.dll > Not sure about the JAXB...here are the jars pulled in from maven. > > > "And h

Re: random splitter error

2013-04-22 Thread gmdavidson62
"What OS, JDK, and JAXB version do you use?" windows server 2008 R2 Standard 64bit jdk1.6.0_17\jre\bin\server\jvm.dll Not sure about the JAXB...here are the jars pulled in from maven. "And have you added saxon to the classpath, eg using camel-saxon. Saxon is usually faster and better as xpath

Re: random splitter error

2013-04-22 Thread Claus Ibsen
Hi What OS, JDK, and JAXB version do you use? And have you added saxon to the classpath, eg using camel-saxon. Saxon is usually faster and better as xpath than what comes out of the box from the JDK. On Fri, Apr 19, 2013 at 9:32 PM, gmdavidson62 wrote: > We randomly get the following error duri