Hi, On 7/17/06, Milan Trajkovic <[EMAIL PROTECTED]> wrote:
I have attached source to slf4j and tried to debug. It seems that all loggers are released, before actual shutdown method is called (and executed), so log instance is null.
This sounds familiar with a problem reported as Tomcat issue #38579 [1], or originally as SLF4J issue #15 [2]. Unfortunately I don't think the fix has yet made it to an official Tomcat release. Do you have all the jar files within the webapp, or some (slf4j, jackrabbit-core, some other) outside it? [1] http://issues.apache.org/bugzilla/show_bug.cgi?id=38579 [2] http://bugzilla.slf4j.org/show_bug.cgi?id=15 BR, Jukka Zitting
