Skip to main content



      Home
Home » Eclipse Projects » Gemini » [Gemini Blueprint] Keep Getting Failed to load class org.slf4j.impl.StaticLoggerBinder(Keep Getting Failed to load class org.slf4j.impl.StaticLoggerBinder)
[Gemini Blueprint] Keep Getting Failed to load class org.slf4j.impl.StaticLoggerBinder [message #1714522] Fri, 13 November 2015 06:21 Go to next message
Eclipse UserFriend
Hi All,

When running test using AbstractConfigurableBundleCreatorTests I keep getting :
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.

The above warning keeps popping up eventhough I've satisfied all logging dependencies in the maven repository as follows:
org.apache.log4j,com.springsource.org.apache.log4j,1.2.16
org.slf4j,slf4j-api,1.6.4
org.slf4j,slf4j-log4j12,1.6.4
org.slf4j,jcl-over-slf4j,1.6.4


Any help would be greatly appreciated.

Thanks & Regards,
Setya
Re: [Gemini Blueprint] Keep Getting Failed to load class org.slf4j.impl.StaticLoggerBinder [message #1725896 is a reply to message #1714522] Tue, 08 March 2016 06:28 Go to previous message
Eclipse UserFriend
Have you tried adding a SLF4J implementation to your classpath?
I use Logback.
When I import the packages ch.qos.logback.classic and ch.qos.logback.core from my test bundles, logging works like a charm.

Kind regards,

Dobias van Buuren
Previous Topic:JUnit - GeminiJPARunner
Next Topic:Javax.Persistence Problem
Goto Forum:
  


Current Time: Sun Apr 27 21:41:06 EDT 2025

Powered by FUDForum. Page generated in 0.24674 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top