Consultor Eletrônico



Kbase 20716: Segmentation Violation on HP-UX 11 with Stored-procedures
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/18/2002
Status: Unverified

FACT(s) (Environment):

Progress 9.x
HP-UX 11 32-bit

SYMPTOM(s):

Accessing Stored Procedures

The following is an example excerpt of stack trace file

SIGSEGV 11* segmentation violation
stackbase=7F7F1000, stackpointer=7F7F31E8, pc=87B9EA24

(Stack trace files will vary)

JRE 1.1.7

JDK 1.1.8

JDK and JRE both installed

User does not have the option to install HP's JDK 1.1.7, as it is no longer supplied on website.

CAUSE:

HP recommends to migrate the JRE version to the latest version JRE 1.1.8, as it no longer guarantees the stability of JAVA versions no longer supported.

FIX:

Upgrade to JRE 1.1.8 is recommended.
In order to make the transition smooth, take the following steps:

1) Rename the JRE directories under $DLC to something else.

2) Install JRE/JDK 1.1.8 on the system.

3) Create a soft link under $DLC called JRE that points to the
JRE installation directories.

For example:

cd $DLC
ln -s <jre-install> jre

This keeps all the scripts under $DLC/bin working.