Advertisement
Guest User

Untitled

a guest
Oct 12th, 2021
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. [I 2021-10-12 18:06:11.446 JupyterHub provider:574] Creating oauth client jupyterhub-user-vincenzo
  2. [I 2021-10-12 18:06:11.589 JupyterHub spawner:1483] Spawning jupyterhub-singleuser --port=60621
  3. Traceback (most recent call last):
  4. File "/usr/local/bin/jupyterhub-singleuser", line 5, in <module>
  5. from jupyterhub.singleuser import main
  6. File "/usr/local/lib/python3.8/dist-packages/jupyterhub/singleuser/__init__.py", line 5, in <module>
  7. from .app import main
  8. File "/usr/local/lib/python3.8/dist-packages/jupyterhub/singleuser/app.py", line 16, in <module>
  9. App = import_item(JUPYTERHUB_SINGLEUSER_APP)
  10. File "/usr/local/lib/python3.8/dist-packages/traitlets/utils/importstring.py", line 30, in import_item
  11. module = __import__(package, fromlist=[obj])
  12. ModuleNotFoundError: No module named 'notebook'
  13. [I 2021-10-12 18:06:12.380 JupyterHub log:189] 302 GET /hub/spawn/vincenzo -> /hub/spawn-pending/vincenzo (vincenzo@::ffff:151.35.179.254) 1061.31ms
  14. [I 2021-10-12 18:06:12.695 JupyterHub pages:402] vincenzo is pending spawn
  15. ERROR:asyncio:Task exception was never retrieved
  16. future: <Task finished name='Task-401' coro=<BaseHandler.spawn_single_user() done, defined at /usr/local/lib/python3.8/dist-packages/jupyterhub/handlers/base.py:796> exception=HTTPError()>
  17. Traceback (most recent call last):
  18. File "/usr/local/lib/python3.8/dist-packages/jupyterhub/handlers/base.py", line 996, in spawn_single_user
  19. await gen.with_timeout(
  20. tornado.util.TimeoutError: Timeout
  21.  
  22. During handling of the above exception, another exception occurred:
  23.  
  24. Traceback (most recent call last):
  25. File "/usr/local/lib/python3.8/dist-packages/jupyterhub/handlers/base.py", line 1030, in spawn_single_user
  26. raise web.HTTPError(
  27. tornado.web.HTTPError: HTTP 500: Internal Server Error (Spawner failed to start [status=1]. The logs for vincenzo may contain details.)
  28. [W 2021-10-12 18:06:43.316 JupyterHub user:767] vincenzo's server never showed up at http://127.0.0.1:60621/user/vincenzo/ after 30 seconds. Giving up
  29. [E 2021-10-12 18:06:43.489 JupyterHub gen:623] Exception in Future <Task finished name='Task-402' coro=<BaseHandler.spawn_single_user.<locals>.finish_user_spawn() done, defined at /usr/local/lib/python3.8/dist-packages/jupyterhub/handlers/base.py:900> exception=TimeoutError("Server at http://127.0.0.1:60621/user/vincenzo/ didn't respond in 30 seconds")> after timeout
  30. Traceback (most recent call last):
  31. File "/usr/local/lib/python3.8/dist-packages/tornado/gen.py", line 618, in error_callback
  32. future.result()
  33. File "/usr/local/lib/python3.8/dist-packages/jupyterhub/handlers/base.py", line 907, in finish_user_spawn
  34. await spawn_future
  35. File "/usr/local/lib/python3.8/dist-packages/jupyterhub/user.py", line 748, in spawn
  36. await self._wait_up(spawner)
  37. File "/usr/local/lib/python3.8/dist-packages/jupyterhub/user.py", line 795, in _wait_up
  38. raise e
  39. File "/usr/local/lib/python3.8/dist-packages/jupyterhub/user.py", line 762, in _wait_up
  40. resp = await server.wait_up(
  41. File "/usr/local/lib/python3.8/dist-packages/jupyterhub/utils.py", line 236, in wait_for_http_server
  42. re = await exponential_backoff(
  43. File "/usr/local/lib/python3.8/dist-packages/jupyterhub/utils.py", line 184, in exponential_backoff
  44. raise TimeoutError(fail_message)
  45. TimeoutError: Server at http://127.0.0.1:60621/user/vincenzo/ didn't respond in 30 seconds
  46.  
  47. [I 2021-10-12 18:06:43.492 JupyterHub log:189] 200 GET /hub/api/users/vincenzo/server/progress (vincenzo@::ffff:151.35.179.254) 30378.69ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement