I found the NullWriterClass in spi/throwable so why do I get this error when
I hit this logger statement?
or is this telling me that I have a null element where the throwable event
is suposed to be?
Never had this problem in 1.2.9 whats changed?
Any help is appreciated
Dave
e = throwable
logger.warn(" some string", e)
I get the following log4j output
java.lang.NoClassDefFoundError: org/apache/log4j/spi/NullWriter at
org.apache.log4j.spi.ThrowableInformation.<init>(ThrowableInformation.java:49)
at org.apache.log4j.spi.LoggingEvent.<init>(LoggingEvent.java:238)
at org.apache.log4j.Category.forcedLog(Category.java:588)
at org.apache.log4j.Category.log(Category.java:1169)
at
org.apache.commons.logging.impl.Log4JLogger.warn(Log4JLogger.java:171
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]