Operating System - HP-UX
1753746 Members
4911 Online
108799 Solutions
New Discussion юеВ

Problem while installing oracle 9ids on HPUX

 
SOLVED
Go to solution
kashyapi
Frequent Advisor

Problem while installing oracle 9ids on HPUX

I am getting follwoing error while running $./runInstaller from Oracle home.

My O/S is HP-UX 11.00and server is HPPA-RISC 8000.
I have downloaded and installed HP-UX SDK latest version from HP Site.


Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2003-12-13_05-26-47PM/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:584)


Please suggest
4 REPLIES 4
Tomek Gryszkiewicz
Trusted Contributor

Re: Problem while installing oracle 9ids on HPUX

Check if /tmp is not full and you have write permisions to it.

-Tomek
Michael Schulte zur Sur
Honored Contributor

Re: Problem while installing oracle 9ids on HPUX

Hi,

you say, you run runInstaller from $ORACLE_HOME/bin and the library path points to a installation directory? This somewhat tells that something points to a wrong directory. Have you tried to run runInstaller from cd? Also check your environment variables, escpecially those for libs. Where have you installed SDK?

greetings,

Michael
kashyapi
Frequent Advisor

Re: Problem while installing oracle 9ids on HPUX

The problem Has been solved by first copying the emdia to the disk (/$ORACLE_HOME/disk1) then copying disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix/lib/PA_RISC2.0/libmawt.sl to disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix/lib/PA_RISC2.0/motif21/libmawt.sl .

The file disk1/stage/Components/oracle.swd.jre/1.3.1.0.0/1/DataFiles/Expanded/jre/hpunix/lib/PA_RISC2.0/motif21/libmawt.sl
has originalsize of 0kb.
Hari Kumar
Trusted Contributor
Solution

Re: Problem while installing oracle 9ids on HPUX

Hai... this can fix ur problem...

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
Information is Wealth ; Knowledge is Power