cancel
Showing results for 
Search instead for 
Did you mean: 

SolMan40 Installation AIX / ORA 10.2. -Error at 'Import Java Dump'

rainer_manthey
Explorer
0 Kudos

Hello *,

we have to install SAP Solution Manager 4.0 SR2 at AIX 5.3 and get a problem at Task "Import Java dump", directly after beginning of import.

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

Detailed Information:

OS: AIX 5.3 (05)

Java: 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-20070317 (SR8) (JIT enabled: jitc))

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-20070510a (JIT enabled)

J9VM - 20070425_12492_BHdSMr

JIT - 20070223_1804ifx1_r8

GC - 20070227_AA)

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

ERROR 2007-07-20 00:55:19

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 .

Sources, free space on HDD, memory checked and ok.

Any help would be appreciated

Thanks in advance

Rainer

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

You are using two different Java versions?

One time you post the "classical" VM and the other time the "new" VM?

--

Markus

Answers (12)

Answers (12)

Former Member
0 Kudos

Hi Rainer

I have the same problem while running java installation for netweaver 7.0 SR3.

can you please provide me with the corrected jload.jar?

Thanks in advance

0 Kudos

I once again encountered a similar problem with the installation CRM 2007

Problem solved, as indicated above, through the replacement of the original file to correct version jload.jar

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 j9ap64142-20080510 (JIT enabled)

J9VM - 20080508_19305_BHdSMr

JIT - 20080424_1845_r8

GC - 200804_28)

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

  1. oslevel -s

5300-05-CSP

  1. java -fullversion

java full version "J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM) build caix64142-20080515 (SR11)"

Former Member
0 Kudos

Hi Rainer

I have the same problem while running java-addin installation for netweaver 7.0.

can you please provide me with the corrected jload.jar?

Regards

Sindri.

so(at)applicon.is

0 Kudos

Thanks! I have solved a problem.

rainer_manthey
Explorer
0 Kudos

Hello Alexander,

SAP didn't create an OSS note for this problem as it was too special for the situation and environment in our case.

But they corrected the jload.jar and it worked.

I dropped you a line per mail.

Hope it helps.

Rainer

Former Member
0 Kudos

Hi Rainer.

I have the same problem during a System Copy ABAP+Java.

Please, how did you solve the issue?

Regards,

Marco

0 Kudos

Hello, Rainer!

At me precisely such problem. Prompt, please, as it to solve.

rainer_manthey
Explorer
0 Kudos

Hello *,

solution was supported by SAP support by fixing the 'jload.jar' software - took a long time but now the installation no more fails.

Solution is valid for our AIX 5.3 environments with SR2 installations and the actual JDK {SR8 SAP ifix: 119818} but maybe other installation failures like this could also be solved by this.

Drop me a line in case of it.

Thanks and

regards

Rainer

Former Member
0 Kudos

Hello, Rainer!

At me precisely such problem. Prompt, please, as it to solve.

rainer_manthey
Explorer
0 Kudos

Hi,

