cancel
Showing results for 
Search instead for 
Did you mean: 

Agent verion differs from LMService

former_member367733
Participant
0 Kudos

Hi Experts,

I met a problem during SOLMAN_SETUP on solution manager 7.2.

Then I tried to fix it based on the following note.

1931100 - "Agent version differs from LMService" Error in Solution Manager 7.1 Agent Administration

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.

BR

Alex

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member367733
Participant
0 Kudos

I fixed this problem by upgrading Solution Manger from SP02 to SP05.