Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A6ECA10E3F for ; Tue, 25 Feb 2014 19:54:36 +0000 (UTC) Received: (qmail 54202 invoked by uid 500); 25 Feb 2014 19:54:24 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 54139 invoked by uid 500); 25 Feb 2014 19:54:22 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 53993 invoked by uid 99); 25 Feb 2014 19:54:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 19:54:21 +0000 Date: Tue, 25 Feb 2014 19:54:21 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (ACCUMULO-2404) Main.main can log cleaner messages when underlying process has errors MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13911971#comment-13911971 ] ASF subversion and git services commented on ACCUMULO-2404: ----------------------------------------------------------- Commit 1543d65fb2ff54ede7785f591f30f3764622b4df in accumulo's branch refs/heads/1.5.1-SNAPSHOT from [~mdrob@cloudera.com] [ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=1543d65 ] ACCUMULO-2404 Better error logging in start.Main Propogate original exceptions instead of the wrapping InvocationTargetException when possible, when starting processes through o.a.a.start.Main > Main.main can log cleaner messages when underlying process has errors > --------------------------------------------------------------------- > > Key: ACCUMULO-2404 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2404 > Project: Accumulo > Issue Type: Bug > Components: start > Affects Versions: 1.4.0 > Reporter: Mike Drob > Assignee: Mike Drob > Fix For: 1.4.5, 1.6.0, 1.5.2 > > > When the main process invoked by {{org.apache.accumulo.start.Main.main()}} has error, then they usually show up as an {{InvocationTargetException}}. This creates extra noise for people trying to debug, and hides the actual error in the middle of the stack trace instead of bringing it to the top. > The solution is similar to that in ACCUMULO-2390 -- This message was sent by Atlassian JIRA (v6.1.5#6160)