Error: "Unable to deploy network #### because the network quota for this Organization VDC has been reached." when starting VMs in VMware Cloud Director
search cancel

Error: "Unable to deploy network #### because the network quota for this Organization VDC has been reached." when starting VMs in VMware Cloud Director

book

Article ID: 383309

calendar_today

Updated On: 06-10-2025

Products

VMware Cloud Director

Issue/Introduction

  • Starting the vApp/VM(s) in VMware Cloud Director(VCD) fails with the error:

    Unable to deploy network ##### because the network quota for this Organization VDC has been reached.

  • The browser logs doesn't show any error. 
  • In the /opt/vmware/vcloud-director/logs/vcloud-container-debug.log log, the lines of the following form are seen:

    DeployVAppVmSubsetActivity     | [Activity Execution] Uncaught Exception during Activity execution. Recent phase: com.vmware.ssdc.backend.DeployVAppVmSubsetActivity$DeployNetworksPhase...
    java.util.concurrent.ExecutionException: com.vmware.vcloud.api.presentation.service.OperationLimitsExceededException: Unable to deploy network ###### because the network quota for this Organization VDC has been reached.
            at com.vmware.vcloud.activity.executors.ActivityRunner.run(ActivityRunner.java:136)
            at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
            at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
            at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
            at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
            at java.base/java.lang.Thread.run(Thread.java:829)
    Caused by: com.vmware.vcloud.api.presentation.service.OperationLimitsExceededException: Unable to deploy network ##### because the network quota for this Organization VDC has been reached.
            at com.vmware.vcloud.networking.model.vappnetwork.ModelBasedVAppNetworkManager.validateOrgVdcHasEnoughSpaceInNetworkQuota(ModelBasedVAppNetworkManager.java:152)
            at com.vmware.vcloud.networking.model.vappnetwork.ModelBasedVAppNetworkManager.deployVappNetworks(ModelBasedVAppNetworkManager.java:138)
            at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

Environment

  • VMware Cloud Director 10.x

Cause

  • This issue occurs when the Network Pool quota reached its limit thereby causing the network deployments to fail as part of the vApp/VM power operations. 

Resolution

  • To resolve the issue,
    1. Increase the network pool quota as per the step 4(c) in Edit the Network Settings of a VMware Cloud Director Organization Virtual Data Center.
    2. Start the vApp/VM again
  • If you are still facing the issue after following the above steps and you are using VMware Cloud Director 10.6.1 or lower this is a known issue which is rectified in VMware Cloud Director 10.6.1.1.as per the VMware Cloud Director 10.6.1.1 Release Notes:
    • Powering on a VM fails with a OperationLimitsExceededException
      If you set a custom quota for the maximum number of provisioned networks in the organization VDC backed by a network pool, if a vApp is in Partially Powered Off state, powering on a VM fails with the following error.
    • Unable to deploy network <network-name> because the network quota for this Organization VDC has been reached.