Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 40E98200C5B for ; Thu, 27 Apr 2017 18:54:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3FA82160BA7; Thu, 27 Apr 2017 16:54:08 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 088BC160B9E for ; Thu, 27 Apr 2017 18:54:06 +0200 (CEST) Received: (qmail 99759 invoked by uid 500); 27 Apr 2017 16:54:06 -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 99710 invoked by uid 99); 27 Apr 2017 16:54:04 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2017 16:54:04 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 7960B1813ED for ; Thu, 27 Apr 2017 16:54:04 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 4.189 X-Spam-Level: **** X-Spam-Status: No, score=4.189 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, FORGED_YAHOO_RCVD=1.022, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_NEUTRAL=0.652, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id XNa_W2n5_8lX for ; Thu, 27 Apr 2017 16:54:02 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 303545F4EE for ; Thu, 27 Apr 2017 16:54:02 +0000 (UTC) Received: from static.162.255.23.22.macminivault.com (unknown [162.255.23.22]) by mwork.nabble.com (Postfix) with ESMTP id 97D203D2BB4F4 for ; Thu, 27 Apr 2017 09:54:01 -0700 (MST) Date: Thu, 27 Apr 2017 09:54:01 -0700 (MST) From: Ryan T To: users@camel.apache.org Message-ID: <1493312041616-5798424.post@n5.nabble.com> In-Reply-To: References: <1490738690185-5796669.post@n5.nabble.com> <1490822278842-5796719.post@n5.nabble.com> <1493248092547-5798367.post@n5.nabble.com> Subject: Re: Help diagnosing camel exception MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Thu, 27 Apr 2017 16:54:08 -0000 In the bean:jobService it may go on to hit a mongo instance. But I'm not sure where in the logs it led you to think it was there except that you looked at the initial logs in the original message. Those logs could be a little confusing I'm sure as the original authors of the code did some interesting routes. I've attempted to simplify them somewhat so the original error logs may not reflect the current code. I would if you have time concentrate on the reply messages that I sent most recently instead. Sorry if it confused you. I tried to comment in the code what things are doing so I did not have to send you the whole code base. The important thing to look at now would be the recent logs I messaged along with the code. The TimeOutErrorProcessor is implementing some of your suggestions for the logs that is why I included it. I sent you two routes, but the second one is the most interesting as that is where the time out occurs. See "//start of problem area". I am just not sure which node. I'm leaning that it is the call externally, but since it never prints some of the log entries I am not sure. See success log example vs failure log example. You will see that some of the log entries that should be printing out are not and are skipped, but then when it gets to the "saveDeviceUsageHistory' it starts logging again. There are stop and end log entries inside of every Processor/Bean node entry so that I can see when it is starting and ending a node. You can see this by looking at the successful log. Sorry for the novel, I hope you can help me. And thanks for your time. -- View this message in context: http://camel.465427.n5.nabble.com/Help-diagnosing-camel-exception-tp5796669p5798424.html Sent from the Camel - Users mailing list archive at Nabble.com.