SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”
I had the same issue with WebSphere 6.1. As Ceki pointed out, there were tons of jars that WebSphere was using and one of them was pointing to an older version of slf4j. The No-Op fallback happens only with slf4j -1.6+ so anything older than that will throw an exception and halts your deployment. There … Read more