On 2/27/07, Rachel Wilson <[EMAIL PROTECTED]> wrote:
I am deploying an unpacked webapp directory to TOMCAT_HOME/webapps/myapp, If i (stop and) start tomcat then my application runs fine and the logging works fine. However if i stop the application (successfully, it seems) and restart it using Tomcats manager app then I get the following error: 2007-02-27 16:21:17,671 ERROR http-8080-Processor3 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/manager] - FAIL - Application at context path /myapp could not be started java.lang.NullPointerException at org.apache.log4j.helpers.PatternConverter.spacePad(PatternConverter.java :106 ) at org.apache.log4j.helpers.PatternConverter.format(PatternConverter.java:68)
It looks like you have bad syntax in you log4j.properties file. -- Gary Evesson