[Bug 49] New: NoClassDefFoundError - org/slf4j/impl/MessageFormatter

http://bugzilla.qos.ch/show_bug.cgi?id=49 Summary: NoClassDefFoundError - org/slf4j/impl/MessageFormatter Product: logback-classic Version: unspecified Platform: All OS/Version: All Status: NEW Severity: blocker Priority: P1 Component: Other AssignedTo: logback-dev@qos.ch ReportedBy: sdavids@gmx.de LogBack 0.9 Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/impl/MessageFormatter at ch.qos.logback.classic.spi.LoggingEvent.<init>(LoggingEvent.java:114) at ch.qos.logback.classic.Logger.filterAndLog(Logger.java:421) at ch.qos.logback.classic.Logger.filterAndLog(Logger.java:430) at ch.qos.logback.classic.Logger.warn(Logger.java:582) at name.davids.sebastian.example.logback.Main.main(Main.java:73) This has been moved to package org.slf4j.helpers -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.

http://bugzilla.qos.ch/show_bug.cgi?id=49 ------- Comment #1 from sdavids@gmx.de 2007-03-02 19:52 ------- Fix is already in SVN. The 0.9 downloads should be rebuild. -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.

http://bugzilla.qos.ch/show_bug.cgi?id=49 ------- Comment #2 from sdavids@gmx.de 2007-03-02 20:03 ------- public class Test { public static void main(String[] args) { org.slf4j.LoggerFactory.getLogger("").debug("{}", "test"); } } -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.

http://bugzilla.qos.ch/show_bug.cgi?id=49 noreply.ceki@qos.ch changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #3 from noreply.ceki@qos.ch 2007-03-02 21:21 ------- Hi Sebastian, Thanks you for the report. Release 0.9.1 syncing with SLF4J 1.3.0 is scheduled for this Monday. It will fix the bug you've reported. -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.

http://bugzilla.qos.ch/show_bug.cgi?id=49 ------- Comment #4 from sdavids@gmx.de 2007-03-03 17:40 ------- I think it would be nice if you provide a link to the corresponding SLF4J API JAR on the downloads page and/or mention to which SLF4J API Logback Classic is compatible. It is mentioned on http://logback.qos.ch/setup.html but I think the dependency should be displayed more prominently. -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
participants (1)
-
bugzilla-daemon@pixie.qos.ch