Skip to Content.
Sympa Menu

shibboleth-dev - IdP 2.0: Error on startup with slf4j

Subject: Shibboleth Developers

List archive

IdP 2.0: Error on startup with slf4j


Chronological Thread 
  • From: Franck Borel <>
  • To:
  • Subject: IdP 2.0: Error on startup with slf4j
  • Date: Mon, 10 Dec 2007 16:34:27 +0100
  • Delivery-date: Mon, 10 Dec 2007 16:34:30 +0100

Hi,

I'm trying to install the Shib 2.0 stuff with the newest release. Unfortunately, I get following warning when I start tomcat:

WARN: The method class org.apache.commons.logging.impl.SLF4JLogFactory#release() was invoked.
WARN: Please see http://www.slf4j.org/codes.html for an explanation.

I take a look at www.sl4j.org. They say, that this error is reported when the org.slf4j.impl.StaticLoggerBinder class could not be loaded into memory. This happens when no appropriate SLF4J binding could be found on the class path. Placing one (and only one) of slf4j-nop.jar, slf4j-simple.jar, slf4j-log4j12.jar, slf4j-jdk14.jar or logback-classic.jar on the class path should solve the problem.

What should I do?

-- Franck



Archive powered by MHonArc 2.6.16.

Top of Page