« Return to Thread: Logging factory cannot be null - Tomcat6 issue

Logging factory cannot be null - Tomcat6 issue

by thunderbear :: Rate this Message:

Reply to Author | View in Thread

Hi

I've successfullly installed artifactory with the standalone jetty server, and are now trying to install under Tomcat. Following the directions on the wiki.

I'm using version 2.0.6 of artifactory,

I've set up the artifactory home and java opts in the tomcat startup script

But whenever I try deploying the war file I get this exception. Looks a lot like the issue with glassfish.

I Tried adding the slf4j-simple-1.5.8.jar to the tomcat6 common lib but no success. I also tried including it directly in the artifactory.war  lib folder, but same result.


Caused by: java.lang.IllegalStateException: Logging factory implementation cannot be null. See also http://www.slf4j.org/codes.html#null_LF

        at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:174)

        at org.artifactory.webapp.servlet.ArtifactoryContextConfigurer.<clinit>(ArtifactoryContextConfigurer.java:45)

        ... 37 more


Any help appriciated....

/Thor

 « Return to Thread: Logging factory cannot be null - Tomcat6 issue