Environment
Novell Operations Center myMO 4.7
Installed as Windows service
Installed as Windows service
Situation
Symptoms
Installing myMO on Windows with SSL communication mode fails because the file path for the keystore is incorrect. When starting myMO the following warning is found in the mymo.trc file:
ERROR: RMI client keystore file C:\WINDOWS\System32\..\conf\keystore not found, client cert authentication disabled
Installing myMO on Windows with SSL communication mode fails because the file path for the keystore is incorrect. When starting myMO the following warning is found in the mymo.trc file:
ERROR: RMI client keystore file C:\WINDOWS\System32\..\conf\keystore not found, client cert authentication disabled
Resolution
The error occurs because myMO expects to start in the Tomcat server directory, but Windows services start in the C:\WINDOWS\System32 directory. To fix, change the myMO service startup directory as follows:
1. Shut down myMO.
2. Navigate to the server\bin subdirectory of the myMO installation.
3. Execute the following command, where <myMO> is substituted by the myMO installation directory:
tomcat6 //US//myMO --StartPath=<myMO>\server\bin
4. Restart myMO.
To verify that the fix worked, search for user.dir in the logs\mymo.trc file and verify that it is set to the directory above.
1. Shut down myMO.
2. Navigate to the server\bin subdirectory of the myMO installation.
3. Execute the following command, where <myMO> is substituted by the myMO installation directory:
tomcat6 //US//myMO --StartPath=<myMO>\server\bin
4. Restart myMO.
To verify that the fix worked, search for user.dir in the logs\mymo.trc file and verify that it is set to the directory above.