I'm trying to migrate a VM from VMWare Fusion 8.5.3 to ESXi.
I used the following command to migrate the VMX to an OVF:
/Applications/VMware\ OVF\ Tool/ovftool ./OEL_71_12c.vmx /Volumes/Macintosh\ HD/Users/douggault/TEMP/
And when I then try to use the ESXi Web interface to upload and register the OVF and VMDK files, on the "READY TO COMPLETE" step.
Unfortunately, we hit an error that we weren't expecting
The client may continue working, but at this point, we recommend refreshing your browser and submitting a bug report.
Opening the Details shows the following:
Cause: TypeError: Cannot read property 'length' of undefined
Version: 1.8.0
Build: 4516221
ESXi: 6.5.0
Browser: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.89 Safari/537.36
Exception stack:
TypeError: Cannot read property 'length' of undefined
at https://10.0.0.101/ui/scripts/main.js:313:2981
at https://10.0.0.101/ui/scripts/main.js:265:9465
at k.$eval (https://10.0.0.101/ui/scripts/main.js:265:16492)
at k.$digest (https://10.0.0.101/ui/scripts/main.js:265:15047)
at https://10.0.0.101/ui/scripts/main.js:265:16577
at e (https://10.0.0.101/ui/scripts/main.js:264:5646)
at https://10.0.0.101/ui/scripts/main.js:264:7652
Any clues??