nlesc-sherlock / emma

Ansible playbook to create a cluster with GlusterFS, Docker, Spark and JupyterHub services
Apache License 2.0
3 stars 4 forks source link

Jupyterhub does not restart due to nodejs issue. #82

Closed romulogoncalves closed 5 years ago

romulogoncalves commented 6 years ago

When we restart Jupyterhub we are able to shutdown Jupyterhub, but not start it because: Error: listen EADDRINUSE 127.0.0.1:8001

This happens due to an issue on nodejs, i.e., something hangs.

If we kill node with

killall -9 node

Then the restart works without issues.

romulogoncalves commented 5 years ago

Solved