----------------------------------------------------------------
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_java/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]

Reply via email to