JDK-6899348 : Java Web Start to return error code reflecting reason of failure
  • Type: Enhancement
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6u16
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2009-11-09
  • Updated: 2010-08-25
  • Resolved: 2010-08-25
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
6-poolResolved
Related Reports
Duplicate :  
Description
Java Web Start can be used to silently download a Java Web Start application
into the Java Deployment Cache:

   javaws -silent -import <jnlp>

Upon failure, no GUI dialog will be shown. 
This behavior is geared towards use of Java Web Start in automated environments.
However, there is no way to easily find out, if a download was successful or 
failed. In case of failure, only the log file will report it:
e.g.:
#### Java Web Start Error:
#### Unable to load resource: <url> 

Appropriate return codes reflecting the reason of failure are needed to programmatically determine what went wrong, in case of failure.