Skip to Main Content

ORDS, SODA & JSON in the Database

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!

ORDS Static files giving - 503 - Service Unavailable

user4012061Apr 2 2019 — edited Apr 2 2019

Hi,

I have installed APEX 18.1 with ORDS 2.0.10 with APEX on different node and ORDS application on another node where WLS is running -

Architecture:

Weblogic Version : 10.3.4  (app1 server)

ORDS Version : 2.0.10

Apex : 18.1

Database Version : 11.2.0.4.0 (db1 server)

Everything is working fine but

Issue 1 -

If we are uploading image in "Shared Component" -> ""Static Application Files" and if we refer them in application , those images are not rendering and giving- 503 - Service Unavailable

Issue 2-

In SQL Workshop > RESTful service we are getting following error -

APEX RESTful Services - Minimum version of ORDS not met

The currently installed ORDS version (0.0.0.0.0.0) does not support all functionality required to enable the ORDS Based RESTful Services in Application Express. A minimum version of 17.4.1.353.0.0 must be installed.

You may continue to use the APEX Based RESTful Services.

====

1.  Checked 'APEX_PUBLIC_USER','APEX_LISTENER','APEX_REST_PUBLIC_USER' all are OPEN

2. I have created restful services with - @apex_rest_config.sql

3. Given grant to

alter user TEST grant connect through APEX_REST_PUBLIC_USER;

Any pointers will be greatly appropriated.

Regards,

Kailash

Comments

Post Details

Added on Apr 2 2019
1 comment
883 views