A question about Oracle installer and a possible bug in JVM [message #417655] |
Mon, 10 August 2009 16:42 |
|
dariyoosh
Messages: 538 Registered: March 2009 Location: France
|
Senior Member |
|
|
Dear all,
I appreciate if you could kindly guide me to solve the following problem.
I'm trying to install Oracle11g Enterprise on a Linux system (Redhat Enterprise 5.3).
There is no X system, and therefore I chose to install by using a response file
in silent mode. I set the parameters value as indicated in Oracle installation
guide. Yet, when I launch the installer, it seems that there is a problem with
java:
[oracle@ccsaplinux0002 database]$ ./runInstaller -responseFile /usr/local/oracle/database/responseFileV01.rsp -silent
Starting Oracle Universal Installer...
Checking Temp space: must be greater than 80 MB. Actual 34517 MB Passed
Checking swap space: must be greater than 150 MB. Actual 8189 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-08-10_06-53-41PM. Please wait ...[oracle@ccsaplinux0002 database]$ Oracle Universal Installer, Version 11.1.0.6.0 Production
Copyright (C) 1999, 2007, Oracle. All rights reserved.
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
# SIGSEGV (0xb) at pc=0xb7948692, pid=2854, tid=3086293200
#
# Java VM: Java HotSpot(TM) Client VM (1.5.0_11-b03 mixed mode)
# Problematic frame:
# V [libjvm.so+0x19c692]
#
# An error report file with more information is saved as hs_err_pid2854.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
[oracle@ccsaplinux0002 database]$
I looked in the oracle package that I downloaded, there was no jdk or jre direcotry.
As a result I downloaded the JDK 1.6.0_15 available on Sun microsystem web site and then
I set manually in oracle user ~/.bash_profile the value for $JAVA_HOME.
Why I get this error?
Thanks in advance,
Kind Regards,
Dariyoosh
|
|
|
|
Re: A question about Oracle installer and a possible bug in JVM [message #417726 is a reply to message #417658] |
Tue, 11 August 2009 04:56 |
|
dariyoosh
Messages: 538 Registered: March 2009 Location: France
|
Senior Member |
|
|
Mahesh Rajendran wrote on Tue, 11 August 2009 00:24 | Linux on Itanium?
If so, it is a documented bug with previous versions.
|
Hello there,
Thanks for your attention to my problem.
Actually, I'm not an expert on computer hardware.All I know (when looking at the windows Control Panel) is that I have a HP
PC with Intel(R) Core(TM) Quad CPU Q6600 @ 2.40GHz 2.39GHz.
I had already installed without any problem the very release
of Oracle 11g on the same machine but with ubuntu 8.10 instead of
Redhat Enterprise (And I used Oracle 11g on that system for
several months without any problem).
Now, what is different is that, this time I have created a
virtual machine, with Sun Virtualbox, and as a result Windows XP
is the host and linux the guest (I just want to do a few tests
before installing as a native system in our Enterprise).
On the virtual machine configuration, the virtualization processor
is indicated as VT-x/AMD-v.
While was googling, I found a thread in a forum, indicating that
this is related to Java.
Regards,
Dariyoosh
|
|
|
|