
http://bugzilla.slf4j.org/show_bug.cgi?id=295 Ceki Gulcu <lists@slf4j.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lists@slf4j.org --- Comment #1 from Ceki Gulcu <lists@slf4j.org> 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.