Search this Blog

Friday, December 3, 2010

AIX Agent11g patch => Bug Solved!!

09-12-2010:
Oracle has fixed the "below" bug and release a new Agent11g installation package for AIX on OTN. It is preferred to use this new package above the workaround below.


03-12-2010:
Regarding the Agent install error:

Checking Temp space: must be greater than 150 MB. Actual 541 MB Passed
Checking swap space: must be greater than 150 MB. Actual 4096 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-12-02_02-01-58PM. Please wait ...xxxxx agent> Exception in thread "main" java.lang.NoClassDefFoundError: oracle.sysman.oii.oiix.OiixNetOps
at oracle.sysman.install.oneclick.EMGCInstallStaticVariables.(EMGCInstallStaticVariables.java:119)
at java.lang.J9VMInternals.initializeImpl(Native Method)
at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
at oracle.sysman.install.oneclick.EMGCInstaller.parseCommandLineArgs(EMGCInstaller.java:506)
at oracle.sysman.install.oneclick.EMGCInstaller.init(EMGCInstaller.java:204)
at oracle.sysman.install.oneclick.EMGCInstaller.main(EMGCInstaller.java:1042)
Caused by: java.lang.ClassNotFoundException: oracle.sysman.oii.oiix.OiixNetOps
at java.net.URLClassLoader.findClass(URLClassLoader.java:421)
at java.lang.ClassLoader.loadClass(ClassLoader.java:643)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:346)
at java.lang.ClassLoader.loadClass(ClassLoader.java:609)
... 6 more


Oracle support has supplied us with a workaround TAR file.
You can find it here: http://www.mediafire.com/file/17apim8h8lci88q/ouicore.tar

The workaround steps are:

=== ODM Action Plan ===
1. Download the ouicore.tar file attached to the SR.
2. cp ouicore.tar
3. cd
4. tar -xvf ouicore.tar
5. ls -al aix/agent/stage/Components/oracle.swd.oui.core/11.1.0.8.0/1/DataFiles
-> this should show 5 filegroup jar files and directory Expanded
6. Start the installation

Success !!!