---------------------------------------------------------------- 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, I'm new to this list, so maybe my question (or at least one of them) has already been answered. So I start with a meta-question first :) Is there a searchable archive of this list somewhere on the web ? Or at least a list of subjects of the mails ? The digest archives are kind of hard to use if you have a specific question, and I didn't find the answer in the FAQs. I'm using a SuSE 6.2 linux distribution (that's kernel 2.2.10, glibc 2.1), apache version 1.3.9 (self-built, DSO), java version 1.1.7B, and ApacheJServ 1.0. Yes, JSDK is 2.0. My problem is that after I compile&install everything like described in the INSTALL file, if I try to access the example/Hello servlet my browser (netscape, but also lynx) does not return any data, it just keeps loading and does not seem to get an answer. No errors in the log files, either. Which is funny, because when I did the same installation on a SuSE 6.1 (glibc 2.0, apache 1.3.4) machine, everything worked fine on the first try. I spent a lot of time trying to figure out what exactly doesn't work. I tried another apache (1.3.6, same result), another java vm (kaffe, but that didn't work due to some class problems), and finally Apache JServ 1.1b3. That at least gave me some decent error messages, which are: * in the httpd error log file: [Tue Dec 7 12:15:03 1999] [notice] Apache/1.3.9 (Unix) ApacheJServ/1.1b3 configured -- resuming normal operations [Tue Dec 7 12:15:26 1999] [error] [client 134.2.170.66] Premature end of script headers: /example/Hello * in the jserv error log: [07/12/1999 12:15:03:217] (INFO) Apache Module was cleaned-up [07/12/1999 12:15:06:535] (INFO) wrapper classpath: /usr/local/apache/libexec/ApacheJServ.jar:/usr/local/lib/JSDK2.0/lib/jsdk.jar [07/12/1999 12:15:06:535] (INFO) wrapper: Java VM spawned (PID=28366, PPID=28352) [07/12/1999 12:15:16:509] (INFO) wrapper: watching processes (PID=28352,PPID=28351,JVM PID=28366) [07/12/1999 12:15:26:509] (INFO) wrapper: Java VM not responding (PID=28352) [timeout] [07/12/1999 12:15:26:511] (EMERGENCY) ajp11: cannot scan servlet headers (500) [07/12/1999 12:15:26:512] (ERROR) an error returned handling request via protocol "ajpv11" [07/12/1999 12:15:27:519] (EMERGENCY) ajp12: ping: no reply (-1) Please make sure that the wrapper.classpath is pointing to the correct version of ApacheJServ.jar [07/12/1999 12:15:27:519] (INFO) wrapper: Java VM restarting (PID=28352) [07/12/1999 12:15:27:520] (INFO) wrapper: Java VM spawned (PID=28385, PPID=28352) I'm absolutely sure that the jar file is the correct one. Is Java 1.1.7B buggy ? Or something else I didn't think of ? Cheers, Chriss --- The day Microsoft makes something that doesn't suck, is probably the day they start making vacuum cleaners... -- -------------------------------------------------------------- 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]
