cancel
Showing results for 
Search instead for 
Did you mean: 

FCO-00011 The step importJavaDump with step key

Former Member
0 Kudos

Dear All,

We are installing SAP Solution Manager 4.0 on AIX 5L and the RDBMS is Oracle. In the 19th phase of importJavaDump we are being stopped by 'sapinst'. I have gone thru the various solutions provided on this forum but unable to get thru to the next phase. Following are the details for your analysis :-

1. We are logging in as 'root' and running 'sapinst'. We are running it from /cddump/SM_AIX_DVD/Master/IM_AIX_PPC64.

2. All the SAP Solution Manager 4.0 DVDs have been downloaded to the hard disk.

3. There is sufficient space on all file systems and RAM is also 2 GB.

4. Extract of environment variables is as follows :-

AUTHSTATE=compat

SAPINST_JRE_HOME=/usr/java14_64

XFORCE_INTERNET=True

DISPLAY=192.168.88.211:0.0

SHELL=/usr/bin/ksh

ODMDIR=/etc/objrepos

JAVA_HOME=/usr/java14_64

5.Extract from the sapinst log when it stops in 'import Java Dump' is as follows :-

ERROR 2008-01-30 20:36:35

CJS-30049 <html>Execution of JLoad tool '/usr/java14_64/bin/java -classpath /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/launcher.jar -showversion -Xmx512m -Xj9 com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/lib/iaik_jce.jar:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/jload.jar:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/antlr.jar:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/exception.jar:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/jddi.jar:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/logging.jar:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/offlineconfiguration.jar:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/opensqlsta.jar:/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar:/oracle/client/10x_64/instantclient/ojdbc14.jar -sec CSM,jdbc/pool/CSM,/usr/sap/CSM/SYS/global/security/data/SecStore.properties,/usr/sap/CSM/SYS/global/security/data/SecStore.key -dataDir /cddump/SM_AIX_DVD/Java/JAVA_EXPORT/JDMP -job /tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/IMPORT.XML -log jload.log' aborts with return code 1.

SOLUTION: Check 'jload.log' and '/tmp/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/jload.java.log' for more information.</html>

ERROR 2008-01-30 20:36:35

FCO-00011 The step importJavaDump 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_Jload|ind|ind|ind|ind|9|0|importJavaDump was executed with status ERROR .

6.jload.log has no data. Following is the directory list.

-rwxrwxrwx 1 csmadm sapsys 0 Jan 29 20:57 jload.log

7.Details of jload.java.log is as follows :-

more jload.java.log

java version "1.4.2"

Java(TM) 2 Runtime Environment, Standard Edition (build 2.3)

IBM J9 VM (build 2.3, J2RE 1.4.2 IBM J9 2.3 AIX ppc64-64 j9ap64142ifx-20070920 (

JIT enabled)

J9VM - 20070919_13979_BHdSMr

JIT - 20070529_1824ifx1_r8

GC - 200708_30)

Error: java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 0

If anyone of you has faced similar problem request your urgent help. We are unable to proceed.

Thanks in advance.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

You can try and update your JDK to the latest build with the SAP needed patches.

Check

Note 1090932 - IBM download site for special JDK builds - iFix

Note 716927 - Overview of AIX JVM for NetWeaver 2004 and 2004s

Markus

Answers (3)

Answers (3)

Former Member
0 Kudos

Dear Markus,

Really sorry, the RAM is 12 GB and NOT 2 GB as mentioned. Also i have gone thru /instguides.

Any thing else i can do ?

Regards,

markus_doehr2
Active Contributor
0 Kudos

The only thing I could recommend is to try the SR3 setup (instead of SR2) - this will make you need to download another installation CD set but you won't need to apply that much support packages after the installation.

The other possiblity would be to open an OSS call under BC-INS-UNX and ask the guys there, if they have a solution.

Markus

Former Member
0 Kudos

Dear Markus,

Can you tell us what should be the optimum configuration and how should i configure for Java ?

Regards,

markus_doehr2
Active Contributor
0 Kudos

I wouldn't do an installation with 2 GB of memory on a 64bit platform, it MAY work technically - but it will be slow since the system will page in and out all the time. The amount of RAM needed also depends on the number of features you plan to use.

see the official installation guide:

http://service.sap.com/instguides

--> SAP Components

--> SAP Solution Manager

--> Release 4.0

---> Sizing Guide SAP Solution Manager 4.0

Markus

Former Member
0 Kudos

Dear Markus,

We had already seen these notes and have used the JDK as per notes. Also i have changed the

environment variable for <sid>adm and tried but still the problem exists.

Thanks for help. Any more suggestions are welcome.

Regards,

markus_doehr2
Active Contributor
0 Kudos

One more question: you have assigned 2 GB for the whole system? This may be too less because on a 64bit platform configures the Java Heap to 2048 MB by default + the database memory + the ABAP system memory.

Markus