Kbase P134434: Adminserver will not start and gives error java.lang.UnsatisfiedLinkError
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/25/2008 |
|
Status: Unverified
SYMPTOM(s):
Adminserver will not start and gives error java.lang.UnsatisfiedLinkError
Run proadsv -start
java.lang.UnsatisfiedLinkError
Exception in thread "main" java.lang.UnsatisfiedLinkError: <Progress installation directory/bin>/auth.dll (<Progress installation directory>/bin/auth.dll.so: cannot open shared object file: No such file or directory)
Message (excp): <Progress installation directory/bin>/jni_util.dll
FACT(s) (Environment):
Using correct java version 1.4.1
Progress 9.1E
Linux Intel
CAUSE:
Entries in the $DLC/bin/java_env were incorrect.
FIX:
Correct the entries for JDKHOME and JREHOME to point to the correct installation of java.
Example if Java were installed in /usr/local/java
JDKHOME=${JDKHOME-/usr/local/java}
JREHOME=${JREHOME-/usr/local/java/jre}