-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Answering my own question:
Problem: you get the message
Java VM not responding - EMERGENCY: ajp12: ping no reply
and jserv is not starting any servlet
Cause: you have forgotten an older version of the jserv-jar file
still around somewhere in your classpath (in jdk/jre/lib/ext
for jdk-2 for example).
Solution: remove the old jar-file and everything should work fine
(it does for me now at least).
You can identify this type of problem in your jserv logs: jserv
outputs a
[02/10/1999 12:04:47:505 CEST] ApacheJServ/1.1b1 is starting...
message now (older versions doesnt seem to do so). If you get this
message (and 1.1b1 is the version you want to run) this is obviously
NOT your problem.
I have added this to the faq.
On Fri, 01 Oct 1999, you wrote:
>-----------------------------
>Please read the FAQ!
><http://java.apache.org/faq/>
>-----------------------------
>
>I have the following problem with jserv/apache:
>
>Starting
> httpd -f /etc/httpd/httpd.conf
>correctly starts several httpd processes and several java processes, but the
>jserv error log reads:
>
> (PID=8290,PPID=8289,JVM PID=8296) [01/10/1999 10:36:32:051] (INFO) wrapper:
> Java VM not responding (PID=8290) [timeout] [01/10/1999 10:36:33:061]
> (EMERGENCY) ajp12: ping: no reply (-1) [01/10/1999 10:40:54:631] (INFO)
> wrapper: Java VM restarting (PID=8290) [01/10/1999 10:39:51:472] (INFO)
> wrapper: Java VM spawned (PID=8418, PPID=8290)
>
>I am running apache-1.3.9, jserv-1.1-b2 on a Linux-2.2.12-box (SuSE-6.2)
>with the blackdown jdk-1.2-b2.
>
>I have found lots of similar requests for help in the faq and tried several of
>the given hints, but its still not working. I gathered all the relevant
>information about the problem (copies of the config files etc. etc.)
>on
> http://etupc23.wiwi.uni-karlsruhe.de/jserv-problem/
>
>Especially I have already:
> - added the rt.jar to the wrapper classpath. (jdk-2 only)
> - added read access in the java.policies file. (jdk-2 only)
> - set the owner/group attributes to wwwrun/nogroup (which runs the
> httpd).
>
>If someone knows what is going wrong here or what else I could try, please
>help me.
> Lars
>--
>Lars Schmidt-Thieme <[EMAIL PROTECTED]>
>Tel. 0721/608-8941
>
>
>--
>--------------------------------------------------------------
>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]
--
Lars Schmidt-Thieme <[EMAIL PROTECTED]>
Tel. 0721/608-8941
--
--------------------------------------------------------------
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]