Symptoms:
- Updating Properties of a VM returns:
class java.lang.NullPointerException
- Creating a new VM in the same OVDC fails with error
class java.lang.NullPointerException
- In the /opt/vmware/vcloud-director/logs/vcloud-container-debug.log file,you see
Error executing backend call. | requestId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx,request=POST https://xxxxxxxxxxxxxxxxxxxxxxxxxxxxx ,userAgent=Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (...,accept=*/* method=vAppService.updateVAppVmWithStorageClass
java.lang.NullPointerException
at com.vmware.ssdc.backend.services.impl.VAppManagerImpl.getClusterMoref(VAppManagerImpl.java:4193)
at com.vmware.ssdc.backend.services.impl.VAppManagerImpl.createUpdateVmParams(VAppManagerImpl.java:3501)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)