Home » Fusion Middleware & Colab Suite » Weblogic & Application Server » Install 9i AS Release 2 on Linux RedHat
Install 9i AS Release 2 on Linux RedHat [message #76454] Thu, 18 July 2002 01:16 Go to next message
mithy
Messages: 1
Registered: July 2002
Junior Member
Hello,

i want to install 9iAS on Linux, but when I start the Installer I get the error message:
The Java RunTim Environment was not found at /tmp/OraInstall2002-07-18_10-37-10AM/jre/bin/java. Hence, the Oracle Universal Installer cannot be run

The installer generates this path each time it starts (Changing the OraInstall... - Dir). But there is a difference between the path as seen before and the original path in the file system.

I installed jdk and jre. I set the $CLASSPATH variable.

Can anyone give a hint?

I installed the jdk and the jre.
Re: Install 9i AS Release 2 on Linux RedHat [message #76463 is a reply to message #76454] Thu, 25 July 2002 09:28 Go to previous message
Luis Alexandre Fontes
Messages: 1
Registered: July 2002
Junior Member
Hi Mithy,

EXPLANATION
===========

Probably, your machine is not an i686. Type the following Unix command at your shell:

# uname -m

If the command returns "i586", your machine is an AMD K6-II or something below Intel Pentium II.

SOLUTION
========
When the install fails, open a terminal window and go to the directory "/tmp/OraInstall2002-07-18_10-37-10AM/jre/bin/".
Look for a directory "i686", then issue this command (as "oracle" account, NOT root user):

$ ln -s i686 i586

The command above creates a symbolic link and you MUST run the "ln" command again in the "lib" directory -> "/tmp/OraInstall2002-07-18_10-37-10AM/jre/bin/".

Now, run the installer again.

Hope it helps,

Alex
Previous Topic: Re: Oracle Application Server hardware/config requirements
Next Topic: owa_UTIL and ORA-06502
Goto Forum:
  


Current Time: Fri Mar 29 03:00:37 CDT 2024