-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b80
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135366 | emb-9 | Daniil Titov | P2 | Resolved | Fixed | team |
The issue was found on linux 64bit with recent jre9 nightly build.
1. Install mentioned jre from from http://sca00cmf.us.oracle.com/nightlyws/jdk9-client/b74_2015-07-20-0301_3043/bundles/linux-amd64/
2. In JCP add http://sqeweb.us.oracle.com into ESL.
3. In browser access http://sqeweb.us.oracle.com/net/scanas415/export/deployment/larry/BlacklistFX/html/HelloooAllPerm.html
4. Ignore the possible genereal error dialog which was reported in another bug.
5. Accept popup warnings. If you can see the runtime exception as showed in http://sqeweb.us.oracle.com/net/scanas415/export/deployment/larry/screenshots/Screenshot-Mozilla%20Firefox.png, the issue is reproduced.
6. In trace there are details of the exception:
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at sun.plugin2.uitoolkit.impl.awt.AWTAppletAdapter.runOnEDTAndWait(Unknown Source)
at sun.plugin2.uitoolkit.impl.awt.AWTAppletAdapter.instantiateApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.initAppletAdapter(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException
at sun.plugin2.uitoolkit.impl.awt.OldPluginAWTUtil.invokeAndWait(Unknown Source)
... 5 more
RULE BlacklistFxTest::testBLCertSignedWrongAlgInBL any any
RULE BlacklistFxTest::testBLCertSignedWrongAlgInBLJnlp any any
1. Install mentioned jre from from http://sca00cmf.us.oracle.com/nightlyws/jdk9-client/b74_2015-07-20-0301_3043/bundles/linux-amd64/
2. In JCP add http://sqeweb.us.oracle.com into ESL.
3. In browser access http://sqeweb.us.oracle.com/net/scanas415/export/deployment/larry/BlacklistFX/html/HelloooAllPerm.html
4. Ignore the possible genereal error dialog which was reported in another bug.
5. Accept popup warnings. If you can see the runtime exception as showed in http://sqeweb.us.oracle.com/net/scanas415/export/deployment/larry/screenshots/Screenshot-Mozilla%20Firefox.png, the issue is reproduced.
6. In trace there are details of the exception:
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at sun.plugin2.uitoolkit.impl.awt.AWTAppletAdapter.runOnEDTAndWait(Unknown Source)
at sun.plugin2.uitoolkit.impl.awt.AWTAppletAdapter.instantiateApplet(Unknown Source)
at sun.plugin2.applet.Plugin2Manager.initAppletAdapter(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.reflect.InvocationTargetException
at sun.plugin2.uitoolkit.impl.awt.OldPluginAWTUtil.invokeAndWait(Unknown Source)
... 5 more
RULE BlacklistFxTest::testBLCertSignedWrongAlgInBL any any
RULE BlacklistFxTest::testBLCertSignedWrongAlgInBLJnlp any any
- backported by
-
JDK-8135366 Runtime exception when loading javafx applications
-
- Resolved
-