When attempting to add a host to an existing cluster in SDDC Manager, the operation fails with one of the following errors:YYYY-MM-DDTHH:MM:SS.712+0000 INFO [vcf_om,#######################,####] [c.v.e.s.c.s.c.CommonsServicesSdkClient,http-nio-127.0.0.1-7300-exec-10] Common svcs connection timeout is 30000
YYYY-MM-DDTHH:MM:SS.712+0000 ERROR [vcf_om,#######################,####] [c.v.v.q.vsphere.VsphereQueryService,http-nio-127.0.0.1-7300-exec-10] Failed to acquire data for the following hosts [########-####-####-####-###########, ########-####-####-####-###########, ########-####-####-####-###########, ########-####-####-####-###########, ########-####-####-####-###########, ########-####-####-####-###########]
java.lang.IllegalArgumentException: VMwareProductVersion can not be null or empty
at com.vmware.evo.sddc.common.version.VMwareProductVersion.<init>(VMwareProductVersion.java:98)
at com.vmware.vcf.query.vsphere.util.CssClientUtil.lambda$getHostCredentials$0(CssClientUtil.java:86)
at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197psql -h localhost -U postgres -d platformc. psql -h localhost -U postgres -d platform.
SELECT id, hostname, status, version FROM host;d. Update the Host version.
update host set version='ESXI version and build' where id='ESXi ID';e. Verify and Exit.
SELECT id, hostname, status, version FROM host WHERE id = 'ESXi ID';f. Once verified, exit the PostgreSQL interface:
\q3. Re-attempt the Add Host operation from the SDDC Manager UI.