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

Cannot run 02-run.sh successfully #51

Closed sdembele closed 1 year ago

sdembele commented 2 years ago

Hi Adrian, I hope you are well. I followed the instructions and it gave me an image oracle/database:21.3.0-ee, But when I try to execute the command sudo bash 02-run.sh orclapex212 settings.env It doesn't end with a success.

My settings settings.txt

And the terminal output my_log.txt

I hope you will find the necessary information here Thanks

fuzziebrain commented 2 years ago

Can you please remove the orclapex212-oradata (sudo rm -rf orclapex212-oradata && sudo -k) and then try again, this time, without the sudo in the run command?

silasmahler commented 2 years ago

Are you installing on oracle linux?