cancel
Showing results for 
Search instead for 
Did you mean: 

Solman installation error

Former Member
0 Kudos

Hi,

Error while installing solman in Create Secure Store phase

Log -

ERROR 2011-06-06 15:01:30

CJS-30050 Cannot create the secure store; see output of log file SecureStoreCreate.log: SAP Secure Store in the File System - Copyright (c) 2003 SAP AG

SecureStoreCreate.log

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

com.sap.security.core.server.secstorefs.FileIOException: I/O error on file "
SOLMAN1/sapmnt/SOL/SYS/global/security/data/SecStore.key".

at com.sap.security.core.server.secstorefs.KeyHandler.writeKeyIntoFile(KeyHandler.java:618)

at com.sap.security.core.server.secstorefs.KeyHandler.setNewKeyInFile(KeyHandler.java:666)

at com.sap.security.core.server.secstorefs.Crypt.setNewKeyInFile(Crypt.java:502)

at com.sap.security.core.server.secstorefs.SecStoreFS.createStoreWithEncryption(SecStoreFS.java:1739)

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

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

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.io.FileNotFoundException:
SOLMAN1\sapmnt\SOL\SYS\global\security\data\SecStore.key (An operation was attempted on a nonexistent network connection)

at java.io.FileOutputStream.open(Native Method)

at java.io.FileOutputStream.<init>(FileOutputStream.java:179)

at java.io.FileOutputStream.<init>(FileOutputStream.java:131)

at com.sap.security.core.server.secstorefs.KeyHandler.writeKeyIntoFile(KeyHandler.java:611)

... 10 more

Regards

Accepted Solutions (1)

Accepted Solutions (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Please make sure that firewall if off and also user should has administrative rights.

Thanks

Sunny

Former Member
0 Kudos

Hi,

Installing with administrator ID

Regards

Answers (2)

Answers (2)

Former Member
0 Kudos

Have you tried to navigate to *
SOLMAN1\sapmnt\SOL\SYS\global\security\data\* this directory using Windows Explorer and create a test file.

Thanks

SM

JPReyes
Active Contributor
0 Kudos

After you have checked that permissions are fine it has been known that your antivirus can prevent the file from been modified.

Disable your antivirus during the installation.

Regards

Juan