Hi,
I get this error, but I don't understand why, maybe I forgot a library :
Exception in thread "main" java.lang.StackOverflowError
at java.util.HashMap.get(HashMap.java:300)
at
org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:153)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:219)
at
org.slf4j.impl.JCLLoggerFactory.getLogger(JCLLoggerFactory.java:69)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:88)
at
org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:155)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:219)
at
org.slf4j.impl.JCLLoggerFactory.getLogger(JCLLoggerFactory.java:69)
at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:88)
at
org.apache.commons.logging.impl.SLF4JLogFactory.getInstance(SLF4JLogFactory.java:155)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:219)
.........
(This is an infinite loop)
I use sfl4j in order to use jcr API with alfresco library (for using webDAV,
LDAP authentication, ...). My Web server is tomcat. And I work on netbeans.
Can you help me please.
Thanks in advance.
Yannick Pierson
_______________________________________________
user mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/user