Hi,<div><br></div><div>You have two SLF4J bindings in your classpath: <span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">slf4j-nop-1.7.2</span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"> and </span><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">slf4j-jdk14-1.7.1</span></div>
<div><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px">Try removing one of them and see if it helps.</span></div><div><span style="background-color:rgb(255,255,255);color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px"><br>
</span></div><div>Also have a look at <a href="http://www.slf4j.org/manual.html">http://www.slf4j.org/manual.html</a></div><div><br></div><div>regards</div><div>Maarten<br><br><div class="gmail_quote">On Fri, Feb 1, 2013 at 12:50 AM, jimweaver <span dir="ltr"><<a href="mailto:weaver.je@gmail.com" target="_blank">weaver.je@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have added a third party tool (yammer's Metrics) which uses slf4j to my<br>
java web application.  At points where the Metrics classes attempt to log, I<br>
am getting a NoClassDefFound on org.slf4j.LoggerFactory:<br>
<br>
Caused by: java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory<br>
        at com.yammer.metrics.reporting.JmxReporter.(JmxReporter.java:19)<br>
        at com.yammer.metrics.Metrics.(Metrics.java:20)<br>
<br>
In this case I am running my application from Jetty, and the jetty launch<br>
class path includes the following slf jars (forgive long paths, pasting this<br>
snippet directly from classpath echoed out on console):<br>
<br>
....metrics-core-2.2.0.jar:/Users/jimweaver/.m2/repository/org/slf4j/slf4j-api/1.7.2/*slf4j-api-1.7.2.jar*:/Users/jimweaver/.m2/repository/org/slf4j/slf4j-jdk14/1.7.1/*slf4j-jdk14-1.7.1.jar*:/Users/jimweaver/.m2/repository/org/slf4j/slf4j-nop/1.7.2/*slf4j-nop-1.7.2.jar*:/Users/jimweaver/.m2/repository/org/apache/lucene/lucene-core/2.9.1/lucene-core-2.9.1.jar:/Users/jimweaver/.m2/repos......<br>

<br>
These are the only occurrences of slf4j jars on the classpath - there are no<br>
other conflicting older versions present.  The LoggerFactory class is pretty<br>
clearly inside the slf4j-api-1.7.2.jar file, and it does not appear to have<br>
any static block code in that class that might fail and erroneously report<br>
it as a class not found exception.  So, I am a bit stumped.  Class is<br>
present on the web application's classpath, but being reported as not found.<br>
The path is being generated by my jetty launcher, and classes in jars<br>
following the slf4j jars are being found, so there aren't any funky typos in<br>
the path that would cause the inclusion of jars in the path sting to be<br>
short-circuited.<br>
<br>
Anyone have any ideas?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://slf4j.42922.n3.nabble.com/NoClassDef-on-LoggerFactory-tp4025414.html" target="_blank">http://slf4j.42922.n3.nabble.com/NoClassDef-on-LoggerFactory-tp4025414.html</a><br>
Sent from the slf4j - user mailing list archive at Nabble.com.<br>
_______________________________________________<br>
slf4j-user mailing list<br>
<a href="mailto:slf4j-user@qos.ch">slf4j-user@qos.ch</a><br>
<a href="http://mailman.qos.ch/mailman/listinfo/slf4j-user" target="_blank">http://mailman.qos.ch/mailman/listinfo/slf4j-user</a><br>
</blockquote></div><br></div>