Attempting to run DELETE or other API calls to Aria Orchestrator result in error 500:
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}]
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.
Obtain your tokens with separate calls.
See: Generate an Access Token and Bearer Token in VMware Aria Automation for API Authentication