You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Billie Rinaldi (JIRA)" <ji...@apache.org> on 2015/03/19 15:00:40 UTC

[jira] [Created] (ACCUMULO-3685) Add slf4j to Main classpath

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.<clinit>(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)