Attempting to run DELETE or other API calls to Aria Orchestrator result in error 500
search cancel

Attempting to run DELETE or other API calls to Aria Orchestrator result in error 500

book

Article ID: 391440

calendar_today

Updated On:

Products

VCF Operations/Automation (formerly VMware Aria Suite)

Issue/Introduction

Attempting to run DELETE or other API calls to Aria Orchestrator result in error 500:

2025-03-19 09:46:01.875 -04:00debug(example.domain.com/deleteDeployment) Request URL: https://aria.example.domain.com/deployment/api/deployments/abcd1234-1234-1234-1234-abcd1234
2025-03-19 09:46:01.935 -04:00debug(example.domain.com/deleteDeployment) Status code: 500
2025-03-19 09:46:01.946 -04:00warning(example.domain.com/deleteDeployment) contentAsString: "{\"message\":\"Internal Server Error [Error Reference ID: abcd1234-1234-1234-1234-abcd1234]\",\"statusCode\":500,\"errorCode\":10001,\"referenceId\":\"abcd1234-1234-1234-1234-abcd1234\"}"

Environment

You will also see entries from /services-logs/prelude/catalog-service-app/file-logs/catalog-service-app.log : 

2025-03-19T20:51:28.581Z ERROR catalog-service-app [host='catalog-service-app-5588789dd6-ccpdp' thread='http-nio-8000-exec-34' user='<username>' org='abcd1234-1234-1234-1234-abcd1234' trace='abcd1234-1234-1234-1234-abcd1234'] c.v
.s.webmvc.error.RestExceptionHandler - API error 404 with response {"timestamp":"2025-03-19T20:51:28.580+0000","path":"/session-service/api/sessions/groups","status":404,"error":"Not Found","message":"404 NOT_FOUND \"Token not found\"
","requestId":"ebbfb47b-20815","@type":"org.springframework.web.server.ResponseStatusException"}
com.vmware.symphony.webmvc.error.exception.InternalErrorException: Internal Server Error [Error Reference ID: {abcd1234-1234-1234-1234-abcd1234}]

Cause

Invalid Bearer Token and Authorization token acquisition. 
If you attempt to get the "Bearer Token" and "Authorization Token" in the same call, the token will not be valid, and won't be found for the API call. 

Resolution