Aix, Oracle and Java


 
Thread Tools Search this Thread
Operating Systems AIX Aix, Oracle and Java
# 1  
Old 09-16-2008
Aix, Oracle and Java

Hello

Im trying to install oracle on my AIX 5.3 server.
Im doing all things right as Oracle says...

When im trying to run the instalation it gives me an error about JRE.
But i already have JRE installed as you can see...

Someone can help me or guide me?
Im new in with this..


Code:
oracle@comerquali:/cdrom/install/aix> ./runinsta
The Java RunTime Environment was not found at /tmp/OraInstall2008-09-16_10-33-39AM/jre/bin/java. Hence, the Oracle Universal Installer cannot be run.
Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
: No such file or directory
oracle@comerquali:/cdrom/install/aix> java -version
java version "1.4.2"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2)
Classic VM (build 1.4.2, J2RE 1.4.2 IBM AIX build ca142-20050609 (JIT enabled: jitc))
oracle@comerquali:/cdrom/install/aix> ls

thanks a lot
# 2  
Old 09-16-2008
That is odd.... Have a look into the script runinsta and check wether it changes the (install) user at some place. Make sure that all commands from this script are executed by a user who has the adequate Java version in his PATH. Check wheter a different environment is sourced at some place. Check whether a location of the Java binaries is set in the runinsta script (or any of the subsequent scripts/config files).
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Fedora

Fedora: Uninstall Java JDK 1.8 and install Oracle Java 1.7.15

Hi All, I have just downloaded fedora 27 iso and set it up in virtual box. I want to learn Hadoop so trying to install Apache hadoop. Before all those I have to install Oracle Java 1.7.15 (as mentioned in the Apache hadoop page). Can you please help me how to Uninstall currently installed... (6 Replies)
Discussion started by: TechGyaann
6 Replies

2. UNIX for Beginners Questions & Answers

Cannot find java, gcc, Oracle on RedHat 7.2

We received Linux RedHat. I tried java -versionno result gcc -c no result I cannot even find Oracle version or directory Do you know if JAVA, gcc, Oracle are supposed to come with Linux by default? Thanks, (3 Replies)
Discussion started by: digioleg54
3 Replies

3. Solaris

Solaris Memory usage by oracle, java

Hello Gurus, In Office, I have unix Solaris Server. Oracle and Java is installed on Solaris Server. Oracle when starts then oracle loads SGA, PGA memory and graps solaris server memory. In the same manner java and other applications grabs memory for them. I want memory distribution of... (4 Replies)
Discussion started by: get_chandrakant
4 Replies

4. Shell Programming and Scripting

Running Oracle SqlPlus with Java in Kshells

Hello, This may not be the right place to ask for help for this problem but i might be because i'm using Java & SqlPlus in alot of Kshell scripts. Just to give a high level picture, i'm basically using Java to control each SqlPlus execute command, by reading a flat file that contains the run... (2 Replies)
Discussion started by: bobk544
2 Replies

5. Solaris

Java Exceptions while installing Oracle

Hello. I was trying to installe oracle 10g on solaris t0 x86 and got few exception? Could you please suggest, what might be going wrong? $ ls -l total 32 drwxr-xr-x 9 oracle dba 512 Nov 21 03:50 doc drwxr-xr-x 5 oracle dba 512 Nov 21 03:50 install drwxr-xr-x 2... (5 Replies)
Discussion started by: panchpan
5 Replies
Login or Register to Ask a Question