[Bug 230] New: StackOverflowError using slf4j-jdk14-1.5.8.jar

http://bugzilla.slf4j.org/show_bug.cgi?id=230 Summary: StackOverflowError using slf4j-jdk14-1.5.8.jar Product: SLF4J Version: 1.5.x Platform: Macintosh OS/Version: other Status: NEW Severity: normal Priority: P1 Component: Implementations AssignedTo: slf4j-dev@qos.ch ReportedBy: aled.sage@gmail.com I saw the following StackOverflowError. Unfortunately no time to investigate further currently... SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/Users/aled/.m2/repository/org/slf4j/slf4j-jdk14/1.5.8/slf4j-jdk14-1.5.8.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/Users/aled/.m2/repository/org/slf4j/slf4j-log4j12/1.5.8/slf4j-log4j12-1.5.8.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. Exception in thread "main" java.lang.StackOverflowError at java.util.logging.LogRecord.<init>(LogRecord.java:132) at org.slf4j.impl.JDK14LoggerAdapter.log(JDK14LoggerAdapter.java:583) at org.slf4j.impl.JDK14LoggerAdapter.log(JDK14LoggerAdapter.java:659) at org.slf4j.bridge.SLF4JBridgeHandler.callLocationAwareLogger(SLF4JBridgeHandler.java:179) at org.slf4j.bridge.SLF4JBridgeHandler.publish(SLF4JBridgeHandler.java:254) at java.util.logging.Logger.log(Logger.java:481) at org.slf4j.impl.JDK14LoggerAdapter.log(JDK14LoggerAdapter.java:587) at org.slf4j.impl.JDK14LoggerAdapter.log(JDK14LoggerAdapter.java:659) at org.slf4j.bridge.SLF4JBridgeHandler.callLocationAwareLogger(SLF4JBridgeHandler.java:179) at org.slf4j.bridge.SLF4JBridgeHandler.publish(SLF4JBridgeHandler.java:254) at java.util.logging.Logger.log(Logger.java:481) at org.slf4j.impl.JDK14LoggerAdapter.log(JDK14LoggerAdapter.java:587) at org.slf4j.impl.JDK14LoggerAdapter.log(JDK14LoggerAdapter.java:659) at org.slf4j.bridge.SLF4JBridgeHandler.callLocationAwareLogger(SLF4JBridgeHandler.java:179) at org.slf4j.bridge.SLF4JBridgeHandler.publish(SLF4JBridgeHandler.java:254) at java.util.logging.Logger.log(Logger.java:481) <etc> -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.

http://bugzilla.slf4j.org/show_bug.cgi?id=230 Ceki Gulcu <listid@qos.ch> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |listid@qos.ch Resolution| |INVALID --- Comment #1 from Ceki Gulcu <listid@qos.ch> 2011-08-03 21:46:17 CEST --- Please see [1] and in particular the section "jul-to-slf4j.jar and slf4j-jdk14.jar cannot be present simultaneously". [1] http://slf4j.org/legacy.html#jul-to-slf4j -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@pixie.qos.ch