http://bugzilla.slf4j.org/show_bug.cgi?id=295
Ceki Gulcu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ceki Gulcu <[email protected]> 2013-02-20 22:32:02 CET --- You are most probably facing a version mismatch issue [1]. Slf4j-api version 1.5.5 and later emit a warning message when a version mismatch is detected. In your case, you are also using jcl-over-slf4j. The NoSuchMethodError indicates that the version of jcl-over-slf4j does not match the version of slf4j-api you are using. Make sure that that jcl-over-slf4j.jar and slf4j-api jar have the same version and the problem will go away. [1] http://slf4j.org/codes.html#version_mismatch -- Configure bugmail: http://bugzilla.slf4j.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ slf4j-dev mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/slf4j-dev
