Aug 24 19:20:25 myserver jupyterhub[790246]: [I 2024-08-24 19:20:25.712 JupyterHub proxy:752] Starting proxy @ http://127.0.0.1:8193
Aug 24 19:20:26 myserver jupyterhub[790249]: 19:20:26.259 [ConfigProxy] info: Proxying http://127.0.0.1:8193 to (no default)
Aug 24 19:20:26 myserver jupyterhub[790249]: 19:20:26.267 [ConfigProxy] info: Proxy API at http://127.0.0.1:8001/api/routes
Aug 24 19:20:26 myserver jupyterhub[790246]: [I 2024-08-24 19:20:26.418 JupyterHub app:3690] Hub API listening on http://127.0.0.1:8081/hub/
Aug 24 19:20:26 myserver jupyterhub[790249]: 19:20:26.418 [ConfigProxy] info: 200 GET /api/routes
Aug 24 19:20:26 myserver jupyterhub[790249]: 19:20:26.421 [ConfigProxy] info: 200 GET /api/routes
Aug 24 19:20:26 myserver jupyterhub[790246]: [I 2024-08-24 19:20:26.421 JupyterHub proxy:477] Adding route for Hub: / => http://127.0.0.1:8081
Aug 24 19:20:26 myserver jupyterhub[790249]: 19:20:26.424 [ConfigProxy] info: Adding route / -> http://127.0.0.1:8081
Aug 24 19:20:26 myserver jupyterhub[790249]: 19:20:26.426 [ConfigProxy] info: Route added / -> http://127.0.0.1:8081
Aug 24 19:20:26 myserver jupyterhub[790249]: 19:20:26.427 [ConfigProxy] info: 201 POST /api/routes/
Aug 24 19:20:26 myserver jupyterhub[790246]: [I 2024-08-24 19:20:26.427 JupyterHub app:3731] JupyterHub is now running at http://127.0.0.1:8193
Aug 24 19:20:26 myserver jupyterhub[790246]: [I 2024-08-24 19:20:26.807 JupyterHub provider:661] Creating oauth client jupyterhub-user-[username]
Aug 24 19:20:26 myserver jupyterhub[790246]: [E 2024-08-24 19:20:26.842 JupyterHub user:1007] Unhandled error starting [username]'s server: [Errno 17] File exists: '/run/jupyter-[username]-singleuser'
Aug 24 19:20:26 myserver jupyterhub[790246]: Traceback (most recent call last):
Aug 24 19:20:26 myserver jupyterhub[790246]: File "/[venv directory]/lib/python3.12/site-packages/jupyterhub/user.py", line 920, in spawn
Aug 24 19:20:26 myserver jupyterhub[790246]: await asyncio.wait_for(f, timeout=spawner.start_timeout)
Aug 24 19:20:26 myserver jupyterhub[790246]: File "/usr/lib/python3.12/asyncio/tasks.py", line 520, in wait_for
Aug 24 19:20:26 myserver jupyterhub[790246]: return await fut
Aug 24 19:20:26 myserver jupyterhub[790246]: ^^^^^^^^^
Aug 24 19:20:26 myserver jupyterhub[790246]: File "/[venv directory]/lib/python3.12/site-packages/systemdspawner/systemdspawner.py", line 331, in start
Aug 24 19:20:26 myserver jupyterhub[790246]: await systemd.start_transient_service(
Aug 24 19:20:26 myserver jupyterhub[790246]: File "/[venv directory]/lib/python3.12/site-packages/systemdspawner/systemd.py", line 143, in start_transient_service
Aug 24 19:20:26 myserver jupyterhub[790246]: environment_file = make_environment_file(
Aug 24 19:20:26 myserver jupyterhub[790246]: ^^^^^^^^^^^^^^^^^^^^^^
Aug 24 19:20:26 myserver jupyterhub[790246]: File "/[venv directory]/lib/python3.12/site-packages/systemdspawner/systemd.py", line 54, in make_environment_file
Aug 24 19:20:26 myserver jupyterhub[790246]: ensure_environment_directory(environment_file_directory)
Aug 24 19:20:26 myserver jupyterhub[790246]: File "/[venv directory]/lib/python3.12/site-packages/systemdspawner/systemd.py", line 26, in ensure_environment_directory
Aug 24 19:20:26 myserver jupyterhub[790246]: os.makedirs(environment_file_directory, mode=0o700, exist_ok=True)
Aug 24 19:20:26 myserver jupyterhub[790246]: File "<frozen os>", line 225, in makedirs
Aug 24 19:20:26 myserver jupyterhub[790246]: FileExistsError: [Errno 17] File exists: '/run/jupyter-[username]-singleuser'
Aug 24 19:20:26 myserver jupyterhub[790246]:
Aug 24 19:20:26 myserver jupyterhub[790246]: [E 2024-08-24 19:20:26.884 JupyterHub pages:312] Error starting server [username]: [Errno 17] File exists: '/run/jupyter-[username]-singleuser'
Aug 24 19:20:26 myserver jupyterhub[790246]: Traceback (most recent call last):
Aug 24 19:20:26 myserver jupyterhub[790246]: NoneType: None
Aug 24 19:20:26 myserver jupyterhub[790246]:
Aug 24 19:20:26 myserver jupyterhub[790246]: [W 2024-08-24 19:20:26.884 JupyterHub web:1873] 500 GET /hub/spawn (127.0.0.1): Unhandled error starting server [username]
Aug 24 19:20:26 myserver jupyterhub[790246]: [E 2024-08-24 19:20:26.922 JupyterHub log:184] {
Aug 24 19:20:26 myserver jupyterhub[790246]: "X-Forwarded-Port": "80",
Aug 24 19:20:26 myserver jupyterhub[790246]: "Connection": "Keep-Alive",
Aug 24 19:20:26 myserver jupyterhub[790246]: "X-Forwarded-Server": "[domain]",
Aug 24 19:20:26 myserver jupyterhub[790246]: "X-Forwarded-Host": "[domain]",
Aug 24 19:20:26 myserver jupyterhub[790246]: "X-Forwarded-For": "[ipaddress],127.0.0.1",
Aug 24 19:20:26 myserver jupyterhub[790246]: "X-Forwarded-Proto": "https,http",
Aug 24 19:20:26 myserver jupyterhub[790246]: "Accept-Language": "en-GB,en;q=0.9",
Aug 24 19:20:26 myserver jupyterhub[790246]: "Sec-Fetch-Dest": "document",
Aug 24 19:20:26 myserver jupyterhub[790246]: "Referer": "https://[domain]/user/[username]/lab/tree/src/py/refinitiv/Notebooks/Untitled.ipynb",
Aug 24 19:20:26 myserver jupyterhub[790246]: "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15",
Aug 24 19:20:26 myserver jupyterhub[790246]: "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
Aug 24 19:20:26 myserver jupyterhub[790246]: "Sec-Fetch-Mode": "navigate",
Aug 24 19:20:26 myserver jupyterhub[790246]: "Cookie": "_xsrf=[secret]; jupyterhub-hub-login=[secret]; jupyterhub-session-id=[secret]",
Aug 24 19:20:26 myserver jupyterhub[790246]: "Accept-Encoding": "gzip, deflate, br",
Aug 24 19:20:26 myserver jupyterhub[790246]: "Sec-Fetch-Site": "same-origin",
Aug 24 19:20:26 myserver jupyterhub[790246]: "Host": "[domain]"
Aug 24 19:20:26 myserver jupyterhub[790246]: }
Aug 24 19:20:26 myserver jupyterhub[790246]: [E 2024-08-24 19:20:26.923 JupyterHub log:192] 500 GET /hub/spawn ([username]@127.0.0.1) 161.32ms
Aug 24 19:20:27 myserver jupyterhub[790246]: [I 2024-08-24 19:20:27.154 JupyterHub log:192] 302 GET /user/[username]/api/kernels?1724527226931 -> /hub/user/[username]/api/kernels?1724527226931 (@127.0.0.1) 0.77ms
Aug 24 19:20:27 myserver jupyterhub[790246]: [W 2024-08-24 19:20:27.244 JupyterHub base:1614] Failing suspected API request to not-running server: /hub/user/[username]/api/kernels
Aug 24 19:20:27 myserver jupyterhub[790246]: [W 2024-08-24 19:20:27.244 JupyterHub log:192] 424 GET /hub/user/[username]/api/kernels?1724527226931 ([username]@127.0.0.1) 5.67ms
Aug 24 19:20:27 myserver jupyterhub[790246]: [I 2024-08-24 19:20:27.421 JupyterHub log:192] 302 GET /user/[username]/api/sessions?1724527227371 -> /hub/user/[username]/api/sessions?1724527227371 (@127.0.0.1) 0.66ms
Aug 24 19:20:27 myserver jupyterhub[790246]: [W 2024-08-24 19:20:27.516 JupyterHub base:1614] Failing suspected API request to not-running server: /hub/user/[username]/api/sessions
Bug description
Whenever I use

systemctl restart jupyterhub.service, I am unable to spawn a new server session. I get this message:I am able to fix it by manually removing the file
/run/jupyter-[username]-singleuserbut I feel like there's something wrong with my configuration.Your personal set up
Logs
File `/etc/systemd/system/jupyterhub.service`:
Configuration:
Full environment