The issue is caused by the system's identity configuration pointing to an Active Directory (AD) LDAP server that has become isolated (inaccessible) from the environment.
The deployment process cannot perform the required authorization check because it is unable to contact the configured LDAP server.
The connection failure prevents the system from correctly retrieving or displaying available resources (like cloud zones), leading to the internal error.
This is confirmed in the application logs:
In the
provisioning-service-app.logthe error was seen:Action null for request <UUID> failed with errors: Action run failed with the following error: "Unable to connect - please verify your server credentials and connectivity to the server via LDAP."
Update the Identity Management configuration to point to a reachable Active Directory LDAP server.
Access the Identity Management configuration section for your product.
Locate the Active Directory or LDAP integration settings.
Change the server address(es) configured for LDAP/AD to a Domain Controller that is known to be accessible and reachable by the product (i.e., not isolated).
Save the changes.
Test the VM deployment process to confirm that cloud zones are now visible and deployment proceeds normally.
This situation often occurs when a configured Domain Controller is decommissioned, moved, or becomes unreachable due to a network or firewall change. The error is logged as an "internal error" because a critical external dependency (LDAP connectivity) failed, causing the core service to abort the deployment process.