docker-apex-stack icon indicating copy to clipboard operation
docker-apex-stack copied to clipboard

ORDS not available after quickstart.sh

Open WayneNani opened this issue 3 years ago • 4 comments

I ran the quickstart.sh script and it finishes smoothly except for one error

Error: ORDS requires Java 11 and above to run.
       Found Java version .
       Please set JAVA_HOME to appropriate version and update PATH if necessary.

After the script is finished I cannot access localhost:8080/ords or localhost:8080/ords/apex or localhost:5500. They all give me "The connection was reset". I also get "minus one from a read call" when trying to access the DB via port 1521. To get around that I have to add DISABLE_OOB=TRUE to sqlnet.ora.

Here are the logs: 01-build.log 02-run.log

WayneNani avatar Jan 09 '23 14:01 WayneNani

I have the same problem. Here is my log from creating the image.

build.log

Does somebody has any idea?

Nubivec avatar Jan 22 '23 17:01 Nubivec

+1

Just encountered the same problem as described above.

tamaloa avatar Jan 24 '23 09:01 tamaloa

+1

I have the same problem. I tried it "manual" with the 01..build...sh and the 01..run..sh with 19.3ee version too, but neither success. It's maybe because the last ords version. Unfortunately i can't find older version on the Oracle site for downloading.

gybacsi1971 avatar Feb 03 '23 08:02 gybacsi1971

Worked for me with a workaround:

docker exec as root /bin/sh into running container after java fails yum install jre docker commit to new image like oracle/database-jre adjust source image name in 02-run.sh like oracle/database-jre:latest Run 02 again

Looks dirty but it works.

BattlePorQ avatar Apr 13 '23 19:04 BattlePorQ