Issues in upgrading the windows vCenter from 6.5u3 to 6.7 u3
Upgrade fails with the following error .
vpxd_firstboot.py_2828_stderr.log
F:\vCenter Server\python\lib\importlib\_bootstrap.py:222: RuntimeWarning: to-Python converter for struct client already registered; second conversion method ignored.
return f(*args, **kwds)
F:\vCenter Server\python\lib\importlib\_bootstrap.py:222: RuntimeWarning: to-Python converter for class vmafd_exception already registered; second conversion method ignored.
return f(*args, **kwds)
2020-06-15T16:27:33.893Z No valid files with pathname: F:\vCenterServer\vCenterServer\data\vmware-vpx\ found.
2020-06-15T16:27:52.377Z Failed running ['F:\\vCenter Server\\vpxd\\vpxd.exe', '-L'] as user administrator@XYZ. RC: 255, Stdout: , Stderr:
2020-06-15T16:27:52.378Z VirtualCenter firstboot failed
ERROR:root:Error in updating progress
Traceback (most recent call last):
File "F:\vCenter Server\python-modules\cis\progressReporter.py", line 50, in _updateProgress
self._updateFun(progress)
File "F:\vCenter Server\python-modules\cis\defaultStatusFunctor.py", line 169, in __call__
writeComponentStatus(self._statusFile, rawStatus)
File "F:\vCenter Server\python-modules\cis\defaultStatusFunctor.py", line 116, in writeComponentStatus
fileCnt = json_utils.JsonSerializer().serialize(rawStatus)
File "F:\vCenter Server\python-modules\cis\json_utils.py", line 220, in serialize
cnt = json.dumps(o, default=ObjectJsonConverter(True).encode, indent=4)