From droids-dev-return-1507-apmail-incubator-droids-dev-archive=incubator.apache.org@incubator.apache.org Sat Dec 3 01:48:03 2011 Return-Path: X-Original-To: apmail-incubator-droids-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-droids-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3BD8B9BE6 for ; Sat, 3 Dec 2011 01:48:03 +0000 (UTC) Received: (qmail 60837 invoked by uid 500); 3 Dec 2011 01:48:03 -0000 Delivered-To: apmail-incubator-droids-dev-archive@incubator.apache.org Received: (qmail 60808 invoked by uid 500); 3 Dec 2011 01:48:03 -0000 Mailing-List: contact droids-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: droids-dev@incubator.apache.org Delivered-To: mailing list droids-dev@incubator.apache.org Received: (qmail 60800 invoked by uid 99); 3 Dec 2011 01:48:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2011 01:48:03 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Dec 2011 01:48:00 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id E38F8BCC7A for ; Sat, 3 Dec 2011 01:47:39 +0000 (UTC) Date: Sat, 3 Dec 2011 01:47:39 +0000 (UTC) From: "Richard Frovarp (Resolved) (JIRA)" To: droids-dev@incubator.apache.org Message-ID: <1161606322.36649.1322876859933.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1133921628.11806.1298495078493.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Resolved] (DROIDS-131) Log the entire exception in SequentialTaskMaster MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DROIDS-131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Frovarp resolved DROIDS-131. ------------------------------------ Resolution: Fixed Fixed in r1209820. There may be other areas of the code that may have this problem, but this class is fixed. > Log the entire exception in SequentialTaskMaster > ------------------------------------------------ > > Key: DROIDS-131 > URL: https://issues.apache.org/jira/browse/DROIDS-131 > Project: Droids > Issue Type: Improvement > Components: core > Affects Versions: 0.0.2 > Reporter: Eugen Paraschiv > Fix For: 0.0.2 > > > The stack of the exception is lost in SequentialTaskMaster: > log.warn(ex.toString()); > should be: > log.warn(ex.toString(), ex); -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira