You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2018. It is now read-only.
The server starts, and when I navigate to localhost:8000, I load the demo notebooks. However, if I try to run my own image (stanfordlegion/jupyter-regent), it starts returning 503.
If I take a look at the logs from tmpnb, it seems that the instance has spawned correctly:
[I 151215 00:10:27 orchestrate:366] Listening on *:9999
[I 151215 00:10:28 web:1811] 200 GET / (127.0.0.1) 206.86ms
[I 151215 00:10:28 orchestrate:128] Allocated [user/PEcVZgzyeRjs] from the pool.
[I 151215 00:10:28 web:1811] 302 GET /spawn/ (127.0.0.1) 0.70ms
And the instance itself seems to agree with that:
[I 00:10:30.089 NotebookApp] Writing notebook server cookie secret to /home/jovyan/.local/share/jupyter/runtime/notebook_cookie_secret
[I 00:10:30.541 NotebookApp] Serving notebooks from local directory: /home/jovyan/notebooks
[I 00:10:30.541 NotebookApp] 0 active kernels
[I 00:10:30.541 NotebookApp] The IPython Notebook is running at: http://[all ip addresses on your system]:8888/user/PEcVZgzyeRjs/
But the somehow the proxy doesn't agree:
00:10:00.733 - info: [ConfigProxy] Proxying http://*:8000 to http://127.0.0.1:9999
00:10:00.746 - info: [ConfigProxy] Proxy API at http://localhost:8001/api/routes
00:10:28.552 - error: [ConfigProxy] Proxy error: code=ECONNRESET
00:10:28.563 - error: [ConfigProxy] 503 GET /user/PEcVZgzyeRjs/tree
What am I missing? I can't find any other relevant logs, and I'm not sure where things are going bad as they are. Any suggestions?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I am getting this error now just running the Quick Start containers. The jupyter interface works fine, but when I create a new notebook, it cannot connect to the kernel.
Inspecting the logs of the jupyter/configurable-http-proxy containers yields
I'm trying to track down an issue in my tmpnb setup with a custom notebook image. If I run tmpnb with
jupyter/demo
, it runs just fine:The server starts, and when I navigate to
localhost:8000
, I load the demo notebooks. However, if I try to run my own image (stanfordlegion/jupyter-regent
), it starts returning 503.If I take a look at the logs from tmpnb, it seems that the instance has spawned correctly:
And the instance itself seems to agree with that:
But the somehow the proxy doesn't agree:
What am I missing? I can't find any other relevant logs, and I'm not sure where things are going bad as they are. Any suggestions?
Thanks in advance.
The text was updated successfully, but these errors were encountered: