General error occurred while attempting to execute workflow with id 'abcdefghi....1234', for WorkflowRunState 'f12345...dcba'. Error '400'. Cause 'Cannot execute workflowId 'abcdefghi...1234' ... Check the logs for more details.
Steps to Identify the Real Issue:
1. SSH into vRA/vRO server.
2. Go to the log folder.
3. Re-run the workflow and let it fail while watching the logs.
We should see a message similar to:
2020-06-01 10:10:00.000 ... Error invoking REST ...
java.lang.IllegalArgumentException: 1 error(s) found: [ { Some field - Some field is required } ]
at com.vmware.011n.web.presentation.service.PresentationServiceImpl.validateParameters(PresentationServiceImpl.java:369)
The fix is to address, in this case, that 'Some field' was not completed.
Go back to either vRO or the vRA form and make sure that field/parameter is completed.
previous page
|