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 12C1A176BA for ; Thu, 29 Jan 2015 22:32:35 +0000 (UTC) Received: (qmail 87394 invoked by uid 500); 29 Jan 2015 22:32:35 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 87350 invoked by uid 500); 29 Jan 2015 22:32:35 -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 87333 invoked by uid 99); 29 Jan 2015 22:32:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jan 2015 22:32:35 +0000 Date: Thu, 29 Jan 2015 22:32:34 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-3544) accumulo-start uses log4j before it is initialized MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Christopher Tubbs created ACCUMULO-3544: ------------------------------------------- Summary: accumulo-start uses log4j before it is initialized Key: ACCUMULO-3544 URL: https://issues.apache.org/jira/browse/ACCUMULO-3544 Project: Accumulo Issue Type: Bug Components: start Reporter: Christopher Tubbs Classes in the accumulo-start module appear to incorrectly use the log4j system before it is properly initialized. ACCUMULO-2628 appears to have introduced it to start's Main class, but it looks like it's been around awhile in the AccumuloClassLoader and the new vfs class loader. The output of these loggers will probably not go where we expect them to go, based on our custom log4j configuration files... certainly not before we execute the code to initialize log4j based on those configuration files. Hopefully, they will default to the console logger and get logged to the .out and .err files, but if there's a log4j.properties or log4j.xml file in the classpath, they could redirect these errors to somewhere else and we may not see them. -- This message was sent by Atlassian JIRA (v6.3.4#6332)