fuzziebrain / docker-apex-stack

Utility scripts for creating an Oracle Application Express stack as a Docker container.
MIT License
97 stars 34 forks source link

ORDS not available after quickstart.sh #70

Open WayneNani opened 1 year ago

WayneNani commented 1 year ago

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

Nubivec commented 1 year ago

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

build.log

Does somebody has any idea?

tamaloa commented 1 year ago

+1

Just encountered the same problem as described above.

gybacsi1971 commented 1 year ago

+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.

BattlePorQ commented 1 year ago

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.