Hi!
I'm hoping someone will be able to point out where I have gone wrong when
installing Apache JServ on Windows NT.
I am able to view the jserv status page without difficulty, however, each
time I request a servlet or attempt to access
http://localhost/jserv/engine/o/ I get the an internal server error. Below
is what I think is the relevant information from the jserv.properties file
as well as the contents of the Apache error.log and JServ mod_serv.log
files. I have replaced the ApacheJServ.jar package from the initial
installation with Apache-JServ-1_0b3.jar (renamed of course to
ApacheJServ.jar).
Thanks,
Doug
/* jserv.properties */
wrapper.bin=C:\jdk1.1.7\bin\java.exe
# Default: "org.apache.jserv.JServ"
wrapper.classpath=c:\jdk1.1.7\lib\classes.zip
wrapper.classpath=C:\Program Files\Apache Group\Apache JServ\ApacheJServ.jar
wrapper.classpath=C:\JSDK2.0\lib\jsdk.jar
/* error.log */
Can't find class org/apache/jserv/JServ
Can't find class org/apache/jserv/JServ
Can't find class org/apache/jserv/JServ
Can't find class org/apache/jserv/JServ
Can't find class org/apache/jserv/JServ
Can't find class org/apache/jserv/JServ
Can't find class org/apache/jserv/JServ
/* mod_jserv.log */
[24/03/1999 03:15:30:017] (INFO) wrapper: Shutdown done (PID=146)
[24/03/1999 03:15:30:017] (INFO) Apache Module was cleaned-up
[24/03/1999 03:15:30:067] (INFO) wrapper: Java Virtual Machine started
(PID=259)
[24/03/1999 03:15:30:067] (INFO) wrapper: controller started (PID=146)
[24/03/1999 03:15:30:357] (INFO) wrapper: Java Virtual Machine crashed
[24/03/1999 03:15:30:357] (INFO) wrapper: Java Virtual Machine started
(PID=271)
[24/03/1999 03:15:30:517] (INFO) wrapper: Java Virtual Machine crashed
[24/03/1999 03:15:30:517] (INFO) wrapper: Java Virtual Machine started
(PID=174)
[24/03/1999 03:15:30:667] (INFO) wrapper: Java Virtual Machine crashed
[24/03/1999 03:15:30:667] (INFO) wrapper: Java Virtual Machine started
(PID=113)
[24/03/1999 03:15:30:828] (INFO) wrapper: Java Virtual Machine crashed
[24/03/1999 03:15:30:828] (INFO) wrapper: Java Virtual Machine started
(PID=99)
[24/03/1999 03:15:30:978] (INFO) wrapper: Java Virtual Machine crashed
[24/03/1999 03:15:30:978] (INFO) wrapper: Java Virtual Machine started
(PID=137)
[24/03/1999 03:15:31:138] (INFO) wrapper: Java Virtual Machine crashed
[24/03/1999 03:15:31:138] (INFO) wrapper: Java Virtual Machine started
(PID=151)
[24/03/1999 03:15:31:288] (INFO) wrapper: Java Virtual Machine crashed
[24/03/1999 03:15:31:288] (INFO) wrapper: VM died too many times w/in 5
second intervals (6); no more tries
[24/03/1999 03:15:31:288] (INFO) wrapper: too many restart attempts w/in
short timeframes; no more tries. There may be an error in your JServ
configuration.
[24/03/1999 03:16:17:074] (EMERGENCY) ajp11: can not connect to host
127.0.0.1:8007
[24/03/1999 03:16:17:074] (EMERGENCY) ajp11: connection fail
[24/03/1999 03:16:17:074] (ERROR) an error returned handling request via
protocol "ajpv11"
[24/03/1999 03:16:33:598] (INFO) wrapper: Shutdown done (PID=138)
[24/03/1999 03:16:33:598] (INFO) Apache Module was cleaned-up
[24/03/1999 03:16:33:608] (INFO) wrapper: controller thread stopped
[24/03/1999 03:16:33:608] (INFO) wrapper: Java Virtual Machine still alive
after controller kill
[24/03/1999 03:16:33:608] (INFO) wrapper: Java Virtual Machine stopped
[24/03/1999 03:16:33:608] (INFO) wrapper: Shutdown done (PID=146)
[24/03/1999 03:16:33:608] (INFO) Apache Module was cleaned-up
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]