Closed romulogoncalves closed 5 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.
Solved
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
Then the restart works without issues.