I have a weird error that I don't know how to begin troubleshooting.
I have Oracle 12C Standard Edition that I installed APEX 5.0.4 on. I configured APEX Rest Services and downloaded and installed ORDS. Here are the challenges I ran into:
- I couldn't find a way to start ORDS as a service to avoid having to put an EE server like Glassfish
- I installed GlassFish just so that I could automatically have APEX start up when the server rebooted (asadmin create-service)
- I am running into a 404 error page every time the server reboots where it says it cannot connect to the database, however, if I go to the command line and type in the following then everything starts working again:
It's weird because this application is deployed on GlassFish which in the past would automatically start so I am not sure where to begin looking.