cancel
Showing results for 
Search instead for 
Did you mean: 

ACC7.11 installation error

Former Member
0 Kudos

hi guys,

I am installing ACC7.11, during the installation at SecureStoreCreate Phase(After ABAP import), i get below error

does anybody know how to fix this...

here is the sapinst_dev.log

WARNING[E] 2009-08-06 12:10:28.206 
           CJSlibModule::writeError_impl() 
CJS-30050  Cannot create the secure store. SOLUTION: See output of log file SecureStoreCreate.log: 
   INFO: Loading tool launcher...
   INFO: [OS: Windows Vista] [VM vendor: SAP AG] [VM version: 1.5.0_14] [VM type: SAP Java 64-Bit Server VM]
   INFO: Main class to start: "com.sap.security.core.server.secstorefs.SecStoreFS"
   INFO: Loading 8 JAR files: [\\administrator2\sapmnt\AC7\SYS\global\security\lib\tools\iaik_jce.jar, \\administrator2\sapmnt\AC7\SYS\global\security\lib\tools\iaik_jsse.jar, \\administrator2\sapmnt\AC7\SYS\global\security\lib\tools\iaik_smime.jar, \\administrator2\sapmnt\AC7\SYS\global\security\lib\tools\iaik_ssl.jar, \\administrator2\sapmnt\AC7\SYS\global\security\lib\tools\w3c_http.jar, C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\MSS\STD\AS\install\lib\sap.com~tc~exception~impl.jar, C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\MSS\STD\AS\install\lib\sap.com~tc~logging~java~impl.jar, C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\MSS\STD\AS\install\lib\sap.com~tc~sec~secstorefs~java~core.jar]
   INFO: Start
SAP Secure Store in the File System - Copyright (c) 2003 SAP AG

  FATAL: Main class "com.sap.security.core.server.secstorefs.SecStoreFS" cannot be started: 
  FATAL: java.lang.ExceptionInInitializerError
	at javax.crypto.Cipher.getInstance(DashoA12275)
	at javax.crypto.Cipher.getInstance(DashoA12275)
	at iaik.security.provider.IAIK.a(Unknown Source)
	at iaik.security.provider.IAIK.addAsJDK14Provider(Unknown Source)
	at iaik.security.provider.IAIK.addAsJDK14Provider(Unknown Source)
	at com.sap.security.core.server.secstorefs.Crypt.<clinit>(Crypt.java:85)
	at com.sap.security.core.server.secstorefs.SecStoreFS.setSID(SecStoreFS.java:175)
	at com.sap.security.core.server.secstorefs.SecStoreFS.handleCreate(SecStoreFS.java:836)
	at com.sap.security.core.server.secstorefs.SecStoreFS.main(SecStoreFS.java:1306)
	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:585)
	at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
	at javax.crypto.SunJCE_b.<clinit>(DashoA12275)
	... 14 more
Caused by: java.lang.SecurityException: Cannot locate policy or framework files!
	at javax.crypto.SunJCE_b.i(DashoA12275)
	at javax.crypto.SunJCE_b.g(DashoA12275)
	at javax.crypto.SunJCE_r.run(DashoA12275)
	at java.security.AccessController.doPrivileged(Native Method)
	... 15 more

  FATAL: com.sap.engine.offline.OfflineToolStart will abort now with exitcode 2.

TRACE      2009-08-06 12:10:28.283 [iaxxejsbas.hpp:488]
           EJS_Base::dispatchFunctionCall() 
JS Callback has thrown unknown exception. Rethrowing.

ERROR      2009-08-06 12:10:28.369 [sixxcstepexecute.cpp:984]
FCO-00011  The step createSecureStore 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_SecureStore|ind|ind|ind|ind|9|0|createSecureStore was executed with status ERROR .

regards

Edited by: jaichan jai on Aug 6, 2009 6:17 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

hi guys

sorry i solve the problem as below

use the

I have resolved the problem by copy the

local_policy.jar

US_export_policy.jar

from jce_policy-1_5_0.zip.

to

sapinst_instdir\CE71_DEV_ADA\INSTALL\sapjvm\sapjvm_5\jre\lib\security

then retry...it worked

thanks