Re: hello problem with mina logger

2008-02-03 Thread Maarten Bosteels
Could it be that you are telling Jakarta Commons Logging (JCL) to use SLF4J and telling SLF4J to use JCL ? I never tried that :-) but I guess it would result in an endless loop, hence the StackOverflowError. Please, check if you have both slf4j-jcl.jar and jcl104-over-slf4j.jar on your classpath.

hello problem with mina logger

2008-02-03 Thread islam alnaggar
hello i decided mina to start my own server but some problem apear in front of me it's says Exception in thread "main" java.lang.StackOverflowError at java.util.HashMap.get(HashMap.java:300) at org.slf4j.impl.JCLLoggerFactory.getLogger(JCLLoggerFactory.java :67) at org.slf4