cancel
Showing results for 
Search instead for 
Did you mean: 

I/O error on SecStore.properties

Former Member
0 Kudos

hello,

i tried to install Java Addin to a ERP ABAP System on the same maschine.

Now the installation stopps because the server0 process of the java Stack can not start. in the logs i can find this entry:

Caused by: java.io.FileNotFoundException:

sapp71
sapmnt
P71
SYS
global
security
data
SecStore.properties (The requested operation cannot be performed on a file with a user-mapped section open)

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

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

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

at com.sap.security.core.server.secstorefs.StorageHandler.flush(StorageHandler.java:765)

... 18 more

has someone an idea to solve this problem.

Kind regards.

Accepted Solutions (0)

Answers (1)

Answers (1)

Jozsó
Explorer
0 Kudos

Hi,

first I'd check if there is another java process accessing/locking this file. The file should be accessed only by the java process corresponding to SAPInst.

If you find no other process, make sure that the required JDK is installed on the OS.

Regards,

Jozsef