Knowledge Base
The VMware Knowledge Base provides support solutions, error messages and troubleshooting guides

|
Adding an ESXi 5.0 host to vCenter Server 5.0 fails with the error: A general system error occurred (2009217)
Symptoms
- You cannot add an ESXi 5.0 host to vCenter Server 5.0
- Adding an ESXi 5.0 host to vCenter Server 5.0 fails
- You see the error:
Timed waiting for vpxa to start
- In the
vpxd.logfile, you see a backtrace similar to:A general system error occurred: Unexpected exception reading HTTP response body: class Vmacore::Http::TruncatedResponseException(While determining chunk size, truncated HTTP response.) with trace:
backtrace[00] rip 000000018013d40a (no symbol)
backtrace[01] rip 00000001800ffa38 (no symbol)
backtrace[02] rip 00000001800fffee (no symbol)
backtrace[03] rip 000000018008794b (no symbol)
backtrace[04] rip 000000018003ed6f (no symbol)
backtrace[05] rip 000000018004349e (no symbol)
backtrace[06] rip 00000000005d2989 (no symbol)
backtrace[07] rip 00000000005a35d7 (no symbol)
backtrace[08] rip 00000000005a3bd9 (no symbol)
backtrace[09] rip 000000014060f6af (no symbol)
backtrace[10] rip 000000014061702a (no symbol)
backtrace[11] rip 0000000140617b10 (no symbol)
backtrace[12] rip 000000014060f827 (no symbol)
backtrace[13] rip 00000001406187c4 (no symbol)
backtrace[14] rip 000000000051263c (no symbol)
backtrace[15] rip 000000000060a2c7 (no symbol)
backtrace[16] rip 00000001400d7d20 (no symbol)
backtrace[17] rip 00000001400d890c (no symbol)
backtrace[18] rip 0000000180153dad (no symbol)
backtrace[19] rip 00000001801552d4 (no symbol)
backtrace[20] rip 000000018014dc65 (no symbol)
backtrace[21] rip 00000000708a2fdf (no symbol)
backtrace[22] rip 00000000708a3080 (no symbol)
backtrace[23] rip 0000000076bbf56d (no symbol)
backtrace[24] rip 0000000076cf2cc1 (no symbol)
while parsing serialized value of type string at line 17, column 374505
while parsing property "uuid" of static type string
while parsing serialized DataObject of type vim.vm.device.VirtualDisk.FlatVer2BackingInfo
at line17, column 374240
while parsing property "parent" of static type VirtualDiskFlatVer2BackingInfo
while parsing serialized DataObject of type vim.vm.device.VirtualDisk.FlatVer2BackingInfo
at line 17, column 373871 while parsing property "parent" of static type VirtualDiskFlatVer2BackingInfo
while parsing serialized DataObject of type vim.vm.device.VirtualDisk.FlatVer2BackingInfo at line 17, column 373502
while parsing property "parent" of static type VirtualDiskFlatVer2BackingInfo
- The host does not get added to vCenter Server.
- In the
vpxd.logfile, you see entries similar to:2012-02-07T12:53:11.394+01:00 [04536 info 'Default' opID=CE9B4629-00000205] [VpxLRO] -- ERROR task-5638 -- domain-c7 -- vim.ClusterComputeResource.addHost: vmodl.fault.SystemErr
--> Result: --> (vmodl.fault.SystemError) { --> dynamicType = <unset>, --> faultCause = (vmodl.MethodFault) null, --> reason = "Timed waiting for vpxa to start", --> msg = "",
- In the
hostd.logfile, you see entries similar to:[FFD40B90 verbose 'Proxysvc Req00049'] New proxy client SSL(TCP(local=172.30.27.51:443, peer=172.30.27.59:59734))
[309EBB90 warning 'Proxysvc Req00049'] Connection to localhost:8089 failed with error N7Vmacore15SystemExceptionE(Connection refused).
- In the
vobd.logfile, you see entries similar to:[UserWorldCorrelator] 57779447099us: [esx.problem.vpxa.core.dumped] /usr/lib/vmware/vpxa/bin/vpxa crashed (1 time(s) so far) and a core file may have been created at /var/core/vpxa-zdump.003. This may have caused connections to the host to be dropped.
[UserWorldCorrelator] 57776140380us: [vob.uw.core.dumped] /usr/lib/vmware/vpxa/bin/vpxa(86449) /var/core/vpxa-zdump.003
Purpose
Search the Knowledge Base for your symptoms or file a Support Request.
Cause
Resolution
To remove the snapshots from the virtual machine:
- Connect to the ESXi host using SSH. For more information, see Using ESXi Shell in ESXi 5.x (2004746).
- Determine if the virtual machine is using snapshots by running the command:
# find /vmfs/volumes/*/* -iname *delta*
For more information, see Determining if a virtual machine is using snapshots (1004343).
- Remove the snapshots from the virtual machine either by consolidating or using the Delete All option.
For more information, see Consolidating snapshots (1007849).
For more information on cloning virtual machine disks with snapshots, see Cloning individual virtual machine disks via the VMware ESX host terminal (1027876).
- Re-add the host to vCenter Server.
Alternatively, you can modify the
/etc/vmware/vpxa/vpxa.cfg file on the affected host to increase the thread stack size.To increase the thread stack size:
- Connect to the ESXi host using SSH. For more information, see Using ESXi Shell in ESXi 5.x (2004746).
- Change directory and back up the current
vxpa.cfgfile by running the commands:cd /etc/vmware/vpxa
cp vpxa.cfg vpxa.cfg.orig
- Open the
vpxa.cfgfile using a text editor. - Increase the
ThreadStackSizeKbvalue to1024.
Note: The default value is<ThreadStackSizeKb>128</ThreadStackSizeKb>.
For example:<Config>
<vmacore>
<threadPool>
<ThreadStackSizeKb>1024</ThreadStackSizeKb>
</threadPool>
</vmacore>
</Config>
- Save and close the
vpxa.cfgfile. - After the changes are applied, add/reconnect the host to vCenter Server.
- Resolve the snapshot issue in the virtual machine using the earlier procedure.
- After the snapshots are consolidated, revert the changes made to the
vpxa.cfgfile in step 4.
Additional Information
Use the following commands to find snapshot information on the host:
find /vmfs/volumes/ -name *delta* -print
find /vmfs/volumes/*/* -iname *delta* | wc -lSee Also
- Determining if a virtual machine is using snapshots
- Consolidating snapshots in ESX/ESXi 3.x and 4.x
- Cloning individual virtual machine disks via the ESX/ESXi host terminal
- Using ESXi Shell in ESXi 5.x
- vCenter ServerへESXi 5.0ホストを追加すると次のエラーで失敗する:A general system error occurred
Update History
Request a Product Feature
To request a new product feature or to provide feedback on a VMware product, please visit the Request a Product Feature page.
Actions
KB:
- Updated:
- Categories:
- Languages:
- Product Family:
- Product(s):
- Product Version(s):

