JDK-6764345 : cannot launch dragged applets offline
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-10-28
  • Updated: 2010-09-08
  • Resolved: 2009-02-09
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 6
6u12 b02Fixed
Related Reports
Relates :  
Description
when we launch a dragged out applets offline via desktop shortcut, applet cannot start and throw exception:

exception: null.
java.io.FileNotFoundException: JNLP not available: https://jdk6.dev.java.net/plugin2/DragExample.jnlp
	at sun.plugin2.applet.JNLP2Manager.loadJarFiles(Unknown Source)
	at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
Exception: java.io.FileNotFoundException: JNLP not available: https://jdk6.dev.java.net/plugin2/DragExample.jnlp

this is similar to 6744967: Cannot launch cached Java Web Start applications while system is offline, but this time it's dragged applets.

Comments
EVALUATION If the applet jnlp file has <offline-allowed/> specified, the applet should be able to start via it's shortcut, even if machine has no network connection. So in this case, when we try to make network connection either the applet jnlp file or applet resource, ignore the failed network connection to the resource and continue to launch using cached resources.
18-11-2008

EVALUATION fix in 6u12 b01
28-10-2008