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 22:37:38 UTC

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

    [ https://issues.apache.org/jira/browse/ACCUMULO-3685?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14370171#comment-14370171 ] 

Billie Rinaldi commented on ACCUMULO-3685:
------------------------------------------

I think it might need both slf4j jars.

> 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
>            Assignee: Christopher Tubbs
>            Priority: Blocker
>             Fix For: 1.7.0
>
>
> 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)