----------------------------------------------------------------
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,
I'm no expert, but the line in the log right after startup that says
"security properties not found. using defaults."
looks suspicious. Perhaps you should figure out what's wrong there and then see if
that solves the problem?
You could also look at the source to org.apache.jserv.JServ.main and see where a
function might return a null pointer that is then used such that it could cause a
nullptrexception. Then figure out why that function doesn't work (possibly the
aforementioned security stuff) and then fix that.
best of luck,
Tyler
>----------------------------------------------------------------
>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]
------------------------------------------------------
Tyler Morrison - [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]