----------------------------------------------------------------
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!!!
----------------------------------------------------------------
Jack Orenstein wrote:
>
> ----------------------------------------------------------------
> 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!!!
> ----------------------------------------------------------------
>
> Khaled Yagoub wrote:
> >
> > My environment is the following:
> > Apache v1.3.9 with jserv v1.1.b3 and jdk 1.1.7 on Linux
> > 2.2.5-15.
> >
> > I tried to manually run Jserv.
> >
> > - I put "ApJServManual on" in jserv.conf.
> > - I run apache
> > - and run jserv using this line command:
> >
> > java -ms100M -mx300M -classpath
> >
>/usr/local/java/lib/classes.zip:/home/yagoub/JSDK2.0/lib/jsdk.jar:/home/yagoub/jserv/libexec/ApacheJServ.jar
> > org.apache.jserv.JServ /home/yagoub/jserv/etc/jserv.properties -r
> >
> > and I have this exeption.
> >
> > java.lang.NullPointerException:
> > at org.apache.jserv.JServ.fail(JServ.java:520)
> > at org.apache.jserv.JServ.fail(JServ.java:513)
> > at org.apache.jserv.JServ.signal(JServ.java:495)
> > at org.apache.jserv.JServ.main(JServ.java:136)
>
> I've been having numerous problems getting JServ to work,
> and so far they all have to do with protection on various
> files. What user is running jserv? Does this user have access
> to your jserv.properties file?
>
I am trying a local installation. So all is on my machine. And
am doing all the manipulation by myself.
I checked the access rights and they are ok.
Khaled.
--
--------------------------------------------------------------
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]