-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Blocker
-
Affects Version/s: 3.0.0rc1
-
Component/s: Server (S)
-
Environment:vcenter 5.5
vmware checks fails with error:
noname.xml:7: parser error : Excessive depth in document: 256 use XML_PARSE_HUGE option
I solved it by changing the source and recompiling vmware.c
xmlReadMemory(page.data, page.offset, ZBX_VM_NONAME_XML, NULL, XML_PARSE_HUGE)