cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Getting 'Internal Server Error' while calling the SCT APIs for us10 landscape

SR_Pradhan
Explorer
0 Likes
567
We are getting server error while calling the SCT APIs for data posting. We tried to post data to SCT API via postman and via the SAP api hub tryout feature as well. But we are experiencing the same issue. Below API endpoints and the corresponding error message which we got while posting the data to SCT :
 
  1. Error Message:
    {  "error": {    "code": "500",    "message": "java.lang.NoClassDefFoundError: Could not initialize class com.sap.cds.ql.cqn.CqnAnalyzer"  } }
    Screenshot:
    Private_Member_741914_0-1721648661926.png
  2. Error Message:
    {  "error": {    "code": "500",    "message": "Internal server error"  } }
    Screenshot:
    Private_Member_741914_1-1721648661930.png
The request body used for posting data is having the same format that is given in SAP API hufor the SCT.
The data posting was working fine before. We have even tried with the request body/structure which was successful before, but getting the error for them as well.
 
Surprisingly, the data posting is successfully working for the eu20 landscape but facing the issue for only us10 landscape.

Accepted Solutions (0)

Answers (1)

Answers (1)

SR_Pradhan
Explorer
0 Likes

There was some server issue. The issue is resolved now.