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 7A7B017ADB for ; Thu, 19 Mar 2015 14:00:50 +0000 (UTC) Received: (qmail 95178 invoked by uid 500); 19 Mar 2015 14:00:41 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 95142 invoked by uid 500); 19 Mar 2015 14:00:41 -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 95131 invoked by uid 99); 19 Mar 2015 14:00:40 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Mar 2015 14:00:40 +0000 Date: Thu, 19 Mar 2015 14:00:40 +0000 (UTC) From: "Billie Rinaldi (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (ACCUMULO-3685) Add slf4j to Main classpath MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Billie Rinaldi created ACCUMULO-3685: ---------------------------------------- Summary: Add slf4j to Main classpath Key: ACCUMULO-3685 URL: https://issues.apache.org/jira/browse/ACCUMULO-3685 Project: Accumulo Issue Type: Sub-task Components: scripts Reporter: Billie Rinaldi Priority: Blocker Accumulo won't init now. I guess we need to replace the log4j jar being added to the classpath in the accumulo script with an slf4j jar. {noformat} Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory at org.apache.accumulo.start.Main.(Main.java:38) Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory at java.net.URLClassLoader.findClass(URLClassLoader.java:381) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 1 more {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)