JDK-6420226 : Cannot launch application with installer extension using system cache.
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Cannot Reproduce
  • OS: generic
  • CPU: generic
  • Submitted: 2006-05-01
  • Updated: 2010-04-02
  • Resolved: 2006-05-03
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.
Other JDK 6
5.0u10Fixed 6Resolved
Description
when launching "javaws -system <jnlp>", Java Web Start must seperately launch any installers found in the jnlp file.
For this launch Java Web Start fails to launch the secondary process with the "-system" arg.
As a result, the LocalApplicationProperties file is not updated in the appropriate cache, and the application reports that the installation failed (even if it succeeded).

Comments
EVALUATION The testcase, now at: http://web-east.east/www/tests/1.6.0/6420226 shows that, because of the new cache implementation, the problem does not exist in mustang. It does still occur in tiger, and I will open a sub-CR for addressing it there.
03-05-2006

EVALUATION just need to propagate the "-system" to the secondary launch(s)
01-05-2006