But there is another error popped up after deploying.
In the log there are one exception appears many times.
Jun 9, 2017 7:03:58 AM [Thread[Thread-14,5,main] ] Error Error in storeInSecStore [EXCEPTION] java.rmi.RemoteException: Error in storeInSecStore; nested exception is: com.sap.security.core.server.secstorefs.FileIOException: I/O error on file "/usr/sap/DAA/SMDA98/SMDAgent/configuration/secstore.properties". at com.sap.smd.util.SMDAgentExceptionHelper.convertToRemoteException(SMDAgentExceptionHelper.java:28) at com.sap.smd.agent.connection.configuration.ManagingConnectionManipulator.storeInSecStore(ManagingConnectionManipulator.java:1187) at com.sap.smd.agent.connection.configuration.ManagingConnectionManipulator.storeAgentSecretKey(ManagingConnectionManipulator.java:1209) at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sap.engine.services.rmi_p4.P4DynamicSkeleton.dispatch(P4DynamicSkeleton.java:240) at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:482) at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:281) at com.sap.engine.services.rmi_p4.DispatchImpl.run(DispatchImpl.java:746) at java.lang.Thread.run(Thread.java:763) Caused by: com.sap.security.core.server.secstorefs.FileIOException: I/O error on file "/usr/sap/DAA/SMDA98/SMDAgent/configuration/secstore.properties". at com.sap.security.core.server.secstorefs.StorageHandler.flush(StorageHandler.java:599) at com.sap.security.core.server.secstorefs.SecStoreFS.updatePair(SecStoreFS.java:1838) at com.sap.smd.agent.connection.configuration.ManagingConnectionManipulator.storeInSecStore(ManagingConnectionManipulator.java:1185) ... 9 more Caused by: java.io.FileNotFoundException: /usr/sap/DAA/SMDA98/SMDAgent/configuration/secstore.properties (Permission denied) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:201) at java.io.FileOutputStream.<init>(FileOutputStream.java:90) at com.sap.security.core.server.secstorefs.StorageHandler.flush(StorageHandler.java:595) ... 11 more
Do you have any clue to fix it? Really appreciated.
Add comment