vCenter Server gets disconnected and Windows event log reports the error: Event description for event id 1000 from source vmware virtualcenter server
search cancel

vCenter Server gets disconnected and Windows event log reports the error: Event description for event id 1000 from source vmware virtualcenter server

book

Article ID: 308828

calendar_today

Updated On:

Products

VMware vCenter Server

Issue/Introduction

Symptoms:

You experience these recurring issues:

  • vSphere Infrastructure Client loses connection to the vCenter Server 4.0 every fifteen minutes.
  • The management page locks up and the vCenter service has to be restarted.
  • Windows event logs show:

    Event description for event id 1000 from source vmware virtualcenter server cannot be found

  • The %ALLUSERSPROFILE%\Application Data\VMware\VMware VirtualCenter\Logs\vpxd.log file of the vCenter Server has entries similar to:

    [VpxdReverseProxy] Failed to create http proxy: Resource is already in use: Listen socket: :80


Environment

VMware vCenter Server 5.0.x
VMware vCenter Server 4.0.x
VMware vCenter Server 4.1.x

Resolution

This issue occurs when an application, such as IIS or RCA, is listening at Port 80 that is needed by vCenter Server.

If you have installed IIS on your vCenter Server, the IIS configuration file applicationHost.config appears similar to:

<sites>
<site name="Default Web Site" id="1">
<application path="/" applicationPool="DefaultAppPool">
<virtualDirectory path="/" physicalPath="c:\inetpub\wwwroot" />
</application>
<bindings>
<binding protocol="HTTP" bindingInformation="*:80:" />
</bindings>
</site>
</sites>

In this example, the configuration file defines a site that has a root application with a virtual directory pointing to \inetpub\wwwroot and is listening on any IP address on port 80.

If you have installed IIS on your vCenter Server:

  1. Launch vCenter Server as a standalone server to check for errors, by running this command:

    vpxd -s

  2. Stop IIS, if it is running.
  3. Restart vCenter Server.
  4. Change the port on which IIS listens, if necessary:

    1. Open Internet Information Services (IIS) Manager.
    2. Select the web site that you wish to configure.
    3. In the Action pane, click Bindings.
    4. Click Add to add a new site binding or click Edit to change an existing binding.
    5. Click OK to apply the changes.

  5. Using IIS Administrator, change the Default Web Site port to 8081:

    1. Click Start > Administrative Tools > Internet Information Services (IIS) Manager.
    2. In the Connections tree, go to your computer > Sites > Default Web Site.
    3. In the Actions pane, click Bindings.
    4. Select the binding you are going to edit and then click Edit.
    5. Change the port to 8081.
    6. Click OK.


Additional Information

To determine if another application or service is causing a TCP port conflict, see Determining if a port is in use (1003971).

Determining if a port is in use
vCenter Server が切断され、Windows イベント ログが次のエラーを報告する:ソースの VMware VirtualCenter Server のイベント id 1000 のイベント記述
vCenter Server 断开连接且 Windows 事件日志报告以下错误:Event description for event id 1000 from source vmware virtualcenter server