Users encounter intermittent errors when loading Orchestrator forms through VMware Aria Automation blueprints. The error message indicates that some form data cannot be retrieved due to failed requests. This problem occurs inconsistently, with some users able to load forms on certain days and others unable to load them.
The request did not return a response.
There was a problem retrieving form evaluation context: Http failure response for https://EXAMPLE.FQDN.COM/vro/forms/UUID############/context?projectId=: 403 OK
VMware Aria Automation 8.x
VMware Aria Automation Orchestrator 8.x
The issue arises from frequent pod restarts, which lead to inconsistent service behavior. The services fail to stabilize fully after each restart, leading to intermittent failures when retrieving form data. The lack of full recovery after restarts results in failed API calls for form data retrieval. This is common when Aria Automation is rebooted improperly.
This issue can also be caused by workloads with a high amount of memory usage that leads to the vco-app to crash with out of memory errors: Workflows show the banner error: "Some data cannot be retrieved. If the problem persists, contact your system administrator. Failed request: <ModuleName>/<ActionName> ... Error getting external data: 502 OK"
journal ctl --identifier=vmtoolsd
Delete kube-system namespace to clear IP caching and reset the Age. Follow the instructions in the provided Knowledge Base article:
Aria Automations Requests stuck on Initialization
Restart services on all nodes:
SSH into ApplianceFQDN1 and run:
Wait for it to complete and then SSH into ApplianceFQDN2 and ApplianceFQDN3.
Run the reboot command on each appliance.
Monitor the reboot process via the vSphere console and wait for the PhotonOS splash screen before starting services.
Once the nodes reboot, run the following command on each node to restart services:
Verify service stability:
Once the Prelude deployment is successful and services are restored, attempt to load forms and verify if the issue is resolved.