[slf4j-dev] [Bug 295] Persistent error while integrating Spring project with many JAR dependencies
bugzilla-daemon at qos.ch
bugzilla-daemon at qos.ch
Wed Feb 20 22:32:03 CET 2013
http://bugzilla.slf4j.org/show_bug.cgi?id=295
Ceki Gulcu <lists at slf4j.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lists at slf4j.org
--- Comment #1 from Ceki Gulcu <lists at 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.
More information about the slf4j-dev
mailing list