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

We are using SUN Solaris, Apache 1.3.9 , JSDK2.0, JDK 1.1..
 I loaded WEB server and the Java Servlet (manually). When I called it ,  I am getting 
misconfigurations and some NullPointerException.. .
We are using SUN to communicate with Internal Novell server via Firewall.
SUN has servlets and WEB server , Internal server Novell has WEB agent.
My jserv.log file is like below:
***********************jserv.log****************
[21/09/2000 16:15:57:814 CEST] <debug> Connection from localhost/127.0.0.1
[21/09/2000 16:15:57:815 CEST] <debug> Initializing servlet request
[21/09/2000 16:15:57:815 CEST] <debug> Reading request data
[21/09/2000 16:15:57:819 CEST] <debug> Parsing cookies
[21/09/2000 16:15:57:821 CEST] <debug> Initializing servlet: 'webacc' ; initArgs: 
'{Config=/Novell/WebAccess/webacc.cfg}'
[21/09/2000 16:15:57:821 CEST] <servletLog> 
webacc/com.novell.webaccess.WebAccessServlet: init
[21/09/2000 16:15:57:823 CEST] <debug> Sending response headers.
[21/09/2000 16:15:57:823 CEST] <debug> Status: 500 Internal Server Error
[21/09/2000 16:15:57:823 CEST] <debug> Servlet-Error: java.lang.NullPointerException: 
null
[21/09/2000 16:15:57:825 CEST] <servletException> java.lang.NullPointerException
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at java.lang.RuntimeException.<init>(Compiled Code)
        at java.lang.NullPointerException.<init>(Compiled Code)
        at java.util.Hashtable.put(Compiled Code)
        at 
com.novell.webaccess.common.I18NPropertyBundle.getI18NPropertyBundle(Compiled Code)
        at 
com.novell.webaccess.common.I18NPropertyBundle.getI18NPropertyBundle(Compiled Code)
        at 
com.novell.webaccess.common.I18NPropertyBundle.getI18NPropertyBundle(Compiled Code)
        at com.novell.webaccess.WebAccessServlet.init(Compiled Code)
        at org.apache.jserv.JServServletManager.load_init(Compiled Code)
        at org.apache.jserv.JServServletManager.loadServlet(Compiled Code)
        at org.apache.jserv.JServConnection.processRequest(Compiled Code)
        at org.apache.jserv.JServConnection.run(Compiled Code)
        at java.lang.Thread.run(Compiled Code)
**************************************************************************************
*******************************mod_jserv.log*********************************
21/09/2000 16:12:57:896] (ERROR) an error returned handling request via protocol 
"ajpv12"
[21/09/2000 16:13:05:260] (ERROR) ajp12: Servlet Error: 
java.lang.NullPointerException: null
[21/09/2000 16:13:05:260] (ERROR) an error returned handling request via protocol 
"ajpv12"
[21/09/2000 16:15:57:823] (ERROR) ajp12: Servlet Error: 
java.lang.NullPointerException: null
[21/09/2000 16:15:57:824] (ERROR) an error returned handling request via protocol 
"ajpv12"

 Any help is appreciated

Thanks..


Ozcan Musoglu
02/707.85.63
FAX: 02/707.87.77






--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to