JDK-2207539 : installation fails by SMS under System Account
  • Type: Backport
  • Backport of: JDK-7020613
  • Component: install
  • Sub-Component: install
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2011-03-10
  • Updated: 2011-09-15
  • Resolved: 2011-09-15
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 JDK 7
6u30-revFixed 7u2Resolved
Comments
EVALUATION "Evaluation" section of jre6 subCR shows two problems as a root cause of this bug: Problem 1: LocalAppDataLow does not exist on a fresh installation of Windows Server 2008. Problem 2: Windows doesn't map System32->Syswow64 for location of *.msi files being passed to msiexec.exe. Java7 behaves exactly the same as Java6 until build 118 (Java 7.0 build 118). Since build 119 jre7 installer in case LocalAppDataLow doesn't exist simply attempts to access root directory (which is usually c:\) instead. This modification causes that a fresh installation of Windows Server 2008 64bit is the only environment where this bug is not reproducible. Simply *.msi files get created in c:\ (not in c:\windows\syswow64) so WOW64 mapping is not needed and as a result jre installer doesn't run into problem #2. However on other Windows 64bit systems (like Windows7 64 bit) the bug is reproducible.
30-08-2011

EVALUATION see JRE6 subCR
28-07-2011