cancel
Showing results for 
Search instead for 
Did you mean: 

Install Java engine

Former Member
0 Kudos

Hi All.

I have installed SOLMAN, but the process stopped in step "Execute step unpackSDMKITJAR of component ", I see note 904245 but the problem persist, I put message in OSS but I don't given solution.

The all message of the error is:

INFO 2007-10-31 07:40:31

Output of /opt/IBMJava2-amd64-142/bin/jar xvf /sapcd/51032008/JAVA_EXPORT/SDM/SDMKIT.JAR:

ERROR 2007-10-31 07:40:31

MUT-03010 Execution of the command "/opt/IBMJava2-amd64-142/bin/jar xvf /sapcd/51032008/JAVA_EXPORT/SDM/SDMKIT.JAR" finished with status TST_ERROR.

ERROR 2007-10-31 07:40:31

MUT-03010 Execution of the command "/opt/IBMJava2-amd64-142/bin/jar xvf /sapcd/51032008/JAVA_EXPORT/SDM/SDMKIT.JAR" finished with status TST_ERROR.

ERROR 2007-10-31 07:40:31

FCO-00011 The step unpackSDMKITJAR with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CI_Instance|ind|ind|ind|ind|11|0|NW_CI_Instance_Configure_Java|ind|ind|ind|ind|3|0|unpackSDMKITJAR was executed with status ERROR .

Any suggestion for this error?

Thanks

Accepted Solutions (0)

Answers (13)

Answers (13)

Former Member
0 Kudos

Hi Markus.

My version of Java is:

java full version "J2RE 1.4.2 IBM build j9xa64142-20061124 (SR7)"

I checked in the IBM Web and I see only it java version.

Regards

markus_doehr2
Active Contributor
0 Kudos

You need to use the one mentioned in the note I gave you before:

http://service.sap.com/sap/support/notes/861215

The "normal" builds from IBM don´t work.

java -fullversion must show

"J2RE 1.4.2 IBM build j9xa64142ifx-20070808 (SR9 + PK50303)"

--

Markus

Former Member
0 Kudos

Hi.

I copy de CD's again and the error persist.

Regards.

markus_doehr2
Active Contributor
0 Kudos

An "java -fullversion" gives you SR9 + ifix?

--

Markus

Former Member
0 Kudos

Hi,

Please try to download your export CD's again and continue the installation. should fix your problem.

Thanks,

Former Member
0 Kudos

HI Markus.

Thanks for you help.

Yes, I see the note 861215, in that note said of the New fix SR9, I downloaded it but at the installing it is the same (SR7).

I searched in the portal of the IBM but I don't see the SR9.

Any sugestion?

Thanks

Former Member
0 Kudos

Yes I UNZIP the file SDMKIT.jar and not send any problem.

markus_doehr2
Active Contributor
0 Kudos

So the .jar file is not corrupt - it must be your JDK installation.

Try to get the newest one (SR9):

Note 861215 - Recommended Settings for the Linux on AMD64/EM64T JVM

In that note you´ll get the download link.

--

Markus

Former Member
0 Kudos

HI Adrian,

Try to extract that file manually >>> /sapcd/51032008/JAVA_EXPORT/SDM/SDMKIT.JAR

Thanks,

Former Member
0 Kudos

Hi Adrian,

Your export CD's are currupted. Please download all of the export CD's and continue the installation.

It is always recomended to have updated kernel. that may be causing problem.

Thanks,

markus_doehr2
Active Contributor
0 Kudos

I don't see any kernel involved in the error.

"jar" is a java package tool to extract and the SDMKIT.jar is not part of the kernel.

The problem is, that "jar" (which is a wrapper program) segfaults.

Can you unzip the SDMKIT.jar manually?

cd /tmp
mkdir sdmtest
cd sdmtest
unzip <path-to-SDMKIT.jar>

--

Markus

Former Member
0 Kudos

Because, My SAP KERNEL = 7, and the note 797084 say is not be set.

Former Member
0 Kudos

Hi Markus.

No, I dont have the enviroment LD_ASSUME_KERNEL?

Regards.

Former Member
0 Kudos

Upss Sorry...

The System Operation is SLES 9, sorry for my error.

Regards

markus_doehr2
Active Contributor
0 Kudos

Ok.

You have the environment LD_ASSUME_KERNEL set?

[code]echo $LD_ASSUME_KERNEL[/code]

--

Markus

Former Member
0 Kudos

Hi Markus.

The operation system is : Linux MXMEXSSM 2.6.5-7.283-default #1 Wed Nov 29 16:55:53 UTC 2006 x86_64 x86_64 x86_64 GNU/Linux Suse Linux 8.

The Java version is : java full version "J2RE 1.4.2 IBM build j9xa64142-20061124 (SR7)"

Regards

markus_doehr2
Active Contributor
0 Kudos

SLES 8 is not supported for NW2004sSR2, you need at least SLES 9 (or better SLES 10).

The reason for this is, that many programs (such as the JDK from IBM) use the new NTPL library for threads which is not available on SLES 8.

--

Markus

Former Member
0 Kudos

Yes I run the comand and the system send the messages:

Segmentation fault.

Regards.

markus_doehr2
Active Contributor
0 Kudos

What operating are you using? What java version?

uname -a

/opt/IBM.../java -fullversion

--

Markus

markus_doehr2
Active Contributor
0 Kudos

Can you execute the command manually?

/opt/IBMJava2-amd64-142/bin/jar xvf /sapcd/51032008/JAVA_EXPORT/SDM/SDMKIT.JAR

--

Markus