Kbase P17314: Progress 9.1D proinst hangs immediately on RedHat Linux 7.3.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/27/2008 |
|
Status: Verified
SYMPTOM(s):
proinst hangs immediately.
java -version command hangs.
java variables set properly.
$JAVA/bin is appended to the $PATH variable.
A symbolic link from /bin/cut to /usr/bin/cut already exists.
The installed 1.3.0_02 JDK is the Progress supported version.
Using kernel version is 2.4.18-4.
FACT(s) (Environment):
RedHat Linux 7.3
Progress 9.1D
CAUSE:
LD_ASSUME_KERNEL variable is not set within the .java_wrapper script.
FIX:
Modify the $JAVA_HOME/bin/.java_wrapper script by adding the following two links after the copyright comments:
LD_ASSUME_KERNEL=2.2.5
export LD_ASSUME_KERNEL
For more information, refer to:
http://www.mail-archive.com/java-linux@java.blackdown.org/msg13894.html