J2SE Daylight Time Update -mIssing patch/packages
I have been testing the patch install for J2SE on Solaris 9 and it isn't working. Before installing, I checked the version:
forest:hughesm> java -version
java version "1.4.0_00"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0_00-b05)
Java HotSpot(TM) Client VM (build 1.4.0_00-b05, mixed mode)
Which I assume needs to be updated according to the web page:
http://java.sun.com/developer/technicalArticles/Intl/USDST/index.html
I downloaded J2SE_Solaris_9_Recommended and did:
> sudo ./install_cluster
and got
Patch cluster install script for J2SE Solaris 9 Recommended Patch Cluster ..................................
Installing 113096-03...
Installation of 113096-03 failed. Return code 2.
Installing 111711-16...
Installing 111712-16...
Installing 113886-40...
Installation of 113886-40 failed. Return code 8.
Installing 113887-40...
Installation of 113887-40 failed. Return code 25.
Installing 112963-28...
Installing 112785-58...
The following patches were not able to be installed:
113096-03
113886-40
113887-40
Related log messages.............................
Installing 113886-40...
Checking installed patches...
One or more patch packages included in
113886-40 are not installed on this system.
Patchadd is terminating.
Installing 113887-40...
Checking installed patches...
ERROR: This patch requires patch 113886-40
which has not been applied to the system.
Anyway, I am unable to find out from sunsolve or elsewhere what patch packages are not installed that 113886-40 is missing. Does anyone have any ideas how to find out what it's missing?
Note: after partial installation, java version did not change.
Also, does anyone know how to *TEST* this change to see if it really will work?
Thanks.

