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

You should use a wrapper for java interpreter. you can download jdk1.2.2
from www.blackdown.org that has wrapper for java executables(it is just
a jdk1.2.2 but java interpreter is a wrapper and this jdk's size is
~17MB, note that smaller than in sun's site). This is an error occured
in Redhat 7.0 (not previous version of Redhat causes such an error). 

Please let me know the result.

Deniz...

----- Original Message -----
From: "Deon Blom" <[EMAIL PROTECTED]>
Date: Monday, December 11, 2000 10:17 am
Subject: Segmentation fault - core dumped !!

> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <" 
> target="l">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 running RedHat 7.0 on an AMD box, using jdk1.2.2, jsdk2.0 & 
> jserv 1.1-2.
> I've got the same setup running on a Intel box running RedHat 6.2.
> 
> The script below launches a JServ VM in manual mode. It works fine 
> on the
> RedHat 6.2 system, but on the RedHat 7.0 system, I get a very weird 
> errorwhen running that same script named "lauch_vm"
> 
> lauch_vm script
> --------------------------------------------------------
> #!/bin/sh
> properties=/etc/httpd/conf/jserv/root.properties
> log=/etc/httpd/logs/jserv_manual.log
> PATH=$PATH:/usr/local/java/jdk1.2.2/bin
>
CLASSPATH=$CLASSPATH:/etc/httpd/moduleCLASSPATH=$CLASSPATH:/usr/local/java/jsdk2.0/lib/jsdk.jar
> java -cp $CLASSPATH org.apache.jserv.JServ $properties $1 2>> $log
> ---------------------------------------------------------
> 
> THIS IS THE ERROR MESSAGE I GET
> 
> launch_vm: line 7:  8956 Segmentation fault      (core dumped) java 
> -cp
> $CLASSPATH org.apache.jserv.JServ $properties $1 2>>$log
> 
> =============
> Has anyone experienced something like this before ?. What's going 
> wrong here
> ?
> 
> 
> Thanks
> Deon
> 
> 
> 
> --
> --------------------------------------------------------------
> Please read the FAQ! <" target="l">http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search Archives: 
> <" target="l">http://www.mail-archive.com/java-apache-
> users%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
> 
> 



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to