Kbase 21575: Error Trying to Start AdminServer on Solaris
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/16/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1C
Sun Solaris SPARC
SYMPTOM(s):
Error attempting to start AdminServer or when trying to run any Java program.
Error:
Warning! The libthread.so on your system is an older version than the one this VM was tested with. Please read the install documentation for patch installation instructions. Could not create the Java virtual machine.
JDK/JRE 1.3
CAUSE:
Missing proper OS patch.
FIX:
Read README.sparc in the JDK installation directory for patch
requirements. Or go to:
http://java.sun.com/j2se/1.3/install-solaris-patches.html for this information.
The warning comes from JVM. This can be tested as follows:
1) PATH=$DLC/jre/bin:$PATH; export PATH
2) java -version
This will generate the same message
3) Running a compiled HelloWorld.class as in:
java HelloWorld
will likely generate the same message: