I have the following event being output to the Windows event log 4 or 5 times a minute.
Event ID: 7031
Task Category: None
Level: Error
Description:
The VMware VirtualCenter Management Webservices service terminated unexpectedly. It has done this 45 time(s). The following corrective action will be taken in 60000 milliseconds: Restart the service.
I tried changing the max memory allocation to 512MB in C:\Program Files\VMware\Infrastructure\tomcat\conf\wrapper.conf as recommended here but that didn't help.
Running the service from the command line with a -c argument instead of a -s gives:
jvm 1 | SEVERE: Failed to initialize end point associated with ProtocolHandle
r ["ajp-bio-8009"]
jvm 1 | java.net.BindException: Address already in use: JVM_Bind <null>:8009
jvm 1 | at org.apache.tomcat.util.net.JIoEndpoint.bind(JIoEndpoint.java:
From netstat –abn output:
[java.exe]
TCP [::]:8009 [::]:0 LISTENING
Has anyone seen this before?