----------------------------------------------------------------
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, once again!

I thing I have figured out what is going wrong: with JIT disabled, my
torture-tests are fine. With JIT enabled, JServ crashes after a few hours...

AMHO, it is not specific to the JDK 1.2.2 RC3 from blackdown.
(i.e. I think I can remember I had this with IBM JDK 1.1.8
I can test it out if you ask. I can send you my source files too...)


-- my config:

Red Hat Linux release 6.0 (Hedwig)
Kernel 2.2.5-15 on an i686
glibc-2.1.2
Apache 1.3.9
Apache JServ-1.1b3
JSDK 2.0 from SUN (Solaris version...)
Java 2 JDK 1.2.2 RC3 from blackdown.org
classes111.zip from Oracle 8i for Linux
 (Is it a type 1,2,3 or 4 driver ??  I use the thin driver.)


-- jsrun script, used to launch JServ:

#!/bin/sh

jsdk=/usr/local/JSDK2.0/lib/jsdk.jar
jserv=/usr/local/apache/libexec/ApacheJServ.jar
props=/usr/local/apache/conf/jserv/jserv.properties
log=/usr/local/apache/logs/mod_jserv.log
classes=.:/home/michel/servlets/lib/classes111.zip:$jsdk:$jserv

# With JIT enabled, some code inside my JVM goes into a infinite loop (99% CPU)
# and JServ crashes after a few hours of torture-testing:
#/usr/local/jdk1.2.2/bin/java -native -classic -classpath $classes
org.apache.jserv.JServ $props

# This cmd line makes all work fine: (JIT disabled)
#/usr/local/jdk1.2.2/bin/java -green -classic -Djava.compiler=NONE
-classpath $classes org.apache.jserv.JServ $props

# This cmd line makes all work fine too: (JIT disabled)
/usr/local/jdk1.2.2/bin/java -native -classic -Djava.compiler=NONE
-classpath $classes org.apache.jserv.JServ $props



Michel.


--
Michel Szybist
Technologies Appliquées et Internet
STIME - Groupement des Mousquetaires
[EMAIL PROTECTED]
Tél: +33 1 4148 3231



--
--------------------------------------------------------------
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]

Reply via email to