JDK-8030982 : With cache disabled, FX jnlp application cannot be launched
  • Type: Bug
  • Component: deploy
  • Sub-Component: javafx
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Incomplete
  • Submitted: 2013-12-24
  • Updated: 2017-09-04
  • Resolved: 2016-02-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9Resolved
Related Reports
Relates :  
Description
When try to verify JDK-7154369, I find FX jnlp application still cannot be launched when the cache is disabled.

Steps to reproduce:
1) Disable cache. Uncheck JCP-General-Temporary Internet Files-Keep Temporary Files on my Computer
2) Set security level to Medium
3) Launch any jnlp application such as
javaws http://sqeweb.us.oracle.com/deployment2/sheldon/webCases/javafx/MixedCode/html/MixedCodeApplet.jnlp
4) If jnlp application failed with exception: 
Cache must be enabled for nativelib or installer-desc support
Bug is reproducible.

Note:
1) jnlp applet works fine with cache disabled.
2) This jnlp application works find with cache enabled.

Here is the trace:

Log started: Mon, 23 Dec 2013 18:55:53 -0800
Java Web Start 11.0.2.121
Using JRE version
 1.8.0-ea-b121 Java HotSpot(TM) Client VM
#### Java Web Start Error:
#### Cache must be enabled for nativelib or installer-desc support
FXUIFactory.showErrorDialog: shutting down the FX toolkit



Comments
Looks like the link to the test is not workable. Also, medium security level is not available for ire 9. Resolving as Incomplete for now.
01-02-2016