cancel
Showing results for 
Search instead for 
Did you mean: 

Problems in the installation of SAP NetweaverJava

Former Member
0 Kudos

Hi

I`m new in the SAP world and in the stalation of the SAP Netweaver Java aplication and in the installation apears this error

¿somebody can help me?

ERROR 2010-02-08 23:29:11

CJS-30051 Cannot insert a key value pair into the secure store fails;

see output of log file SecureStoreInsert.log: SAP Secure Store in the File System - Copyright (c) 2003 SAP AG

ERROR 2010-02-08 23:29:11

FCO-00011 The step insertAdminDataInSecStore with step key |NW_Workplace|ind|ind|ind|ind|0|0|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|4|0|insertAdminDataInSecStore was executed with status ERROR .

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Java uses its JCE policy for there cryptography

Follow the steps:

Steps : 1) stop the installation

2) get the J2EEINSTALL.SAR file from NW DVD:

Follow the path: /DVD/UNZIP_NetWeaver_64Bit/NW_Java_Comp/51033513/DATA_UNITS/

JAVA_J2EE_OSINDEP_J2EE_INST,

You need to extract to /tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/install directory.

3. copy this file ("J2EEINSTALL.SAR) to the install directory in /tmp as below

/tmp/sapinst_instdir/ERP/SYSTEM/ORA/CENTRAL/AS/install

4. Go to the /install dir, then do /sapmnt/SID/exe/SAPCAR -xvf J2EEINSTALL.SAR

5. Restart the installation.

You will solve most java problem by using this procedure.

Former Member
0 Kudos

I read le log of the secure store and this is that said:

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

com.sap.security.core.server.secstorefs.NoEncryptionException: Encryption or decryption is not possible because the full version of the SAP Java Crypto Toolkit was not found (iaik_jce.jar is required, iaik_jce_export.jar is not sufficient) or the JCE Jurisdiction Policy Files don't allow the use of the "PbeWithSHAAnd3_KeyTripleDES_CBC" algorithm.

at com.sap.security.core.server.secstorefs.SecStoreFS.openExistingStore(SecStoreFS.java:1975)

at com.sap.security.core.server.secstorefs.SecStoreFS.handleInsert(SecStoreFS.java:963)

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

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

at java.lang.reflect.Method.invoke(Method.java:324)

at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)

Caused by: java.lang.SecurityException: The provider IAIK may not be signed by a trusted party

at javax.crypto.SunJCE_b.a(DashoA12275)

at javax.crypto.Cipher.a(DashoA12275)

at javax.crypto.Cipher.getInstance(DashoA12275)

at com.sap.security.core.server.secstorefs.Crypt.<init>(Crypt.java:220)

at com.sap.security.core.server.secstorefs.SecStoreFS.<init>(SecStoreFS.java:1346)

at com.sap.security.core.server.secstorefs.SecStoreFS.handleInsert(SecStoreFS.java:954)

... 6 more

What would I do?

Former Member
0 Kudos

Please use Java policy file e.g. jce_policy-1_4_2.zip (download from internet) and use it at the time of installation.

Regards

Arindam

shyam_dontamsetty
Active Participant
0 Kudos

hi aguerrero,

Follow this link for the installation of cyptographic library.

http://help.sap.com/erp2005_ehp_04/helpdata/EN/cf/44533e5ff4d064e10000000a114084/frameset.htm

Best Regards,

Shyam Dontamsetty

Former Member
0 Kudos

Thank you Shyam.

How I will do these changes? I don´t understand what to do.

Thank you