JDK-6923204 : The download progress window dosn't show for 6u19b02 tck test.
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 6u19
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: x86
  • Submitted: 2010-02-04
  • Updated: 2011-03-08
  • Resolved: 2010-03-11
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
6u19 b03Fixed
Related Reports
Relates :  
Description
Testsuite name: TCK-jnlp manual
JDK/JRE tested: jdk-6u19-fcs-bin-b02-solaris-i586-02_feb_2010.sh
OS/architecture: solaris9-x86
Reproducible: Always 
Is it a platform specific regression: N  
Is it a Regression: Y 
[If yes] Regression introduced in release/build: 6u19b02 FCS
[If yes] Test result on FCS: Fail,1.6.0 FCS 

Steps to reproduce:
1. execute the test case of api/javax_jnlp/ExtensionInstallerService/index.html#statusWindow
2. This is the tnteractive test for ExtensionInstallerService Status Window.ExtensionInstallerService is used by an extension installer to communicate with the JNLP Client. This service allows to drive the JNLP Client's download screen. Wait till the test installer application downloaded and started and the installation status window appeared. 

#Expected behavior:
The installation status window should appear.

 
#Actual behavior:
The installation status window appears and then crash immediately. Please refer to the attachment tck- statusWindow.zip. 
 

#Exceptions:
None

 
#Validation:

1. same configuration/6u19b01(jdk-6u19-ea-bin-b01-solaris-i586-23_dec_2009.sh):Pass
2. same configuration/win7-ultimate-x64: Same issue
3. rhel5.4-x86,6u19b02-j4b: Same issue

Comments
EVALUATION regression in B02 csused by fix to: 6918186: java web start download dialog should not be displayed when loading from cache. When running an Installer, it's resources are already cached (by the main app calling it), so this looks like there is nothing to download, but the download window needs to be on for the duration of the install because the ExtensionInstallerService has APIs to manipulate it to show progress of the extension installation.
04-02-2010