JDK-6822661 : 5.0u19 Service Tag integration causes windows builds to hang
  • Type: Bug
  • Component: install
  • Sub-Component: servicetags
  • Affected Version: 5.0u19
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2009-03-26
  • Updated: 2013-06-04
  • Resolved: 2009-03-27
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
5.0u19 b01Fixed
Related Reports
Relates :  
Description
Integration of 6803304: Service Tag support for JRE for solaris/linux/windows causes the windows builds (i586 and amd64) builds to hang when attempting to run this generated script (jrefile.vbs):

windows-i586:
C:/utils/wscript.exe C:/BUILD_AREA/jdk1.5.0_19/control/build/windows-i586/tmp/ishield/patch/jrefile.vbs

windows-amd64:
C:/utils/wscript.exe C:/BUILD_AREA/jdk1.5.0_19/control/build/windows-amd64/tmp/ishield/regular/jrefile.vbs 

Suspected files in this bug are these installshield changes
update: make/installer/bundles/windows/ishield/jre/64bit/CustomAction.idt
update: make/installer/bundles/windows/ishield/jre/64bit/InstallExecuteSequence.idt
update: make/installer/bundles/windows/ishield/jre/jre/CustomAction.idt
update: make/installer/bundles/windows/ishield/jre/jre/InstallExecuteSequence.idt

Comments
EVALUATION This error is caused due to Install shield being very picky about tabs and spaces as separators. Using different editors has caused this change from tabs to spaces. Working on it.
26-03-2009