Closed baeharam closed 6 years ago
I installed autolab in my local ubuntu 18.04. At first I get this error
Successfully tagged local_web:latest
WARNING: Image for service web was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`.
Creating local_db_1 ... done
Creating local_tango_1 ... done
Creating local_web_1 ... error
ERROR: for local_web_1 Cannot start service web: driver failed programming external connectivity on endpoint local_web_1 (8736c1cb91fcf61fe2b3fe6f94381763e2cb54dc31616f1fb1e74c8adf4a4fd7): Error starting userland proxy: listen tcp 0.0.0.0:443: bind: address already in use
ERROR: for web Cannot start service web: driver failed programming external connectivity on endpoint local_web_1 (8736c1cb91fcf61fe2b3fe6f94381763e2cb54dc31616f1fb1e74c8adf4a4fd7): Error starting userland proxy: listen tcp 0.0.0.0:443: bind: address already in use
ERROR: Encountered errors while bringing up the project.
./install.sh: line 98: ./install.sh: No such file or directory
Failed command:
ERROR: Line 180 of script has return value 1. The log file is saved at /tmp/tmp.bOM7g7UbRi.
Then, i run the image manually using this:
docker run -d -p 80:80 local_web
But, it get 500. How to debug this ? This is from the browser
Autolab
500 - Internal error
Oops! Autolab seems to have done something wrong.
We have NOT been notified about this.
Autolab Home
Questions or problems? Please contact us.
I installed autolab in ubuntu 14.04 LTS version by oneclick installation. After starts docker images, I tried to connect "localhost" but it is failed. Page showed internal error 500 always. How can I do