/opt/vmware/vcloud-director/vcloud-container-debug.log file, entries similar to the following are observed:com.vmware.vcloud.api.presentation.service.BadRequestException: VXLAN network pool not found. at com.vmware.vcloud.dl.net.vxlan.impl.NetworkFabricDelegateImpl.getVxlanNetworkPoolByHandle(NetworkFabricDelegateImpl.java:382) Caused by: com.vmware.vcloud.fabric.foundation.exception.ObjectNotFoundException: Object not found
OrgVdcNetworkManagerImpl | Could not find fabric object id for network
ProviderVdcManagerImpl | Cannot find the network pool by handle:
prov_vdc_logical_resource table correlating to an old network pool that had been previously deleted.prov_vdc_logical_resource, run the following query, ensuring that you replace <name of Provider VDC> with the name of the Provider VDC being deletedselect * from prov_vdc_logical_resource where prov_vdc_id in ( select id from prov_vdc where name = '<name of Provider VDC>') AND lr_type = 'NETWORK_POOL' AND fo_id NOT IN ( select id from network_pool);
prov_vdc_logical_resource table.