Operating System - Linux
1827894 Members
1508 Online
109969 Solutions
New Discussion

Re: Cannot install oracle9i (Linux AS3 update3, HP DL380 G4)

 
veena_2
New Member

Cannot install oracle9i (Linux AS3 update3, HP DL380 G4)

Dear Guru,

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.
4 REPLIES 4
Stuart Browne
Honored Contributor

Re: Cannot install oracle9i (Linux AS3 update3, HP DL380 G4)

I guess the first thing I'd do is find out where the java binary you've got comes from:

rpm -qf `which java`

And if it's not a sun-JRE, then get the Oracle reccomended JRE, install that, and try again.
One long-haired git at your service...
Steven E. Protter
Exalted Contributor

Re: Cannot install oracle9i (Linux AS3 update3, HP DL380 G4)

Having worked with oracle a lot on hp-ux, its critical to have a supported version of java installed prior to proceeding with the installation.

The support matrix is on http://metalink.oracle.com and/or http://technet.oracle.com

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Gopi Sekar
Honored Contributor

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.

Never Never Never Giveup
HGN
Honored Contributor

Re: Cannot install oracle9i (Linux AS3 update3, HP DL380 G4)

Hi

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