this is AIX, there is no drive letter, no backslash (;>

Installation via 'smitty' doesnt ask for any folders at all, environment must be

set up 'manually' - and sure has been done.

Logs also show that the required JDK is in use.

All prerequisites are checked of course, therefore the newest

JDK from IBM (SR8) is used.

Thx

Rainer

rainer_manthey
Explorer
0 Kudos

Hi Ragu,

thanks for the tipp (:>

Result with additionally exported JAVA_HOME=/usr/java14_64 was the same as before, see log below. The earlier mentioned 'discrepancy' results from different user contexts, user <sid>adm gets other output from 'java -version' than root...

Also re-installing JDK and policy archive like supposed from SAP did not help.

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-20070510a (JIT enabled)

J9VM - 20070425_12492_BHdSMr

JIT - 20070223_1804ifx1_r8

GC - 20070227_AA)

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

Thx

Rainer

raguraman_c
Active Contributor
0 Kudos

Hi,

The path should be something like this...

JAVA_HOME = <Drive letter>:\usr\java14_64

Did you install Java in usr directory??

Also check for the pre-requisite. Does it support your java version that you have installed.

Hope this helps.

Feel free to revert back.

--Ragu

rainer_manthey
Explorer
0 Kudos

Hello,

might be interesting that a new SolMan 4 SR2 installation on other AIX machine stucks wih the same error in same phase - SAP Support is working on it since days...

cheers

Rainer

raguraman_c
Active Contributor
0 Kudos

Hi,

You need to set the Java Path. JAVA_HOME - the Path where you have installed your Java.

And also please paste the log where you had first error. Paste it in wordpad and then into your forum page, so that the things are formatted properly.

Hope this helps.

Feel free to revert back.

--Ragu

rainer_manthey
Explorer
0 Kudos

Hi Markus,

I found following:

apppnoi019:/> which java

/usr/java14_64/bin/java

JAVA_HOME was not set, but

SAPINST_JRE_HOME=/usr/java14_64/jre

additional environment for root, always set before sapinst :

export PATH=/usr/java14_64/bin:$PATH;

export TMP=/usr/sap/sapinst;

export TEMP=/usr/sap/sapinst;

export TEMPDIR=/usr/sap/sapinst;

export TMPDIR=/usr/sap/sapinst;

export LIBPATH=/sapmnt/ISM/exe;

export DISPLAY=nn.nn.nn.nnn:0.0;

export SAPINST_JRE_HOME=/usr/java14_64/jre

Result with additionally exported JAVA_HOME=/usr/java14_64 was the same as before, see sapinst.log:

ERROR 2007-07-21 01:02:00

CJSlibModule::writeError_impl()

CJS-30049 <html>Execution of JLoad tool <b>'/usr/java14_64/bin/java</b> -classpath /usr/sap/sapinst/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/launcher.jar -showversion -Xmx512m -Xj9 com.sap.engine.offline.OfflineToolStart com.sap.inst.jload.Jload /usr/sap/sapinst/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/

lib/iaik_jce.jar:/usr/sap/sapinst/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/jload.jar:/usr/sap/sapinst/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/antlr.jar:/usr/sap/sapinst/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib

/exception.jar:/usr/sap/sapinst/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/jddi.jar:/usr/sap/sapinst/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/logging.jar:/usr/sap/sapinst/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/offlineconfiguration.jar:/usr/sap/sapinst

/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/opensqlsta.jar:/usr/sap/sapinst/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/install/sharedlib/tc_sec_secstorefs.jar:/oracle/client/10x_64/instantclient/ojdbc14.jar -sec ISM,jdbc/pool/ISM,/usr/sap/ISM/SYS/global/security/data/SecStore.properties,/usr/sap/ISM/SYS/global/security/data/SecStore.key -dataDir /software/sapinst/SolutionManager40/J_COMP/JAVA_EXPORT/JDMP -job /usr/sap/sapinst/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/IMPORT.XML -log jload.log'

aborts with return code 1.

SOLUTION: Check 'jload.log' and '/usr/sap/sapinst/sapinst_instdir/SOLMAN/SYSTEM/ORA/CENTRAL/AS/jload.java.log' for more information

Thx

Rainer

rainer_manthey
Explorer
0 Kudos

No, but I also found this 'discrepancy' and checked it in sapinst.log, the 'right' JVM is in use in fact. (Actual SR8 was installed amd referenced in SAPINST like supposed from OSS).

On OS-Level this SR8 tells itself 'classic' :

😆 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 ca

ix64142ifx-20070509 {SR8 SAP ifix: 119818} (JIT enabled: jitc))

Don't know why jload.log tells from an 'IBM J9 VM ...'

Nevertheless we also tried a 'younger' JVM (SR7 +ifix 112603) with the same result.

Thanks

Rainer

markus_doehr2
Active Contributor
0 Kudos

> No, but I also found this 'discrepancy' and checked

> it in sapinst.log, the 'right' JVM is in use in fact.

what do those commands give:

[code]which java

echo $JAVA_HOME

[/code]

--

Markus