ricklamers / gridstudio

Grid studio is a web-based application for data science with full integration of open source data science frameworks and languages.
GNU Affero General Public License v3.0
8.88k stars 1.5k forks source link

127.0.0.1:8080 refused my connection #92

Closed extirpate closed 4 years ago

extirpate commented 5 years ago

after running ./run.sh
show this: --> Updating terminal app.js --> Run manager proxy, starting manager.go (compiling with go run ...) Listening on port: 8080 WS Listening on port: 4430

and i press"netstate -an |grep 8080",got nothing i tried to enter 127.0.0.1:8080 localhost:8080 0.0.0.0:8080 in the browser, all failed to connect to the server. But i enter 127.0.0.1 without the port 8080, i can see "It Works"

ricklamers commented 5 years ago

What exactly do you see if you go to 127.0.0.1? Are you sure there is no other program blocking port 8080?

If so, it's probably that Docker is unable to forward port 8080 on your machine to port 8080 on the Docker instance.

guistory commented 5 years ago

after running ./run.sh show this: --> Updating terminal app.js --> Run manager proxy, starting manager.go (compiling with go run ...) Listening on port: 8080 WS Listening on port: 4430

and i press"netstate -an |grep 8080",got nothing i tried to enter 127.0.0.1:8080 localhost:8080 0.0.0.0:8080 in the browser, all failed to connect to the server. But i enter 127.0.0.1 without the port 8080, i can see "It Works"

haha,i met the same iss, may be you run docker use dockertoolbox in win 10 home edition ,please run Kitematic (Alpha) as Administrator.

nefigarcia commented 4 years ago

Same problem using dockertoolbox on windows 7, containers are running but i can't display the app. listcontainers run

airrow commented 4 years ago

Could you help tell that how can I use docker? Or maybe I just want to know which image can be used as container to login 127.0.0.1:8080.....

ricklamers commented 4 years ago

Please walk through https://github.com/ricklamers/gridstudio/wiki/Installation and https://docs.docker.com/get-docker/. If you have any specific issues or errors feel free to post them.

Make sure you read the part about how to user Docker run (both port 4430 and 8080 need to be forwarded as is described in the run.sh).