- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Oracle9i runInstaller on HPUX11i not starting
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 07:29 PM
06-07-2005 07:29 PM
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.
at java.awt.Component.
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?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 07:42 PM
06-07-2005 07:42 PM
SolutionHave 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 08:30 PM
06-07-2005 08:30 PM
Re: Oracle9i runInstaller on HPUX11i not starting
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2005 04:44 PM
06-08-2005 04:44 PM
Re: Oracle9i runInstaller on HPUX11i not starting
Please check your media once again.
Regards,
Ganesha Sridhara
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2005 06:57 PM
06-08-2005 06:57 PM
Re: Oracle9i runInstaller on HPUX11i not starting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2005 07:01 PM
06-08-2005 07:01 PM