jupyterhub-deploy-docker icon indicating copy to clipboard operation
jupyterhub-deploy-docker copied to clipboard

500 : Internal Server Error --help

Open zhenm99 opened this issue 7 years ago • 0 comments

Edited

maybe some problems on the proxy: the “PORTS ” of the user‘s containmer is “8888/tcp ”?

1

the logs of jupyterhub‘s container as follows:

[E 2018-01-12 21:46:49.248 JupyterHub log:124] 500 GET /hub/user/jane/ (jane@::ffff:159.226.12.83) 4444.00ms

2

the useer's container is:

CONTAINER ID        IMAGE                                 COMMAND                  CREATED             STATUS              PORTS                    NAMES
d8d4514fb49d        jupyter/scipy-notebook:8f56e3c47fec   "tini -- start-not..."   12 hours ago        Up 3 seconds        8888/tcp                 jupyter-jane

3

the logs of user's container as follows:

[I 09:14:04.433 NotebookApp] Running the core application with no additional extensions or settings
[I 09:14:04.436 NotebookApp] Serving notebooks from local directory: /home/jovyan
[I 09:14:04.436 NotebookApp] 0 active kernels 
[I 09:14:04.436 NotebookApp] The Jupyter Notebook is running at: http://0.0.0.0:8888/?token=91a9eb2ddaef73e1164c08bcb7bc8fcbce749b70a1ffbd5d
[I 09:14:04.436 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[C 09:14:04.437 NotebookApp] 
    
    Copy/paste this URL into your browser when you connect for the first time,
    to login with a token:
        http://0.0.0.0:8888/?token=91a9eb2ddaef73e1164c08bcb7bc8fcbce749b70a1ffbd5d
[C 09:19:55.084 NotebookApp] received signal 15, stopping
[I 09:19:55.087 NotebookApp] Shutting down kernel

zhenm99 avatar Jan 12 '18 22:01 zhenm99