jsvc: can't load server.xml

2005-05-11 Thread =?iso-8859-1?Q?Andr=E9s_Glez.?=
/bin/bootstrap.jar -debug org.apache.catalina.startup.Bootstrap ... ... ... jsvc.exec debug: Class org/apache/commons/daemon/support/DaemonLoader found jsvc.exec debug: Native methods registered jsvc.exec debug: Checking daemon jsvc.exec debug: Daemon checked successfully Can't load server.xml

Re: can't load server.xml

2005-05-11 Thread =?iso-8859-1?Q?Andr=E9s_Glez.?=
I found. I forgot the chown -R tomcat.tomcat /usr/local/tomcat/ - Original Message - From: Andrés Glez. [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, May 11, 2005 5:29 PM Subject: jsvc: can't load server.xml I've installed tomcat5.0.28

Re: Can't load server.xml message

2005-01-02 Thread Sean Schofield
Thanks for all the help. I tried the server-minimal.xml file a second time and it worked. I'm not sure what was happening. I also installed JavaWebServicesDeveloperPack and some other stuff that might have been causing an issue. It was very bizarre because at one point, I had the minimal

Can't load server.xml message

2005-01-01 Thread Sean Schofield
I am an experienced Tomcat user who is all of a sudden having trouble running Tomcat on my home machine. I am running Tomcat 5.0.28 and I get a Null Pointer when trying to start Tomcat. I have JAVA_HOME and CATALINA_HOME configured. The very first line in the output says Can't load server.xml

Re: Can't load server.xml message

2005-01-01 Thread sven morales
configured. The very first line in the output says Can't load server.xml (actually the second line says the same thing as well.) I tried chaning to the minimal server.xml as well but no luck. The stack trace seems to indicate a NullPointer exception at Catalina.await line 619. I have

Re: Can't load server.xml message

2005-01-01 Thread Phil Steitz
Can't load server.xml (actually the second line says the same thing as well.) I tried chaning to the minimal server.xml as well but no luck. The stack trace seems to indicate a NullPointer exception at Catalina.await line 619. I have tried looking this up on the mailing lists, but incredibly, nobody

Re: Can't load server.xml message

2005-01-01 Thread sven morales
to start Tomcat. I have JAVA_HOME and CATALINA_HOME configured. The very first line in the output says Can't load server.xml (actually the second line says the same thing as well.) I tried chaning to the minimal server.xml as well but no luck. The stack trace seems to indicate

Re: Can't load server.xml message

2005-01-01 Thread Phil Steitz
If you look at the 5.0.28 src distro, you can see that line 519 of Catalina.java includes a reference to the server object. Most likely the npe is happening because the server initialization is failing. The first error (Can't load server.xml) looks like it is generated by the load method when