Re: NPE in log4j while reloading webapp

2006-08-14 Thread Daniel Serodio
Andrew Stepanenko wrote: > hello, > > this issue has already been discussed before. Pls, search the archives. > AFAIK, you need to put log4j JAR to $CATALINA_HOME/common/lib dir in > addition to your WEB-INF/lib. Adding log4j JAR to $CATALINA_HOME/common/lib just changed the error to IllegalState

Re: NPE in log4j while reloading webapp

2006-08-14 Thread Andrew Stepanenko
hello, this issue has already been discussed before. Pls, search the archives. AFAIK, you need to put log4j JAR to $CATALINA_HOME/common/lib dir in addition to your WEB-INF/lib. Regards. Andrew Stepanenko On 8/14/06, Daniel Serodio <[EMAIL PROTECTED]> wrote: When I try to reload an application

NPE in log4j while reloading webapp

2006-08-14 Thread Daniel Serodio
When I try to reload an application in Tomcat, I get the following error: log4j:ERROR Error occured while converting date. java.lang.NullPointerException: null array passed into arraycopy at java.lang.System.arraycopy(Ljava.lang.Object;ILjava.lang.Object;II)V(Unknown Source) at java.lang.A