----------------------------- Please read the FAQ! <http://java.apache.org/faq/> ----------------------------- Hi all, we have set up an Apache Web Server (1.3.9) with ApacheJServ 1.0 installed on HP UX 10.20. We'are using JDK 1.1.5. Looking at the log files it looks like the Web Server and the JVM start correctly, but as soon I try to invoke a servlet I get the following exception from the JVM: java.lang.NullPointerException at org.apache.jserv.JServConnection.getQueryString(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) while in the jserv.log file I have the following: [06/10/1999 15:53:23:592 GMT+03:30] Connection from localhost/127.0.0.1 [06/10/1999 15:53:23:658 GMT+03:30] Initializing servlet request [06/10/1999 15:53:23:658 GMT+03:30] Reading request data [06/10/1999 15:53:23:835 GMT+03:30] Will read 32 bytes for this line [06/10/1999 15:53:23:867 GMT+03:30] Read: Cservlets org.apache.jserv.JServ [06/10/1999 15:53:23:869 GMT+03:30] Servlet Zone: servlets Servlet: org.apache.jserv.JServ [06/10/1999 15:53:23:869 GMT+03:30] Will read 19 bytes for this line [06/10/1999 15:53:23:870 GMT+03:30] Read: Sgorizia.sodalia.it [06/10/1999 15:53:23:871 GMT+03:30] Hostname: gorizia.sodalia.it [06/10/1999 15:53:23:889 GMT+03:30] All data read. [06/10/1999 15:53:23:890 GMT+03:30] Parsing cookies and the mod_jsevr.log contains the following: [06/10/1999 14:15:03:963] (EMERGENCY) [06/10/1999 14:15:03:963] (EMERGENCY) ajp11: cannot scan servlet headers [06/10/1999 14:15:03:968] (ERROR) an error returned handling request via protocol "ajpv11" The browser (Netscape 4.6) doesn't get an error but just hangs with the clock cursor. The problem appears with any servlet invocation, included the JServ servlet. I've checked all the configuration files to find out what could be possibly wrong without succes..... Any suggestion about the possible cause of the problem? Thanks for your help! Sergio -- -------------------------------------------------------------- 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]
