---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hi!! I tried doing: java -classpath /varios_java/JSDK2.0/lib/jsdk.jar:/usr/lib/apache/ApacheJServ.jar:/varios_ja va/jdk117/lib/classes.zip org.apache.jserv.JServ /etc/httpd/conf/jserv/jserv.properties and the error obtaines was: Can't find class org.apache.jserv.JServ Any suggestion? -----Mensaje original----- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]En nombre de Marc Prudhommeaux Enviado el: Miércoles 24 de Noviembre de 1999 8:08 PM Para: Java Apache Users Asunto: Re: Problems with my JVM ---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Leonardo- This probably isn't the official best way to debug the problem, but I've found that trying to reconstruct the spawned command on the command line is a good way to find out what the problem is. In your case, executing: java -classpath /varios_java/JSDK2.0/lib/jsdk.jar:/usr/lib/apache/ApacheJServ.jar:/varios_ja va/jdk117/lib/classes.zip org.apache.jserv.JServ /etc/httpd/conf/jserv/jserv.properties might give you a meaningful error message. ------------------------------------------------------ Marc Prud'hommeaux | http://www.techtrader.com Software Engineer | [EMAIL PROTECTED] TechTrader, Inc. | phone: 202-872-8550 On Wed, 24 Nov 1999, Leonardo Daniel Santagostini wrote: > My Jserv Log File tells > > [24/11/1999 19:12:01:228] (INFO) wrapper: Java VM restarting (PID=18685) > [24/11/1999 19:12:01:231] (INFO) wrapper: Java VM spawned (PID=19055, > PPID=18685) > [24/11/1999 19:12:01:233] (INFO) wrapper: Java Virtual Machine unable to > start (ERR=13: Permission denied) > [24/11/1999 19:12:01:233] (ERROR) wrapper: printing debugging information > (command line, env) > [24/11/1999 19:12:01:233] (ERROR) wrapper: argument[ 0] > /varios_java/jdk117_v3/bin/jre > [24/11/1999 19:12:01:233] (ERROR) wrapper: argument[ 1] > org.apache.jserv.JServ > [24/11/1999 19:12:01:233] (ERROR) wrapper: argument[ 2] > /etc/httpd/conf/jserv/jserv.properties > [24/11/1999 19:12:01:233] (ERROR) wrapper: environment[ 0] > PATH=/bin:/usr/bin:/usr/local/bin > [24/11/1999 19:12:01:233] (ERROR) wrapper: environment[ 1] > CLASSPATH=/varios_java/JSDK2.0/lib/jsdk.jar:/usr/lib/apache/ApacheJServ.jar: > /varios_java/jdk117/lib/classes.zip > [24/11/1999 19:12:14:248] (INFO) wrapper: Java VM exited (PID=18685) > > And, the questions is anybody can helpme?? > -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED] -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]