docker-oracle-xe-11g icon indicating copy to clipboard operation
docker-oracle-xe-11g copied to clipboard

Can't access Apex

Open zhouhao27 opened this issue 6 years ago • 2 comments

After installation, I run the docker:

docker run -d -p 8080:8080 -p 1521:1521 -v /my/oracle/data:/u01/app/oracle sath89/oracle-xe-11g

But can't access http://localhost:8080/apex

The error message is:

This page isn’t working
localhost didn’t send any data.
ERR_EMPTY_RESPONSE

Any idea? Thanks.

zhouhao27 avatar May 22 '18 15:05 zhouhao27

Same thing here. Sometimes it works, sometimes it doesn't. Haven't been able to identify a pattern yet.

justinsaliba avatar Jun 06 '18 11:06 justinsaliba

I got the same issue. Some1 solved it already? Apex only works when ommitting -v

phreaks avatar Jul 31 '18 10:07 phreaks