Great, I was able to get it working again with your suggestions.  Thanks for the great support!<br><br>- Brian<br><br><div class="gmail_quote">On Wed, May 13, 2009 at 1:23 PM, Ceki Gulcu <span dir="ltr">&lt;ceki@qos.ch&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Right on.<div class="im"><br>
<br>
Robert Elliot wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You have slf4j-log4j12.jar, logback-classic.jar and slf4j-simple.jar on your classpath - that&#39;s three separate SLF4J implementations.  You should have only one (logback-classic, presumably).  It&#39;s initialising SLF4J Simple, so when you retrieve the SLF4J LoggerFactory it&#39;s returning an org.slf4j.impl.SimpleLoggerFactory which you then try and cast to ch.qos.lobgack.LoggerFactory, which naturally fails.<br>

<br>
Take slf4j-log4j12.jar and slf4j-simple.jar off your classpath - if you are trying to redirect log4j to slf4j then you need log4j-over-slf4j.jar, not slf4j-log4j12.jar which instead uses log4j as the slf4j implementation.<br>

</blockquote>
<br></div><div class="im">
-- <br>
Ceki Gülcü<br>
Logback: The reliable, generic, fast and flexible logging framework for Java.<br>
<a href="http://logback.qos.ch" target="_blank">http://logback.qos.ch</a><br>
_______________________________________________<br></div><div><div></div><div class="h5">
Logback-user mailing list<br>
Logback-user@qos.ch<br>
<a href="http://qos.ch/mailman/listinfo/logback-user" target="_blank">http://qos.ch/mailman/listinfo/logback-user</a><br>
</div></div></blockquote></div><br>