----------------------------------------------------------------
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!!!
----------------------------------------------------------------


Marc,

Just last night I ran into this exact problem when changing my setup to
run Jserv engines manually for multiple virtual hosts.  Anyway it turned
out that I was specifying the name of the engine-properties file
incorrectly on the command line.  I believe you might be doing the same
(in automatic mode, the name is in jserv.conf).  Note that this is where
the security properties are specified, and I think that that's what it
is complaining about.

Take a look.

Shash

Marc Thompson 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!!!
> ----------------------------------------------------------------
> 
> I posted this message earlier, but realized that I forgot to include the
> version of JServ that I'm using.  I've included it below.  Also, I have
> reviewed the faq-o-matic and cannot find a solution to the problem that I'm
> having.
> 
> Looking for some assistance:
> 
> I've recently removed a functional RPM installation of mod_jserv that
> utilized DSO so that I could compile-in mod_ssl.
> 
> Anyway, I'm having a really irritating problem.
> 
> When JServ starts-up, I get a null pointer exception logged to my apache log
> file.  I'm not trying to access any servlets, just get the thing started.
> 
> Error message:
> 
> [Sun Jan  9 22:01:10 2000] [notice] Apache/1.3.9 (Unix)
> ApacheJServ/1.1b3 configured -- resuming normal operations
> security properties not found. using defaults.
> Exception in thread "main" java.lang.NullPointerException
> at org.apache.jserv.JServ.fail(Compiled Code)
> at org.apache.jserv.JServ.fail(Compiled Code)
> at org.apache.jserv.JServ.start(Compiled Code)
> at org.apache.jserv.JServ.main(Compiled Code)
> [Sun Jan  9 22:01:19 2000] [notice] caught SIGTERM, shutting down
> 
> I am using blackdown.org's JDK1.2.2RC3 and Sun's JSDK2.0.
> RedHat Linux 6.0
> Apache 1.3.9
> Apache JServ 1.1b3
> 
> I believe that my properties and conf files are correct because I have had
> some experience with setting them up previously with the RedHat rpm release
> and they worked fine.
> 
> Hope someone can help.
> 
> Thanks,
> Marc Thompson
> 
> --
> --------------------------------------------------------------
> 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]


--
--------------------------------------------------------------
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