-
Bug
-
Resolution: Fixed
-
P2
-
1.3.1_16
-
b04
-
generic
-
generic
Control Panel is not launching on all platforms, for 1.3.1_16-b03 instead throwing exception. For 1.3.1_16-b02 Control Panel is launching fine.
Java Version:
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_16-b03)
Java HotSpot(TM) Client VM (build 1.3.1_16-b03, mixed mode)
Control Panel is not poping up on any of the platforms.
To Reproduce:
------------
1) Install JDK1.3.1_16-b03
2) j2sdk1_3_1_16/bin/ControlPanel
Exception in thread "main" java.lang.InternalError: bouncer cannot be found
at sun.misc.reflect.MethodUtil.getTrampoline(MethodUtil.java:81)
at sun.misc.reflect.MethodUtil.<clinit>(MethodUtil.java:41)
at javax.swing.UIDefaults.getUI(UIDefaults.java:431)
at javax.swing.UIManager.getUI(UIManager.java:561)
at javax.swing.JPanel.updateUI(JPanel.java:102)
at javax.swing.JPanel.<init>(JPanel.java:62)
at javax.swing.JPanel.<init>(JPanel.java:92)
at javax.swing.JRootPane.createGlassPane(JRootPane.java:286)
at javax.swing.JRootPane.<init>(JRootPane.java:193)
at javax.swing.JApplet.createRootPane(JApplet.java:112)
at javax.swing.JApplet.<init>(JApplet.java:105)
at sun.plugin.panel.ControlPanel.<init>(ControlPanel.java:38)
at sun.plugin.panel.ControlPanel.main(ControlPanel.java:119)
###@###.### 2005-05-12 14:47:20 GMT
This error is also causing 700 fails for JCK runtime tests.
All are failing with the above error.
The results are here
/net/latte.ireland/export/home0/results/1.3.1_16/Build03/JCK/Runtime/Solaris8-Sparc/run2/
TO REPRODUCE (One Test only)
================
export CLASSPATH=/net/latte.ireland/export/home4/jck/JCK-runtime-13a/tests/../classes:/net/latte.ireland/export/home4/jck/JCK-runtime-13a/javatest.jar
export LD_LIBRARY_PATH=/net/latte/export/home4/jck/JCK-runtime-13a/lib-sparc
export DISPLAY...
java -server -Djava.awt.headless=false -Xfuture -Djava.security.policy=/net/latte/export/home4/jck/JCK-runtime-13a/lib/jck.policy -Djava.rmi.activation.port= javasoft.sqe.tests.api.javax.accessibility.AccessibleRelation.CtorTests
###@###.### 2005-05-13 10:26:27 GMT
Java Version:
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_16-b03)
Java HotSpot(TM) Client VM (build 1.3.1_16-b03, mixed mode)
Control Panel is not poping up on any of the platforms.
To Reproduce:
------------
1) Install JDK1.3.1_16-b03
2) j2sdk1_3_1_16/bin/ControlPanel
Exception in thread "main" java.lang.InternalError: bouncer cannot be found
at sun.misc.reflect.MethodUtil.getTrampoline(MethodUtil.java:81)
at sun.misc.reflect.MethodUtil.<clinit>(MethodUtil.java:41)
at javax.swing.UIDefaults.getUI(UIDefaults.java:431)
at javax.swing.UIManager.getUI(UIManager.java:561)
at javax.swing.JPanel.updateUI(JPanel.java:102)
at javax.swing.JPanel.<init>(JPanel.java:62)
at javax.swing.JPanel.<init>(JPanel.java:92)
at javax.swing.JRootPane.createGlassPane(JRootPane.java:286)
at javax.swing.JRootPane.<init>(JRootPane.java:193)
at javax.swing.JApplet.createRootPane(JApplet.java:112)
at javax.swing.JApplet.<init>(JApplet.java:105)
at sun.plugin.panel.ControlPanel.<init>(ControlPanel.java:38)
at sun.plugin.panel.ControlPanel.main(ControlPanel.java:119)
###@###.### 2005-05-12 14:47:20 GMT
This error is also causing 700 fails for JCK runtime tests.
All are failing with the above error.
The results are here
/net/latte.ireland/export/home0/results/1.3.1_16/Build03/JCK/Runtime/Solaris8-Sparc/run2/
TO REPRODUCE (One Test only)
================
export CLASSPATH=/net/latte.ireland/export/home4/jck/JCK-runtime-13a/tests/../classes:/net/latte.ireland/export/home4/jck/JCK-runtime-13a/javatest.jar
export LD_LIBRARY_PATH=/net/latte/export/home4/jck/JCK-runtime-13a/lib-sparc
export DISPLAY...
java -server -Djava.awt.headless=false -Xfuture -Djava.security.policy=/net/latte/export/home4/jck/JCK-runtime-13a/lib/jck.policy -Djava.rmi.activation.port= javasoft.sqe.tests.api.javax.accessibility.AccessibleRelation.CtorTests
###@###.### 2005-05-13 10:26:27 GMT
- relates to
-
JDK-6271659 REGRESSION:Testcase 6263857/2125797 is failing with Exception for 1.3.1_16-b04,but passing with b03.
- Resolved