This issue is resolved in NSX-V 6.4.11. For more information, see
VMware NSX Data Center for vSphere 6.4.11 Release NotesWorkaround:
Once vCenter Server is upgraded to 7.0 U3 or higher version while NSX-V is still 6.4.10 or lower version , Spring (one of the vSphere-UI components) version of vCenter needs to be downgraded so that it can interact with Plugins having older Spring version.
To downgrade vCenter Server Spring version, please follow these steps:
- Login to vCenter Server Appliance (VCSA) through SSH using Putty (using root account)
- Navigate to /etc/vmware/vmware-vmon/svcCfgfiles/ as below:
# cd /etc/vmware/vmware-vmon/svcCfgfiles/
- Backup the vsphere-ui.json using the below command:
# cp vsphere-ui.json vsphere-ui.json.bak
- Edit the file vsphere-ui.json using text editor.
# vi vsphere-ui.json
- Search for the value //“-DuseOldSpring=true"
- Enter the letter i to enter Insert mode.
- Delete the //
Value after changes should look like “-DuseOldSpring=true"
- Press ESC key to exit the Insert mode.
- Press :wq! to save changes and exit.
- Restart vsphere-ui service using the below commands:
# service-control --stop vsphere-ui
# service-control --start vsphere-ui