---------------------------------------------------------------- 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!!! ---------------------------------------------------------------- Hi all I am deep in trouble going from java 1.1.8 to java 1.2.2. After changing the JDK and reconfiguring JServ I found some servlets working fine but others responding with status codes 500 524 or 500 536. This where the relevant log extracts when I was using JDK 1.2.2 with JServ 1.1.1 and Apache 1.3.9 on Windows NT (sorry). access.log: 10.0.0.7 - - [05/Oct/2000:16:56:49 +0200] "GET /servlet/ch.kwsoft.vfs.ChartServ?fund=1&lang=de&width=441&height=400 HTTP/1.0" 500 524 mod_jserv.log: [05/10/2000 17:01:46:947] (ERROR) ajp12: Servlet Error: java.lang.NullPointerException: : [05/10/2000 17:01:46:947] (ERROR) an error returned handling request via protocol "ajpv12" jserv.log: [05/10/2000 16:56:49:736 GMT+02:00] java.lang.NullPointerException: at javax.servlet.http.HttpServlet.testConditional(HttpServlet.java:332) at javax.servlet.http.HttpServlet.service(HttpServlet.java:269) at javax.servlet.http.HttpServlet.service(HttpServlet.java:309) 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:479) In order to avoid beeing told to install the latest software release, I installed Apache 1.3.12 and JServe 1.1.2, still using JDK 1.2.2. on NT. IsItWorking is working fine and even most of the JSP-Pages work fine using ServletContext. But only little changed with the Chart Servlet ... The exctracts are quite similar. I was not able to find any documentation that explained the 524 or 536 status codes...? So I am really forced to hope for a nice human been giving advice. Please help! access.log: 10.0.0.3 - - [09/Oct/2000:18:04:36 +0200] "GET /vfsag/ch.kwsoft.vfs.ChartServ HTTP/1.1" 500 536 10.0.0.3 - - [09/Oct/2000:18:04:36 +0200] "GET /vfsag/ch.kwsoft.vfs.ChartServ HTTP/1.1" 500 536 "-" "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt)" --> Note that 524 changed to 536 (but I still have no idea about the meaning (is there a list somewhere?) jserv.log: [09/10/2000 18:04:36:763 GMT+02:00] java.lang.NullPointerException: at javax.servlet.http.HttpServlet.testConditional(HttpServlet.java:333) at javax.servlet.http.HttpServlet.service(HttpServlet.java:270) at javax.servlet.http.HttpServlet.service(HttpServlet.java:310) at org.apache.jserv.JServConnection.processRequest(JServConnection.java, Compiled Code) at org.apache.jserv.JServConnection.run(JServConnection.java, Compiled Code) at java.lang.Thread.run(Thread.java:479) Any suggestions or references would be sincerely apreciated. Thank you. Regards, Bruno PS: Sometimes the Java.exe showed Dr.Watsons without explanation. After turning JIT off, this messages no longer showed. This problem might by related to the above. -- -------------------------------------------------------------- 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]
