cancel
Showing results for 
Search instead for 
Did you mean: 

Error in SDM while applying Java SP12

Former Member
0 Kudos

Hello,

We are trying to apply Java SP12 to our SCM 5.0 system.

The current SP level is SP 9.

While deploying through SDM it is geving the following error:

Error loading archive

/usr/sap/trans/EPS/in/SAPJEECOR12_0-10003466.SCA

(server side name is: /usr/sap/trans/EPS/in/SAPJEECOR12_0-

10003466.SCA)

Exception occured during extractSingleFile: invalid distance code

Please find the screenshot attached.

Is it due to the kernel level (our current kernel level is 133) or due

to Java SDK (our current J2RE 1.4.2 IBM AIX 5L for PowerPC (64 bit JVM)

build caix6414 2-20080122 (SR10))

Regards,

Tejas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Tejas,

If this has fixed your SDM deployment problem, please close this thread.

Regards,

-Pankaj Kapote

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Pankaj,

Thank ypou for the reply.

I tried to run the command, it is giving me following output:

  1. /usr/java14_64/bin/jar -tvf /usr/sap/trans/EPS/in/SAPJEECOR12_0-10003466.SCA

25 Mon May 07 08:54:20 GMT+05:00 2007 META-INF/MANIFEST.MF

0 Mon May 07 08:53:04 GMT+05:00 2007 META-INF/

18545 Mon May 07 08:54:20 GMT+05:00 2007 META-INF/SAP_MANIFEST.MF

java.util.zip.ZipException: invalid distance code

at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:163)

at java.util.zip.ZipInputStream.read(ZipInputStream.java:158)

at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:110)

at sun.tools.jar.Main.list(Main.java:784)

at sun.tools.jar.Main.run(Main.java:230)

at sun.tools.jar.Main.main(Main.java:944)

I suppose java.util.zip.ZipException: invalid distance code is the error in the SCA file.

Is it so?

Thanks & Regards,

Tejas

Former Member
0 Kudos

Hi Tejas,

As I was guessing, this SCA is corrupt. Download new SCA file from Service Marketplace & replace corrupt one.

This should fix your problem.

Make habbit of checking downloaded SCA files with jar -tvf command.

Good Luck!

-Pankaj Kapote

Former Member
0 Kudos

Hi Tejas,

Most of the time this happens due to corrupt SCA file.

To check that try following command:

/usr/java14_64/bin/jar -tvf /usr/sap/trans/EPS/in/SAPJEECOR12_0-10003466.SCA

If this command shows the content then your SCA file is OK. If this command returns error, your SCA is corrupt & needs to be repalced.

Regards,

-Pankaj Kapote