JDK-6770921 : Kernel downloader dialog invoked during JRE uninstall.
  • Type: Bug
  • Component: install
  • Sub-Component: install
  • Affected Version: 6u12
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows_vista
  • CPU: x86
  • Submitted: 2008-11-13
  • Updated: 2010-04-06
  • Resolved: 2009-02-10
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 :  
Relates :  
Description
Kernel jre  uninstallation interrupted with java setup - close applications dialog

Tested build : 6u10 b27 PIT
Tested OS : Win Vista

Steps to reproduce:
1. install kernel bundle
2. once the installation is completed, try to uninstall the jre
"Java Setup - Close Applications" dialog popsup asking to close "java.exe" with retry and cancel buttons

On XP, it is taking a long to to uninstall jre (when i checked the java process list, there was a process which merges rt.jar). It looks like it uninstall wizard is waiting to get that process to be completed.

Image file attached

Comments
EVALUATION This CR was actually brought about through triage of 6718336 (see also). The issue was that when the kernel installer is run, then the user immediately (or immediately after reboot) runs the JRE uninstaller, our FilesInUse dialog was displaying the kernel downloader process. We fixed that issue by moving the FilesInUse action further down the installer sequence so that the processes that shut down the kernel downloader could be called before FilesInUse was invoked. There is now the issue (this CR) that a downloader dialog is invoked that should not be. This is either a kernel issue, or an issue with one of the calls that shutdown the kernel during uninstall. Changed the synopsis accordingly.
18-11-2008