I am receiving Oracle REST Data Services 404 Not Found on a docker platform (database and docker as containers)
in addition I receive in the browser he request could not be mapped to any database. Check the request URL is correct, and that URL to database mappings have been correctly configured
I base my container setup on the following blog: https://www.talkapex.com/2017/10/docker-oracle-and-apex/
I can access my database using all the public apex/ords users: accounts are not locked
I have a running ords container leveraging the tomcat app server
So far I have found the following out-of-the-ordinary:
1. re-setup ords (java -jar ords.war setup) within my ords container result in
Retrieving information.
The version format is invalid. sourceVersion: UNKNOWN targetVersion: 17.4.1.353.06.48
2. Within my ORDS container I am missing the following apex xml files within directory /opt/ords/conf
apex.xml, apex_al.xml, apex_pu.xml, apex_rt.xml
Not sure though how to resolve above anomalies and resolve my not-found issue
Any help highly appreciated!
k r Frank Brink