Problem
When uninstalling DeployR 7.x on Windows, the DeployR servicesApache-Tomcat-for-DeployR-7.x
MongoDB-DeployR-7.x RServe7.xshould be removed from the system. Apache-Tomcat-for-DeployR-7.x service may fail to be uninstalled cleanly, leaving behind the service definition in the Windows Services console. This service is unstartable. Upon reinstallation of DeployR, there will be two instances of the Apache Tomcat service.Solution
Remove the incorrect service definition from Windows Services:
-
Prior to reinstalling DeployR, launch a Windows Command Line using "Run As Administrator"
-
Issue the command
C:\> sc delete Apache-Tomcat-for-DeployR-7.x
-
Verify service is removed using the command
C:\> sc queryex type= service state= all | find "DeployR"
The command should return nothing.
Note: this problem is due to an installation bug fixed post-7.2.