cancel
Showing results for 
Search instead for 
Did you mean: 

Could not create the Java virtual machine error during installation

Former Member
0 Kudos

Hi,

We are doing an ERP 2005 Installation on AIX 5.2 ML08 with DB2 as the

database.During "Import ABAP" Phase of the installation we are getting

the below error.

========================================================================ERROR 2007-03-12 13:35:30

CJS-30022 Program 'Migration Monitor' exits with error code 1. For

details see log file(s) import_monitor.java.log, import_monitor.log.

ERROR 2007-03-12 13:35:30

FCO-00011 The step runMigrationMonitor with step key

|NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_ABAP_Import_Dialog|ind|ind|ind|ind|5|0|NW_ABAP_Import|ind|ind|ind|ind|0|0|runMigrationMonitor was

executed with status ERROR .

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

In "import_monitor.java.log" below entries are there

Unrecognized option: -Xj9

JVMCI119: Error parsing IBM_JAVA_OPTIONS java options - rc=-6

Could not create the Java virtual machine.

Usage: java [-options] class [args...]

(to execute a class)

or java [-jar] [-options] jarfile [args...]

(to execute a jar file)

Java Version is as below

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-20050929a (SR3)

(JIT enabled: jitc))

Regards,

Sumi

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi all,

I just checked the note 716927 again - it refers to note 1024539.

That one says you should use SR7 and activate J9 technology

so make sure you have the java version

"J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build

caix64142ifx-20061222 (ifix 113727: SR7 + 112603)"

and that the environment variable

IBM_JAVA_OPTIONS=-Xj9

is set for user <sid>adm

After the installation, make sure that the JVM parameters are set as described in the note 1024539.

By the way: it doesn't work if you use any other Java SDK (e.g. from Sun), as AIX has it's own one.

Best regards,

Cornelia

Ranjeet0702
Active Participant
0 Kudos

use J2sdk 1.4.2_12

Former Member
0 Kudos

Hi Sumi,

I see you use Java 1.4.2 ... SR3...

As far as I know you should always use the current version which is recommended in SAP note 716927 (when I last looked it was SR7, you can check by reading the current version of this note... it changes very often).

Hope that'll help.

Best regards,

Cornelia