Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4357674
Votes 0
Synopsis Policy tool doesn't open on x86 solaris 6 for build 24
Category java_plugin:solaris
Reported Against kest-sol-rc1
Release Fixed
State 11-Closed, duplicate of 4322020, bug
Priority: 1-Very High
Related Bugs 4322020
Submit Date 29-JUL-2000
Description
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.
Work Around
N/A
Evaluation
Please install patch 105491-05 or later for Solaris 2.6 x86.  Unfortunately, all
the recommended patches must be installed before testing with Kestrel-Solaris.

This bug is a dup of 4322020 and will be closed as such.

 xxxxx@xxxxx  2000-07-31
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang