- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Cannot install oracle9i (Linux AS3 update3, HP...
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
05-18-2005 02:05 PM
05-18-2005 02:05 PM
Cannot install oracle9i (Linux AS3 update3, HP DL380 G4)
I cannot intstall oracle9i (9.2.0.4, Linux x86) due to java error
-sh-2.05b$ /mnt/cdrom/runInstaller
-sh-2.05b$ Initializing Java Virtual Machine from /tmp/OraInstall2005-05-17_09-50-49AM/jre/bin/java. Please wait...
****************
Another exception has been detected while we were handling last error.
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = 0x0xb74d2d44
SIGNAL = 11
FUNCTION NAME = (N/A)
LIBRARY NAME = (N/A)
Please check ERROR REPORT FILE for further information, if there is any.
Good bye.
I think it is java problem due to I cannot call java from server.
[root@DB1A tmp]# su - oracle
-sh-2.05b$ java -version
****************
Another exception has been detected while we were handling last error.
Dumping information about last error:
ERROR REPORT FILE = (N/A)
PC = 0x0xb74bce04
SIGNAL = 11
FUNCTION NAME = (N/A)
LIBRARY NAME = (N/A)
Please check ERROR REPORT FILE for further information, if there is any.
Good bye.
Aborted
But after tested with others hardware platform (IBM S50, Dell1850). They could be installed oracle9i (Linux AS3 update3) smootly.
Have you even seen the problem same like me, do you have any suggestion? thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 04:22 PM
05-18-2005 04:22 PM
Re: Cannot install oracle9i (Linux AS3 update3, HP DL380 G4)
rpm -qf `which java`
And if it's not a sun-JRE, then get the Oracle reccomended JRE, install that, and try again.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 04:56 PM
05-18-2005 04:56 PM
Re: Cannot install oracle9i (Linux AS3 update3, HP DL380 G4)
The support matrix is on http://metalink.oracle.com and/or http://technet.oracle.com
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2005 07:54 PM
05-18-2005 07:54 PM
Re: Cannot install oracle9i (Linux AS3 update3, HP DL380 G4)
could be a java problem on that particular machine. check any new updates available for java which is supported by oracle and install it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2005 07:00 AM
05-19-2005 07:00 AM
Re: Cannot install oracle9i (Linux AS3 update3, HP DL380 G4)
I agree with Stuart you need to check if the rpm's are already there
rpm -qa |grep -i java
If not you need to install them and there are quite a number of dependencies for this package.
Rgds
HGN