Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ORDS not available after quickstart.sh #70

Open
WayneNani opened this issue Jan 9, 2023 · 4 comments
Open

ORDS not available after quickstart.sh #70

WayneNani opened this issue Jan 9, 2023 · 4 comments

Comments

@WayneNani
Copy link

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
Copy link

Nubivec commented Jan 22, 2023

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

build.log

Does somebody has any idea?

@tamaloa
Copy link

tamaloa commented Jan 24, 2023

+1

Just encountered the same problem as described above.

@gybacsi1971
Copy link

+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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants