----------------------------------------------------------------
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!!!
----------------------------------------------------------------
> I have apache 1.3.12 and Jserv 1.2 running on SuSE linux 6.3.
> JServ reports :
>
> >[warn] Loaded DSO /usr/lib/apache/mod_jserv.so uses plain Apache
> 1.3 DSO, this
> >module might crash under EAPI!
>
> Firstly, considering I am using the latest Apache and the latest
> Jserv, what is
> wrong?
>
> If I check my jserv log it says:
>
> [28/04/2000 01:24:24:016] (INFO) Apache Module was cleaned-up
> [28/04/2000 01:24:27:678] (INFO) wrapper classpath:
> /usr/local/JSDK2.0/lib/jsdk.
> jar:/usr/local/java/lib/ApacheJServ.jar
> [28/04/2000 01:24:27:678] (INFO) wrapper: Java VM spawned (PID=1248, PPID=
> 1246)
> [28/04/2000 01:24:27:679] (INFO) wrapper: Java Virtual Machine
> unable to start (
> ERR=13: Permission denied)
> [28/04/2000 01:24:27:679] (ERROR) wrapper: printing debugging information
> (comma
> nd line, env)
> [28/04/2000 01:24:27:679] (ERROR) wrapper: argument[ 0]
> /usr/local/jdk1.2.2/bin
> [28/04/2000 01:24:27:679] (ERROR) wrapper: argument[ 1]
> org.apache.jserv.JServ
> [28/04/2000 01:24:27:679] (ERROR) wrapper: argument[ 2]
> /usr/local/apache/conf/j
> serv.properties
> [28/04/2000 01:24:27:679] (ERROR) wrapper: environment[ 0]
> PATH=/bin:/usr/bin:/u
> sr/local/bin
> [28/04/2000 01:24:27:679] (ERROR) wrapper: environment[ 1]
> CLASSPATH=/usr/local/
> JSDK2.0/lib/jsdk.jar:/usr/local/java/lib/ApacheJServ.jar
>
>
> Since I am logged in as root and I am using a default
> installation of apache and
> Jserv, on standard install of SuSE, and I have checked my
> permissions and I
> manually starting the httpd as root, how can I have a permissions error?
You may be logged-in as root, but the children spawned by Apache run as
nobody/nobody -- those children in turn try to spawn the JVM to run
JServ -- if they don't have sufficient permissions to run java or to
read the needed .jar's, the JVM and JServ can't run.
- Fernando
> This is the second time I have visited Apache and Jserv and once
> again I seem to
> spend more time on deciphering the configuration of the web
> server than writing the
> software it is supposed to run.
>
> Anyone got any ideas?
>
>
> Thanx
>
> Frustrated Chris
>
>
>
>
>
>
>
>
>
>
>
>
> --
> --------------------------------------------------------------
> 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]