In the meshIQ Platform version 11.x, the label "M6 Web Server" has been changed to "Web Server."
M6 Web service does not start. The machine has been re-booted and the service will not start, but everything else does.
The dialog box states:
---------------------------------------------------------------------
/!\ Windows could not start the M6 Web Server on server XYZ......
For more information, review the System Event Log. If this is a non-Microsoft
service, contact the service vendor, and refer to the service-specific error code 0.
Solution
You may need to re-install the M6 Web Server service. There are two steps involved:
Step 1: Remove the existing service
C:\nastel\AutoPilotM6\apache-tomcat\bin>m6service.bat remove M6WebServer C:\nastel\AutoPilotM6 C:\nastel\AutoPilotM6\jre
Removing the service 'M6WebServer' ...
Using CATALINA_BASE: "C:\nastel\AutoPilotM6\apache-tomcat"
The service 'M6WebServer' has been removed
Step 2: Install the new service
C:\nastel\AutoPilotM6\apache-tomcat\bin>m6service.bat install M6WebServer C:\nastel\AutoPilotM6 C:\nastel\AutoPilotM6\jre
Installing the service 'M6WebServer' ...
Using CATALINA_HOME: "C:\nastel\AutoPilotM6\apache-tomcat"
Using CATALINA_BASE: "C:\nastel\AutoPilotM6\apache-tomcat"
Using JAVA_HOME: ""
Using JRE_HOME: "C:\nastel\AutoPilotM6\jre"
Using JVM: "C:\nastel\AutoPilotM6\jre\bin\server\jvm.dll"
The service 'M6WebServer' has been installed.
If the path contains spaces, such as Program Files, you need to enclose the string in double quotes.