JDK-6750208 : Java Webstart app does not load if there's no network connection
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6u10
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: x86
  • Submitted: 2008-09-18
  • Updated: 2010-04-04
  • Resolved: 2008-09-19
Related Reports
Duplicate :  
Description
A Java Webstart application cannot be launch if there's no network connection even when "offline-allowed" is true.

The Java Webstart Launcher will thrown a FailedDownloadException:
com.sun.deploy.net.FailedDownloadException: Unable to load resource: http://<some domain and dir>/SwingHelloWorld3.jnlp
 at com.sun.deploy.net.DownloadEngine.actionDownload(Unknown Source)
 at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
 at com.sun.deploy.net.DownloadEngine.getCacheEntry(Unknown Source)
 at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
 at com.sun.deploy.net.DownloadEngine.getResourceCacheEntry(Unknown Source)
 at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
 at com.sun.deploy.net.DownloadEngine.getResource(Unknown Source)
 at com.sun.javaws.Launcher.updateFinalLaunchDesc(Unknown Source)
 at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source)
 at com.sun.javaws.Launcher.launch(Unknown Source)
 at com.sun.javaws.Main.launchApp(Unknown Source)
 at com.sun.javaws.Main.continueInSecureThread(Unknown Source)
 at com.sun.javaws.Main$1.run(Unknown Source)
 at java.lang.Thread.run(Unknown Source)