1610610 : Jupyterhub login issues¶
Created: 2026-06-19T10:57:52Z - current status: new¶
Anonymized Summary:¶
A user reports frequent automatic disconnections from JupyterHub. Upon reloading, an error message appears (referenced in an attachment).
Issue Core:¶
Recurring disconnections and potential deadlocks or misconfigurations in the notebook/spawner system.
Possible Causes & Solutions:¶
- Deadlocked Notebook Entry
- If the notebook state is stuck in the Hub’s database, it may prevent normal shutdown/restart.
-
Action: Try manually stopping/starting the notebook via the Hub GUI. If unresolved, contact admins to clear the stale entry (patch since Feb 2026 allows self-resolution). (Ref: Known issue with race conditions or route deletion failures.)
-
Unresponsive CVMFS Mounts
- If the underlying worker node has unresponsive mounts, notebooks may fail to report their status, causing timeouts.
-
Action: Retry spawning; healthchecks should now skip faulty nodes. Persistent issues require admin intervention.
-
Quota Exceeded
- Check
$HOMEfor disk usage (ls -lh ~/.local/share/jupyter/runtime/). Clean up files or request quota increase. -
Error clue:
"OSError(122, 'Disk quota exceeded')". -
Misconfigured Local Settings
- Verify no
open_browser = Falseexists in~/.jupyter/jupyter_server_config.json. Comment it out if present.
Next Steps:¶
- Inspect
.jupyterhub.condor.errin$HOMEfor specific errors. - Test with a fresh browser session or incognito mode.
- Report recurring node-specific issues to support.
(Sources: NAF documentation on notebook spawning, deadlocks, CVMFS mounts.)