Re: [slf4j-user] StackOverflowError

2008-04-10 Thread Yannick PIERSON
Thanks it works! I just remove slf4j-jcl.jar. 2008/4/10, Ceki Gulcu <[EMAIL PROTECTED]>: > > > Hello Yannick, > > Please see the section "jcl104-over-slf4j.jar should not be confused > with slf4j-jcl.jar" in the user manual [1]. It looks like you are > deploying jcl104-over-slf4j.jar and slf4j-

Re: [slf4j-user] StackOverflowError

2008-04-10 Thread Ceki Gulcu
Hello Yannick, Please see the section "jcl104-over-slf4j.jar should not be confused with slf4j-jcl.jar" in the user manual [1]. It looks like you are deploying jcl104-over-slf4j.jar and slf4j-jcl.jar at the same time. HTH, [1] http://www.slf4j.org/manual.html Yannick PIERSON wrote: > Hi, > >

[slf4j-user] StackOverflowError

2008-04-10 Thread Yannick PIERSON
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.a