Unable to retrieve health data from https://VC servername or IP address/converter/health.xml
Note: For German customers, the vCenter Service Status message is:
Daten zum Systemzustand konnen nicht von
https:///converter/health.xml
abgerufen werden
vws.log
file, you may see messages similar to:Thread-34 ERROR com.vmware.vim.health.impl.ComponentSpec] Unable to retrieve health for com.vmware.
converter from any of its health URLs
Thread-34 ERROR com.vmware.vim.health.impl.XmlUtil] Error validating health from stream
ERROR com.vmware.vim.health.impl.XmlUtil] Invalid health data: org.apache.commons.httpclient.AutoCloseInputStream@705c358b
org.xml.sax.SAXParseException: cvc-complex-type.4: Attribute 'id' must appear on element 'message'.
Thread-16 DEBUG com.vmware.vim.health.impl.ComponentSpec] Setting up HttpClient for component com.vmware.converter and url https://192.168.1.6/converter/health.xml
Thread-16 DEBUG com.vmware.vim.health.impl.ComponentSpec] Set up login URL https://192.168.1.6 for component com.vmware.converter
Thread-16 ERROR com.vmware.vim.health.impl.ComponentSpec] Unable to retrieve health for com.vmware.converter from https://192.168.1.6/converter/health.xml
vws.log
file errors and enable debug logging in the vws.log
file, the vws.log
file contains messages similar to:DEBUG com.vmware.vim.health.impl.ComponentSpec] Setting up HttpClient for component com.vmware.converter and url
https://xx.xx.xx.xx/converter/health.xml
DEBUG com.vmware.vim.health.impl.ComponentSpec] Set up login URL
https://192.168.1.6
for component com.vmware.converter
ERROR com.vmware.vim.health.impl.ComponentSpec] Unable to retrieve health for com.vmware.converter from
https://xx.xx.xx.xx/converter/health.xml
com.vmware.vcIntegrity from (IP address) /vci/downloads
/health.xml
. https://xx.xx.xx.xx/converter/health.xml
can be accessed via a web browser on the vCenter Server machine. This issue has been resolved in vCenter Server 4.1 Update 1. Download vCenter Server 4.1 Update 1 from the VMware Download Center.
Prior to vCenter Server 4.1 Update 1, this message may be caused by an SSL Certificate handshake issue. It does not appear to impact Converter functionality.
To work around this issue, try using a fully qualified domain name or IP address to register vCenter Converter with vCenter Server. This may help in some cases.
Alternatively, replace the thumbprint entry of Converter in the ADAM LDAP database with the vCenter Server thumbprint.
To replace the Converter thumbprint with the vCenter Server thumbprint:
Caution: This workaround has only been tested for configurations where vCenter Server and Converter co-exist on the same machine. Do not perform this workaround if vCenter Server and Converter are on different servers.
Notes:
ldp.exe
binary or adsiedit.msc
on your system (to read and update the ADAM data). You can download ldp.exe
or adsiedit.msc
from the Windows Support Tools or the Microsoft Download Centerldp.exe
under Server Manager > Roles > Active Directory Lightweight Directory Services > Advance Tools. adsiedit.msc
, on Windows 2003 or Windows 2008, click Start > Run, then type adsiedit.msc
. ldp.exe
: ldp.exe
if it is not already installed, then open ldp.exe
. adsiedit.msc
: adsi.msc
if it is not already installed, then open adsiedit.msc
. vcentername:389
Double-click DC=virtualcenter,DC=vmware,DC=int, then double-click:
Note: This issue is also reported in the VMware vCenter Converter 4.2 for vCenter Server 4.1 Release Notes. For more information, see the Known Issues section.
log4j.properties
.C:\ProgramFiles\VMware\Infrastructure\tomcat\webapps\vws\WEB-INF\classes
. log4j.logger.com.vmware.vim=DEBUG
log4j.appender.LOGFILE.Threshold=DEBUG
log4j.appender.LOGFILE.MaxBackupIndex=1000
To enable debug logging for vws on vSphere 4.0.x:
log4j.properties
.C:\ProgramFiles(x86)\VMware\Infrastructure\tomcat\webapps\vws\WEB-INF\classes
. log4j.logger.com.vmware.vim=DEBUG
log4j.appender.LOGFILE.Threshold=DEBUG
log4j.appender.LOGFILE.MaxBackupIndex=1000
Notes:
VWS.log
can be located in C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter\Logs
.VWS.log
can be located in C:\ProgramData\VMware\VMware VirtualCenter\Logs
.