Service Broker users cannot run custom 2nd Day Actions outside of the Deployment
search cancel

Service Broker users cannot run custom 2nd Day Actions outside of the Deployment

book

Article ID: 379067

calendar_today

Updated On:

Products

VMware Aria Suite

Issue/Introduction

  • Execution of custom 2nd day action fails valid Service Broker Users, when action is run outside the deployment view
    request submission fails with a 404 NOT_FOUND error:

      404 NOT_FOUND "Failed to validate form source due to: ";

      nested exception is org.springframework.web.server.ResponseStatusException: 404 NOT_FOUND

  •  The 404 Not_found comes also with 403 Forbidden for example Url

  https://vra-FQDN/vro/forms/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/context?projectId=

  1.      error: "Forbidden"
  2.      message: null
  3.      path: "/vro/forms/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/context"
  4.      requestId: "89e0b643-187499"
  5.      status: 403
  6.  
         timestamp: 1724386720566

Environment

  • Aria Automation 8.18.0

Cause

When day2 action call is made from the machine's DataGrid, the parameter deployment ID provided is empty due to which request fails to retrieve actions and throws 404 error.

Resolution

The issue has been fixed in the HotFix for the 8.18.1.

Info how to find and install the fix you can find here: SolutionDetails - Support Portal - Broadcom support portal

Workaround:

The workaround is to run custom 2day action from inside the deployment.