"Another conflicting request is already in progress.","statusCode":409," Error when submitting multiple deployment based actions
search cancel

"Another conflicting request is already in progress.","statusCode":409," Error when submitting multiple deployment based actions

book

Article ID: 314749

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

Symptoms:
  • Submitting a custom resource action or API request that calls out of the box actions in the workflow, for example Change Lease or Change Owner, the workflow or API request fails with the error:
{"message":"Another conflicting request is already in progress.","statusCode":409,"errorCode":20009}
 
  •  The issue affects actions including but not limited to:
 
  • Adding a tag
  • Changing deployment lease
  • Adding disk
  • Set deployment CPU / RAM
  • Changing owner


Environment

VMware vRealize Automation 8.x

Cause

Deployment requests are currently handled asynchronously.

Resolution

A resolution for this issue is scheduled to be included in the Aria Automation 8.11.2 release. This will include changes to the deployment service api to allow for synchronous submission of requests. These changes will be outlined in the Aria Automation swagger API documentation.

Workaround:
The workaround in the interim is to submit the requests asynchronously.

Additional Information

Impact/Risks:
API requests for deployment objects can only be submitted asynchronously.