Skip to content

Instantly share code, notes, and snippets.

@bencomp
Created September 18, 2013 15:38
Show Gist options
  • Save bencomp/6611071 to your computer and use it in GitHub Desktop.
Save bencomp/6611071 to your computer and use it in GitHub Desktop.
After I added apache-jena-libs as a Maven dependency, I see this in the Eclipse console when I run a JUnit test. Also, nothing happens after this, except that java goes to 100% cpu.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/Users/ben/.m2/repository/ch/qos/logback/logback-classic/1.0.0/logback-classic-1.0.0.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/Users/ben/.m2/repository/org/slf4j/slf4j-log4j12/1.6.4/slf4j-log4j12-1.6.4.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.selector.DefaultContextSelector]
@bencomp
Copy link
Author

bencomp commented Sep 19, 2013

And... it had nothing to do with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment