Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 11:21 Go to next message
Setya Nugdjaja is currently offline Setya NugdjajaFriend
Messages: 567
Registered: July 2009
Senior Member
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 11:28 Go to previous message
Dobias van Buuren is currently offline Dobias van BuurenFriend
Messages: 2
Registered: August 2014
Junior Member
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: Tue Sep 10 23:07:40 GMT 2024

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

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

Back to the top