Hey guys,<br><br>I am noticing an error on startup:<br><br>java.lang.ClassCastException: org.slf4j.impl.SimpleLoggerFactory<br><br>I am trying to run the following lines to load my config, which I got from the startup guide:<br>
<br>LoggerContext lc = (LoggerContext) LoggerFactory.getILoggerFactory();<br>JoranConfigurator configurator = new JoranConfigurator();<br>lc.reset();<br>configurator.setContext(lc);<br>configurator.doConfigure(my_path);<br>
StatusPrinter.printInCaseOfErrorsOrWarnings(lc);<br><br>The error occurs at the first line in the above code.  I got this working at some point, but somehow am back in a non-working state.  This is a Jetty app.  Any tips?<br>
<br>Thanks,<br>Brian<br>