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

Hello all,

While we were testing Apache JServ 1.1, a tester working here found that
he was getting NullPointerExceptions when trying to access any servlet.
The stack trace was: 

java.lang.NullPointerException: 
        at
org.apache.jserv.JServServletManager.checkReload(JServServletManager.java:408)
        at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:255)
        at org.apache.jserv.JServConnection.run(JServConnection.java:188)
        at java.lang.Thread.run(Thread.java)

What happened when the browser was pointed to the servlet is that it
would time out and say "document contains no data". I'm afraid I don't
have now the setup to reproduce the Exception again, but I have the
configuration files in case they are useful. There was nothing in the
logs.
The NullPointerException in question seems to be thrown because there is
no "loader" object, but I can't say much more as I'm not familiar with the
JServ source code.

I hope someone will see what's the problem here and thanks in advance,

Arkaitz



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