Skip to Main Content
  • Questions
  • Getting 503 error in console after Oracle apex upgrade

Breadcrumb

Question and Answer

Connor McDonald

Thanks for the question, Tushar.

Asked: February 21, 2023 - 2:16 pm UTC

Last updated: March 09, 2023 - 4:17 am UTC

Version: 22.1

Viewed 1000+ times

You Asked

Hi,

I have recently updated my oracle apex from 20.1 to 22.1 and ORDS from 17.4.1 to 22.1.1.

After upgrades, I am getting 'Failed to load resource: the server responded with a status of 503 ()' in the browser console on one of the application pages.

And I am also getting a dialog box in which ' Error: error -' is mentioned. I am unable to trace the error. Could you please help me with that?

Thanks and Regards,
Tushar

and Connor said...

The most common issue is it can no longer find your new APEX images. Try this:

ords.exe --config [ords config dir] config list

If the standalone.static.path is wrong, then check your settings.xml file under [ords config dir]/global.

You should have something like:

<entry key="standalone.static.context.path">/i</entry>
<entry key="standalone.static.path">/u01/app/product/apex.222\images</entry>

(appropriately set for your installation).

You can also try

ords --config [your config directory] install repair --interactive


Rating

  (2 ratings)

Is this answer out of date? If it is, please let us know via a Comment

Comments

Tushar Mittal, March 07, 2023 - 7:07 am UTC

Hi Connor,

Thanks for your response.

I am referencing the images folder path like this - ' /D:/apex_22.1/apex/images/'. Is it the correct way of doing this, since my apex is installed in AWS RDS?

Just to add one more thing, I have many execute server code dynamic actions on that pages, and when I disabled them then I will not get that error.
Connor McDonald
March 09, 2023 - 4:17 am UTC

All I can think of in that instance is double checking all of your passwords and making they line up with the conffig.


Facing Same Issue In a Page With lot's of Dynamic Action

M A Qaium, July 03, 2023 - 4:32 pm UTC

Hi Tushar Mittal,

Can you solve the issue? I am also facing the same issue. Can you please share your experience?