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

download docker APEX can't use #64

Closed loho1968 closed 1 year ago

loho1968 commented 2 years ago

I has down load docker user "docker pull farhansuno/oracle21cxe-server-installed:apex221" and use this command to run "docker run --hostname oracle21cxe-server --name oracle21cxe-server --platform linux/amd64 --privileged=true -d -t -i -p 25:25 -p 80:80 -p 443:443 -p 1521:1521 --memory='4g' --memory-swap='4g' farhansuno/oracle21cxe-server-installed:apex221 /bin/bash -c '/app/setup/restart-services.sh; /bin/bash'"

The apex dont't use, in tomcat log,find this error The pool named: |apex1|rt| is invalid and will be ignored: The username or password for the connection pool named |apex1|rt|, are invalid, expired, or the account is locked. I check database apex1, user not be locked apexstart.log .

fuzziebrain commented 1 year ago

This probably belongs to a different project.