Try reading your code at line 93 in Search.java and explain why the value you
reference is null.
tim.
I try to move a servlet to another server and I've got the following errors:
mod_jsev.log
[24/01/2001 21:52:35:037] (ERROR) ajp12: Servlet Error:
java.lang.NullPointerException: null
[24/01/2001 21:52:35:055] (ERROR) an error returned handling request via
protocol "ajpv12"
jserv.log
[24/01/2001 21:52:34:802 GMT+01:00] Search: init
[24/01/2001 21:52:35:038 GMT+01:00] java.lang.NullPointerException
at Search.service(Search.java:93)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at org.apache.jserv.JServConnection.processRequest(JServConnection.java:314)
at org.apache.jserv.JServConnection.run(JServConnection.java:188)
at java.lang.Thread.run(Thread.java)
Does anybody know a solution to this problem ?
(this servlet works fine on another server)
Thanks,
Frédéric