This repository was archived by the owner on Nov 14, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
Login sessions partially load then fail - no error in logs #479
Copy link
Copy link
Open
Description
On an up-to-date fresh install, sessions aren't completing their loading after google auth. The page hangs until they timeout after 1 min.
During this hanging period the content on the iJulia pane doesn't load, however all other tabs are functional, (the console is accessible and can load julia, the file pane shows the tutorial directory present, and the settings are as usual)
There are no errors sent to the enginedaemon, engineinteractive, or engineapi logs.
Are there any other locations I can search for error logs?
Example content from enginedaemon.log:
2016-10-22 23:23:32,933 - DEBUG - juliabox.srvr_jboxd.JBoxd - JBox daemon waiting for commands...
2016-10-22 23:23:33,148 - DEBUG - juliabox.srvr_jboxd.JBoxd - processing offline...
2016-10-22 23:23:33,150 - INFO - juliabox.plugins.vol_loopback.loopback.JBoxLoopbackVol - Loopback Disk free: 8/8
2016-10-22 23:23:33,151 - INFO - juliabox.vol.jbox_volume.JBoxVol - Packages in use: set([])
2016-10-22 23:23:33,155 - INFO - juliabox.plugins.compute_singlenode.impl_singlenode.CompSingleNode - Stats: JuliaBox.localhost.NumActiveContainers=0(Count)
2016-10-22 23:23:33,155 - INFO - juliabox.plugins.compute_singlenode.impl_singlenode.CompSingleNode - Stats: JuliaBox.localhost.NumActiveAPIContainers=0(Count)
2016-10-22 23:23:33,155 - INFO - juliabox.plugins.compute_singlenode.impl_singlenode.CompSingleNode - Stats: JuliaBox.localhost.CPUUsed=1(Percent)
2016-10-22 23:23:33,155 - INFO - juliabox.plugins.compute_singlenode.impl_singlenode.CompSingleNode - Stats: JuliaBox.localhost.MemUsed=14.3(Percent)
2016-10-22 23:23:33,155 - INFO - juliabox.plugins.compute_singlenode.impl_singlenode.CompSingleNode - Stats: JuliaBox.localhost.DiskUsed=3.0(Percent)
2016-10-22 23:23:33,155 - INFO - juliabox.plugins.compute_singlenode.impl_singlenode.CompSingleNode - Stats: JuliaBox.localhost.ContainersUsed=0(Percent)
2016-10-22 23:23:33,155 - INFO - juliabox.plugins.compute_singlenode.impl_singlenode.CompSingleNode - Stats: JuliaBox.localhost.APIContainersUsed=0(Percent)
2016-10-22 23:23:33,156 - INFO - juliabox.plugins.compute_singlenode.impl_singlenode.CompSingleNode - Stats: JuliaBox.localhost.DiskIdsUsed=0.0(Percent)
2016-10-22 23:23:33,156 - INFO - juliabox.plugins.compute_singlenode.impl_singlenode.CompSingleNode - Stats: JuliaBox.localhost.Load=14.3(Percent)
2016-10-22 23:23:33,159 - DEBUG - juliabox.plugins.compute_singlenode.impl_singlenode.CompSingleNode - Using cached self_stats. Load=14.3
2016-10-22 23:23:33,159 - DEBUG - juliabox.plugins.compute_singlenode.impl_singlenode.CompSingleNode - Using cached self_stats. Load=14.3
2016-10-22 23:23:33,159 - DEBUG - juliabox.plugins.compute_singlenode.impl_singlenode.CompSingleNode - Using cached self_stats. Load=14.3
2016-10-22 23:23:33,159 - DEBUG - juliabox.plugins.compute_singlenode.impl_singlenode.CompSingleNode - Self load: 14.3
2016-10-22 23:23:33,167 - DEBUG - juliabox.srvr_jboxd.JBoxd - JBox daemon waiting for commands...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels