cancel
Showing results for 
Search instead for 
Did you mean: 

JVMXM008: Error occured while initialising System ClassException in thread

Former Member
0 Kudos

Hi, I am trying to install oracle 9i on AIX 5.3 which has 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 5L for PowerPC (64 bit JVM) build caix64142-20070708 (SR9) (JIT enabled: jitc))

while installing oracle, it is giving strange error...

===========================================================

oratrx> cd /oracle/stage/920_64/Disk1/SAP;./RUNINSTALLER

Working in /oracle/stage/920_64/Disk1/SAP ...

Oracle Home Name: TRX_920_64

Oracle Install Group: dba

ORACLE_BASE=/oracle

ORACLE_HOME=/oracle/TRX/920_64

==============================

Preparing response files. Please wait:

======================================

Working on /oracle/stage/920_64/Disk1/SAP/SVRCUSTOM.RSP

.....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

/oracle/stage/920_64/Disk1/SAP/SVRCUSTOM.RSP --> /tmp/.orainst_rsp.311374: Done

********************************************************************************

Your platform requires the root user to perform certain pre-installation

OS preparation. The root user should run the shell script 'rootpre.sh' before

you proceed with Oracle installation. rootpre.sh can be found at the top level

of the CD or the stage area.

********************************************************************************

Your platform requires the root user to perform certain pre-installation

OS preparation. The root user should run the shell script 'rootpre.sh' before

you proceed with Oracle installation. rootpre.sh can be found at the top level

of the CD or the stage area.

Answer 'y' if root has run 'rootpre.sh' so you can proceed with Oracle

installation.

Answer 'n' to abort installation and then ask root to run 'rootpre.sh'.

********************************************************************************

Has 'rootpre.sh' been run by root? [y/n] (n)

y

oratrx> The Java RunTime Environment was not found at /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

oratrx> ls -ltr /bin/java

ls: 0653-341 The file /bin/java does not exist.

===========================================================

to my strangeness I don't see any java at /bin/java. Can somebody tell me what tobe done...

Accepted Solutions (0)

Answers (2)

Answers (2)

markus_doehr2
Active Contributor
0 Kudos

Was pushing the button too fast.. sorry for confusion..

Check if

- ora<SID> has JAVA_HOME set

- ora<SID> contains $JAVA_HOME/bin in PATH

--

Markus

markus_doehr2
Active Contributor
0 Kudos

The Oracle installer uses it´s own Java runtime, not the one you installed.

And yes, as the script (for me without misunderstanding) says, is, that the script must be run as root.

What is your problem? This looks all good to me

--

Markus