[slf4j-user] StackOverflowError
Yannick PIERSON
piersony at gmail.com
Thu Apr 10 11:53:33 CEST 2008
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://qos.ch/pipermail/slf4j-user/attachments/20080410/25f39780/attachment.htm>
More information about the slf4j-user
mailing list