Knowledge Base

|
vCenter Server Service Status plug-in cannot be enabled (1013472)
Symptoms
- You cannot enable the vCenter Server Service Status plug-in
- The vCenter Server Service Status shows as Disabled
- When you try to enable the plug-in, you see the error:
The following error occured while downloading the script plugin from https://vCenter:8443/health-ui/scriptConfig.xml: Unable to connect to the remote server - Tomcat is not listening on TCP port 8443
Cause
This issue can occur if the keystorePass parameter in code>C:\Program Files\VMware\Infrastructure\tomcat\conf\server.xml is changed from testpassword to password. Changing the keystorePass parameter from the default, testpassword, is not permitted.
If you encounter a similar issue, with Tomcat listening on Port 8443, see Generating custom or default SSL certificates (1029944) .
Resolution
To begin troubleshooting this issue, ensure that the VirtualCenter Management Web Service is running. If it is not, start the service and try to enable the plug-in.
If starting the VirtualCenter Management Web Service does not resolve the issue, then an incorrect password may be stored in server.xml.
To correct the stored password:
- Stop the vCenter services. For more information, see Stopping, starting, or restarting vCenter services (1003895).
- Open
%PROGRAMFILES%\VMware\Infrastructure\tomcat\conf\server.xmlin a text editor. - Search for <
Connector port="8443".
This line refers to therui.pfxcertificate file that changes when you update your certificate.
Sample section of file looks similar to this:
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="false"
clientAuth="false" sslProtocol="TLS"
keystoreFile="C:\ProgramData\VMware\VMware VirtualCenter\SSL\rui.pfx"
keystorePass="testpassword" keystoreType="PKCS12" />
- Update
keystorePass=to therui.pfxcertificate password. The default password for self-signed certificates istestpassword.
Note: The passwordrui.pfxcannot be blank. If you are having troubles with the vCenter Server certificates, see Replacing vCenter Server Certificates for VMware vSphere 4.0.
- Restart the vCenter services. For more information, see Stopping, starting, or restarting vCenter services (1003895).
- In your web browser go to https://vcenter:8443/health-ui//scriptConfig.xml.
Additional Information
For more extensive troubleshooting for vCenter Server plugins, see Performance Overview charts fail with STATs Report Service internal error (1012812).
See Also
- Stopping, starting, or restarting vCenter services
- Performance Overview charts fail with STATs Report Service internal error
- Generating custom or default SSL certificates
Update History
Request a Product Feature
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

