https://issues.apache.org/bugzilla/show_bug.cgi?id=40260


Curt Arnold <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |WONTFIX




--- Comment #8 from Curt Arnold <[EMAIL PROTECTED]>  2008-06-20 13:14:16 PST ---
This appears to be the result of Tomcat's class loader breaking what should be
invariants in log4j.  See
https://issues.apache.org/bugzilla/show_bug.cgi?id=41939 for a discussion.

In addition to the Tomcat options to stop nulling out static members on
shutdown (described in the other thread), you might try using the
EnhancedPatternLayout in the extras companion
(http://logging.apache.org/log4j/companions/extras) which may less susceptible
to this issue since it doesn't use static member variables to add space
padding.

Sorry, but this does seem a Tomcat issue and log4j can't defend itself against
a class loader that attacks its invariants.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to