Mark,

I had a lot of these types of errors at first.  I discovered them to
simply be real bugs in my servlet code, not any jserv problem.  The way
I fixed them was to write a separate, standalone java application (jsut
a small one) with only the rudimentary functionality of the servlet
(database calls, etc).  That helped me to pinpoint where and what the
errors where all about.

Paul J Thompson

Mark van Kerkwyk wrote:
> 
> Hi ,
>     I have just got jserv running fine under Apache 1.3.6 on Solaris 2.6
> 
> I have both Hello and the HelloWorldServlet running fine, so as far as I
> can see, my config is ok.
> 
> I have a servlet that I want to test under jserv, it is currently
> running as a servlet in a domino server, it does some jdbc to db2 etc
> and prints out a html page.
> 
> When I execute the servlet, I get the following error message in the
> servlet log
> 
> [28/05/1999 23:50:54:284] (ERROR) ajp11: Servlet Error:
> java.lang.NullPointerException: null
> [28/05/1999 23:50:54:284] (ERROR) an error returned handling request via
> protocol "ajpv11"
> 
> The servlet normally runs fine, as far as I can see, my CLASSPATH is
> setup correctly.
> 
> Any ideas on this one ??
> 
> Mark :-)
> 
> ======================================================================
> This email message has been swept by MIMEsweeper.
> 
> -- --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> READ THE FAQ!!!!     <http://java.apache.org/faq/>
> Archives and Other:  <http://java.apache.org/main/mail.html/>
> Problems?:           [EMAIL PROTECTED]


-- --------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to