Wie zu beheben "SLF4J: Class-path enthält mehrere SLF4J-Bindungen" beim Start von Spielen 2.3.x?

Aktualisierte ich meine version von Play-und andere Bibliotheken, und ich sehe jetzt, dieses:

SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/paul/.ivy2/cache/org.slf4j/slf4j-nop/jars/slf4j-nop-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/paul/.ivy2/cache/org.slf4j/slf4j-jdk14/jars/slf4j-jdk14-1.7.7.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/paul/.ivy2/cache/org.slf4j/slf4j-simple/jars/slf4j-simple-1.7.7.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 [org.slf4j.helpers.NOPLoggerFactory]

Ich versuche auf die Spur, wo diese herkommen, aber wenn ich show managed-classpath, die nur slf4j Gläser sind

/home/paul/.ivy2/cache/org.slf4j/slf4j-api/jars/slf4j-api-1.7.6.jar
/home/paul/.ivy2/cache/org.slf4j/jul-to-slf4j/jars/jul-to-slf4j-1.7.6.ja
/home/paul/.ivy2/cache/org.slf4j/jcl-over-slf4j/jars/jcl-over-slf4j-1.7.6.jar

Sehe ich nie slf4j-nop-1.7.7.jar oder slf4j-jdk14-1.7.7.jar oder slf4j-simple-1.7.7.jar.

Wie sind diese im classpath?

InformationsquelleAutor Paul Draper | 2014-08-08
Schreibe einen Kommentar