cancel
Showing results for 
Search instead for 
Did you mean: 

Error while installing Java Add-Ins on ABAP

Former Member
0 Kudos

Hi All,

I am getting an error while doing installation of Jaba Add-Ins on existing ABAP.

Iam doing installation on AS/400 server having operating system OS/400.

Error appears at the end when instalaltion starts.

Following is the error.

ERROR 2006-07-20 11:49:49

CJS-20032 Cannot create the secure store; see output of log file E:\usr\sap\SAPinst\NW04SR1\WEBAS_JAVA_DB4\ONE_HOST/SecureStoreCreate.log: Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA_DB4/ONE_HOST/install/sharedlib/tc_sec_secstorefs.jar.Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA_DB4/ONE_HOST/install/sharedlib/exception.jar.Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA_DB4/ONE_HOST/install/sharedlib/logging.jar.SAP Secure Store in the File System - Copyright (c) 2003 SAP AG

And the SecureStoreCreate.log content is as follow.

Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA_DB4/ONE_HOST/install/sharedlib/tc_sec_secstorefs.jar.

Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA_DB4/ONE_HOST/install/sharedlib/exception.jar.

Attaching Java program to /usr/sap/SAPinst/NW04SR1/WEBAS_JAVA_DB4/ONE_HOST/install/sharedlib/logging.jar.

SAP Secure Store in the File System - Copyright (c) 2003 SAP AG

java.lang.ExceptionInInitializerError

at java.lang.Error.<init>(Error.java:37)

at java.lang.ExceptionInInitializerError.<init>(ExceptionInInitializerError.java:61)

at javax.crypto.Cipher.a(Unknown Source)

at javax.crypto.Cipher.getInstance(Unknown Source)

at iaik.security.provider.IAIK.addAsProvider(IAIK.java:1655)

at iaik.security.provider.IAIK.addAsJDK14Provider(IAIK.java:1612)

at iaik.security.provider.IAIK.addAsJDK14Provider(IAIK.java:1623)

at com.sap.security.core.server.secstorefs.Crypt.<clinit>(Crypt.java:82)

at com.sap.security.core.server.secstorefs.SecStoreFS.setSID(SecStoreFS.java:158)

at com.sap.security.core.server.secstorefs.SecStoreFS.handleCreate(SecStoreFS.java:804)

at com.sap.security.core.server.secstorefs.SecStoreFS.main(SecStoreFS.java:1274)

Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs

at java.lang.Throwable.<init>(Throwable.java:195)

at java.lang.Exception.<init>(Exception.java:41)

at java.lang.RuntimeException.<init>(RuntimeException.java:43)

at java.lang.SecurityException.<init>(SecurityException.java:32)

at javax.crypto.b.<clinit>(Unknown Source)

... 9 more

Caused by: java.lang.SecurityException: Cannot locate policy or framework files|

at java.lang.Throwable.<init>(Throwable.java:195)

at java.lang.Exception.<init>(Exception.java:41)

at java.lang.RuntimeException.<init>(RuntimeException.java:43)

at java.lang.SecurityException.<init>(SecurityException.java:32)

at javax.crypto.b.a(Unknown Source)

at javax.crypto.b.g(Unknown Source)

at javax.crypto.b$0.run(Unknown Source)

... 10 more

I am not able to locate where the problem is.

Can any one suggest me some solution to this problem.

Regards,

Rajesh Patel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

Are you installing J2EE Add-in with SSL option activated ? If so, I think there is some IAIK/SSL libraries that have to presented on server to proceed with installation successfully. You can also try installing Add-in without SSL/https option activated and configure SSL afterwards.

Regards,

Mike