>> >
>> >I have installed Apache 1.3.6, JServ1.0b2-Apache1.3.4 ,JDK1.1.8 and
>> >JSDK2.0 on Windows NT 4.0.
>> >I also have replaced ApacheJServ.jar and ApacheModuleJServ.dll with
>> >appropriate version. The servlet
>> >engine can be started but I got "an internal server error" message from
>> >browser when submit a http request like "susan/servlets/SimpleServlet"
>> >
>> >Here are the related files:
>> >
I have a similar problem. I'm using NT 4.0 SP4, Apache 1.3.6, JDK 1.2.1,
JSDK 2.0, Apache JServ 1.0b3 with the 1.3.6 .jar and .dll.
I continue to have the configuration problem that causes the JVM to crash
6 times and give up. In order to work around the problem, I had to use
brute force by adding the JSDK 2.0 jar and the ApacheJServ.jar diectly
into the JRT's rt.jar. I can't find a note on this in the FAQ, and lost
the thread from this weekend covering this issue.
I have the following lines in my jserv.properties
wrapper.classpath="C:\Program Files\jsdk2.0\jsdk.jar"
wrapper.classpath="C:\Program Files\Xml4j\xmlrj.jar"
wrapper.classpath="C:\Program Files\Apache JServ\ApacheJServ.jar"
wrapper.classpath="C:\Program Files\jre\1.2\lib\rt.jar"
I've tried them quoted and unquoted, using the jre/1.2/lib/rt.jar and
jdk1.2.1/jre/lib/rt.jar, and nameing the .jar files specifically and
simply identifying the directory names. Every time I get the following in
my mod_jserv.log (PID's and times vary of course):
[03/05/1999 17:56:20:827] (INFO) wrapper: Java Virtual Machine started
(PID=280)
[03/05/1999 17:56:20:827] (INFO) wrapper: controller started (PID=284)
[03/05/1999 17:56:21:779] (INFO) wrapper: Java Virtual Machine crashed
[03/05/1999 17:56:21:779] (INFO) wrapper: Java Virtual Machine started
(PID=92)
[03/05/1999 17:56:22:380] (INFO) wrapper: Java Virtual Machine crashed
[03/05/1999 17:56:22:380] (INFO) wrapper: Java Virtual Machine started
(PID=200)
[03/05/1999 17:56:22:990] (INFO) wrapper: Java Virtual Machine crashed
[03/05/1999 17:56:22:990] (INFO) wrapper: Java Virtual Machine started
(PID=272)
[03/05/1999 17:56:23:581] (INFO) wrapper: Java Virtual Machine crashed
[03/05/1999 17:56:23:581] (INFO) wrapper: Java Virtual Machine started
(PID=240)
[03/05/1999 17:56:24:172] (INFO) wrapper: Java Virtual Machine crashed
[03/05/1999 17:56:24:172] (INFO) wrapper: Java Virtual Machine started
(PID=179)
[03/05/1999 17:56:24:763] (INFO) wrapper: Java Virtual Machine crashed
[03/05/1999 17:56:24:763] (INFO) wrapper: Java Virtual Machine started
(PID=296)
[03/05/1999 17:56:25:354] (INFO) wrapper: Java Virtual Machine crashed
[03/05/1999 17:56:25:354] (INFO) wrapper: VM died too many times w/in 5
second intervals (6); no more tries
[03/05/1999 17:56:25:354] (INFO) wrapper: too many restart attempts w/in a
short timeframe; no more retries.
the error.log looks like this
java.lang.NoClassDefFoundError: org/apache/jserv/JServ
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/jserv/JServ
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/jserv/JServ
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/jserv/JServ
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/jserv/JServ
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/jserv/JServ
Exception in thread "main"
>
>
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
READ THE FAQ!!!! <http://java.apache.org/faq/>
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]