-
Bug
-
Resolution: Duplicate
-
P5
-
None
-
6u17
-
x86
-
windows_vista
When we did 6u19 B04 test for case OEM_AU_Immediately (pls see the wiki http://j2se.sfbay.sun.com/web/bin/view/Main/6u19B04TestPlan#Evergreen_assignment_for_manual), we followed the case steps as the following, we found the key "SunJavaUpdateSched=C:\Program File (x86)\Java\jre6\bin\jusched.exe" is under HKLM\\SOFTWARE\\Wow6432Node\\Microsoft\\Windows\\CurrentVersion\\Run, which is not correct as the case step.
And we are using 6u17 b04 on win vista sp2 x64 with english locale.
--------
1. Uninstall all the previous JREs. Make sure there are no Java folders under Program Files and Program Files/Common Files.
2. Delete the JavaSoft registry keys from HKLM and HKCU.
3. Open Windows Task Scheduler, click Task Scheduler Library on the left pane and remove any existing task named "JavaUpdateSched"
4. Install the test offline JRE bundle by passing the command line parameter OEMUPDATE=1. For example,
jre-6u17-windows-i586.exe OEMUPDATE=1
5. Verify the OEMUpdate registry value is "1" under HKLM\\Software\\JavaSoft
6. Verify no jureg and jusched reg keys under HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run
7. Open Windows Task Scheduler, click Task Scheduler Library on the left pane.
Expected: A task named "JavaUpdateSched" has been created. Task scheduler can be located by opening the Control Panel and entering 'schedule tasks' in the search box. Click on "Schedule tasks".
8. Right-click on JavaUpdateSched task and select Properties. Click the actions tab. For 6u17 offline bundle,
Expected: A "Start a program" action is listed, with the details containing
for 32-bit OS: "%WINDIR%\System32\jusched.exe".
For 64-bit OS: %WINDIR%\SysWOW64\jusched.exe
For 6u18 offline bundle, expected: "%CommonProgramFiles%\Common Files\Java\Java Update\jusched.exe"
9. Launch jusched.exe and wait for 5-6 mins. And note the update schdule.
10. Set the system time such that it is with in 60 mins from Update Schedule time. Also make sure FX update schedule is more then 12 hours of system time. Check the FXAU schedule from this registry location.
-------------------
And we are using 6u17 b04 on win vista sp2 x64 with english locale.
--------
1. Uninstall all the previous JREs. Make sure there are no Java folders under Program Files and Program Files/Common Files.
2. Delete the JavaSoft registry keys from HKLM and HKCU.
3. Open Windows Task Scheduler, click Task Scheduler Library on the left pane and remove any existing task named "JavaUpdateSched"
4. Install the test offline JRE bundle by passing the command line parameter OEMUPDATE=1. For example,
jre-6u17-windows-i586.exe OEMUPDATE=1
5. Verify the OEMUpdate registry value is "1" under HKLM\\Software\\JavaSoft
6. Verify no jureg and jusched reg keys under HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run
7. Open Windows Task Scheduler, click Task Scheduler Library on the left pane.
Expected: A task named "JavaUpdateSched" has been created. Task scheduler can be located by opening the Control Panel and entering 'schedule tasks' in the search box. Click on "Schedule tasks".
8. Right-click on JavaUpdateSched task and select Properties. Click the actions tab. For 6u17 offline bundle,
Expected: A "Start a program" action is listed, with the details containing
for 32-bit OS: "%WINDIR%\System32\jusched.exe".
For 64-bit OS: %WINDIR%\SysWOW64\jusched.exe
For 6u18 offline bundle, expected: "%CommonProgramFiles%\Common Files\Java\Java Update\jusched.exe"
9. Launch jusched.exe and wait for 5-6 mins. And note the update schdule.
10. Set the system time such that it is with in 60 mins from Update Schedule time. Also make sure FX update schedule is more then 12 hours of system time. Check the FXAU schedule from this registry location.
-------------------