-
Bug
-
Resolution: Fixed
-
P4
-
8u25
-
seen with 8u40 and JDK9 - but likely in all modern releases on all platforms
-
b02
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8072416 | 9 | Andy Herrick | P4 | Resolved | Fixed | b52 |
JDK-8082233 | emb-9 | Andy Herrick | P4 | Resolved | Fixed | b52 |
JDK-8086324 | 8u65 | Andy Herrick | P4 | Resolved | Fixed | b01 |
JDK-8137470 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8076802 | emb-8u60 | Andy Herrick | P4 | Resolved | Fixed | team |
A jnlp file (other than a component-extension) must have at least some resources (either a <jar> element or a library extension that has (recursivly) at least one <jar> element. The correct error dialog is shown when the jnlp file is an application-desc, but when it is not, an NPE is thrown:
java.lang.NullPointerException
at com.sun.javaws.jnl.LaunchDesc.getAppInfo(Unknown Source)
at sun.plugin2.applet.JNLP2Manager.getAppInfo(Unknown Source)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Thread.java:745)
- backported by
-
JDK-8072416 NPE (instead of proper error dialog) thrown when some jnlp files have no resources
-
- Resolved
-
-
JDK-8076802 NPE (instead of proper error dialog) thrown when some jnlp files have no resources
-
- Resolved
-
-
JDK-8082233 NPE (instead of proper error dialog) thrown when some jnlp files have no resources
-
- Resolved
-
-
JDK-8086324 NPE (instead of proper error dialog) thrown when some jnlp files have no resources
-
- Resolved
-
-
JDK-8137470 NPE (instead of proper error dialog) thrown when some jnlp files have no resources
-
- Resolved
-