-
Bug
-
Resolution: Duplicate
-
P1
-
None
-
1.3.0
-
x86
-
solaris_2.6
Version of Java:
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-b24)
Java HotSpot(TM) Client VM (build 1.3.0-b24, mixed mode)
System information:
SunOS monoceros 5.6 Generic_105182-20 i86pc i386 i86pc
Processor information:
Status of processor 0 as of: 07/28/00 17:23:35
Processor has been on-line since 07/28/00 17:05:56.
The i386 processor operates at 743 MHz,
and has an i387 compatible floating point processor.
Status of processor 1 as of: 07/28/00 17:23:35
Processor has been on-line since 07/28/00 17:05:56.
The i386 processor operates at 743 MHz,
and has an i387 compatible floating point processor.
STEPS TO REPRODUCE:
- Install build 24 of Kestrel/Solaris on your host x86 solaris 6 machine from
/net/hotvm-x.eng/builds/jdk1.3_b24/production-1.3-b24/pkgarchive/i386/b24
- To start policy tool go to the latest jdk (b24) directory,
type 'jre/bin/policytool'
RESULTS:
The policy tool throws the following exception on x86 sol6 for build 24:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/j2se/jre/lib/i386/libfontmanager.so: ld.so.1: /usr/j2se/jre/bin/../bin/i386/native_threads/policytool: fatal: libmawt.so: open failed: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1298)
at java.lang.Runtime.loadLibrary0(Runtime.java:749)
at java.lang.System.loadLibrary(System.java:820)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:53)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.font.NativeFontWrapper.<clinit>(NativeFontWrapper.java:37)
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:59)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
at java.awt.Window.<init>(Window.java:186)
at java.awt.Frame.<init>(Frame.java:315)
at java.awt.Frame.<init>(Frame.java:262)
at sun.security.tools.ToolWindow.<init>(PolicyTool.java:661)
at sun.security.tools.PolicyTool.main(PolicyTool.java:499)
This problem was not observed on x86 solaris 7 and x86 solaris 8 and neither on the sparc platforms.
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-b24)
Java HotSpot(TM) Client VM (build 1.3.0-b24, mixed mode)
System information:
SunOS monoceros 5.6 Generic_105182-20 i86pc i386 i86pc
Processor information:
Status of processor 0 as of: 07/28/00 17:23:35
Processor has been on-line since 07/28/00 17:05:56.
The i386 processor operates at 743 MHz,
and has an i387 compatible floating point processor.
Status of processor 1 as of: 07/28/00 17:23:35
Processor has been on-line since 07/28/00 17:05:56.
The i386 processor operates at 743 MHz,
and has an i387 compatible floating point processor.
STEPS TO REPRODUCE:
- Install build 24 of Kestrel/Solaris on your host x86 solaris 6 machine from
/net/hotvm-x.eng/builds/jdk1.3_b24/production-1.3-b24/pkgarchive/i386/b24
- To start policy tool go to the latest jdk (b24) directory,
type 'jre/bin/policytool'
RESULTS:
The policy tool throws the following exception on x86 sol6 for build 24:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /usr/j2se/jre/lib/i386/libfontmanager.so: ld.so.1: /usr/j2se/jre/bin/../bin/i386/native_threads/policytool: fatal: libmawt.so: open failed: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1382)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1298)
at java.lang.Runtime.loadLibrary0(Runtime.java:749)
at java.lang.System.loadLibrary(System.java:820)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:53)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.font.NativeFontWrapper.<clinit>(NativeFontWrapper.java:37)
at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
at sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:59)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment.java:58)
at java.awt.Window.<init>(Window.java:186)
at java.awt.Frame.<init>(Frame.java:315)
at java.awt.Frame.<init>(Frame.java:262)
at sun.security.tools.ToolWindow.<init>(PolicyTool.java:661)
at sun.security.tools.PolicyTool.main(PolicyTool.java:499)
This problem was not observed on x86 solaris 7 and x86 solaris 8 and neither on the sparc platforms.
- duplicates
-
JDK-4322020 libmawt.so is not loaded on Intel/Solaris 2.6/kestrel build 06.
- Closed