Deletion of edge gateway <edge> failed.
java.util.concurrent.ExecutionException: org.hibernate.jdbc.BatchedTooManyRowsAffectedException: Batch update returned unexpected row count from update [0]; actual row count: <count>; expected: <count>.
com.vmware.vcloud.dl.net.orgvdcnetwork.impl.OrgVdcNetworkManagerImpl.handleGatewayUpdateForIndependentNetwork(OrgVdcNetworkManagerImpl.java:806)
Caused by: com.vmware.vcloud.dl.net.exception.NetworkInternalServerException: Deletion of edge gateway <edge>failed.
java.util.concurrent.ExecutionException: org.hibernate.jdbc.BatchedTooManyRowsAffectedException: Batch update returned unexpected row count from update [0]; actual row count: <count>; expected: <count>
at com.vmware.vcloud.dl.net.gateway.impl.FabricGatewayManagerImpl.undeployGateway(FabricGatewayManagerImpl.java:274)
at com.vmware.vcloud.dl.net.gateway.impl.FabricGatewayManagerImpl.undeployAndDeleteGateway(FabricGatewayManagerImpl.java:257)
Could not release IP/MAC while undeploying gateway <edge>
VMware Cloud Director 10.x
This issue occurs during the database lookup for the gateway_assigned_mac
in the database.
Cloud Director expects a unique MAC entry per Interface and will complain if there are more than 1 returned.
This issue will require Database Manipulation to remove the duplicates.
Please open a case with Broadcom Support.