Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Suddenly getting "500 Internal Server Error" (APEX/ORDS Cloud)

User_B8BBKJan 19 2021

I've been using APEX and ORDS to create a simple REST API with Oracle Cloud Free Tier, I registered my schema and installed the sample service ORDS provides to do some development testing. This was working fine for a couple of weeks but a couple of days ago every endpoint started to return 500 Internal Server Error all of a sudden with the following error message:
InternalServerException [statusCode=500, logLevel=SEVERE, reasons=[]].
ORDS version seems to be 19.4.6.r1421859.
Things that I've tried:
"Reset Sample Service" button.
"De-Register schema from ORDS" button and then register it back.
Created a new module/template/handler with a simple query (SELECT 'Message' from dual).
I requested a new workspace with a new account, registered my schema and installed the sample service.
But I'm still getting 500 Internal Server Error (even in the new workspace)

This post has been answered by Hilary Farrell-Oracle on Jan 21 2021
Jump to Answer
Comments
Post Details
Added on Jan 19 2021
14 comments
12,215 views