Howdy,
Hmmm...

>  <Listener className="org.apache.catalina.startup.UserConfig"
>            directoryName="webapps"
>            homeBase="/home/nfs"
>            userClass="org.apache.catalina.startup.HomesUserDatabase"/>
>
>...and when I went to restart Tomcat, I got this:
>
>Feb 24, 2004 3:49:34 PM org.apache.coyote.http11.Http11Protocol init
>INFO: Initializing Coyote HTTP/1.1 on port 8080
>Feb 24, 2004 3:49:34 PM org.apache.catalina.startup.Catalina load
>INFO: Initialization processed in 1971 ms
>java.lang.reflect.InvocationTargetException
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
<snip/>
>Caused by: java.lang.NullPointerException
>        at
>org.apache.catalina.startup.UserConfig.log(UserConfig.java:420)
<snip/>

Line 420 is System.out.println("UserConfig[" + host.getName() + "]: "
..., so the host must be null is your get an NPE there (source code:
http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-catalina/catalina/src/s
hare/org/apache/catalina/startup/UserConfig.java?annotate=1.2).

Why would the host reference be null?  I'm not sure.  Can you post the
complete host element of your server.xml?

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to