-
Bug
-
Resolution: Fixed
-
P2
-
1.4.2_16, 1.4.2_18
-
b09
-
generic, x86
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2158125 | 6u10 | Robert Mckenna | P2 | Resolved | Fixed | b24 |
JDK-2158126 | 5.0u19 | Robert Mckenna | P2 | Resolved | Fixed | b01 |
JDK-2168774 | 1.4.2_19 | Abhijit Saha | P3 | Resolved | Fixed | b01 |
Product : any 1.4.2 JDK (tested with u16 and u15)
OS: RHEL5
When you try to run any application that uses GUI, you recieve the following exception:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /export/JDK/j2sdk1.4.2_16/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:506)
How to reproduce:
Just install JDK and execute Java2D Demo
$cd ${JAVA_HOME}/demo/jfc/Java2D
${JAVA_HOME}/bin/java -jar Java2Demo.jar
or run any other GUI application.
The problem is NOT reproducible with JDK 1.5 or higher.
You can use system test team machines for verification. Details are in comments.
OS: RHEL5
When you try to run any application that uses GUI, you recieve the following exception:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /export/JDK/j2sdk1.4.2_16/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1503)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:506)
How to reproduce:
Just install JDK and execute Java2D Demo
$cd ${JAVA_HOME}/demo/jfc/Java2D
${JAVA_HOME}/bin/java -jar Java2Demo.jar
or run any other GUI application.
The problem is NOT reproducible with JDK 1.5 or higher.
You can use system test team machines for verification. Details are in comments.
- backported by
-
JDK-2158125 All graphical applications does not work on RHEL5 under JDK 1.4.2
-
- Resolved
-
-
JDK-2158126 All graphical applications does not work on RHEL5 under JDK 1.4.2
-
- Resolved
-
-
JDK-2168774 All graphical applications does not work on RHEL5 under JDK 1.4.2
-
- Resolved
-