VMware Aria

 View Only
Expand all | Collapse all

Session token not found issue on Machine provisioning Deployment on vRA

  • 1.  Session token not found issue on Machine provisioning Deployment on vRA

    Posted Mar 17, 2025 09:45 AM

    Hi,
    I encounter an issue during the Deployment process. I'm using API call only : 

    1. getting the token bearer via POST /csp/gateway/am/api/login?access_token

    2. Start Deployment via POST /catalog/api/items/<my catalog item id>/request and I receive a 200 OK

    Deployment starts. I can see steps in GUI :

    - Network allocation is OK

    - Machine Allocation is OK

    - Network provisionning is OK

    - Machine provisionning is NOK

    It fails after around 5 minutes with this issue :

     Extensibility triggered task failed. Event ID: 6f1-ff2e-30dc-9e2b. Failure: Extensibility error received for topic compute.provision.post, eventId = 'd03f1-ff2e-818a49a': [10040] SubscriberID: vro-gateway-Na5655vzW9Gv, RunnableID: 0dba and SubscriptionID: sub_ failed with the following error: com.vmware.automation.vro.gateway.common.RemoteVroGatewayException: Automation Orchestrator Gateway received error 404 NOT_FOUND for request: /sessions/exchange error: {"timestamp":"2025-03-12T23:25:56.219+0000","path":"/session-service/api/sessions/exchange","status":404,"error":"Not Found","message":"404 NOT_FOUND \"Session token not found\"","requestId":"7292","@type":"org.springframework.web.server.ResponseStatusException"}





  • 2.  RE: Session token not found issue on Machine provisioning Deployment on vRA

    Posted Mar 18, 2025 02:34 AM
    Edited by sharan_kallur Mar 18, 2025 02:35 AM

    This seems to be related API token, are you using both Access and refresh tokens ?

    Generate an Access Token and Bearer Token in VMware Aria Automation for API Authentication

    Broadcom remove preview
    Generate an Access Token and Bearer Token in VMware Aria Automation for API Authentication
    Use the Identity Service API to obtain the API token (refresh token): Note: The API token is valid for 90 days and can be used to generate a new access token when the access token expires. You cannot revoke the refresh token.
    View this on Broadcom >