Operating System - HP-UX
1836379 Members
2352 Online
110100 Solutions
New Discussion

Re: Oracle9i runInstaller on HPUX11i not starting

 
SOLVED
Go to solution
Eckert_2
Occasional Advisor

Oracle9i runInstaller on HPUX11i not starting

We have HPUX11i with running Oracle8i and running Installer8. Want to install Oracle9i, the Installer9 crashes with the message:
Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2005-06-08_09-22-43AM/jre/lib/PA_RISC2.0/libmawt.sl: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1073)
at java.awt.Toolkit.(Toolkit.java:1117)
at java.awt.Component.(Component.java:406)
at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:593)
The file in the message exists!
It seems to be an resource problem, but which?
5 REPLIES 5
renarios
Trusted Contributor
Solution

Re: Oracle9i runInstaller on HPUX11i not starting

Hi Eckert,

Have you installed all needed HP-UX patches?On the Oracle 9.2.0.5/6 CDROMs there are several Oracle patches you have to install before installing the new Oracle binaries. One of them is a new Oracle Universal Installer. I suggest you read the installation manual carefully before installing. You can optionally download it from http://otn.oracle.com

Cheerio,

Renarios
Nothing is more successfull as failure
Indira Aramandla
Honored Contributor

Re: Oracle9i runInstaller on HPUX11i not starting

Hi Eckert,

The errors that you are experiencing is due to the CD pack missing the library libmawt.sl


There are couple of options as a work around according to metalink. Here they are

Oracle Universal Installer 9.2.0.1
on HP 9000 Series HP-UX Installation fails with Exception in thread "main" java.lang.UnsatisfiedLinkError ibmawt.sl: no such file or directory.

The cause for this is if the software installation from CD part# A91857-01 and A91860-01 these CD-PACK are missing the library.

The fix for this is

Obtain the following CDs by making new shipping request:CD-PACK A99108-01 (Part#A99149-01 - A99152-01) replaced.

OR

Workaround: copy the library 'libmawt.sl' from the HP site and place it into the Location that fails. Reference: BUG 2430985

The other option is
1. Copy the first CD-ROM to disk (e.g. /d01/Disk1)
2. $ cd /d01/Disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix/lib/PA_RISC
$ rm hotspot
$ ln -s server hotspot
$ rm libmawt.sl
$ ln -s motif21/libmawt.sl libmawt.sl
$ cd /d01/Disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix/lib/PA_RISC2.0
$ rm hotspot
$ ln -s server hotspot
$ rm libmawt.sl
$ ln -s motif21/libmawt.sl libmawt.sl
3. Run the installer from Disk1:
$ cd /d01/Disk1
$ ./runInstaller

And also check to see that you have installed all the required patches.

I hope this helps

Indira A
Never give up, Keep Trying
Ganesha Sridhara
Honored Contributor

Re: Oracle9i runInstaller on HPUX11i not starting

We also had same kind of problem; it could be due to wrong installable media or some files may be missing in the media.

Please check your media once again.


Regards,
Ganesha Sridhara
Eckert_2
Occasional Advisor

Re: Oracle9i runInstaller on HPUX11i not starting

Thanks to all. Oracle Patch 9.2.0.6 contains an Installer10 working fine.
Eckert_2
Occasional Advisor

Re: Oracle9i runInstaller on HPUX11i not starting

Oracle Patch 9.2.0. contains an Installer10.