Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DFEA110BAE for ; Thu, 25 Apr 2013 20:25:07 +0000 (UTC) Received: (qmail 86832 invoked by uid 500); 25 Apr 2013 20:25:07 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 86771 invoked by uid 500); 25 Apr 2013 20:25:07 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 86763 invoked by uid 99); 25 Apr 2013 20:25:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2013 20:25:07 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of christian.mueller@gmail.com designates 209.85.219.50 as permitted sender) Received: from [209.85.219.50] (HELO mail-oa0-f50.google.com) (209.85.219.50) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Apr 2013 20:25:02 +0000 Received: by mail-oa0-f50.google.com with SMTP id j6so3315593oag.9 for ; Thu, 25 Apr 2013 13:24:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=kL9+v76s74YZxGSLMjULg4mYYqW+Q1xirMBCUUKAxLU=; b=WPaelNordcbyx8mZMk67epSXyGAo6ebSOIYLSU2/XodGS9+MyBj5B4ohv9e9v0yPVF wACvqQgLM+o9aK0wz9H9dEdIfq51oXacXOB7i5jwzCaqwUw8rWqCvS0Ihjpzy09xH5+M by61x8K5LXJbYQg4YvQQhjUiaQPsM7aP2L5R0fn0f46VnlGz8vN1yDFoahv+tm6YoHlF Nh4ould2KhhBczr9NlhXy0c+Ki27F9EVIR/BMyikzJWf/kQq5GL4YLDjJAZJgvb3Hy5o +Gy8Eo5D67zTPkmOyubZwiA2ZfSPDdnMibqxLlJeYwQN/WHtz1Kh60EoE8hp2Yb8TTto QDmw== MIME-Version: 1.0 X-Received: by 10.182.125.132 with SMTP id mq4mr20985516obb.79.1366921482312; Thu, 25 Apr 2013 13:24:42 -0700 (PDT) Received: by 10.182.176.6 with HTTP; Thu, 25 Apr 2013 13:24:42 -0700 (PDT) In-Reply-To: <1366891665948-5731537.post@n5.nabble.com> References: <1366399955466-5731160.post@n5.nabble.com> <1366637718392-5731257.post@n5.nabble.com> <1366891665948-5731537.post@n5.nabble.com> Date: Thu, 25 Apr 2013 22:24:42 +0200 Message-ID: Subject: Re: random splitter error From: =?ISO-8859-1?Q?Christian_M=FCller?= To: users@camel.apache.org Content-Type: multipart/alternative; boundary=089e013a1ede63a44004db353546 X-Virus-Checked: Checked by ClamAV on apache.org --089e013a1ede63a44004db353546 Content-Type: text/plain; charset=ISO-8859-1 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: > FYI....we 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 were successful. > > We didn't dig into the camel source....so just a guess, but seems to be a > threading issue. We may have been able to fix this in other > ways....upgrading JDK, Camel or adding a thread pool??? > > Error: > No body available of type: java.lang.String but has value: [Policy: null] > of > type: org.apache.xerces.dom.DeferredElementNSImpl on: Message: > ................ > > This is what we did, changed the split to use: > > instead of: > /BOB-GetPoliciesByClientResponse/Policies/Policy > > > > > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/random-splitter-error-tp5731160p5731537.html > Sent from the Camel - Users mailing list archive at Nabble.com. > --089e013a1ede63a44004db353546--