Error: "No compute model found for vrp id {0}" when detaching resource pool from Provider VDC
search cancel

Error: "No compute model found for vrp id {0}" when detaching resource pool from Provider VDC

book

Article ID: 404774

calendar_today

Updated On:

Products

VMware Cloud Director

Issue/Introduction

  • When detaching a resource pool from the provider VDC(PVDC), the following error is seen: 
[ ########-####-####-####-############ ] No compute model found for vrp id {0}
  • In the stacktrace referred in the browser logs > Networking tab, we see the following snippet:
com.vmware.vcloud.api.presentation.service.InternalServerErrorException: No compute model found for vrp id {0}
at com.vmware.vcloud.fabric.compute.dao.impl.VdcDaoImpl.getVdcRefForVrpId(VdcDaoImpl.java:212)
at com.vmware.vcloud.fabric.compute.dao.impl.VdcDaoImpl$$FastClassBySpringCGLIB$$ca6a85d1.invoke(<generated>)
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
...
 

Environment

VMware Cloud Director 10.6.x

Cause

The error is returned when the resource pool is detached again following a cleanup as per the article Error "ValidationException DELETE_HUB_CONTAINING_VMS" when detaching the cluster resource pool from PVDC and fails to get the OVDC and it resource pool details.

Resolution

The error can be safely ignored. Proceed with detaching the resource pool again which will be successful the second time.

Additional Information