Closed johannjc closed 2 weeks ago
The environment that the notebook server runs in has the following JUPYTERHUB variables set
JUPYTERHUB_SERVICE_URL=http://0.0.0.0:0/user/jcarrol5/
JUPYTERHUB_API_TOKEN=*****<redacted>*******
JUPYTERHUB_BASE_URL=/
JUPYTERHUB_PUBLIC_URL=
JUPYTERHUB_SERVER_NAME=
JUPYTERHUB_DISABLE_USER_CONFIG=1
JUPYTERHUB_SERVICE_PREFIX=/user/jcarrol5/
JUPYTERHUB_OAUTH_CALLBACK_URL=/user/jcarrol5/oauth_callback
JUPYTERHUB_OAUTH_CLIENT_ALLOWED_SCOPES=[]
JUPYTER_ENABLE_LAB=yes
JUPYTERHUB_OAUTH_ACCESS_SCOPES=["access:servers!server=jcarrol5/", "access:servers!user=jcarrol5"]
JUPYTERHUB_COOKIE_HOST_PREFIX_ENABLED=0
JUPYTERHUB_API_URL=http://192.168.223.76:8081/hub/api
JUPYTERLAB_DIR=/home/jcarrol5/.local/share/jupyter/lab
JUPYTERHUB_CLIENT_ID=jupyterhub-user-jcarrol5
JUPYTERHUB_OAUTH_SCOPES=["access:servers!server=jcarrol5/", "access:servers!user=jcarrol5"]
JUPYTERHUB_PUBLIC_HUB_URL=
JUPYTERHUB_HOST=
JUPYTERHUB_DEBUG=1
JUPYTERHUB_USER=jcarrol5
JUPYTERHUB_ACTIVITY_URL=http://192.168.223.76:8081/hub/api/users/jcarrol5/activity
Hey,
Set c.Spawner.default_url = '/lab'
config and ensure JupyterLab is installed in the single user environment and retry.
Thanks! With those changes - it is now working (bringing up a jupyter lab interface). There are a few error messages still in both the hub and notebook server logs - and I'm getting a 404 when trying to "Launch Classic Notebook"
The server log now has
[W 2024-11-01 14:54:50.403 JupyterHub app:964] JupyterHub.proxy_auth_token is deprecated in JupyterHub 0.8, use ConfigurableHTTPProxy.auth_token
[I 2024-11-01 14:54:50.403 JupyterHub app:3352] Running JupyterHub version 5.2.0
[I 2024-11-01 14:54:50.403 JupyterHub app:3382] Using Authenticator: ldapauthenticator.ldapauthenticator.LDAPAuthenticator-1.3.2
[I 2024-11-01 14:54:50.403 JupyterHub app:3382] Using Spawner: wrapspawner.wrapspawner.DropDownOptionsSpawner
[I 2024-11-01 14:54:50.403 JupyterHub app:3382] Using Proxy: jupyterhub.proxy.ConfigurableHTTPProxy-5.2.0
[D 2024-11-01 14:54:50.405 JupyterHub app:3312] Could not load pycurl: No module named 'pycurl'
pycurl is recommended if you have a large number of users.
[I 2024-11-01 14:54:50.406 JupyterHub app:1837] Loading cookie_secret from /opt/jupyterhub/jupyterhub_cookie_secret
[D 2024-11-01 14:54:50.406 JupyterHub app:2004] Connecting to db: sqlite:///jupyterhub.sqlite
[D 2024-11-01 14:54:50.418 JupyterHub orm:1509] database schema version found: 4621fec11365
[D 2024-11-01 14:54:50.467 JupyterHub app:2344] Loading roles into database
[D 2024-11-01 14:54:50.493 JupyterHub app:2691] Purging expired APITokens
[D 2024-11-01 14:54:50.495 JupyterHub app:2691] Purging expired OAuthCodes
[D 2024-11-01 14:54:50.496 JupyterHub app:2691] Purging expired Shares
[D 2024-11-01 14:54:50.497 JupyterHub app:2691] Purging expired ShareCodes
[D 2024-11-01 14:54:50.499 JupyterHub app:2465] Loading role assignments from config
[D 2024-11-01 14:54:50.500 JupyterHub app:2576] Assigning allowed_users to the user role
[D 2024-11-01 14:54:50.504 JupyterHub app:2584] Assigning 0 allowed_users to the user role
[D 2024-11-01 14:54:50.517 JupyterHub app:2976] Initializing spawners
[D 2024-11-01 14:54:50.523 JupyterHub app:3126] Loaded users:
[I 2024-11-01 14:54:50.523 JupyterHub app:3422] Initialized 0 spawners in 0.007 seconds
[I 2024-11-01 14:54:50.526 JupyterHub metrics:373] Found 1 active users in the last ActiveUserPeriods.twenty_four_hours
[I 2024-11-01 14:54:50.527 JupyterHub metrics:373] Found 2 active users in the last ActiveUserPeriods.seven_days
[I 2024-11-01 14:54:50.528 JupyterHub metrics:373] Found 2 active users in the last ActiveUserPeriods.thirty_days
[W 2024-11-01 14:54:50.528 JupyterHub proxy:748] Running JupyterHub without SSL. I hope there is SSL termination happening somewhere else...
[I 2024-11-01 14:54:50.528 JupyterHub proxy:752] Starting proxy @ http://:8000
[D 2024-11-01 14:54:50.528 JupyterHub proxy:753] Proxy cmd: ['configurable-http-proxy', '--ip', '', '--port', '8000', '--api-ip', '127.0.0.1', '--api-port', '8001', '--error-target', 'http://192.168.223.76:8081/hub/error', '--log-level', 'info']
[D 2024-11-01 14:54:50.531 JupyterHub proxy:670] Writing proxy pid file: jupyterhub-proxy.pid
[D 2024-11-01 14:54:50.532 JupyterHub utils:272] Waiting 10s for server at bh3-jupyter:8000
[D 2024-11-01 14:54:50.533 JupyterHub utils:119] Server at bh3-jupyter:8000 not ready: [Errno 111] Connection refused
[D 2024-11-01 14:54:50.533 JupyterHub utils:272] Waiting 10s for server at 127.0.0.1:8001
[D 2024-11-01 14:54:50.533 JupyterHub utils:119] Server at 127.0.0.1:8001 not ready: [Errno 111] Connection refused
[D 2024-11-01 14:54:50.667 JupyterHub utils:119] Server at 127.0.0.1:8001 not ready: [Errno 111] Connection refused
[D 2024-11-01 14:54:50.721 JupyterHub utils:119] Server at bh3-jupyter:8000 not ready: [Errno 111] Connection refused
14:54:50.762 [ConfigProxy] info: Proxying http://*:8000 to (no default)
14:54:50.764 [ConfigProxy] info: Proxy API at http://127.0.0.1:8001/api/routes
[D 2024-11-01 14:54:50.887 JupyterHub utils:280] Server at bh3-jupyter:8000 responded in 0.35s
[D 2024-11-01 14:54:50.927 JupyterHub utils:280] Server at 127.0.0.1:8001 responded in 0.39s
[D 2024-11-01 14:54:50.927 JupyterHub proxy:832] Proxy started and appears to be up
[D 2024-11-01 14:54:50.929 JupyterHub proxy:925] Proxy: Fetching GET http://127.0.0.1:8001/api/routes
14:54:50.936 [ConfigProxy] info: 200 GET /api/routes
[I 2024-11-01 14:54:50.936 JupyterHub app:3738] Hub API listening on http://192.168.223.76:8081/hub/
[D 2024-11-01 14:54:50.936 JupyterHub proxy:389] Fetching routes to check
[D 2024-11-01 14:54:50.936 JupyterHub proxy:925] Proxy: Fetching GET http://127.0.0.1:8001/api/routes
14:54:50.938 [ConfigProxy] info: 200 GET /api/routes
[D 2024-11-01 14:54:50.938 JupyterHub proxy:392] Checking routes
[I 2024-11-01 14:54:50.938 JupyterHub proxy:477] Adding route for Hub: / => http://192.168.223.76:8081
[D 2024-11-01 14:54:50.938 JupyterHub proxy:925] Proxy: Fetching POST http://127.0.0.1:8001/api/routes/
14:54:50.940 [ConfigProxy] info: Adding route / -> http://192.168.223.76:8081
14:54:50.940 [ConfigProxy] info: Route added / -> http://192.168.223.76:8081
14:54:50.941 [ConfigProxy] info: 201 POST /api/routes/
[I 2024-11-01 14:54:50.941 JupyterHub app:3779] JupyterHub is now running at http://:8000
[D 2024-11-01 14:54:50.941 JupyterHub app:3345] It took 0.604 seconds for the Hub to start
[D 2024-11-01 14:56:52.838 JupyterHub base:411] Refreshing auth for jcarrol5
[D 2024-11-01 14:56:52.838 JupyterHub scopes:1010] Checking access to /hub/spawn-pending/jcarrol5 via scope servers!server=jcarrol5/
[D 2024-11-01 14:56:52.839 JupyterHub user:496] Creating <class 'wrapspawner.wrapspawner.DropDownOptionsSpawner'> for jcarrol5:
[W 2024-11-01 14:56:52.840 JupyterHub spawner:179]
The shared database session at Spawner.db is deprecated, and will be removed.
Please manage your own database and connections.
Contact JupyterHub at https://github.com/jupyterhub/jupyterhub/issues/3700
if you have questions or ideas about direct database needs for your Spawner.
[I 2024-11-01 14:56:52.864 JupyterHub log:192] 200 GET /hub/spawn-pending/jcarrol5?_xsrf=[secret]&next=%2Fhub%2Fuser%2Fjcarrol5%2F (jcarrol5@128.151.18.227) 38.49ms
[D 2024-11-01 14:56:53.009 JupyterHub log:192] 200 GET /hub/static/js/not_running.js?v=20241101145450 (@128.151.18.227) 3.18ms
[D 2024-11-01 14:56:53.045 JupyterHub log:192] 200 GET /hub/static/js/utils.js?v=20241101145450 (@128.151.18.227) 0.51ms
[D 2024-11-01 14:56:54.029 JupyterHub scopes:1010] Checking access to /hub/spawn/jcarrol5 via scope servers!server=jcarrol5/
[D 2024-11-01 14:56:54.029 JupyterHub pages:208] Serving options form for jcarrol5
[I 2024-11-01 14:56:54.033 JupyterHub log:192] 200 GET /hub/spawn/jcarrol5 (jcarrol5@128.151.18.227) 7.98ms
[D 2024-11-01 14:56:57.265 JupyterHub scopes:1010] Checking access to /hub/spawn/jcarrol5 via scope servers!server=jcarrol5/
[D 2024-11-01 14:56:57.266 JupyterHub pages:256] Triggering spawn with supplied form options for jcarrol5
[D 2024-11-01 14:56:57.266 JupyterHub base:1095] Initiating spawn for jcarrol5
[D 2024-11-01 14:56:57.266 JupyterHub base:1099] 0/100 concurrent spawns
[D 2024-11-01 14:56:57.266 JupyterHub base:1104] 0 active servers
[I 2024-11-01 14:56:57.289 JupyterHub provider:661] Creating oauth client jupyterhub-user-jcarrol5
[D 2024-11-01 14:56:57.303 JupyterHub user:913] Calling Spawner.start for jcarrol5
[I 2024-11-01 14:56:57.305 JupyterHub batchspawner:281] Spawner script options: {'account': '', 'cluster': '', 'epilogue': '', 'gres': '', 'homedir': '/home/jcarrol5', 'host': '', 'keepvars': 'JUPYTERHUB_API_TOKEN,JPY_API_TOKEN,JUPYTERHUB_CLIENT_ID,JUPYTERHUB_COOKIE_HOST_PREFIX_ENABLED,JUPYTERHUB_HOST,JUPYTERHUB_OAUTH_CALLBACK_URL,JUPYTERHUB_OAUTH_SCOPES,JUPYTERHUB_OAUTH_ACCESS_SCOPES,JUPYTERHUB_OAUTH_CLIENT_ALLOWED_SCOPES,JUPYTERHUB_USER,JUPYTERHUB_SERVER_NAME,JUPYTERHUB_API_URL,JUPYTERHUB_ACTIVITY_URL,JUPYTERHUB_BASE_URL,JUPYTERHUB_SERVICE_PREFIX,JUPYTERHUB_SERVICE_URL,JUPYTERHUB_PUBLIC_URL,JUPYTERHUB_PUBLIC_HUB_URL,JUPYTERHUB_DEFAULT_URL,JUPYTERHUB_DEBUG,JUPYTERHUB_DISABLE_USER_CONFIG,JUPYTER_ENABLE_LAB,USER,HOME,SHELL', 'keepvars_extra': '', 'memory': '6', 'ngpus': '', 'nprocs': '1', 'options': '-p h100 -q h100', 'partition': 'interactive', 'prologue': '', 'qos': '', 'queue': 'interactive', 'reservation': '', 'runtime': '0-8:0:00', 'srun': 'srun', 'username': 'jcarrol5', 'cmd': 'batchspawner-singleuser jupyterhub-singleuser', 'cpus': '1', 'days': '0', 'hours': '8', 'minutes': '0'}
[I 2024-11-01 14:56:57.305 JupyterHub batchspawner:282] Spawner submitting command: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/sbatch --parsable
[D 2024-11-01 14:56:57.305 JupyterHub batchspawner:283] Spawner submitting script:
#!/bin/bash
#SBATCH --partition=interactive
#SBATCH --cpus-per-task=1
#SBATCH --time=0-8:0:00
#SBATCH -o /scratch/jcarrol5/tmp/jupyterhub_slurmspawner_%j.log
#SBATCH --job-name=spawner-jupyterhub
#SBATCH -D /home/jcarrol5
#SBATCH --mem=6
##SBATCH --export=JUPYTERHUB_API_TOKEN,JPY_API_TOKEN,JUPYTERHUB_CLIENT_ID,JUPYTERHUB_COOKIE_HOST_PREFIX_ENABLED,JUPYTERHUB_HOST,JUPYTERHUB_OAUTH_CALLBACK_URL,JUPYTERHUB_OAUTH_SCOPES,JUPYTERHUB_OAUTH_ACCESS_SCOPES,JUPYTERHUB_OAUTH_CLIENT_ALLOWED_SCOPES,JUPYTERHUB_USER,JUPYTERHUB_SERVER_NAME,JUPYTERHUB_API_URL,JUPYTERHUB_ACTIVITY_URL,JUPYTERHUB_BASE_URL,JUPYTERHUB_SERVICE_PREFIX,JUPYTERHUB_SERVICE_URL,JUPYTERHUB_PUBLIC_URL,JUPYTERHUB_PUBLIC_HUB_URL,JUPYTERHUB_DEFAULT_URL,JUPYTERHUB_DEBUG,JUPYTERHUB_DISABLE_USER_CONFIG,JUPYTER_ENABLE_LAB,USER,HOME,SHELL
##SBATCH --uid=jcarrol5
#SBATCH --get-user-env=L
#SBATCH -p h100 -q h100
#. /software/modules/init/bash
#module purge
#module load circ
module load bluehive/3.0
module load jupyter
unset XDG_RUNTIME_DIR
#export HOME=/home/jcarrol5
#export USER=jcarrol5
env
#export JUPYTERHUB_SINGLEUSER_EXTENSION=0
#export JUPYTERHUB_SERVICE_URL=http://0.0.0.0:8000/user/jcarrol5
echo "batchspawner-singleuser jupyterhub-singleuser"
batchspawner-singleuser jupyterhub-singleuser --debug
[D 2024-11-01 14:56:57.305 JupyterHub batchspawner:284] Spawner submitting environment: {'JUPYTERHUB_API_TOKEN': 'f2782d67d9ec4182a8142930e825a8e0', 'JPY_API_TOKEN': 'f2782d67d9ec4182a8142930e825a8e0', 'JUPYTERHUB_CLIENT_ID': 'jupyterhub-user-jcarrol5', 'JUPYTERHUB_COOKIE_HOST_PREFIX_ENABLED': '0', 'JUPYTERHUB_HOST': '', 'JUPYTERHUB_OAUTH_CALLBACK_URL': '/user/jcarrol5/oauth_callback', 'JUPYTERHUB_OAUTH_SCOPES': '["access:servers!server=jcarrol5/", "access:servers!user=jcarrol5"]', 'JUPYTERHUB_OAUTH_ACCESS_SCOPES': '["access:servers!server=jcarrol5/", "access:servers!user=jcarrol5"]', 'JUPYTERHUB_OAUTH_CLIENT_ALLOWED_SCOPES': '[]', 'JUPYTERHUB_USER': 'jcarrol5', 'JUPYTERHUB_SERVER_NAME': '', 'JUPYTERHUB_API_URL': 'http://192.168.223.76:8081/hub/api', 'JUPYTERHUB_ACTIVITY_URL': 'http://192.168.223.76:8081/hub/api/users/jcarrol5/activity', 'JUPYTERHUB_BASE_URL': '/', 'JUPYTERHUB_SERVICE_PREFIX': '/user/jcarrol5/', 'JUPYTERHUB_SERVICE_URL': 'http://0.0.0.0:0/user/jcarrol5/', 'JUPYTERHUB_PUBLIC_URL': '', 'JUPYTERHUB_PUBLIC_HUB_URL': '', 'JUPYTERHUB_DEFAULT_URL': '/lab', 'JUPYTERHUB_DEBUG': '1', 'JUPYTERHUB_DISABLE_USER_CONFIG': '1', 'JUPYTER_ENABLE_LAB': 'yes', 'USER': 'jcarrol5', 'HOME': '/home/jcarrol5', 'SHELL': '/bin/bash'}
[I 2024-11-01 14:56:57.374 JupyterHub batchspawner:287] Job submitted. output: 294
[D 2024-11-01 14:56:57.374 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:56:57.403 JupyterHub batchspawner:428] Job 294 still pending
[D 2024-11-01 14:56:57.904 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:56:57.930 JupyterHub batchspawner:428] Job 294 still pending
[W 2024-11-01 14:56:58.267 JupyterHub base:201] Rolling back dirty objects IdentitySet([<Server(:0)>])
[I 2024-11-01 14:56:58.275 JupyterHub log:192] 302 POST /hub/spawn/jcarrol5?_xsrf=[secret] -> /hub/spawn-pending/jcarrol5?_xsrf=[secret] (jcarrol5@128.151.18.227) 1006.00ms
[D 2024-11-01 14:56:58.280 JupyterHub scopes:1010] Checking access to /hub/spawn-pending/jcarrol5 via scope servers!server=jcarrol5/
[I 2024-11-01 14:56:58.282 JupyterHub pages:397] jcarrol5 is pending spawn
[I 2024-11-01 14:56:58.285 JupyterHub log:192] 200 GET /hub/spawn-pending/jcarrol5?_xsrf=[secret] (jcarrol5@128.151.18.227) 9.04ms
[D 2024-11-01 14:56:58.431 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:56:58.480 JupyterHub scopes:1010] Checking access to /hub/api/users/jcarrol5/server/progress via scope read:servers!server=jcarrol5/
[D 2024-11-01 14:56:58.959 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:56:59.487 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:57:00.014 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:57:00.542 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:57:01.070 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:57:01.598 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:57:02.125 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:57:02.653 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:57:03.200 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:57:03.728 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:57:04.260 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:57:04.503 JupyterHub base:366] Recording first activity for <APIToken('f278...', user='jcarrol5', client_id='jupyterhub')>
[I 2024-11-01 14:57:04.510 JupyterHub log:192] 200 POST /hub/api/batchspawner (jcarrol5@192.168.205.65) 10.29ms
[D 2024-11-01 14:57:04.788 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[I 2024-11-01 14:57:04.816 JupyterHub batchspawner:463] Notebook server job 294 started at bhg0065:46487
[D 2024-11-01 14:57:04.822 JupyterHub spawner:1475] Polling subprocess every 30s
[D 2024-11-01 14:57:04.827 JupyterHub utils:292] Waiting 30s for server at http://bhg0065:46487/user/jcarrol5/api
[D 2024-11-01 14:57:07.267 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[W 2024-11-01 14:57:07.295 JupyterHub base:1258] User jcarrol5 is slow to become responsive (timeout=10)
[D 2024-11-01 14:57:07.295 JupyterHub base:1263] Expecting server for jcarrol5 at: http://bhg0065:46487/user/jcarrol5/
[I 2024-11-01 14:57:10.614 JupyterHub log:192] 200 GET /hub/api (@192.168.205.65) 0.76ms
[D 2024-11-01 14:57:10.840 JupyterHub scopes:1010] Checking access to /hub/api/users/jcarrol5/activity via scope users:activity!user=jcarrol5
[D 2024-11-01 14:57:10.844 JupyterHub users:1006] Activity for user jcarrol5: 2024-11-01T18:57:10.476781Z
[D 2024-11-01 14:57:10.844 JupyterHub users:1024] Activity on server jcarrol5/: 2024-11-01T18:57:10.476781Z
[I 2024-11-01 14:57:10.849 JupyterHub log:192] 200 POST /hub/api/users/jcarrol5/activity (jcarrol5@192.168.205.65) 11.87ms
[D 2024-11-01 14:57:13.155 JupyterHub utils:328] Server at http://bhg0065:46487/user/jcarrol5/api responded in 8.33s
[D 2024-11-01 14:57:13.158 JupyterHub _version:67] jupyterhub version 5.2.0 != jupyterhub-singleuser version 5.2.1.
[I 2024-11-01 14:57:13.158 JupyterHub base:1124] User jcarrol5 took 15.892 seconds to start
[I 2024-11-01 14:57:13.158 JupyterHub proxy:331] Adding user jcarrol5 to proxy /user/jcarrol5/ => http://bhg0065:46487
[D 2024-11-01 14:57:13.158 JupyterHub proxy:925] Proxy: Fetching POST http://127.0.0.1:8001/api/routes/user/jcarrol5
14:57:13.160 [ConfigProxy] info: Adding route /user/jcarrol5 -> http://bhg0065:46487
14:57:13.160 [ConfigProxy] info: Route added /user/jcarrol5 -> http://bhg0065:46487
14:57:13.161 [ConfigProxy] info: 201 POST /api/routes/user/jcarrol5
[I 2024-11-01 14:57:13.161 JupyterHub users:899] Server jcarrol5 is ready
[I 2024-11-01 14:57:13.161 JupyterHub log:192] 200 GET /hub/api/users/jcarrol5/server/progress?_xsrf=[secret] (jcarrol5@128.151.18.227) 14686.30ms
[D 2024-11-01 14:57:13.197 JupyterHub scopes:1010] Checking access to /hub/spawn-pending/jcarrol5 via scope servers!server=jcarrol5/
[I 2024-11-01 14:57:13.197 JupyterHub log:192] 302 GET /hub/spawn-pending/jcarrol5?_xsrf=[secret] -> /user/jcarrol5/ (jcarrol5@128.151.18.227) 4.02ms
[D 2024-11-01 14:57:13.243 JupyterHub provider:421] Validating client id jupyterhub-user-jcarrol5
[D 2024-11-01 14:57:13.244 oauthlib.oauth2.rfc6749.grant_types.authorization_code authorization_code:362] Validating redirection uri /user/jcarrol5/oauth_callback for client jupyterhub-user-jcarrol5.
[D 2024-11-01 14:57:13.244 oauthlib.oauth2.rfc6749.grant_types.base base:231] Using provided redirect_uri /user/jcarrol5/oauth_callback
[D 2024-11-01 14:57:13.244 JupyterHub provider:497] validate_redirect_uri: client_id=jupyterhub-user-jcarrol5, redirect_uri=/user/jcarrol5/oauth_callback
[D 2024-11-01 14:57:13.245 oauthlib.oauth2.rfc6749.grant_types.base base:172] Validating access to scopes ['read:users:groups!user', 'access:servers!server=jcarrol5/', 'read:users:name!user'] for client 'jupyterhub-user-jcarrol5' (<OAuthClient(identifier='jupyterhub-user-jcarrol5')>).
[D 2024-11-01 14:57:13.246 JupyterHub provider:624] Allowing request for scope(s) for jupyterhub-user-jcarrol5: read:users:groups!user,read:users:name!user,access:servers!server=jcarrol5/
[D 2024-11-01 14:57:13.246 JupyterHub auth:326] Skipping oauth confirmation for <User(jcarrol5 1/1 running)> accessing Server at /user/jcarrol5/
[D 2024-11-01 14:57:13.247 oauthlib.oauth2.rfc6749.endpoints.authorization authorization:98] Dispatching response_type code request to <oauthlib.oauth2.rfc6749.grant_types.authorization_code.AuthorizationCodeGrant object at 0x7f5522f2d310>.
[D 2024-11-01 14:57:13.247 JupyterHub provider:421] Validating client id jupyterhub-user-jcarrol5
[D 2024-11-01 14:57:13.247 oauthlib.oauth2.rfc6749.grant_types.authorization_code authorization_code:362] Validating redirection uri /user/jcarrol5/oauth_callback for client jupyterhub-user-jcarrol5.
[D 2024-11-01 14:57:13.247 oauthlib.oauth2.rfc6749.grant_types.base base:231] Using provided redirect_uri /user/jcarrol5/oauth_callback
[D 2024-11-01 14:57:13.247 JupyterHub provider:497] validate_redirect_uri: client_id=jupyterhub-user-jcarrol5, redirect_uri=/user/jcarrol5/oauth_callback
[D 2024-11-01 14:57:13.248 oauthlib.oauth2.rfc6749.grant_types.base base:172] Validating access to scopes {'read:users:groups!user', 'access:servers!server=jcarrol5/', 'read:users:name!user'} for client 'jupyterhub-user-jcarrol5' (<OAuthClient(identifier='jupyterhub-user-jcarrol5')>).
[D 2024-11-01 14:57:13.248 JupyterHub provider:624] Allowing request for scope(s) for jupyterhub-user-jcarrol5: read:users:groups!user,read:users:name!user,access:servers!server=jcarrol5/
[D 2024-11-01 14:57:13.248 oauthlib.oauth2.rfc6749.grant_types.authorization_code authorization_code:245] Pre resource owner authorization validation ok for <oauthlib.Request SANITIZED>.
[D 2024-11-01 14:57:13.248 oauthlib.oauth2.rfc6749.grant_types.authorization_code authorization_code:170] Created authorization code grant {'code': 'yqgi4rypSO1Jd3IGeWgRGWbSWjNBYM', 'state': 'vIN1AESCQZvvChWMMaNHLw'} for request <oauthlib.Request SANITIZED>.
[D 2024-11-01 14:57:13.248 oauthlib.oauth2.rfc6749.grant_types.authorization_code authorization_code:277] Saving grant {'code': 'yqgi4rypSO1Jd3IGeWgRGWbSWjNBYM', 'state': 'vIN1AESCQZvvChWMMaNHLw'} for <oauthlib.Request SANITIZED>.
[D 2024-11-01 14:57:13.248 JupyterHub provider:247] Saving authorization code jupyterhub-user-jcarrol5, yqg..., (), {}
[I 2024-11-01 14:57:13.255 JupyterHub log:192] 302 GET /hub/api/oauth2/authorize?client_id=jupyterhub-user-jcarrol5&redirect_uri=%2Fuser%2Fjcarrol5%2Foauth_callback&response_type=code&state=[secret] -> /user/jcarrol5/oauth_callback?code=[secret]&state=[secret] (jcarrol5@128.151.18.227) 15.18ms
[D 2024-11-01 14:57:13.265 oauthlib.oauth2.rfc6749.endpoints.token token:112] Dispatching grant_type authorization_code request to <oauthlib.oauth2.rfc6749.grant_types.authorization_code.AuthorizationCodeGrant object at 0x7f5522f2d310>.
[D 2024-11-01 14:57:13.265 JupyterHub provider:58] authenticate_client <oauthlib.Request SANITIZED>
[D 2024-11-01 14:57:13.275 oauthlib.oauth2.rfc6749.grant_types.authorization_code authorization_code:533] Using provided redirect_uri /user/jcarrol5/oauth_callback
[D 2024-11-01 14:57:13.275 JupyterHub provider:117] confirm_redirect_uri: client_id=jupyterhub-user-jcarrol5, redirect_uri=/user/jcarrol5/oauth_callback
[D 2024-11-01 14:57:13.275 oauthlib.oauth2.rfc6749.grant_types.authorization_code authorization_code:301] Token request validation ok for <oauthlib.Request SANITIZED>.
[D 2024-11-01 14:57:13.275 JupyterHub provider:345] Saving bearer token {'access_token': 'REDACTED', 'expires_in': 1209600, 'token_type': 'Bearer', 'scope': 'read:users:groups!user read:users:name!user access:servers!server=jcarrol5/', 'refresh_token': 'REDACTED'}
[D 2024-11-01 14:57:13.281 JupyterHub provider:205] Deleting oauth code yqg... for jupyterhub-user-jcarrol5
[I 2024-11-01 14:57:13.287 JupyterHub log:192] 200 POST /hub/api/oauth2/token (jcarrol5@192.168.205.65) 24.17ms
[D 2024-11-01 14:57:13.290 JupyterHub base:366] Recording first activity for <APIToken('ILAj...', user='jcarrol5', client_id='jupyterhub-user-jcarrol5')>
[I 2024-11-01 14:57:13.295 JupyterHub log:192] 200 GET /hub/api/user (jcarrol5@192.168.205.65) 5.22ms
[D 2024-11-01 14:57:34.106 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[W 2024-11-01 14:57:39.155 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 14:57:39.156 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 2.94ms
[W 2024-11-01 14:57:39.562 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 14:57:39.562 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.63ms
[W 2024-11-01 14:57:40.398 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 14:57:40.399 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.64ms
[W 2024-11-01 14:57:40.737 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 14:57:40.737 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.62ms
[W 2024-11-01 14:57:46.300 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 14:57:46.300 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.61ms
[W 2024-11-01 14:57:53.233 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 14:57:53.234 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.62ms
[D 2024-11-01 14:58:03.503 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[W 2024-11-01 14:58:04.305 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 14:58:04.305 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 2.79ms
[W 2024-11-01 14:58:06.111 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 14:58:06.111 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 2.07ms
[W 2024-11-01 14:58:08.728 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 14:58:08.728 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.63ms
[W 2024-11-01 14:58:11.840 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 14:58:11.840 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.62ms
[W 2024-11-01 14:58:14.179 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 14:58:14.179 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.73ms
[W 2024-11-01 14:58:27.562 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 14:58:27.562 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 2.01ms
[W 2024-11-01 14:58:28.478 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 14:58:28.478 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.62ms
[D 2024-11-01 14:58:33.022 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[W 2024-11-01 14:58:34.960 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 14:58:34.961 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 2.52ms
[D 2024-11-01 14:59:02.131 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:59:33.487 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 14:59:50.942 JupyterHub proxy:925] Proxy: Fetching GET http://127.0.0.1:8001/api/routes
14:59:50.945 [ConfigProxy] info: 200 GET /api/routes
[D 2024-11-01 14:59:50.954 JupyterHub proxy:392] Checking routes
[D 2024-11-01 15:00:02.173 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 15:00:32.180 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 15:01:02.759 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 15:01:32.946 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 15:01:48.040 JupyterHub scopes:1010] Checking access to /hub/api/users/jcarrol5/activity via scope users:activity!user=jcarrol5
[D 2024-11-01 15:01:48.043 JupyterHub users:1006] Activity for user jcarrol5: 2024-11-01T19:01:47.423896Z
[D 2024-11-01 15:01:48.043 JupyterHub users:1024] Activity on server jcarrol5/: 2024-11-01T19:01:47.423896Z
[I 2024-11-01 15:01:48.047 JupyterHub log:192] 200 POST /hub/api/users/jcarrol5/activity (jcarrol5@192.168.205.65) 14.86ms
[D 2024-11-01 15:02:02.223 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 15:02:16.880 JupyterHub base:411] Refreshing auth for jcarrol5
[I 2024-11-01 15:02:16.881 JupyterHub log:192] 200 GET /hub/api/user (jcarrol5@192.168.205.65) 7.27ms
[D 2024-11-01 15:02:33.319 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 15:03:02.507 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[W 2024-11-01 15:03:19.477 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 15:03:19.478 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 3.61ms
[W 2024-11-01 15:03:19.638 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 15:03:19.639 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.53ms
[W 2024-11-01 15:03:19.814 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 15:03:19.814 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.31ms
[W 2024-11-01 15:03:21.354 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 15:03:21.355 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.81ms
[W 2024-11-01 15:03:26.042 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 15:03:26.043 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.96ms
[D 2024-11-01 15:03:33.520 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[W 2024-11-01 15:03:36.179 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 15:03:36.180 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 2.59ms
[W 2024-11-01 15:03:38.585 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 15:03:38.585 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.64ms
[W 2024-11-01 15:03:41.145 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 15:03:41.146 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.62ms
[W 2024-11-01 15:03:50.176 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 15:03:50.177 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.67ms
[D 2024-11-01 15:04:03.890 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[W 2024-11-01 15:04:04.155 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 15:04:04.155 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 2.17ms
[W 2024-11-01 15:04:14.312 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 15:04:14.312 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.59ms
[W 2024-11-01 15:04:15.903 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 15:04:15.903 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.64ms
[D 2024-11-01 15:04:35.208 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
[D 2024-11-01 15:04:50.943 JupyterHub proxy:925] Proxy: Fetching GET http://127.0.0.1:8001/api/routes
15:04:50.945 [ConfigProxy] info: 200 GET /api/routes
[D 2024-11-01 15:04:50.954 JupyterHub proxy:392] Checking routes
[D 2024-11-01 15:05:04.053 JupyterHub batchspawner:314] Spawner querying job: sudo -E -u jcarrol5 /sfw/rhel9-x86_64/slurm/24.05.3/bin/squeue_wrapper -h -j 294 -o "%T %B"
and the lab/server log has
batchspawner-singleuser jupyterhub-singleuser
[D 2024-11-01 14:57:05.258 ServerApp] No files in /home/jcarrol5/.ipython/nbextensions
[D 2024-11-01 14:57:05.266 ServerApp] Searching ['/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[D 2024-11-01 14:57:05.267 ServerApp] Looking for jupyter_config in /etc/jupyter
[D 2024-11-01 14:57:05.267 ServerApp] Looking for jupyter_config in /usr/local/etc/jupyter
[D 2024-11-01 14:57:05.267 ServerApp] Looking for jupyter_config in /sfw/rhel9-x86_64/jupyter/b1/etc/jupyter
[D 2024-11-01 14:57:05.267 ServerApp] Looking for jupyter_server_config in /etc/jupyter
[D 2024-11-01 14:57:05.267 ServerApp] Looking for jupyter_server_config in /usr/local/etc/jupyter
[D 2024-11-01 14:57:05.267 ServerApp] Looking for jupyter_server_config in /sfw/rhel9-x86_64/jupyter/b1/etc/jupyter
[D 2024-11-01 14:57:05.279 ServerApp] Paths used for configuration of jupyter_server_config:
/etc/jupyter/jupyter_server_config.json
[D 2024-11-01 14:57:05.279 ServerApp] Paths used for configuration of jupyter_server_config:
/usr/local/etc/jupyter/jupyter_server_config.json
[D 2024-11-01 14:57:05.280 ServerApp] Paths used for configuration of jupyter_server_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/jupyter_server_terminals.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/jupyterlab.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/notebook_shim.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.json
[D 2024-11-01 14:57:05.306 ServerApp] Extension package jupyterhub took 0.0003s to import
[D 2024-11-01 14:57:05.348 ServerApp] Extension package jupyter_lsp took 0.0411s to import
[D 2024-11-01 14:57:05.358 ServerApp] Extension package jupyter_server_terminals took 0.0100s to import
[D 2024-11-01 14:57:05.414 ServerApp] Extension package jupyterlab took 0.0550s to import
[D 2024-11-01 14:57:05.642 ServerApp] Paths used for configuration of page_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/page_config.json
[D 2024-11-01 14:57:05.643 ServerApp] Paths used for configuration of page_config:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/page_config.json
[D 2024-11-01 14:57:05.644 ServerApp] Paths used for configuration of page_config:
[D 2024-11-01 14:57:05.660 ServerApp] Extension package notebook_shim took 0.0000s to import
[I 2024-11-01 14:57:05.661 ServerApp] jupyter_lsp | extension was successfully linked.
[D 2024-11-01 14:57:05.685 TerminalsExtensionApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue {'update': {'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'notebook_shim': True}}>}, 'ExtensionApp': {'log_level': 'DEBUG'}}
[D 2024-11-01 14:57:05.690 ServerApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'notebook_shim': True}>}, 'ExtensionApp': {'log_level': 'DEBUG'}}
[I 2024-11-01 14:57:05.690 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-11-01 14:57:05.691 JupyterHubSingleUser] Starting jupyterhub single-user server extension version 5.2.1
[I 2024-11-01 14:57:05.693 JupyterHubSingleUser] Using default url from environment $JUPYTERHUB_DEFAULT_URL: /lab
[D 2024-11-01 14:57:05.694 ServerApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'notebook_shim': True}>}, 'ExtensionApp': {'log_level': 'DEBUG'}}
[D 2024-11-01 14:57:05.697 JupyterHubSingleUser] Config changed: {'ServerApp': {'identity_provider_class': <class 'jupyterhub.singleuser.extension.JupyterHubIdentityProvider'>, 'allow_remote_access': True, 'open_browser': False, 'trust_xheaders': True, 'quit_button': False, 'port_retries': 0, 'answer_yes': True, 'port': 46487, 'ip': '0.0.0.0', 'base_url': '/user/jcarrol5/', 'default_url': '/lab', 'keyfile': '', 'certfile': '', 'client_ca': '', 'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'notebook_shim': True}>}, 'FileContentsManager': {'delete_to_trash': False}, 'NotebookApp': {'extra_template_paths': <LazyConfigValue {'extend': ['/gpfs/fs1/sfw3/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterhub/singleuser/templates']}>}, 'ExtensionApp': {'log_level': 'DEBUG'}}
[D 2024-11-01 14:57:05.698 ServerApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'notebook_shim': True}>, 'identity_provider_class': <class 'jupyterhub.singleuser.extension.JupyterHubIdentityProvider'>, 'allow_remote_access': True, 'open_browser': False, 'trust_xheaders': True, 'quit_button': False, 'port_retries': 0, 'answer_yes': True, 'port': 46487, 'ip': '0.0.0.0', 'base_url': '/user/jcarrol5/', 'default_url': '/lab', 'keyfile': '', 'certfile': '', 'client_ca': ''}, 'ExtensionApp': {'log_level': 'DEBUG'}, 'FileContentsManager': {'delete_to_trash': False}}
[I 2024-11-01 14:57:05.699 ServerApp] jupyterhub | extension was successfully linked.
[W 2024-11-01 14:57:05.699 LabApp] 'extra_template_paths' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[D 2024-11-01 14:57:05.703 LabApp] Config changed: {'NotebookApp': {'extra_template_paths': <LazyConfigValue {'extend': ['/gpfs/fs1/sfw3/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterhub/singleuser/templates']}>}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'notebook_shim': True}>, 'identity_provider_class': <class 'jupyterhub.singleuser.extension.JupyterHubIdentityProvider'>, 'allow_remote_access': True, 'open_browser': False, 'trust_xheaders': True, 'quit_button': False, 'port_retries': 0, 'answer_yes': True, 'port': 46487, 'ip': '0.0.0.0', 'base_url': '/user/jcarrol5/', 'default_url': '/lab', 'keyfile': '', 'certfile': '', 'client_ca': ''}, 'ExtensionApp': {'log_level': 'DEBUG'}, 'FileContentsManager': {'delete_to_trash': False}}
[I 2024-11-01 14:57:05.704 ServerApp] jupyterlab | extension was successfully linked.
[D 2024-11-01 14:57:10.369 ServerApp] Paths used for configuration of jupyter_notebook_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 14:57:10.375 ServerApp] Paths used for configuration of jupyter_notebook_config:
/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 14:57:10.375 ServerApp] Paths used for configuration of jupyter_notebook_config:
/usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 14:57:10.375 ServerApp] Paths used for configuration of jupyter_notebook_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 14:57:10.375 ServerApp] Paths used for configuration of jupyter_notebook_config:
/home/jcarrol5/.local/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 14:57:10.375 ServerApp] Paths used for configuration of jupyter_notebook_config:
/gpfs/fs1/home/jcarrol5/.jupyter/jupyter_notebook_config.json
[I 2024-11-01 14:57:10.377 ServerApp] notebook_shim | extension was successfully linked.
[D 2024-11-01 14:57:10.413 ServerApp] Config changed: {'ExtensionApp': {'log_level': 'DEBUG'}, 'FileContentsManager': {'delete_to_trash': False}, 'NotebookApp': {'extra_template_paths': <LazyConfigValue {'extend': ['/gpfs/fs1/sfw3/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterhub/singleuser/templates']}>}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'notebook_shim': True}>, 'identity_provider_class': <class 'jupyterhub.singleuser.extension.JupyterHubIdentityProvider'>, 'allow_remote_access': True, 'open_browser': False, 'trust_xheaders': True, 'quit_button': False, 'port_retries': 0, 'answer_yes': True, 'port': 46487, 'ip': '0.0.0.0', 'base_url': '/user/jcarrol5/', 'default_url': '/lab', 'keyfile': '', 'certfile': '', 'client_ca': ''}}
[I 2024-11-01 14:57:10.511 ServerApp] notebook_shim | extension was successfully loaded.
[D 2024-11-01 14:57:10.517 ServerApp] [lsp] rootUri will be file:///gpfs/fs1/home/jcarrol5
[D 2024-11-01 14:57:10.518 ServerApp] [lsp] virtualDocumentsUri will be file:///gpfs/fs1/home/jcarrol5/.virtual_documents
[I 2024-11-01 14:57:10.521 ServerApp] jupyter_lsp | extension was successfully loaded.
[D 2024-11-01 14:57:10.523 ServerApp] token = f2782d67d9ec4182a8142930e825a8e0
[I 2024-11-01 14:57:10.530 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[D 2024-11-01 14:57:10.619 JupyterHubSingleUser] jupyterhub version 5.2.0 != jupyterhub-singleuser version 5.2.1.
[I 2024-11-01 14:57:10.619 JupyterHubSingleUser] Updating Hub with activity every 300 seconds
[I 2024-11-01 14:57:10.621 ServerApp] jupyterhub | extension was successfully loaded.
[D 2024-11-01 14:57:10.629 ServerApp] Paths used for configuration of jupyter_config:
/etc/jupyter/jupyter_config.json
[D 2024-11-01 14:57:10.629 ServerApp] Paths used for configuration of jupyter_config:
/usr/local/etc/jupyter/jupyter_config.json
[D 2024-11-01 14:57:10.630 ServerApp] Paths used for configuration of jupyter_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_config.json
[D 2024-11-01 14:57:10.630 ServerApp] Paths used for configuration of jupyter_config:
/home/jcarrol5/.local/etc/jupyter/jupyter_config.json
[D 2024-11-01 14:57:10.630 ServerApp] Paths used for configuration of jupyter_config:
/gpfs/fs1/home/jcarrol5/.jupyter/jupyter_config.json
[D 2024-11-01 14:57:10.630 ServerApp] Paths used for configuration of jupyter_notebook_config:
/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 14:57:10.630 ServerApp] Paths used for configuration of jupyter_notebook_config:
/usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 14:57:10.630 ServerApp] Paths used for configuration of jupyter_notebook_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 14:57:10.631 ServerApp] Paths used for configuration of jupyter_notebook_config:
/home/jcarrol5/.local/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 14:57:10.632 ServerApp] Paths used for configuration of jupyter_notebook_config:
/gpfs/fs1/home/jcarrol5/.jupyter/jupyter_notebook_config.json
[D 2024-11-01 14:57:10.632 ServerApp] Paths used for configuration of jupyter_server_config:
/etc/jupyter/jupyter_server_config.json
[D 2024-11-01 14:57:10.632 ServerApp] Paths used for configuration of jupyter_server_config:
/usr/local/etc/jupyter/jupyter_server_config.json
[D 2024-11-01 14:57:10.632 ServerApp] Paths used for configuration of jupyter_server_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/jupyter_server_terminals.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/jupyterlab.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/notebook_shim.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.json
[D 2024-11-01 14:57:10.632 ServerApp] Paths used for configuration of jupyter_server_config:
/home/jcarrol5/.local/etc/jupyter/jupyter_server_config.json
[D 2024-11-01 14:57:10.633 ServerApp] Paths used for configuration of jupyter_server_config:
/gpfs/fs1/home/jcarrol5/.jupyter/jupyter_server_config.json
[I 2024-11-01 14:57:10.639 LabApp] JupyterLab extension loaded from /sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab
[I 2024-11-01 14:57:10.639 LabApp] JupyterLab application directory is /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab
[I 2024-11-01 14:57:10.650 LabApp] Extension Manager is 'pypi'.
[D 2024-11-01 14:57:10.654 LabApp] Plugins in PyPIExtensionManager will managed on the sys_prefix level
[D 2024-11-01 14:57:10.683 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 14:57:10.684 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 14:57:10.684 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 14:57:10.684 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 14:57:10.684 ServerApp] bash-language-server/out/cli.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.684 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 14:57:10.684 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 14:57:10.684 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 14:57:10.684 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 14:57:10.684 ServerApp] bash-language-server/bin/main.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.684 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 14:57:10.688 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 14:57:10.688 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 14:57:10.688 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 14:57:10.688 ServerApp] dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.688 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 14:57:10.688 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 14:57:10.689 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 14:57:10.689 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 14:57:10.689 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.690 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/pyright/langserver.index.js
[D 2024-11-01 14:57:10.690 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2024-11-01 14:57:10.690 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/pyright/langserver.index.js
[D 2024-11-01 14:57:10.690 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/pyright/langserver.index.js
[D 2024-11-01 14:57:10.690 ServerApp] pyright/langserver.index.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.692 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 14:57:10.693 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 14:57:10.693 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 14:57:10.693 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 14:57:10.693 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.694 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 14:57:10.694 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 14:57:10.694 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 14:57:10.694 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 14:57:10.694 ServerApp] typescript-language-server/lib/cli.mjs not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.694 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/unified-language-server/src/server.js
[D 2024-11-01 14:57:10.694 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2024-11-01 14:57:10.694 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/unified-language-server/src/server.js
[D 2024-11-01 14:57:10.694 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/unified-language-server/src/server.js
[D 2024-11-01 14:57:10.694 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.694 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 14:57:10.695 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 14:57:10.695 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 14:57:10.695 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 14:57:10.695 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.695 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 14:57:10.695 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 14:57:10.695 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 14:57:10.695 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 14:57:10.695 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.696 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 14:57:10.696 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 14:57:10.696 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 14:57:10.696 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 14:57:10.696 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.696 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 14:57:10.696 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 14:57:10.696 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 14:57:10.696 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 14:57:10.696 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[I 2024-11-01 14:57:10.697 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-server, pyright, python-language-server, python-lsp-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscode-json-languageserver-bin, yaml-language-server
[D 2024-11-01 14:57:10.705 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 14:57:10.705 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 14:57:10.705 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 14:57:10.705 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 14:57:10.705 ServerApp] bash-language-server/out/cli.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.706 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 14:57:10.706 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 14:57:10.706 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 14:57:10.706 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 14:57:10.706 ServerApp] bash-language-server/bin/main.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.706 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 14:57:10.706 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 14:57:10.706 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 14:57:10.706 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 14:57:10.706 ServerApp] bash-language-server/out/cli.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.706 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 14:57:10.706 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 14:57:10.706 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 14:57:10.706 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 14:57:10.706 ServerApp] bash-language-server/bin/main.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.711 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 14:57:10.712 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 14:57:10.712 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 14:57:10.712 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 14:57:10.712 ServerApp] dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.712 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 14:57:10.712 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 14:57:10.712 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 14:57:10.712 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 14:57:10.712 ServerApp] dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.713 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 14:57:10.714 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 14:57:10.714 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 14:57:10.714 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 14:57:10.714 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.714 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 14:57:10.714 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 14:57:10.714 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 14:57:10.714 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 14:57:10.714 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.718 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/pyright/langserver.index.js
[D 2024-11-01 14:57:10.718 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2024-11-01 14:57:10.718 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/pyright/langserver.index.js
[D 2024-11-01 14:57:10.718 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/pyright/langserver.index.js
[D 2024-11-01 14:57:10.718 ServerApp] pyright/langserver.index.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.718 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/pyright/langserver.index.js
[D 2024-11-01 14:57:10.718 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2024-11-01 14:57:10.719 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/pyright/langserver.index.js
[D 2024-11-01 14:57:10.719 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/pyright/langserver.index.js
[D 2024-11-01 14:57:10.719 ServerApp] pyright/langserver.index.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.724 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 14:57:10.724 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 14:57:10.725 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 14:57:10.725 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 14:57:10.725 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.725 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 14:57:10.725 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 14:57:10.725 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 14:57:10.725 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 14:57:10.725 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.739 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 14:57:10.739 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 14:57:10.739 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 14:57:10.739 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 14:57:10.739 ServerApp] typescript-language-server/lib/cli.mjs not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.739 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 14:57:10.739 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 14:57:10.740 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 14:57:10.740 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 14:57:10.740 ServerApp] typescript-language-server/lib/cli.mjs not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.741 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/unified-language-server/src/server.js
[D 2024-11-01 14:57:10.741 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2024-11-01 14:57:10.741 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/unified-language-server/src/server.js
[D 2024-11-01 14:57:10.741 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/unified-language-server/src/server.js
[D 2024-11-01 14:57:10.741 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.741 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/unified-language-server/src/server.js
[D 2024-11-01 14:57:10.741 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2024-11-01 14:57:10.741 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/unified-language-server/src/server.js
[D 2024-11-01 14:57:10.741 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/unified-language-server/src/server.js
[D 2024-11-01 14:57:10.741 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.741 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 14:57:10.741 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 14:57:10.742 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 14:57:10.742 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 14:57:10.742 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.742 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 14:57:10.742 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 14:57:10.742 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 14:57:10.742 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 14:57:10.742 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.746 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 14:57:10.746 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 14:57:10.746 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 14:57:10.746 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 14:57:10.746 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.747 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 14:57:10.747 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 14:57:10.747 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 14:57:10.747 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 14:57:10.747 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.747 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 14:57:10.748 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 14:57:10.748 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 14:57:10.748 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 14:57:10.748 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.748 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 14:57:10.748 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 14:57:10.748 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 14:57:10.748 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 14:57:10.748 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.748 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 14:57:10.748 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 14:57:10.748 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 14:57:10.748 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 14:57:10.748 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.748 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 14:57:10.749 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 14:57:10.749 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 14:57:10.749 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 14:57:10.749 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 14:57:10.759 LabApp] Extensions list will be fetched from https://pypi.org/pypi.
[D 2024-11-01 14:57:10.761 LabApp] Plugins in PluginManager will managed on the sys_prefix level
[D 2024-11-01 14:57:10.767 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:10.767 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:10.767 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:10.767 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:10.767 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[I 2024-11-01 14:57:10.778 ServerApp] jupyterlab | extension was successfully loaded.
[D 2024-11-01 14:57:10.785 ServerApp] token = f2782d67d9ec4182a8142930e825a8e0
[D 2024-11-01 14:57:10.785 ServerApp] token = f2782d67d9ec4182a8142930e825a8e0
[I 2024-11-01 14:57:10.786 ServerApp] Serving notebooks from local directory: /gpfs/fs1/home/jcarrol5
[I 2024-11-01 14:57:10.786 ServerApp] Jupyter Server 2.14.2 is running at:
[I 2024-11-01 14:57:10.786 ServerApp] http://bhg0065:46487/user/jcarrol5/lab?token=...
[I 2024-11-01 14:57:10.786 ServerApp] http://127.0.0.1:46487/user/jcarrol5/lab?token=...
[I 2024-11-01 14:57:10.786 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[D 2024-11-01 14:57:10.791 ServerApp] token = f2782d67d9ec4182a8142930e825a8e0
[D 2024-11-01 14:57:10.794 ServerApp] token = f2782d67d9ec4182a8142930e825a8e0
[D 2024-11-01 14:57:10.822 JupyterHubSingleUser] Notifying Hub of activity 2024-11-01T18:57:10.476781Z
[D 2024-11-01 14:57:10.846 ServerApp] [lsp] None of the installed servers require virtual documents disabling shadow filesystem.
[D 2024-11-01 14:57:10.846 ServerApp] [lsp] The following Language Servers will be available: {}
[D 2024-11-01 14:57:13.155 ServerApp] No user identified
[I 2024-11-01 14:57:13.156 ServerApp] 200 GET /user/jcarrol5/api (@192.168.31.75) 16.59ms
[I 2024-11-01 14:57:13.214 ServerApp] 302 GET /user/jcarrol5/ -> /user/jcarrol5/lab? (@128.151.18.227) 1.39ms
[D 2024-11-01 14:57:13.226 ServerApp] No user identified
[D 2024-11-01 14:57:13.228 ServerApp] Redirecting to login url: /hub/api/oauth2/authorize?client_id=jupyterhub-user-jcarrol5&redirect_uri=%2Fuser%2Fjcarrol5%2Foauth_callback&response_type=code
[I 2024-11-01 14:57:13.236 ServerApp] 302 GET /user/jcarrol5/lab? -> /hub/api/oauth2/authorize?client_id=jupyterhub-user-jcarrol5&redirect_uri=%2Fuser%2Fjcarrol5%2Foauth_callback&response_type=code&state=[secret] (@128.151.18.227) 12.91ms
[D 2024-11-01 14:57:13.289 ServerApp] HubAuth cache miss: token:5deb1148309f4b2589bc97f32093a090:a1c514b73974f6eb4bbd370a16856eea4a526c265673c57ad154ceb7c5130a27
[D 2024-11-01 14:57:13.296 ServerApp] Received request from Hub user {'groups': [], 'admin': True, 'kind': 'user', 'name': 'jcarrol5', 'token_id': 'a3', 'session_id': '5deb1148309f4b2589bc97f32093a090', 'scopes': ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5']}
[I 2024-11-01 14:57:13.296 ServerApp] Logged-in user jcarrol5
[D 2024-11-01 14:57:13.296 ServerApp] User model {'groups': [], 'admin': True, 'kind': 'user', 'name': 'jcarrol5', 'token_id': 'a3', 'session_id': '5deb1148309f4b2589bc97f32093a090', 'scopes': ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5']}
[D 2024-11-01 14:57:13.296 ServerApp] Setting oauth cookie for 128.151.18.227: jupyterhub-user-jcarrol5, {'path': '/user/jcarrol5/', 'httponly': True}
[I 2024-11-01 14:57:13.297 ServerApp] Setting new xsrf cookie for b'5deb1148309f4b2589bc97f32093a090:a1c514b73974f6eb4bbd370a16856eea4a526c265673c57ad154ceb7c5130a27' {'path': '/user/jcarrol5/'}
[D 2024-11-01 14:57:13.304 ServerApp] Allowing Hub user jcarrol5 based on oauth scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:13.304 ServerApp] 302 GET /user/jcarrol5/oauth_callback?code=[secret]&state=[secret] -> /user/jcarrol5/lab? (jcarrol5@128.151.18.227) 36.84ms
[D 2024-11-01 14:57:13.305 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:13.305 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:57:13.308 ServerApp] Paths used for configuration of page_config:
/etc/jupyter/labconfig/page_config.json
[D 2024-11-01 14:57:13.308 ServerApp] Paths used for configuration of page_config:
/usr/local/etc/jupyter/labconfig/page_config.json
[D 2024-11-01 14:57:13.308 ServerApp] Paths used for configuration of page_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/page_config.json
[D 2024-11-01 14:57:13.309 ServerApp] Paths used for configuration of page_config:
/home/jcarrol5/.local/etc/jupyter/labconfig/page_config.json
[D 2024-11-01 14:57:13.309 ServerApp] Paths used for configuration of page_config:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/page_config.json
[D 2024-11-01 14:57:13.339 LabApp] Using contents: services/contents
[I 2024-11-01 14:57:13.349 ServerApp] 200 GET /user/jcarrol5/lab? (jcarrol5@128.151.18.227) 44.33ms
[D 2024-11-01 14:57:13.425 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:13.425 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:57:13.433 ServerApp] Path main.3cd17449f0b83893c867.js served from /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/static/main.3cd17449f0b83893c867.js
[D 2024-11-01 14:57:13.445 ServerApp] 200 GET /user/jcarrol5/static/lab/main.3cd17449f0b83893c867.js (jcarrol5@128.151.18.227) 20.56ms
[D 2024-11-01 14:57:13.446 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:13.446 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:57:13.447 ServerApp] Path vendors~main.f49014f1296720ad728d.js served from /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/static/vendors~main.f49014f1296720ad728d.js
[D 2024-11-01 14:57:13.496 ServerApp] 200 GET /user/jcarrol5/static/lab/vendors~main.f49014f1296720ad728d.js (jcarrol5@128.151.18.227) 49.90ms
[D 2024-11-01 14:57:14.147 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:14.147 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:57:14.149 ServerApp] Using contents: services/contents
[D 2024-11-01 14:57:14.236 ServerApp] Path favicon.ico served from /sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/static/favicon.ico
[D 2024-11-01 14:57:14.274 ServerApp] Path style/bootstrap.min.css served from /sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/static/style/bootstrap.min.css
[D 2024-11-01 14:57:14.287 ServerApp] Path style/bootstrap-theme.min.css served from /sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/static/style/bootstrap-theme.min.css
[D 2024-11-01 14:57:14.297 ServerApp] Path style/index.css served from /sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/static/style/index.css
[D 2024-11-01 14:57:14.314 ServerApp] Path logo/logo.png served from /sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/static/logo/logo.png
[W 2024-11-01 14:57:14.328 ServerApp] 404 GET /user/jcarrol5/static/base/images/favicon.ico (jcarrol5@128.151.18.227) 182.16ms
[D 2024-11-01 14:57:14.330 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:14.330 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:57:14.368 ServerApp] Found kernel python3 in /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/kernels
[I 2024-11-01 14:57:14.434 ServerApp] 200 GET /user/jcarrol5/api/kernelspecs?1730487434305 (jcarrol5@128.151.18.227) 104.72ms
[D 2024-11-01 14:57:14.438 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:14.439 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:14.439 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:14.439 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:14.439 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:14.442 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:14.442 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 14:57:14.467 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[I 2024-11-01 14:57:14.930 ServerApp] 200 GET /user/jcarrol5/lab/api/settings/?1730487434312 (jcarrol5@128.151.18.227) 495.23ms
[D 2024-11-01 14:57:14.933 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:14.934 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:14.936 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487434361 (jcarrol5@128.151.18.227) 495.96ms
[D 2024-11-01 14:57:14.936 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:14.936 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:14.944 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487434361 (jcarrol5@128.151.18.227) 504.22ms
[D 2024-11-01 14:57:14.945 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:14.945 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:14.946 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487434362 (jcarrol5@128.151.18.227) 505.82ms
[D 2024-11-01 14:57:14.949 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:14.949 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:57:14.949 ServerApp] Found kernel python3 in /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/kernels
[I 2024-11-01 14:57:14.950 ServerApp] 200 GET /user/jcarrol5/api/kernelspecs?1730487434449 (jcarrol5@128.151.18.227) 2.66ms
[D 2024-11-01 14:57:14.950 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:14.952 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 14:57:14.960 LabApp] Could not determine jupyterlab build status without nodejs
[I 2024-11-01 14:57:14.961 ServerApp] 200 GET /user/jcarrol5/lab/api/build?1730487434620 (jcarrol5@128.151.18.227) 13.40ms
[D 2024-11-01 14:57:15.109 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:15.110 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:57:17.775 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:17.780 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:57:17.782 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:17.782 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:17.824 ServerApp] 200 GET /user/jcarrol5/metrics?1730487435162 (jcarrol5@128.151.18.227) 69.30ms
[D 2024-11-01 14:57:17.830 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:17.830 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:57:17.870 ServerApp] Path @jupyterlab/theme-light-extension/index.css served from /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/themes/@jupyterlab/theme-light-extension/index.css
[D 2024-11-01 14:57:17.879 ServerApp] 200 GET /user/jcarrol5/lab/api/themes/@jupyterlab/theme-light-extension/index.css (jcarrol5@128.151.18.227) 123.15ms
[D 2024-11-01 14:57:17.891 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:17.892 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:17.892 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:17.892 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:17.892 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:17.893 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:17.893 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:17.894 ServerApp] 200 GET /user/jcarrol5/lab/api/listings/@jupyterlab/extensionmanager-extension/listings.json?1730487435272 (jcarrol5@128.151.18.227) 11.32ms
[D 2024-11-01 14:57:17.894 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:17.894 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:17.910 ServerApp] 200 GET /user/jcarrol5/lab/api/workspaces/lab?1730487435309 (jcarrol5@128.151.18.227) 26.38ms
[D 2024-11-01 14:57:17.910 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:17.911 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 14:57:17.913 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[I 2024-11-01 14:57:17.938 ServerApp] 200 GET /user/jcarrol5/lab/api/settings/@jupyterlab/docmanager-extension:plugin?1730487435363 (jcarrol5@128.151.18.227) 52.41ms
[D 2024-11-01 14:57:17.940 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:17.940 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:57:17.946 ServerApp] Path 4.69406a7d6939b46f4e98.js served from /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/static/4.69406a7d6939b46f4e98.js
[D 2024-11-01 14:57:17.959 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:17.959 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 14:57:17.964 ServerApp] 404 GET /user/jcarrol5/api/contents/PythonTutorial/Python_Day3.ipynb?content=0&1730487437915 (jcarrol5@128.151.18.227) 25.47ms
[W 2024-11-01 14:57:17.965 ServerApp] 404 GET /user/jcarrol5/api/contents/PythonTutorial/Python_Day3.ipynb?content=0&1730487437915 (128.151.18.227): No such file or directory: PythonTutorial/Python_Day3.ipynb
[D 2024-11-01 14:57:17.965 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:17.965 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 14:57:17.966 ServerApp] 404 GET /user/jcarrol5/api/contents/PythonTutorial/Untitled1.ipynb?content=0&1730487437915 (jcarrol5@128.151.18.227) 26.79ms
[W 2024-11-01 14:57:17.966 ServerApp] 404 GET /user/jcarrol5/api/contents/PythonTutorial/Untitled1.ipynb?content=0&1730487437915 (128.151.18.227): No such file or directory: PythonTutorial/Untitled1.ipynb
[D 2024-11-01 14:57:17.967 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:17.967 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 14:57:17.967 ServerApp] 404 GET /user/jcarrol5/api/contents/PythonTutorial/vector.py?content=0&1730487437915 (jcarrol5@128.151.18.227) 0.87ms
[W 2024-11-01 14:57:17.968 ServerApp] 404 GET /user/jcarrol5/api/contents/PythonTutorial/vector.py?content=0&1730487437915 (128.151.18.227): No such file or directory: PythonTutorial/vector.py
[D 2024-11-01 14:57:17.969 ServerApp] 200 GET /user/jcarrol5/static/lab/4.69406a7d6939b46f4e98.js (jcarrol5@128.151.18.227) 30.46ms
[D 2024-11-01 14:57:17.969 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:17.969 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 14:57:17.970 ServerApp] 404 GET /user/jcarrol5/api/contents/PythonTutorial/vector-final.py?content=0&1730487437916 (jcarrol5@128.151.18.227) 0.95ms
[W 2024-11-01 14:57:17.970 ServerApp] 404 GET /user/jcarrol5/api/contents/PythonTutorial/vector-final.py?content=0&1730487437916 (128.151.18.227): No such file or directory: PythonTutorial/vector-final.py
[D 2024-11-01 14:57:17.990 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:17.990 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:17.993 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487437985 (jcarrol5@128.151.18.227) 3.81ms
[D 2024-11-01 14:57:18.104 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:18.104 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:57:18.105 TerminalsExtensionApp] Using contents: services/contents
[E 2024-11-01 14:57:18.144 ServerApp] Uncaught exception in write_error
Traceback (most recent call last):
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 1298, in send_error
self.write_error(status_code, **kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/base/handlers.py", line 739, in write_error
html = self.render_template("%s.html" % status_code, **ns)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/base/handlers.py", line 667, in render_template
return template.render(**ns)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jinja2/environment.py", line 1304, in render
self.environment.handle_exception()
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jinja2/environment.py", line 939, in handle_exception
raise rewrite_traceback_stack(source=source)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/templates/404.html", line 1, in top-level template code
{% extends "error.html" %}
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/templates/error.html", line 1, in top-level template code
{% extends "page.html" %}
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/templates/page.html", line 9, in top-level template code
{% block favicon %}<link id="favicon" rel="shortcut icon" type="image/x-icon" href="{{ static_url("favicon.ico") }}">
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/templates/page.html", line 9, in block 'favicon'
{% block favicon %}<link id="favicon" rel="shortcut icon" type="image/x-icon" href="{{ static_url("favicon.ico") }}">
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/extension/handler.py", line 118, in static_url
raise Exception(msg) from None
Exception: This extension doesn't have any static paths listed. Check that the extension's `static_paths` trait is set.
[W 2024-11-01 14:57:18.223 ServerApp] 404 GET /user/jcarrol5/terminals/websocket/1 (jcarrol5@128.151.18.227) 123.37ms
[D 2024-11-01 14:57:18.226 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:18.226 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:18.227 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487438124 (jcarrol5@128.151.18.227) 1.90ms
[D 2024-11-01 14:57:18.228 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:18.228 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:18.234 ServerApp] 200 GET /user/jcarrol5/metrics?1730487438175 (jcarrol5@128.151.18.227) 7.78ms
[D 2024-11-01 14:57:18.318 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:18.318 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:18.319 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:18.319 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:18.319 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:18.319 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:18.319 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 14:57:18.319 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[I 2024-11-01 14:57:18.361 ServerApp] 200 GET /user/jcarrol5/lab/api/settings/?1730487438313 (jcarrol5@128.151.18.227) 43.62ms
[I 2024-11-01 14:57:18.369 ServerApp] 200 GET /user/jcarrol5/api/nbconvert?1730487435101 (jcarrol5@128.151.18.227) 3261.10ms
[D 2024-11-01 14:57:18.383 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:18.384 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:18.384 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:18.384 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:18.384 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 14:57:18.384 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:18.384 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 14:57:18.385 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[I 2024-11-01 14:57:18.389 ServerApp] 200 GET /user/jcarrol5/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1730487438374 (jcarrol5@128.151.18.227) 6.60ms
[I 2024-11-01 14:57:18.471 ServerApp] 200 GET /user/jcarrol5/api/nbconvert?1730487435115 (jcarrol5@128.151.18.227) 728.91ms
[D 2024-11-01 14:57:19.202 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:19.202 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:19.284 ServerApp] 204 PUT /user/jcarrol5/lab/api/workspaces/lab?1730487439195 (jcarrol5@128.151.18.227) 83.93ms
[D 2024-11-01 14:57:19.310 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:19.310 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 14:57:19.310 ServerApp] 404 GET /user/jcarrol5/api/contents/PythonTutorial?1730487439288 (jcarrol5@128.151.18.227) 1.13ms
[W 2024-11-01 14:57:19.310 ServerApp] 404 GET /user/jcarrol5/api/contents/PythonTutorial?1730487439288 (128.151.18.227): No such file or directory: PythonTutorial
[D 2024-11-01 14:57:19.318 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:19.318 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:57:19.823 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:19.824 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:19.824 ServerApp] 204 PUT /user/jcarrol5/lab/api/workspaces/lab?1730487439816 (jcarrol5@128.151.18.227) 1.42ms
[I 2024-11-01 14:57:20.778 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487439314 (jcarrol5@128.151.18.227) 1460.78ms
[D 2024-11-01 14:57:22.464 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:22.464 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:22.486 ServerApp] 200 GET /user/jcarrol5/metrics?1730487442458 (jcarrol5@128.151.18.227) 23.47ms
[D 2024-11-01 14:57:25.209 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:25.209 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:25.212 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487445203 (jcarrol5@128.151.18.227) 4.28ms
[D 2024-11-01 14:57:27.574 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:27.574 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:57:27.609 ServerApp] Instantiating kernel 'Python 3 (ipykernel)' with kernel provisioner: local-provisioner
[D 2024-11-01 14:57:27.812 ServerApp] Starting kernel: ['/sfw/rhel9-x86_64/jupyter/b1/bin/python3.9', '-m', 'ipykernel_launcher', '-f', '/gpfs/fs1/home/jcarrol5/.local/share/jupyter/runtime/kernel-bf8e9eff-e7e6-4c27-97d8-fde9ece85560.json']
[D 2024-11-01 14:57:27.833 ServerApp] Connecting to: tcp://127.0.0.1:59987
[D 2024-11-01 14:57:27.905 ServerApp] Connecting to: tcp://127.0.0.1:38233
[I 2024-11-01 14:57:27.912 ServerApp] Kernel started: bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:27.912 ServerApp] Kernel args (excluding env): {'kernel_name': 'python3', 'cwd': '/gpfs/fs1/home/jcarrol5'}
[D 2024-11-01 14:57:27.912 ServerApp] Kernel argument 'env' passed with: ['SHELL', 'SLURM_JOB_USER', 'SLURM_TASKS_PER_NODE', 'SLURM_JOB_UID', 'SUDO_GID', 'HISTCONTROL', 'SLURM_TASK_PID', 'JUPYTERHUB_SERVICE_URL', 'PKG_CONFIG_PATH', 'SLURM_LOCALID', 'SLURM_SUBMIT_DIR', 'HOSTNAME', 'HISTSIZE', 'LMOD_CACHED_LOADS', 'SLURMD_NODENAME', 'JUPYTERHUB_API_TOKEN', 'SLURM_JOB_START_TIME', 'HYDRA_LAUNCHER_EXTRA_ARGS', '_ModuleTable002_', 'HOSTALIASES', '__LMOD_REF_COUNT_MODULEPATH', '__LMOD_REF_COUNT_CPLUS_INCLUDE_PATH', 'JUPYTERHUB_BASE_URL', 'JUPYTERHUB_PUBLIC_URL', 'HISTTIMEFORMAT', 'SLURM_CLUSTER_NAME', 'SLURM_JOB_END_TIME', 'RLM_EXTENDED_ERROR_MESSAGES', 'SUDO_COMMAND', 'SLURM_CPUS_ON_NODE', 'SUDO_USER', 'SLURM_JOB_CPUS_PER_NODE', 'LMOD_DIR', 'PRTE_MCA_plm_slurm_args', 'PWD', 'SLURM_GTIDS', 'LOGNAME', 'XDG_SESSION_TYPE', 'SLURM_JOB_PARTITION', 'MODULESHOME', 'SLURM_TRES_PER_TASK', 'SLURM_JOB_NUM_NODES', 'SLURM_JOBID', 'JUPYTERHUB_SERVER_NAME', 'SLURM_JOB_QOS', 'I_MPI_HYDRA_BOOTSTRAP_EXEC_EXTRA_ARGS', 'JUPYTERHUB_DEFAULT_URL', '__LMOD_REF_COUNT_PATH', 'HOME', '_ModuleTable_Sz_', 'LANG', '__LMOD_REF_COUNT_PKG_CONFIG_PATH', 'SLURM_PROCID', 'JPY_API_TOKEN', 'MAN_PATH', 'JUPYTERHUB_DISABLE_USER_CONFIG', 'LMOD_SETTARG_FULL_SUPPORT', 'TMPDIR', 'JUPYTERHUB_SERVICE_PREFIX', 'JUPYTERHUB_OAUTH_CALLBACK_URL', 'SLURM_CPUS_PER_TASK', 'SLURM_TOPOLOGY_ADDR', 'LMOD_VERSION', 'JUPYTERHUB_OAUTH_CLIENT_ALLOWED_SCOPES', '_ModuleTable003_', 'HYDRA_BOOTSTRAP', 'SLURM_TOPOLOGY_ADDR_PATTERN', 'XDG_SESSION_CLASS', 'LMOD_PKG', 'SLURM_SCRIPT_CONTEXT', 'JUPYTER_ENABLE_LAB', 'SLURM_MEM_PER_NODE', 'TERM', 'CPLUS_INCLUDE_PATH', 'LESSOPEN', 'USER', 'SLURM_NODELIST', 'ENVIRONMENT', 'LMOD_FAMILY_OS', 'LOADEDMODULES', 'SLURM_JOB_ACCOUNT', 'SLURM_PRIO_PROCESS', 'JUPYTERHUB_OAUTH_ACCESS_SCOPES', 'JUPYTERHUB_COOKIE_HOST_PREFIX_ENABLED', 'LMOD_ROOT', 'SHLVL', 'SLURM_NNODES', '__LMOD_REF_COUNT_MAN_PATH', 'JUPYTERHUB_API_URL', 'JUPYTERLAB_DIR', 'JUPYTERHUB_CLIENT_ID', 'JUPYTERHUB_OAUTH_SCOPES', 'XDG_SESSION_ID', 'JUPYTERHUB_PUBLIC_HUB_URL', 'RLM_DEBUG', 'SLURM_SUBMIT_HOST', 'JUPYTERHUB_HOST', '_ModuleTable001_', 'JUPYTERHUB_DEBUG', 'LD_LIBRARY_PATH', 'SLURM_JOB_ID', 'SLURM_NODEID', '_ModuleTable004_', 'which_declare', '__LMOD_REF_COUNT_C_INCLUDE_PATH', 'XDG_DATA_DIRS', 'SLURM_CONF', 'PATH', 'SLURM_JOB_NAME', 'MODULEPATH', 'HISTFILESIZE', '_LMFILES_', 'SUDO_UID', 'DBUS_SESSION_BUS_ADDRESS', 'LMOD_CMD', 'C_INCLUDE_PATH', 'JUPYTERHUB_USER', 'MAIL', '__LMOD_REF_COUNT_LD_LIBRARY_PATH', 'JUPYTERHUB_ACTIVITY_URL', 'LMOD_FAMILY_OS_VERSION', 'OMPI_MCA_plm_slurm_args', 'SLURM_JOB_GID', 'SLURM_GET_USER_ENV', 'SLURM_JOB_NODELIST', 'I_MPI_HYDRA_BOOTSTRAP', 'BASH_FUNC_ml%%', 'BASH_FUNC_which%%', 'BASH_FUNC_module%%', '_', 'JPY_SESSION_NAME']
[I 2024-11-01 14:57:27.938 ServerApp] 201 POST /user/jcarrol5/api/sessions?1730487447559 (jcarrol5@128.151.18.227) 364.56ms
[D 2024-11-01 14:57:27.975 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:27.977 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:27.979 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487447936 (jcarrol5@128.151.18.227) 24.46ms
[D 2024-11-01 14:57:28.021 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:28.021 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:28.028 ServerApp] 200 PATCH /user/jcarrol5/api/sessions/5fa6b919-1c45-454b-b57f-9b320710d424?1730487448001 (jcarrol5@128.151.18.227) 8.32ms
[D 2024-11-01 14:57:28.037 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:28.037 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:57:28.052 ServerApp] Requesting kernel info from bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:28.053 ServerApp] Connecting to: tcp://127.0.0.1:52725
[D 2024-11-01 14:57:28.823 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:28.834 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:28.868 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487448664 (jcarrol5@128.151.18.227) 106.05ms
[D 2024-11-01 14:57:28.933 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:28.933 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:28.937 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487448878 (jcarrol5@128.151.18.227) 35.13ms
[D 2024-11-01 14:57:35.735 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:35.743 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:35.769 ServerApp] 200 PATCH /user/jcarrol5/api/sessions/5fa6b919-1c45-454b-b57f-9b320710d424?1730487448946 (jcarrol5@128.151.18.227) 84.01ms
[D 2024-11-01 14:57:35.797 ServerApp] Received kernel info: {'status': 'ok', 'protocol_version': '5.3', 'implementation': 'ipython', 'implementation_version': '8.18.1', 'language_info': {'name': 'python', 'version': '3.9.16', 'mimetype': 'text/x-python', 'codemirror_mode': {'name': 'ipython', 'version': 3}, 'pygments_lexer': 'ipython3', 'nbconvert_exporter': 'python', 'file_extension': '.py'}, 'banner': "Python 3.9.16 (main, Oct 24 2024, 15:39:27) \nType 'copyright', 'credits' or 'license' for more information\nIPython 8.18.1 -- An enhanced Interactive Python. Type '?' for help.\n", 'help_links': [{'text': 'Python Reference', 'url': 'https://docs.python.org/3.9'}, {'text': 'IPython Reference', 'url': 'https://ipython.org/documentation.html'}, {'text': 'NumPy Reference', 'url': 'https://docs.scipy.org/doc/numpy/reference/'}, {'text': 'SciPy Reference', 'url': 'https://docs.scipy.org/doc/scipy/reference/'}, {'text': 'Matplotlib Reference', 'url': 'https://matplotlib.org/contents.html'}, {'text': 'SymPy Reference', 'url': 'http://docs.sympy.org/latest/index.html'}, {'text': 'pandas Reference', 'url': 'https://pandas.pydata.org/pandas-docs/stable/'}]}
[D 2024-11-01 14:57:35.804 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (starting)
[D 2024-11-01 14:57:35.811 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (busy)
[D 2024-11-01 14:57:35.818 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:35.818 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:35.819 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487448962 (jcarrol5@128.151.18.227) 11.18ms
[D 2024-11-01 14:57:35.820 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:35.820 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:57:35.828 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:35.828 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:35.861 ServerApp] 200 GET /user/jcarrol5/metrics?1730487451819 (jcarrol5@128.151.18.227) 51.06ms
[I 2024-11-01 14:57:35.866 ServerApp] 101 GET /user/jcarrol5/api/kernels/bf8e9eff-e7e6-4c27-97d8-fde9ece85560/channels?session_id=b3786dc5-25c1-4d91-a239-f828286572d4 (jcarrol5@128.151.18.227) 7835.45ms
[D 2024-11-01 14:57:35.869 ServerApp] Opening websocket /user/jcarrol5/api/kernels/bf8e9eff-e7e6-4c27-97d8-fde9ece85560/channels
[I 2024-11-01 14:57:35.869 ServerApp] Connecting to kernel bf8e9eff-e7e6-4c27-97d8-fde9ece85560.
[D 2024-11-01 14:57:35.871 ServerApp] Getting buffer for bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:35.873 ServerApp] Connecting to: tcp://127.0.0.1:38233
[D 2024-11-01 14:57:35.877 ServerApp] Connecting to: tcp://127.0.0.1:52725
[D 2024-11-01 14:57:35.879 ServerApp] Connecting to: tcp://127.0.0.1:59987
[D 2024-11-01 14:57:35.879 ServerApp] Connecting to: tcp://127.0.0.1:49309
[D 2024-11-01 14:57:35.880 ServerApp] Nudge: not nudging busy kernel bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:35.881 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (idle)
[D 2024-11-01 14:57:35.893 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:35.893 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:35.903 ServerApp] 101 GET /user/jcarrol5/api/kernels/bf8e9eff-e7e6-4c27-97d8-fde9ece85560/channels?session_id=d69cad54-3101-4620-b85b-4b8e80b0b795 (jcarrol5@128.151.18.227) 12.48ms
[D 2024-11-01 14:57:35.903 ServerApp] Opening websocket /user/jcarrol5/api/kernels/bf8e9eff-e7e6-4c27-97d8-fde9ece85560/channels
[I 2024-11-01 14:57:35.903 ServerApp] Connecting to kernel bf8e9eff-e7e6-4c27-97d8-fde9ece85560.
[D 2024-11-01 14:57:35.903 ServerApp] Getting buffer for bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:35.903 ServerApp] Connecting to: tcp://127.0.0.1:38233
[D 2024-11-01 14:57:35.904 ServerApp] Connecting to: tcp://127.0.0.1:52725
[D 2024-11-01 14:57:35.904 ServerApp] Connecting to: tcp://127.0.0.1:59987
[D 2024-11-01 14:57:35.905 ServerApp] Connecting to: tcp://127.0.0.1:49309
[D 2024-11-01 14:57:35.906 ServerApp] Connecting to: tcp://127.0.0.1:52725
[D 2024-11-01 14:57:35.907 ServerApp] Connecting to: tcp://127.0.0.1:59987
[D 2024-11-01 14:57:35.909 ServerApp] Nudge: attempt 1 on kernel bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:35.939 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:35.940 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:35.942 ServerApp] 101 GET /user/jcarrol5/api/kernels/bf8e9eff-e7e6-4c27-97d8-fde9ece85560/channels?session_id=1cd2c099-effc-49c8-b1b1-9f25e198bd3f (jcarrol5@128.151.18.227) 3.42ms
[D 2024-11-01 14:57:35.942 ServerApp] Opening websocket /user/jcarrol5/api/kernels/bf8e9eff-e7e6-4c27-97d8-fde9ece85560/channels
[I 2024-11-01 14:57:35.942 ServerApp] Connecting to kernel bf8e9eff-e7e6-4c27-97d8-fde9ece85560.
[D 2024-11-01 14:57:35.942 ServerApp] Getting buffer for bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:35.942 ServerApp] Connecting to: tcp://127.0.0.1:38233
[D 2024-11-01 14:57:35.944 ServerApp] Connecting to: tcp://127.0.0.1:52725
[D 2024-11-01 14:57:35.945 ServerApp] Connecting to: tcp://127.0.0.1:59987
[D 2024-11-01 14:57:35.945 ServerApp] Connecting to: tcp://127.0.0.1:49309
[D 2024-11-01 14:57:35.947 ServerApp] Connecting to: tcp://127.0.0.1:52725
[D 2024-11-01 14:57:35.947 ServerApp] Connecting to: tcp://127.0.0.1:59987
[D 2024-11-01 14:57:35.949 ServerApp] Nudge: attempt 1 on kernel bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:36.009 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (busy)
[D 2024-11-01 14:57:36.010 ServerApp] Nudge: IOPub received: bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:36.011 ServerApp] Nudge: resolving iopub future: bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:36.011 ServerApp] Nudge: IOPub received: bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:36.011 ServerApp] Nudge: resolving iopub future: bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:36.012 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (busy)
[D 2024-11-01 14:57:36.012 ServerApp] Nudge: control info reply received: bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:36.012 ServerApp] Nudge: resolving control future: bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:36.012 ServerApp] Nudge: shell info reply received: bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:36.013 ServerApp] Nudge: shell info reply received: bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:36.013 ServerApp] Nudge: resolving shell future: bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:36.013 ServerApp] Nudge: control info reply received: bf8e9eff-e7e6-4c27-97d8-fde9ece85560
[D 2024-11-01 14:57:36.013 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (idle)
[D 2024-11-01 14:57:36.015 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (busy)
[D 2024-11-01 14:57:36.017 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (idle)
[D 2024-11-01 14:57:36.018 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (busy)
[D 2024-11-01 14:57:36.019 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (idle)
[D 2024-11-01 14:57:36.021 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (idle)
[D 2024-11-01 14:57:36.362 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (busy)
[D 2024-11-01 14:57:36.364 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (idle)
[D 2024-11-01 14:57:36.366 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (busy)
[D 2024-11-01 14:57:36.367 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (idle)
[D 2024-11-01 14:57:36.369 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (busy)
[D 2024-11-01 14:57:36.388 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (idle)
[D 2024-11-01 14:57:36.389 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (busy)
[D 2024-11-01 14:57:36.390 ServerApp] activity on bf8e9eff-e7e6-4c27-97d8-fde9ece85560: status (idle)
[D 2024-11-01 14:57:36.395 ServerApp] Websocket closed bf8e9eff-e7e6-4c27-97d8-fde9ece85560:b3786dc5-25c1-4d91-a239-f828286572d4
[D 2024-11-01 14:57:36.501 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:36.502 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:36.513 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487456452 (jcarrol5@128.151.18.227) 40.58ms
[D 2024-11-01 14:57:36.517 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:36.517 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:36.518 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487456452 (jcarrol5@128.151.18.227) 33.60ms
[I 2024-11-01 14:57:36.703 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487450816 (jcarrol5@128.151.18.227) 893.60ms
[D 2024-11-01 14:57:38.973 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:38.973 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:38.976 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487458963 (jcarrol5@128.151.18.227) 6.36ms
[D 2024-11-01 14:57:44.101 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:44.101 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:44.141 ServerApp] 200 GET /user/jcarrol5/metrics?1730487464095 (jcarrol5@128.151.18.227) 41.67ms
[D 2024-11-01 14:57:46.528 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:46.528 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:46.532 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487466522 (jcarrol5@128.151.18.227) 5.76ms
[D 2024-11-01 14:57:46.995 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:46.995 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:46.996 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487466990 (jcarrol5@128.151.18.227) 2.29ms
[D 2024-11-01 14:57:47.017 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:47.017 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:47.595 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487467013 (jcarrol5@128.151.18.227) 578.96ms
[D 2024-11-01 14:57:48.983 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:48.983 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:48.984 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487468978 (jcarrol5@128.151.18.227) 1.36ms
[D 2024-11-01 14:57:56.550 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:56.550 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:56.551 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487476545 (jcarrol5@128.151.18.227) 1.55ms
[D 2024-11-01 14:57:57.003 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:57.003 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:57.004 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487476999 (jcarrol5@128.151.18.227) 0.98ms
[D 2024-11-01 14:57:57.632 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:57.632 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:58.167 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487477627 (jcarrol5@128.151.18.227) 536.10ms
[D 2024-11-01 14:57:58.991 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:57:58.991 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:57:58.992 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487478987 (jcarrol5@128.151.18.227) 1.26ms
[D 2024-11-01 14:58:03.008 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:03.008 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:03.014 ServerApp] 200 GET /user/jcarrol5/metrics?1730487483003 (jcarrol5@128.151.18.227) 6.48ms
[D 2024-11-01 14:58:06.561 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:06.561 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:06.561 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487486556 (jcarrol5@128.151.18.227) 1.27ms
[D 2024-11-01 14:58:07.011 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:07.011 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:07.012 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487487007 (jcarrol5@128.151.18.227) 1.14ms
[D 2024-11-01 14:58:08.207 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:08.207 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:08.743 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487488203 (jcarrol5@128.151.18.227) 536.34ms
[D 2024-11-01 14:58:09.497 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:09.498 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:09.498 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487489489 (jcarrol5@128.151.18.227) 2.22ms
[D 2024-11-01 14:58:16.200 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:16.201 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:58:16.203 ServerApp] Found kernel python3 in /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/kernels
[I 2024-11-01 14:58:16.216 ServerApp] 200 GET /user/jcarrol5/api/kernelspecs?1730487496196 (jcarrol5@128.151.18.227) 16.77ms
[D 2024-11-01 14:58:16.569 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:16.569 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:16.570 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487496564 (jcarrol5@128.151.18.227) 1.09ms
[D 2024-11-01 14:58:17.019 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:17.019 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:17.019 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487497014 (jcarrol5@128.151.18.227) 0.68ms
[D 2024-11-01 14:58:18.810 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:18.810 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:58:19.521 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:19.521 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:19.521 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487499517 (jcarrol5@128.151.18.227) 1.02ms
[I 2024-11-01 14:58:19.644 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487498806 (jcarrol5@128.151.18.227) 834.28ms
[D 2024-11-01 14:58:26.578 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:26.578 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:26.579 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487506572 (jcarrol5@128.151.18.227) 1.82ms
[D 2024-11-01 14:58:27.027 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:27.027 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:27.028 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487507022 (jcarrol5@128.151.18.227) 1.20ms
[D 2024-11-01 14:58:29.530 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:29.530 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:29.530 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487509525 (jcarrol5@128.151.18.227) 0.89ms
[D 2024-11-01 14:58:29.694 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:29.694 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:30.236 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487509690 (jcarrol5@128.151.18.227) 542.91ms
[D 2024-11-01 14:58:33.023 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:33.023 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:33.030 ServerApp] 200 GET /user/jcarrol5/metrics?1730487513018 (jcarrol5@128.151.18.227) 8.15ms
[D 2024-11-01 14:58:36.600 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:36.600 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:36.600 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487516595 (jcarrol5@128.151.18.227) 1.24ms
[D 2024-11-01 14:58:37.048 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:37.048 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:37.048 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487517044 (jcarrol5@128.151.18.227) 0.98ms
[D 2024-11-01 14:58:39.553 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:39.553 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:39.554 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487519548 (jcarrol5@128.151.18.227) 1.19ms
[D 2024-11-01 14:58:40.270 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:40.270 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:40.801 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487520266 (jcarrol5@128.151.18.227) 531.61ms
[D 2024-11-01 14:58:46.609 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:46.609 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:46.610 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487526604 (jcarrol5@128.151.18.227) 1.20ms
[D 2024-11-01 14:58:47.057 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:47.057 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:47.057 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487527052 (jcarrol5@128.151.18.227) 1.15ms
[D 2024-11-01 14:58:49.562 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:49.562 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:49.562 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487529557 (jcarrol5@128.151.18.227) 1.36ms
[D 2024-11-01 14:58:50.838 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:50.838 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:51.366 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487530834 (jcarrol5@128.151.18.227) 528.71ms
[D 2024-11-01 14:58:56.618 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:56.618 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:56.619 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487536613 (jcarrol5@128.151.18.227) 1.32ms
[D 2024-11-01 14:58:57.064 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:57.064 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:57.065 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487537060 (jcarrol5@128.151.18.227) 0.86ms
[D 2024-11-01 14:58:59.570 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:58:59.570 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:58:59.570 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487539566 (jcarrol5@128.151.18.227) 0.69ms
[D 2024-11-01 14:59:01.398 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:01.398 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:01.913 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487541394 (jcarrol5@128.151.18.227) 515.57ms
[D 2024-11-01 14:59:03.053 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:03.053 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:03.060 ServerApp] 200 GET /user/jcarrol5/metrics?1730487543048 (jcarrol5@128.151.18.227) 7.69ms
[D 2024-11-01 14:59:06.626 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:06.626 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:06.627 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487546622 (jcarrol5@128.151.18.227) 1.34ms
[D 2024-11-01 14:59:07.072 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:07.072 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:07.072 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487547067 (jcarrol5@128.151.18.227) 0.91ms
[D 2024-11-01 14:59:09.578 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:09.578 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:09.579 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487549573 (jcarrol5@128.151.18.227) 1.45ms
[D 2024-11-01 14:59:11.950 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:11.950 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:12.483 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487551945 (jcarrol5@128.151.18.227) 534.58ms
[D 2024-11-01 14:59:16.634 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:16.634 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:16.635 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487556630 (jcarrol5@128.151.18.227) 1.01ms
[D 2024-11-01 14:59:17.079 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:17.079 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:17.080 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487557075 (jcarrol5@128.151.18.227) 0.91ms
[D 2024-11-01 14:59:17.236 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:17.237 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 14:59:17.238 ServerApp] Found kernel python3 in /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/kernels
[I 2024-11-01 14:59:17.248 ServerApp] 200 GET /user/jcarrol5/api/kernelspecs?1730487557231 (jcarrol5@128.151.18.227) 12.37ms
[D 2024-11-01 14:59:19.600 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:19.600 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:19.600 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487559595 (jcarrol5@128.151.18.227) 0.95ms
[D 2024-11-01 14:59:22.527 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:22.527 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:23.081 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487562522 (jcarrol5@128.151.18.227) 555.25ms
[D 2024-11-01 14:59:26.643 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:26.643 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:26.643 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487566638 (jcarrol5@128.151.18.227) 1.30ms
[D 2024-11-01 14:59:27.100 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:27.100 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:27.101 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487567096 (jcarrol5@128.151.18.227) 0.84ms
[D 2024-11-01 14:59:29.609 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:29.609 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:29.609 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487569604 (jcarrol5@128.151.18.227) 0.76ms
[D 2024-11-01 14:59:33.068 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:33.068 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:33.074 ServerApp] 200 GET /user/jcarrol5/metrics?1730487573064 (jcarrol5@128.151.18.227) 6.76ms
[D 2024-11-01 14:59:33.128 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:33.128 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:33.982 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487573125 (jcarrol5@128.151.18.227) 853.70ms
[D 2024-11-01 14:59:36.662 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:36.663 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:36.663 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487576658 (jcarrol5@128.151.18.227) 1.07ms
[D 2024-11-01 14:59:37.109 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:37.109 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:37.109 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487577105 (jcarrol5@128.151.18.227) 0.71ms
[D 2024-11-01 14:59:39.617 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:39.617 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:39.618 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487579613 (jcarrol5@128.151.18.227) 1.00ms
[D 2024-11-01 14:59:44.019 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:44.019 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:44.580 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487584013 (jcarrol5@128.151.18.227) 562.45ms
[D 2024-11-01 14:59:46.683 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:46.683 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:46.687 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487586668 (jcarrol5@128.151.18.227) 13.86ms
[D 2024-11-01 14:59:47.116 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:47.117 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:47.117 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487587113 (jcarrol5@128.151.18.227) 1.22ms
[D 2024-11-01 14:59:49.627 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:49.627 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:49.628 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487589622 (jcarrol5@128.151.18.227) 2.62ms
[D 2024-11-01 14:59:54.626 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:54.626 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:55.157 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487594622 (jcarrol5@128.151.18.227) 531.44ms
[D 2024-11-01 14:59:56.695 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:56.695 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:56.696 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487596690 (jcarrol5@128.151.18.227) 1.87ms
[D 2024-11-01 14:59:57.124 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:57.124 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:57.124 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487597120 (jcarrol5@128.151.18.227) 0.81ms
[D 2024-11-01 14:59:59.635 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 14:59:59.635 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 14:59:59.636 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487599631 (jcarrol5@128.151.18.227) 0.70ms
[D 2024-11-01 15:00:03.094 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:03.094 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:03.104 ServerApp] 200 GET /user/jcarrol5/metrics?1730487603089 (jcarrol5@128.151.18.227) 11.05ms
[D 2024-11-01 15:00:05.206 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:05.206 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:05.738 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487605201 (jcarrol5@128.151.18.227) 533.15ms
[D 2024-11-01 15:00:06.703 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:06.703 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:06.704 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487606698 (jcarrol5@128.151.18.227) 1.38ms
[D 2024-11-01 15:00:07.132 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:07.132 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:07.132 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487607127 (jcarrol5@128.151.18.227) 0.96ms
[D 2024-11-01 15:00:09.643 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:09.644 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:09.644 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487609638 (jcarrol5@128.151.18.227) 1.38ms
[D 2024-11-01 15:00:15.771 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:15.771 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:16.309 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487615767 (jcarrol5@128.151.18.227) 538.19ms
[D 2024-11-01 15:00:16.711 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:16.711 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:16.712 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487616706 (jcarrol5@128.151.18.227) 1.50ms
[D 2024-11-01 15:00:17.139 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:17.139 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:17.140 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487617135 (jcarrol5@128.151.18.227) 0.93ms
[D 2024-11-01 15:00:18.255 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:18.256 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:00:18.257 ServerApp] Found kernel python3 in /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/kernels
[I 2024-11-01 15:00:18.268 ServerApp] 200 GET /user/jcarrol5/api/kernelspecs?1730487618251 (jcarrol5@128.151.18.227) 13.62ms
[D 2024-11-01 15:00:19.652 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:19.652 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:19.652 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487619647 (jcarrol5@128.151.18.227) 0.90ms
[D 2024-11-01 15:00:26.360 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:26.360 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:00:26.749 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:26.749 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:26.750 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487626736 (jcarrol5@128.151.18.227) 0.83ms
[I 2024-11-01 15:00:26.934 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487626355 (jcarrol5@128.151.18.227) 574.86ms
[D 2024-11-01 15:00:27.329 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:27.329 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:27.329 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487627324 (jcarrol5@128.151.18.227) 1.14ms
[D 2024-11-01 15:00:29.661 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:29.661 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:29.662 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487629655 (jcarrol5@128.151.18.227) 1.48ms
[D 2024-11-01 15:00:33.113 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:33.113 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:33.119 ServerApp] 200 GET /user/jcarrol5/metrics?1730487633108 (jcarrol5@128.151.18.227) 6.87ms
[D 2024-11-01 15:00:36.756 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:36.757 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:36.757 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487636752 (jcarrol5@128.151.18.227) 1.16ms
[D 2024-11-01 15:00:36.965 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:36.965 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:00:37.359 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:37.359 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:37.360 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487637354 (jcarrol5@128.151.18.227) 0.86ms
[I 2024-11-01 15:00:37.811 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487636961 (jcarrol5@128.151.18.227) 846.40ms
[D 2024-11-01 15:00:39.672 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:39.672 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:39.672 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487639668 (jcarrol5@128.151.18.227) 1.05ms
[D 2024-11-01 15:00:46.765 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:46.765 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:46.765 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487646761 (jcarrol5@128.151.18.227) 0.83ms
[D 2024-11-01 15:00:47.367 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:47.367 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:47.367 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487647363 (jcarrol5@128.151.18.227) 1.11ms
[D 2024-11-01 15:00:47.859 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:47.859 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:48.395 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487647855 (jcarrol5@128.151.18.227) 535.70ms
[D 2024-11-01 15:00:49.680 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:49.680 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:49.680 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487649675 (jcarrol5@128.151.18.227) 0.83ms
[D 2024-11-01 15:00:56.772 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:56.772 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:56.773 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487656767 (jcarrol5@128.151.18.227) 0.84ms
[D 2024-11-01 15:00:57.375 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:57.375 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:57.375 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487657370 (jcarrol5@128.151.18.227) 0.80ms
[D 2024-11-01 15:00:58.440 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:58.440 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:58.974 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487658435 (jcarrol5@128.151.18.227) 534.15ms
[D 2024-11-01 15:00:59.688 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:00:59.688 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:00:59.689 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487659684 (jcarrol5@128.151.18.227) 0.73ms
[D 2024-11-01 15:01:03.128 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:03.128 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:03.143 ServerApp] 200 GET /user/jcarrol5/metrics?1730487663124 (jcarrol5@128.151.18.227) 15.76ms
[D 2024-11-01 15:01:06.779 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:06.780 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:06.780 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487666775 (jcarrol5@128.151.18.227) 0.93ms
[D 2024-11-01 15:01:07.383 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:07.383 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:07.383 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487667378 (jcarrol5@128.151.18.227) 0.81ms
[D 2024-11-01 15:01:09.005 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:09.005 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:09.537 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487669001 (jcarrol5@128.151.18.227) 532.26ms
[D 2024-11-01 15:01:09.945 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:09.945 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:09.945 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487669938 (jcarrol5@128.151.18.227) 1.32ms
[D 2024-11-01 15:01:16.801 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:16.801 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:16.802 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487676797 (jcarrol5@128.151.18.227) 1.34ms
[D 2024-11-01 15:01:17.390 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:17.390 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:17.390 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487677386 (jcarrol5@128.151.18.227) 0.91ms
[D 2024-11-01 15:01:19.276 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:19.276 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:01:19.278 ServerApp] Found kernel python3 in /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/kernels
[I 2024-11-01 15:01:19.288 ServerApp] 200 GET /user/jcarrol5/api/kernelspecs?1730487679271 (jcarrol5@128.151.18.227) 13.42ms
[D 2024-11-01 15:01:19.575 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:19.576 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:01:19.985 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:19.985 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:19.986 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487679976 (jcarrol5@128.151.18.227) 0.83ms
[I 2024-11-01 15:01:20.123 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487679571 (jcarrol5@128.151.18.227) 547.74ms
[D 2024-11-01 15:01:26.810 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:26.810 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:26.811 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487686805 (jcarrol5@128.151.18.227) 1.74ms
[D 2024-11-01 15:01:27.398 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:27.398 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:27.399 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487687393 (jcarrol5@128.151.18.227) 0.99ms
[D 2024-11-01 15:01:29.994 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:29.994 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:29.994 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487689990 (jcarrol5@128.151.18.227) 0.87ms
[D 2024-11-01 15:01:30.180 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:30.180 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:30.753 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487690176 (jcarrol5@128.151.18.227) 572.97ms
[D 2024-11-01 15:01:33.152 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:33.152 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:33.173 ServerApp] 200 GET /user/jcarrol5/metrics?1730487693148 (jcarrol5@128.151.18.227) 21.21ms
[D 2024-11-01 15:01:36.818 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:36.818 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:36.818 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487696813 (jcarrol5@128.151.18.227) 1.09ms
[D 2024-11-01 15:01:37.415 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:37.415 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:37.416 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487697410 (jcarrol5@128.151.18.227) 0.84ms
[D 2024-11-01 15:01:40.001 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:40.001 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:40.002 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487699997 (jcarrol5@128.151.18.227) 0.68ms
[D 2024-11-01 15:01:40.793 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:40.793 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:41.645 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487700790 (jcarrol5@128.151.18.227) 852.03ms
[D 2024-11-01 15:01:46.826 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:46.826 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:46.826 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487706821 (jcarrol5@128.151.18.227) 1.35ms
[D 2024-11-01 15:01:47.423 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:47.423 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:47.424 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487707419 (jcarrol5@128.151.18.227) 0.80ms
[D 2024-11-01 15:01:48.022 JupyterHubSingleUser] Notifying Hub of activity 2024-11-01T19:01:47.423896Z
[D 2024-11-01 15:01:50.009 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:50.009 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:50.009 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487710004 (jcarrol5@128.151.18.227) 1.10ms
[D 2024-11-01 15:01:51.692 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:51.693 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:52.274 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487711688 (jcarrol5@128.151.18.227) 582.36ms
[D 2024-11-01 15:01:56.849 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:56.849 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:56.850 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487716844 (jcarrol5@128.151.18.227) 2.12ms
[D 2024-11-01 15:01:57.438 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:01:57.438 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:01:57.439 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487717434 (jcarrol5@128.151.18.227) 1.22ms
[D 2024-11-01 15:02:00.016 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:00.016 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:00.017 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487720012 (jcarrol5@128.151.18.227) 0.85ms
[D 2024-11-01 15:02:02.322 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:02.322 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:02.850 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487722317 (jcarrol5@128.151.18.227) 529.60ms
[D 2024-11-01 15:02:03.246 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:03.246 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:03.276 ServerApp] 200 GET /user/jcarrol5/metrics?1730487723239 (jcarrol5@128.151.18.227) 30.94ms
[D 2024-11-01 15:02:06.857 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:06.857 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:06.858 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487726853 (jcarrol5@128.151.18.227) 1.15ms
[D 2024-11-01 15:02:07.446 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:07.446 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:07.447 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487727442 (jcarrol5@128.151.18.227) 1.37ms
[D 2024-11-01 15:02:09.348 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:09.348 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:09.353 ServerApp] 200 GET /user/jcarrol5/metrics?1730487729343 (jcarrol5@128.151.18.227) 5.71ms
[D 2024-11-01 15:02:10.025 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:10.025 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:10.026 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487730020 (jcarrol5@128.151.18.227) 1.41ms
[D 2024-11-01 15:02:12.882 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:12.882 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:13.430 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487732878 (jcarrol5@128.151.18.227) 548.09ms
[D 2024-11-01 15:02:16.867 ServerApp] HubAuth cache miss: token:5deb1148309f4b2589bc97f32093a090:a1c514b73974f6eb4bbd370a16856eea4a526c265673c57ad154ceb7c5130a27
[D 2024-11-01 15:02:16.885 ServerApp] Received request from Hub user {'groups': [], 'admin': True, 'kind': 'user', 'name': 'jcarrol5', 'token_id': 'a3', 'session_id': '5deb1148309f4b2589bc97f32093a090', 'scopes': ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5']}
[D 2024-11-01 15:02:16.885 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:16.885 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:16.886 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487736860 (jcarrol5@128.151.18.227) 20.86ms
[D 2024-11-01 15:02:17.453 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:17.453 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:17.453 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487737449 (jcarrol5@128.151.18.227) 0.95ms
[D 2024-11-01 15:02:20.043 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:20.043 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:20.043 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487740038 (jcarrol5@128.151.18.227) 0.87ms
[D 2024-11-01 15:02:20.307 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:20.307 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:02:20.309 ServerApp] Found kernel python3 in /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/kernels
[I 2024-11-01 15:02:20.321 ServerApp] 200 GET /user/jcarrol5/api/kernelspecs?1730487740302 (jcarrol5@128.151.18.227) 15.00ms
[D 2024-11-01 15:02:23.141 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:23.141 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:23.147 ServerApp] 200 GET /user/jcarrol5/metrics?1730487743136 (jcarrol5@128.151.18.227) 6.80ms
[D 2024-11-01 15:02:23.460 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:23.460 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:24.002 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487743456 (jcarrol5@128.151.18.227) 542.76ms
[D 2024-11-01 15:02:26.894 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:26.895 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:26.895 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487746890 (jcarrol5@128.151.18.227) 1.73ms
[D 2024-11-01 15:02:27.460 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:27.460 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:27.461 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487747456 (jcarrol5@128.151.18.227) 1.03ms
[D 2024-11-01 15:02:30.054 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:30.054 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:30.054 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487750050 (jcarrol5@128.151.18.227) 0.77ms
[D 2024-11-01 15:02:34.061 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:34.061 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:34.638 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487754056 (jcarrol5@128.151.18.227) 577.30ms
[D 2024-11-01 15:02:36.917 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:36.917 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:36.917 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487756912 (jcarrol5@128.151.18.227) 1.11ms
[D 2024-11-01 15:02:37.470 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:37.470 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:37.470 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487757465 (jcarrol5@128.151.18.227) 0.91ms
[D 2024-11-01 15:02:40.062 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:40.062 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:40.062 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487760057 (jcarrol5@128.151.18.227) 1.24ms
[D 2024-11-01 15:02:44.690 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:44.690 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:45.532 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487764685 (jcarrol5@128.151.18.227) 842.40ms
[D 2024-11-01 15:02:46.928 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:46.928 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:46.929 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487766924 (jcarrol5@128.151.18.227) 0.82ms
[D 2024-11-01 15:02:47.486 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:47.486 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:47.487 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487767481 (jcarrol5@128.151.18.227) 1.30ms
[D 2024-11-01 15:02:50.069 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:50.069 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:50.070 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487770065 (jcarrol5@128.151.18.227) 1.02ms
[D 2024-11-01 15:02:53.161 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:53.161 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:53.176 ServerApp] 200 GET /user/jcarrol5/metrics?1730487773156 (jcarrol5@128.151.18.227) 15.90ms
[D 2024-11-01 15:02:55.573 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:55.573 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:56.099 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487775568 (jcarrol5@128.151.18.227) 526.29ms
[D 2024-11-01 15:02:56.939 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:56.939 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:56.940 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487776934 (jcarrol5@128.151.18.227) 1.38ms
[D 2024-11-01 15:02:57.494 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:02:57.494 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:02:57.495 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487777490 (jcarrol5@128.151.18.227) 0.69ms
[D 2024-11-01 15:03:00.077 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:00.077 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:00.078 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487780073 (jcarrol5@128.151.18.227) 1.29ms
[D 2024-11-01 15:03:06.132 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:06.132 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:06.668 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487786128 (jcarrol5@128.151.18.227) 536.62ms
[D 2024-11-01 15:03:07.079 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:07.079 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:07.079 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487787052 (jcarrol5@128.151.18.227) 1.16ms
[D 2024-11-01 15:03:07.502 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:07.502 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:07.502 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487787498 (jcarrol5@128.151.18.227) 0.82ms
[D 2024-11-01 15:03:10.101 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:10.101 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:10.102 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487790096 (jcarrol5@128.151.18.227) 0.88ms
[D 2024-11-01 15:03:16.699 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:16.699 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:03:17.113 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:17.113 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:17.113 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487797090 (jcarrol5@128.151.18.227) 1.23ms
[I 2024-11-01 15:03:17.232 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487796694 (jcarrol5@128.151.18.227) 533.56ms
[D 2024-11-01 15:03:17.625 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:17.625 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:17.626 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487797618 (jcarrol5@128.151.18.227) 0.86ms
[D 2024-11-01 15:03:20.109 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:20.109 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:20.109 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487800105 (jcarrol5@128.151.18.227) 0.87ms
[D 2024-11-01 15:03:21.330 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:21.330 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:03:21.332 ServerApp] Found kernel python3 in /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/kernels
[I 2024-11-01 15:03:21.343 ServerApp] 200 GET /user/jcarrol5/api/kernelspecs?1730487801325 (jcarrol5@128.151.18.227) 14.00ms
[D 2024-11-01 15:03:23.185 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:23.185 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:23.194 ServerApp] 200 GET /user/jcarrol5/metrics?1730487803180 (jcarrol5@128.151.18.227) 9.18ms
[D 2024-11-01 15:03:27.120 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:27.121 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:27.121 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487807116 (jcarrol5@128.151.18.227) 0.75ms
[D 2024-11-01 15:03:27.264 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:27.264 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:03:27.660 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:27.660 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:27.660 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487807655 (jcarrol5@128.151.18.227) 0.88ms
[I 2024-11-01 15:03:27.786 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487807259 (jcarrol5@128.151.18.227) 522.69ms
[D 2024-11-01 15:03:28.382 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:28.382 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:28.388 ServerApp] 200 GET /user/jcarrol5/metrics?1730487808378 (jcarrol5@128.151.18.227) 6.27ms
[D 2024-11-01 15:03:30.117 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:30.117 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:30.118 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487810113 (jcarrol5@128.151.18.227) 1.43ms
[D 2024-11-01 15:03:37.128 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:37.128 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:37.129 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487817123 (jcarrol5@128.151.18.227) 1.41ms
[D 2024-11-01 15:03:37.667 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:37.667 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:37.668 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487817663 (jcarrol5@128.151.18.227) 1.28ms
[D 2024-11-01 15:03:37.822 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:37.822 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:38.392 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487817818 (jcarrol5@128.151.18.227) 569.96ms
[D 2024-11-01 15:03:39.103 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:39.104 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:39.109 ServerApp] 200 GET /user/jcarrol5/metrics?1730487819099 (jcarrol5@128.151.18.227) 6.01ms
[D 2024-11-01 15:03:40.125 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:40.125 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:40.125 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487820121 (jcarrol5@128.151.18.227) 0.69ms
[D 2024-11-01 15:03:47.136 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:47.136 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:47.136 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487827132 (jcarrol5@128.151.18.227) 1.20ms
[D 2024-11-01 15:03:47.686 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:47.687 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:47.687 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487827683 (jcarrol5@128.151.18.227) 0.71ms
[D 2024-11-01 15:03:48.446 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:48.446 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:49.283 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487828442 (jcarrol5@128.151.18.227) 836.65ms
[D 2024-11-01 15:03:50.133 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:50.133 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:50.133 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487830128 (jcarrol5@128.151.18.227) 0.71ms
[D 2024-11-01 15:03:57.143 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:57.143 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:57.144 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487837139 (jcarrol5@128.151.18.227) 0.75ms
[D 2024-11-01 15:03:57.693 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:57.693 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:57.694 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487837690 (jcarrol5@128.151.18.227) 0.93ms
[D 2024-11-01 15:03:59.324 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:03:59.324 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:03:59.914 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487839320 (jcarrol5@128.151.18.227) 589.99ms
[D 2024-11-01 15:04:00.343 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:00.345 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:00.371 ServerApp] 200 GET /user/jcarrol5/metrics?1730487840315 (jcarrol5@128.151.18.227) 45.06ms
[D 2024-11-01 15:04:00.371 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:00.371 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:00.373 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487840316 (jcarrol5@128.151.18.227) 41.06ms
[D 2024-11-01 15:04:07.152 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:07.152 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:07.161 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487847146 (jcarrol5@128.151.18.227) 10.39ms
[D 2024-11-01 15:04:07.701 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:07.701 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:07.702 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487847696 (jcarrol5@128.151.18.227) 2.31ms
[D 2024-11-01 15:04:09.948 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:09.948 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:04:10.381 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:10.381 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:10.382 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487850377 (jcarrol5@128.151.18.227) 1.07ms
[I 2024-11-01 15:04:10.518 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487849943 (jcarrol5@128.151.18.227) 570.39ms
[D 2024-11-01 15:04:17.182 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:17.182 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:17.183 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487857178 (jcarrol5@128.151.18.227) 1.83ms
[D 2024-11-01 15:04:17.709 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:17.709 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:17.709 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487857705 (jcarrol5@128.151.18.227) 0.81ms
[D 2024-11-01 15:04:20.389 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:20.389 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:20.389 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487860385 (jcarrol5@128.151.18.227) 0.69ms
[D 2024-11-01 15:04:20.569 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:20.569 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:21.102 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487860565 (jcarrol5@128.151.18.227) 534.10ms
[D 2024-11-01 15:04:22.354 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:22.355 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:04:22.356 ServerApp] Found kernel python3 in /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/kernels
[I 2024-11-01 15:04:22.369 ServerApp] 200 GET /user/jcarrol5/api/kernelspecs?1730487862349 (jcarrol5@128.151.18.227) 16.00ms
[D 2024-11-01 15:04:27.189 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:27.189 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:27.190 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487867185 (jcarrol5@128.151.18.227) 0.77ms
[D 2024-11-01 15:04:27.727 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:27.727 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:27.727 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487867722 (jcarrol5@128.151.18.227) 1.06ms
[D 2024-11-01 15:04:29.571 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:29.571 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:29.580 ServerApp] 200 GET /user/jcarrol5/metrics?1730487869567 (jcarrol5@128.151.18.227) 9.46ms
[D 2024-11-01 15:04:30.396 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:30.396 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:30.396 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487870392 (jcarrol5@128.151.18.227) 0.70ms
[D 2024-11-01 15:04:31.132 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:31.132 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:31.669 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487871128 (jcarrol5@128.151.18.227) 537.01ms
[D 2024-11-01 15:04:37.199 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:37.201 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:37.202 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487877192 (jcarrol5@128.151.18.227) 5.71ms
[D 2024-11-01 15:04:37.736 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:37.736 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:37.737 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487877732 (jcarrol5@128.151.18.227) 0.80ms
[D 2024-11-01 15:04:40.403 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:40.403 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:40.404 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487880399 (jcarrol5@128.151.18.227) 0.76ms
[D 2024-11-01 15:04:41.698 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:41.698 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:42.267 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487881694 (jcarrol5@128.151.18.227) 569.29ms
[D 2024-11-01 15:04:47.210 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:47.210 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:47.211 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487887205 (jcarrol5@128.151.18.227) 1.46ms
[D 2024-11-01 15:04:47.743 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:47.743 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:47.744 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487887740 (jcarrol5@128.151.18.227) 0.68ms
[D 2024-11-01 15:04:50.419 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:50.419 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:50.419 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487890414 (jcarrol5@128.151.18.227) 0.67ms
[D 2024-11-01 15:04:52.317 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:52.317 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:53.159 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487892312 (jcarrol5@128.151.18.227) 842.76ms
[D 2024-11-01 15:04:55.768 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:55.768 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:55.783 ServerApp] 200 GET /user/jcarrol5/metrics?1730487895763 (jcarrol5@128.151.18.227) 15.30ms
[D 2024-11-01 15:04:57.219 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:57.219 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:57.220 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487897214 (jcarrol5@128.151.18.227) 0.83ms
[D 2024-11-01 15:04:57.751 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:04:57.751 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:04:57.751 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487897746 (jcarrol5@128.151.18.227) 0.94ms
[D 2024-11-01 15:05:00.428 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:00.429 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:00.429 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487900424 (jcarrol5@128.151.18.227) 0.99ms
[D 2024-11-01 15:05:03.193 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:03.193 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:03.718 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487903189 (jcarrol5@128.151.18.227) 525.16ms
[D 2024-11-01 15:05:07.240 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:07.240 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:07.240 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487907235 (jcarrol5@128.151.18.227) 1.23ms
[D 2024-11-01 15:05:07.758 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:07.759 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:07.759 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487907754 (jcarrol5@128.151.18.227) 0.81ms
[D 2024-11-01 15:05:10.436 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:10.436 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:10.437 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487910432 (jcarrol5@128.151.18.227) 0.66ms
[D 2024-11-01 15:05:13.759 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:13.759 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:14.296 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487913754 (jcarrol5@128.151.18.227) 537.30ms
[D 2024-11-01 15:05:17.247 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:17.247 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:17.248 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487917243 (jcarrol5@128.151.18.227) 0.80ms
[D 2024-11-01 15:05:17.766 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:17.766 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:17.767 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487917762 (jcarrol5@128.151.18.227) 0.98ms
[D 2024-11-01 15:05:20.444 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:20.444 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:20.445 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487920439 (jcarrol5@128.151.18.227) 1.05ms
[D 2024-11-01 15:05:23.378 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:23.378 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:05:23.379 ServerApp] Found kernel python3 in /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/kernels
[I 2024-11-01 15:05:23.389 ServerApp] 200 GET /user/jcarrol5/api/kernelspecs?1730487923372 (jcarrol5@128.151.18.227) 12.42ms
[D 2024-11-01 15:05:24.327 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:24.328 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:24.861 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487924324 (jcarrol5@128.151.18.227) 534.12ms
[D 2024-11-01 15:05:25.802 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:25.802 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:25.814 ServerApp] 200 GET /user/jcarrol5/metrics?1730487925798 (jcarrol5@128.151.18.227) 12.66ms
[D 2024-11-01 15:05:27.258 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:27.258 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:27.259 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487927250 (jcarrol5@128.151.18.227) 1.09ms
[D 2024-11-01 15:05:27.774 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:27.774 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:27.774 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487927770 (jcarrol5@128.151.18.227) 0.78ms
[D 2024-11-01 15:05:30.452 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:30.452 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:30.452 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487930447 (jcarrol5@128.151.18.227) 0.71ms
[D 2024-11-01 15:05:34.896 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:34.896 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:35.433 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487934891 (jcarrol5@128.151.18.227) 537.35ms
[D 2024-11-01 15:05:37.266 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:37.266 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:37.267 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487937262 (jcarrol5@128.151.18.227) 1.27ms
[D 2024-11-01 15:05:37.781 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:37.781 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:37.782 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487937778 (jcarrol5@128.151.18.227) 0.79ms
[D 2024-11-01 15:05:40.459 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:40.459 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:40.460 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487940455 (jcarrol5@128.151.18.227) 0.79ms
[D 2024-11-01 15:05:45.464 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:45.464 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:46.033 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487945459 (jcarrol5@128.151.18.227) 569.74ms
[D 2024-11-01 15:05:47.274 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:47.274 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:47.275 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487947269 (jcarrol5@128.151.18.227) 0.91ms
[D 2024-11-01 15:05:47.801 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:47.801 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:47.802 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487947796 (jcarrol5@128.151.18.227) 0.70ms
[D 2024-11-01 15:05:50.468 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:50.468 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:50.469 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487950463 (jcarrol5@128.151.18.227) 1.07ms
[D 2024-11-01 15:05:55.823 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:55.823 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:55.830 ServerApp] 200 GET /user/jcarrol5/metrics?1730487955818 (jcarrol5@128.151.18.227) 6.95ms
[D 2024-11-01 15:05:56.076 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:56.076 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:56.978 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487956071 (jcarrol5@128.151.18.227) 901.60ms
[D 2024-11-01 15:05:57.739 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:57.740 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:57.744 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487957709 (jcarrol5@128.151.18.227) 23.33ms
[D 2024-11-01 15:05:57.857 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:05:57.857 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:05:57.858 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487957853 (jcarrol5@128.151.18.227) 1.45ms
[D 2024-11-01 15:06:00.485 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:00.485 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:00.486 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487960481 (jcarrol5@128.151.18.227) 1.46ms
[D 2024-11-01 15:06:07.021 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:07.021 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:07.602 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487967016 (jcarrol5@128.151.18.227) 582.24ms
[D 2024-11-01 15:06:08.028 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:08.029 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:08.029 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487968019 (jcarrol5@128.151.18.227) 0.98ms
[D 2024-11-01 15:06:08.064 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:08.064 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:08.065 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487968020 (jcarrol5@128.151.18.227) 1.02ms
[D 2024-11-01 15:06:10.496 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:10.496 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:10.496 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487970491 (jcarrol5@128.151.18.227) 1.02ms
[D 2024-11-01 15:06:17.639 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:17.639 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:06:18.063 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:18.063 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:18.063 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487978059 (jcarrol5@128.151.18.227) 0.91ms
[D 2024-11-01 15:06:18.071 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:18.071 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:18.072 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487978067 (jcarrol5@128.151.18.227) 1.09ms
[I 2024-11-01 15:06:18.173 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487977634 (jcarrol5@128.151.18.227) 534.38ms
[D 2024-11-01 15:06:20.505 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:20.505 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:20.505 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487980500 (jcarrol5@128.151.18.227) 0.70ms
[D 2024-11-01 15:06:24.398 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:24.398 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:06:24.400 ServerApp] Found kernel python3 in /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/kernels
[I 2024-11-01 15:06:24.412 ServerApp] 200 GET /user/jcarrol5/api/kernelspecs?1730487984392 (jcarrol5@128.151.18.227) 15.47ms
[D 2024-11-01 15:06:25.853 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:25.853 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:25.882 ServerApp] 200 GET /user/jcarrol5/metrics?1730487985848 (jcarrol5@128.151.18.227) 30.37ms
[D 2024-11-01 15:06:28.071 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:28.071 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:28.071 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487988066 (jcarrol5@128.151.18.227) 1.10ms
[D 2024-11-01 15:06:28.077 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:28.077 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:28.078 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487988074 (jcarrol5@128.151.18.227) 0.82ms
[D 2024-11-01 15:06:28.210 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:28.210 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:28.748 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487988206 (jcarrol5@128.151.18.227) 538.58ms
[D 2024-11-01 15:06:30.513 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:30.513 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:30.513 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730487990509 (jcarrol5@128.151.18.227) 1.21ms
[D 2024-11-01 15:06:38.078 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:38.078 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:38.079 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730487998074 (jcarrol5@128.151.18.227) 1.13ms
[D 2024-11-01 15:06:38.085 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:38.085 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:38.086 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730487998080 (jcarrol5@128.151.18.227) 0.70ms
[D 2024-11-01 15:06:38.819 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:38.819 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:39.355 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730487998815 (jcarrol5@128.151.18.227) 536.12ms
[D 2024-11-01 15:06:40.521 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:40.521 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:40.522 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730488000516 (jcarrol5@128.151.18.227) 0.81ms
[D 2024-11-01 15:06:48.097 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:48.097 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:48.098 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730488008093 (jcarrol5@128.151.18.227) 0.81ms
[D 2024-11-01 15:06:48.105 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:48.105 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:48.106 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730488008102 (jcarrol5@128.151.18.227) 1.12ms
[D 2024-11-01 15:06:49.388 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:49.388 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:49.955 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730488009383 (jcarrol5@128.151.18.227) 566.82ms
[D 2024-11-01 15:06:50.529 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:50.530 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:50.530 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730488010525 (jcarrol5@128.151.18.227) 0.79ms
[D 2024-11-01 15:06:55.891 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:55.891 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:55.903 ServerApp] 200 GET /user/jcarrol5/metrics?1730488015887 (jcarrol5@128.151.18.227) 12.40ms
[D 2024-11-01 15:06:58.109 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:58.109 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:58.109 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730488018104 (jcarrol5@128.151.18.227) 0.93ms
[D 2024-11-01 15:06:58.113 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:06:58.113 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:06:58.114 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730488018109 (jcarrol5@128.151.18.227) 0.65ms
[D 2024-11-01 15:06:58.290 JupyterHubSingleUser] Notifying Hub of activity 2024-11-01T19:06:58.113977Z
[D 2024-11-01 15:07:00.005 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:00.005 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:00.550 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730488020001 (jcarrol5@128.151.18.227) 545.21ms
[D 2024-11-01 15:07:00.554 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:00.554 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:00.554 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730488020533 (jcarrol5@128.151.18.227) 1.01ms
[D 2024-11-01 15:07:08.118 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:08.118 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:08.118 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730488028113 (jcarrol5@128.151.18.227) 0.87ms
[D 2024-11-01 15:07:08.120 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:08.120 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:08.121 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730488028116 (jcarrol5@128.151.18.227) 1.01ms
[D 2024-11-01 15:07:10.584 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:10.584 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:07:10.948 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:10.949 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:10.949 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730488030944 (jcarrol5@128.151.18.227) 0.70ms
[I 2024-11-01 15:07:11.413 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730488030580 (jcarrol5@128.151.18.227) 829.50ms
[D 2024-11-01 15:07:18.125 ServerApp] HubAuth cache miss: token:5deb1148309f4b2589bc97f32093a090:a1c514b73974f6eb4bbd370a16856eea4a526c265673c57ad154ceb7c5130a27
[D 2024-11-01 15:07:18.127 ServerApp] HubAuth cache miss: token:5deb1148309f4b2589bc97f32093a090:a1c514b73974f6eb4bbd370a16856eea4a526c265673c57ad154ceb7c5130a27
[D 2024-11-01 15:07:18.136 ServerApp] Received request from Hub user {'groups': [], 'admin': True, 'kind': 'user', 'name': 'jcarrol5', 'token_id': 'a3', 'session_id': '5deb1148309f4b2589bc97f32093a090', 'scopes': ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5']}
[D 2024-11-01 15:07:18.137 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:18.137 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:18.137 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730488038121 (jcarrol5@128.151.18.227) 12.66ms
[D 2024-11-01 15:07:18.138 ServerApp] Received request from Hub user {'groups': [], 'admin': True, 'kind': 'user', 'name': 'jcarrol5', 'token_id': 'a3', 'session_id': '5deb1148309f4b2589bc97f32093a090', 'scopes': ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5']}
[D 2024-11-01 15:07:18.138 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:18.138 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:18.138 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730488038123 (jcarrol5@128.151.18.227) 11.55ms
[D 2024-11-01 15:07:20.956 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:20.956 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:20.957 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730488040952 (jcarrol5@128.151.18.227) 1.14ms
[D 2024-11-01 15:07:21.449 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:21.449 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:21.983 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730488041445 (jcarrol5@128.151.18.227) 535.15ms
[D 2024-11-01 15:07:25.424 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:25.424 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:07:25.426 ServerApp] Found kernel python3 in /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/kernels
[I 2024-11-01 15:07:25.434 ServerApp] 200 GET /user/jcarrol5/api/kernelspecs?1730488045419 (jcarrol5@128.151.18.227) 11.02ms
[D 2024-11-01 15:07:25.923 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:25.923 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:25.932 ServerApp] 200 GET /user/jcarrol5/metrics?1730488045919 (jcarrol5@128.151.18.227) 9.05ms
[D 2024-11-01 15:07:28.145 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:28.145 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:28.145 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730488048141 (jcarrol5@128.151.18.227) 0.87ms
[D 2024-11-01 15:07:28.146 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:28.146 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:28.146 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730488048143 (jcarrol5@128.151.18.227) 0.66ms
[D 2024-11-01 15:07:30.964 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:30.964 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:30.965 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730488050960 (jcarrol5@128.151.18.227) 0.68ms
[D 2024-11-01 15:07:32.017 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:32.017 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:32.557 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730488052013 (jcarrol5@128.151.18.227) 539.28ms
[D 2024-11-01 15:07:38.154 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:38.154 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:38.154 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730488058148 (jcarrol5@128.151.18.227) 1.81ms
[D 2024-11-01 15:07:38.155 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:38.155 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:38.156 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730488058152 (jcarrol5@128.151.18.227) 0.67ms
[D 2024-11-01 15:07:40.972 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:40.972 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:40.973 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730488060968 (jcarrol5@128.151.18.227) 0.64ms
[D 2024-11-01 15:07:42.589 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:42.589 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:43.135 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730488062584 (jcarrol5@128.151.18.227) 546.19ms
[D 2024-11-01 15:07:48.180 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:48.180 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:48.180 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730488068173 (jcarrol5@128.151.18.227) 1.36ms
[D 2024-11-01 15:07:48.181 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:48.181 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:48.182 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730488068174 (jcarrol5@128.151.18.227) 0.83ms
[D 2024-11-01 15:07:50.989 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:50.989 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:50.990 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730488070985 (jcarrol5@128.151.18.227) 0.67ms
[D 2024-11-01 15:07:53.187 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:53.187 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:53.757 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730488073183 (jcarrol5@128.151.18.227) 569.89ms
[D 2024-11-01 15:07:55.941 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:55.941 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:55.954 ServerApp] 200 GET /user/jcarrol5/metrics?1730488075936 (jcarrol5@128.151.18.227) 14.04ms
[D 2024-11-01 15:07:58.188 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:58.188 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:58.189 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730488078183 (jcarrol5@128.151.18.227) 0.76ms
[D 2024-11-01 15:07:58.190 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:07:58.190 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:07:58.190 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730488078187 (jcarrol5@128.151.18.227) 0.78ms
[D 2024-11-01 15:08:00.998 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:08:00.998 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:08:00.998 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730488080993 (jcarrol5@128.151.18.227) 1.04ms
[D 2024-11-01 15:08:03.787 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:08:03.788 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:08:04.405 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730488083783 (jcarrol5@128.151.18.227) 616.87ms
[D 2024-11-01 15:08:08.206 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:08:08.207 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:08:08.212 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730488088192 (jcarrol5@128.151.18.227) 15.36ms
[D 2024-11-01 15:08:08.213 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:08:08.213 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:08:08.214 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730488088195 (jcarrol5@128.151.18.227) 1.67ms
[D 2024-11-01 15:08:11.007 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:08:11.007 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:08:11.008 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730488091002 (jcarrol5@128.151.18.227) 1.51ms
[D 2024-11-01 15:08:14.466 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:08:14.466 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:08:15.317 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730488094461 (jcarrol5@128.151.18.227) 851.48ms
[D 2024-11-01 15:08:18.219 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:08:18.219 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:08:18.219 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730488098214 (jcarrol5@128.151.18.227) 1.11ms
[D 2024-11-01 15:08:18.220 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:08:18.220 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:08:18.221 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730488098216 (jcarrol5@128.151.18.227) 0.88ms
[D 2024-11-01 15:08:21.015 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:08:21.015 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:08:21.016 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730488101011 (jcarrol5@128.151.18.227) 1.45ms
[D 2024-11-01 15:08:25.366 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:08:25.366 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:08:25.897 ServerApp] 200 GET /user/jcarrol5/api/contents/?content=1&1730488105361 (jcarrol5@128.151.18.227) 531.98ms
[D 2024-11-01 15:08:26.384 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:08:26.384 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:08:26.409 ServerApp] 200 GET /user/jcarrol5/metrics?1730488106380 (jcarrol5@128.151.18.227) 24.77ms
[D 2024-11-01 15:08:26.441 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:08:26.441 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:08:26.444 ServerApp] Found kernel python3 in /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/kernels
[I 2024-11-01 15:08:26.458 ServerApp] 200 GET /user/jcarrol5/api/kernelspecs?1730488106438 (jcarrol5@128.151.18.227) 17.82ms
[D 2024-11-01 15:08:28.240 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:08:28.240 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:08:28.241 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730488108234 (jcarrol5@128.151.18.227) 0.93ms
[D 2024-11-01 15:08:28.242 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:08:28.242 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 15:08:28.242 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730488108234 (jcarrol5@128.151.18.227) 0.81ms
[D 2024-11-01 15:08:28.995 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!server=jcarrol5/', 'access:servers!user=jcarrol5'}
[D 2024-11-01 15:08:28.995 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 15:08:28.997 ServerApp] Using contents: services/contents
[W 2024-11-01 15:08:29.014 ServerApp] 404 GET /user/jcarrol5/tree (jcarrol5@128.151.18.227) 24.07ms
[D 2024-11-01 15:12:18.953 JupyterHubSingleUser] Notifying Hub of activity 2024-11-01T19:08:28.242388Z
If you want to have notebook as a frontend, you need to set c.Spawner.default_url = '/tree'
. Also you need to ensure notebook
is installed in the single user environment
If I set c.Spawner.default_url = '/tree' then I get a 404 and then notebook server log file contains
[I 2024-11-01 16:12:53.331 ServerApp] jupyterlab | extension was successfully loaded.
[D 2024-11-01 16:12:53.339 ServerApp] token = cb5f485ee0434305ae6834fba9b8c6f4
[D 2024-11-01 16:12:53.340 ServerApp] token = cb5f485ee0434305ae6834fba9b8c6f4
[I 2024-11-01 16:12:53.341 ServerApp] Serving notebooks from local directory: /gpfs/fs1/home/jcarrol5
[I 2024-11-01 16:12:53.341 ServerApp] Jupyter Server 2.14.2 is running at:
[I 2024-11-01 16:12:53.341 ServerApp] http://bhg0065:35007/user/jcarrol5/tree?token=...
[I 2024-11-01 16:12:53.341 ServerApp] http://127.0.0.1:35007/user/jcarrol5/tree?token=...
[I 2024-11-01 16:12:53.341 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[D 2024-11-01 16:12:53.345 ServerApp] token = cb5f485ee0434305ae6834fba9b8c6f4
[D 2024-11-01 16:12:53.347 ServerApp] token = cb5f485ee0434305ae6834fba9b8c6f4
[D 2024-11-01 16:12:53.375 JupyterHubSingleUser] Notifying Hub of activity 2024-11-01T20:12:52.968585Z
[D 2024-11-01 16:12:53.397 ServerApp] [lsp] None of the installed servers require virtual documents disabling shadow filesystem.
[D 2024-11-01 16:12:53.397 ServerApp] [lsp] The following Language Servers will be available: {}
[D 2024-11-01 16:12:53.500 ServerApp] No user identified
[I 2024-11-01 16:12:53.502 ServerApp] 200 GET /user/jcarrol5/api (@192.168.31.75) 15.85ms
[I 2024-11-01 16:12:53.611 ServerApp] 302 GET /user/jcarrol5/ -> /user/jcarrol5/tree? (@192.168.30.102) 1.59ms
[D 2024-11-01 16:12:53.614 ServerApp] No user identified
[D 2024-11-01 16:12:53.616 ServerApp] Using contents: services/contents
[I 2024-11-01 16:12:53.619 ServerApp] Setting new xsrf cookie for b'59e3ba46fb974780bb0c8729ac127431:7pEnhesvaN4GRC9CXvC2A-dRagzpxpcKhtOdmBn2slg=' {'path': '/user/jcarrol5/', 'max_age': 3600}
[D 2024-11-01 16:12:53.649 ServerApp] Path favicon.ico served from /sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/static/favicon.ico
[D 2024-11-01 16:12:53.674 ServerApp] Path style/bootstrap.min.css served from /sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/static/style/bootstrap.min.css
[D 2024-11-01 16:12:53.691 ServerApp] Path style/bootstrap-theme.min.css served from /sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/static/style/bootstrap-theme.min.css
[D 2024-11-01 16:12:53.699 ServerApp] Path style/index.css served from /sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/static/style/index.css
[D 2024-11-01 16:12:53.699 ServerApp] Path logo/logo.png served from /sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/static/logo/logo.png
[W 2024-11-01 16:12:53.700 ServerApp] 404 GET /user/jcarrol5/tree? (@192.168.30.102) 86.96ms
[D 2024-11-01 16:12:53.986 ServerApp] No user identified
[D 2024-11-01 16:12:53.990 ServerApp] No user identified
[D 2024-11-01 16:12:53.990 ServerApp] 200 GET /user/jcarrol5/static/style/bootstrap-theme.min.css?v=8b2f045cb5b4d5ad346f6e816aa2566829a4f5f2783ec31d80d46a57de8ac0c3d21fe6e53bcd8e1f38ac17fcd06d12088bc9b43e23b5d1da52d10c6b717b22b3 (@192.168.30.102) 1.12ms
[D 2024-11-01 16:12:53.990 ServerApp] No user identified
[D 2024-11-01 16:12:53.991 ServerApp] 200 GET /user/jcarrol5/static/style/index.css?v=30372e3246a801d662cf9e3f9dd656fa192eebde9054a2282449fe43919de9f0ee9b745d7eb49d3b0a5e56357912cc7d776390eddcab9dac85b77bdb17b4bdae (@192.168.30.102) 1.46ms
[D 2024-11-01 16:12:53.991 ServerApp] 200 GET /user/jcarrol5/static/style/bootstrap.min.css?v=0e8a7fbd6de23ad6b27ab95802a0a0915af6693af612bc304d83af445529ce5d95842309ca3405d10f538d45c8a3a261b8cff78b4bd512dd9effb4109a71d0ab (@192.168.30.102) 6.07ms
[D 2024-11-01 16:12:53.993 ServerApp] No user identified
[D 2024-11-01 16:12:53.994 ServerApp] 200 GET /user/jcarrol5/static/logo/logo.png?v=a2a176ee3cee251ffddf5fa21fe8e43727a9e5f87a06f9c91ad7b776d9e9d3d5e0159c16cc188a3965e00375fb4bc336c16067c688f5040c0c2d4bfdb852a9e4 (@192.168.30.102) 1.16ms
[D 2024-11-01 16:12:54.874 ServerApp] No user identified
[D 2024-11-01 16:12:54.875 ServerApp] 200 GET /user/jcarrol5/static/favicon.ico?v=50afa725b5de8b00030139d09b38620224d4e7dba47c07ef0e86d4643f30c9bfe6bb7e1a4a1c561aa32834480909a4b6fe7cd1e17f7159330b6b5914bf45a880 (@192.168.30.102) 1.09ms
I'm not sure if it's related - but we're using nginx and have the following in our conf file
# HTTPS server to handle JupyterHub
server {
listen 443 ssl;
server_name bh3-jupyter.circ.rochester.edu;
ssl_certificate_key /etc/ssl/private/nginx-selfsigned.key;
ssl_certificate /etc/ssl/certs/nginx-selfsigned.crt;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA';
ssl_session_timeout 7d;
ssl_session_cache shared:SSL:50m;
ssl_stapling on;
ssl_stapling_verify on;
add_header Strict-Transport-Security max-age=15768000;
client_max_body_size 0;
# Managing literal requests to the JupyterHub front end
location / {
proxy_pass http://127.0.0.1:8000;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
# Managing WebHook/Socket requests between hub user servers and external proxy
location ~* /(api/kernels/[^/]+/(channels|iopub|shell|stdin)|terminals/websocket)/? {
proxy_pass http://127.0.0.1:8000;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# WebSocket support
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $connection_upgrade;
proxy_read_timeout 86400;
}
}
Actually - I hadn't installed notebook... That's now installed and instead of a 404, I'm getting the jupyter logo at the top of the page - but nothing else...
The hub log contains
[D 2024-11-01 16:28:28.435 JupyterHub scopes:1010] Checking access to /hub/api/users/jcarrol5/activity via scope users:activity!user=jcarrol5
[D 2024-11-01 16:28:28.439 JupyterHub users:1006] Activity for user jcarrol5: 2024-11-01T20:28:28.236347Z
[D 2024-11-01 16:28:28.439 JupyterHub users:1024] Activity on server jcarrol5/: 2024-11-01T20:28:28.236347Z
[I 2024-11-01 16:28:28.445 JupyterHub log:192] 200 POST /hub/api/users/jcarrol5/activity (jcarrol5@192.168.205.65) 13.46ms
[D 2024-11-01 16:28:29.711 JupyterHub utils:328] Server at http://bhg0065:55897/user/jcarrol5/api responded in 6.65s
[D 2024-11-01 16:28:29.715 JupyterHub _version:67] jupyterhub version 5.2.0 != jupyterhub-singleuser version 5.2.1.
[I 2024-11-01 16:28:29.715 JupyterHub base:1124] User jcarrol5 took 13.131 seconds to start
[I 2024-11-01 16:28:29.715 JupyterHub proxy:331] Adding user jcarrol5 to proxy /user/jcarrol5/ => http://bhg0065:55897
[D 2024-11-01 16:28:29.715 JupyterHub proxy:925] Proxy: Fetching POST http://127.0.0.1:8001/api/routes/user/jcarrol5
16:28:29.717 [ConfigProxy] info: Adding route /user/jcarrol5 -> http://bhg0065:55897
16:28:29.717 [ConfigProxy] info: Route added /user/jcarrol5 -> http://bhg0065:55897
16:28:29.718 [ConfigProxy] info: 201 POST /api/routes/user/jcarrol5
[I 2024-11-01 16:28:29.718 JupyterHub users:899] Server jcarrol5 is ready
[I 2024-11-01 16:28:29.718 JupyterHub log:192] 200 GET /hub/api/users/jcarrol5/server/progress?_xsrf=[secret] (jcarrol5@192.168.30.102) 11842.45ms
[D 2024-11-01 16:28:29.735 JupyterHub scopes:1010] Checking access to /hub/spawn-pending/jcarrol5 via scope servers!server=jcarrol5/
[I 2024-11-01 16:28:29.735 JupyterHub log:192] 302 GET /hub/spawn-pending/jcarrol5?_xsrf=[secret]&next=%2Fhub%2Fuser%2Fjcarrol5%2Ftree -> /hub/user/jcarrol5/tree (jcarrol5@192.168.30.102) 4.17ms
at get jcarrol5 /tree
base.py current_user = <User(jcarrol5 1/1 running)>
spawner.ready is true <User(jcarrol5 1/1 running)> <wrapspawner.wrapspawner.DropDownOptionsSpawner object at 0x7f49237c9c40>
redirecting to /user/jcarrol5/tree?redirects=1
[I 2024-11-01 16:28:29.742 JupyterHub log:192] 302 GET /hub/user/jcarrol5/tree -> /user/jcarrol5/tree?redirects=1 (jcarrol5@192.168.30.102) 3.60ms
[D 2024-11-01 16:28:29.776 JupyterHub provider:421] Validating client id jupyterhub-user-jcarrol5
[D 2024-11-01 16:28:29.777 oauthlib.oauth2.rfc6749.grant_types.authorization_code authorization_code:362] Validating redirection uri /user/jcarrol5/oauth_callback for client jupyterhub-user-jcarrol5.
[D 2024-11-01 16:28:29.777 oauthlib.oauth2.rfc6749.grant_types.base base:231] Using provided redirect_uri /user/jcarrol5/oauth_callback
[D 2024-11-01 16:28:29.777 JupyterHub provider:497] validate_redirect_uri: client_id=jupyterhub-user-jcarrol5, redirect_uri=/user/jcarrol5/oauth_callback
[D 2024-11-01 16:28:29.779 oauthlib.oauth2.rfc6749.grant_types.base base:172] Validating access to scopes ['read:users:name!user', 'access:servers!server=jcarrol5/', 'read:users:groups!user'] for client 'jupyterhub-user-jcarrol5' (<OAuthClient(identifier='jupyterhub-user-jcarrol5')>).
[D 2024-11-01 16:28:29.779 JupyterHub provider:624] Allowing request for scope(s) for jupyterhub-user-jcarrol5: read:users:name!user,access:servers!server=jcarrol5/,read:users:groups!user
[D 2024-11-01 16:28:29.780 JupyterHub auth:326] Skipping oauth confirmation for <User(jcarrol5 1/1 running)> accessing Server at /user/jcarrol5/
[D 2024-11-01 16:28:29.780 oauthlib.oauth2.rfc6749.endpoints.authorization authorization:98] Dispatching response_type code request to <oauthlib.oauth2.rfc6749.grant_types.authorization_code.AuthorizationCodeGrant object at 0x7f49241ed310>.
[D 2024-11-01 16:28:29.780 JupyterHub provider:421] Validating client id jupyterhub-user-jcarrol5
[D 2024-11-01 16:28:29.781 oauthlib.oauth2.rfc6749.grant_types.authorization_code authorization_code:362] Validating redirection uri /user/jcarrol5/oauth_callback for client jupyterhub-user-jcarrol5.
[D 2024-11-01 16:28:29.781 oauthlib.oauth2.rfc6749.grant_types.base base:231] Using provided redirect_uri /user/jcarrol5/oauth_callback
[D 2024-11-01 16:28:29.781 JupyterHub provider:497] validate_redirect_uri: client_id=jupyterhub-user-jcarrol5, redirect_uri=/user/jcarrol5/oauth_callback
[D 2024-11-01 16:28:29.782 oauthlib.oauth2.rfc6749.grant_types.base base:172] Validating access to scopes {'read:users:name!user', 'access:servers!server=jcarrol5/', 'read:users:groups!user'} for client 'jupyterhub-user-jcarrol5' (<OAuthClient(identifier='jupyterhub-user-jcarrol5')>).
[D 2024-11-01 16:28:29.783 JupyterHub provider:624] Allowing request for scope(s) for jupyterhub-user-jcarrol5: read:users:name!user,access:servers!server=jcarrol5/,read:users:groups!user
[D 2024-11-01 16:28:29.783 oauthlib.oauth2.rfc6749.grant_types.authorization_code authorization_code:245] Pre resource owner authorization validation ok for <oauthlib.Request SANITIZED>.
[D 2024-11-01 16:28:29.783 oauthlib.oauth2.rfc6749.grant_types.authorization_code authorization_code:170] Created authorization code grant {'code': 'JURlC3zLsiUWNZ33B89IgVwJ6YbCRx', 'state': 'Pz0wwTkbn3XKfEQobUZ6Dg'} for request <oauthlib.Request SANITIZED>.
[D 2024-11-01 16:28:29.783 oauthlib.oauth2.rfc6749.grant_types.authorization_code authorization_code:277] Saving grant {'code': 'JURlC3zLsiUWNZ33B89IgVwJ6YbCRx', 'state': 'Pz0wwTkbn3XKfEQobUZ6Dg'} for <oauthlib.Request SANITIZED>.
[D 2024-11-01 16:28:29.783 JupyterHub provider:247] Saving authorization code jupyterhub-user-jcarrol5, JUR..., (), {}
[I 2024-11-01 16:28:29.790 JupyterHub log:192] 302 GET /hub/api/oauth2/authorize?client_id=jupyterhub-user-jcarrol5&redirect_uri=%2Fuser%2Fjcarrol5%2Foauth_callback&response_type=code&state=[secret] -> /user/jcarrol5/oauth_callback?code=[secret]&state=[secret] (jcarrol5@192.168.30.102) 17.63ms
[D 2024-11-01 16:28:29.798 oauthlib.oauth2.rfc6749.endpoints.token token:112] Dispatching grant_type authorization_code request to <oauthlib.oauth2.rfc6749.grant_types.authorization_code.AuthorizationCodeGrant object at 0x7f49241ed310>.
[D 2024-11-01 16:28:29.798 JupyterHub provider:58] authenticate_client <oauthlib.Request SANITIZED>
[D 2024-11-01 16:28:29.813 oauthlib.oauth2.rfc6749.grant_types.authorization_code authorization_code:533] Using provided redirect_uri /user/jcarrol5/oauth_callback
[D 2024-11-01 16:28:29.813 JupyterHub provider:117] confirm_redirect_uri: client_id=jupyterhub-user-jcarrol5, redirect_uri=/user/jcarrol5/oauth_callback
[D 2024-11-01 16:28:29.813 oauthlib.oauth2.rfc6749.grant_types.authorization_code authorization_code:301] Token request validation ok for <oauthlib.Request SANITIZED>.
[D 2024-11-01 16:28:29.813 JupyterHub provider:345] Saving bearer token {'access_token': 'REDACTED', 'expires_in': 1209600, 'token_type': 'Bearer', 'scope': 'read:users:name!user access:servers!server=jcarrol5/ read:users:groups!user', 'refresh_token': 'REDACTED'}
[D 2024-11-01 16:28:29.820 JupyterHub provider:205] Deleting oauth code JUR... for jupyterhub-user-jcarrol5
[I 2024-11-01 16:28:29.828 JupyterHub log:192] 200 POST /hub/api/oauth2/token (jcarrol5@192.168.205.65) 31.30ms
[D 2024-11-01 16:28:29.830 JupyterHub base:366] Recording first activity for <APIToken('gKJw...', user='jcarrol5', client_id='jupyterhub-user-jcarrol5')>
[I 2024-11-01 16:28:29.835 JupyterHub log:192] 200 GET /hub/api/user (jcarrol5@192.168.205.65) 6.15ms
[I 2024-11-01 16:28:33.880 JupyterHub log:192] 200 GET /hub/api/user (jcarrol5@192.168.205.65) 1.76ms
[I 2024-11-01 16:28:33.882 JupyterHub log:192] 200 GET /hub/api/user (jcarrol5@192.168.205.65) 1.51ms
[I 2024-11-01 16:28:33.883 JupyterHub log:192] 200 GET /hub/api/user (jcarrol5@192.168.205.65) 2.31ms
[W 2024-11-01 16:28:36.414 JupyterHub web:1873] 403 POST /hub/api/users/jcarrol5/activity (192.168.205.65): Missing or invalid credentials.
[W 2024-11-01 16:28:36.414 JupyterHub log:192] 403 POST /hub/api/users/jcarrol5/activity (@192.168.205.65) 1.69ms
and the notebook server log file contains
[D 2024-11-01 16:32:54.778 ServerApp] No files in /home/jcarrol5/.ipython/nbextensions
[D 2024-11-01 16:32:54.809 ServerApp] Searching ['/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter', '/usr/local/etc/jupyter', '/etc/jupyter'] for config files
[D 2024-11-01 16:32:54.809 ServerApp] Looking for jupyter_config in /etc/jupyter
[D 2024-11-01 16:32:54.809 ServerApp] Looking for jupyter_config in /usr/local/etc/jupyter
[D 2024-11-01 16:32:54.809 ServerApp] Looking for jupyter_config in /sfw/rhel9-x86_64/jupyter/b1/etc/jupyter
[D 2024-11-01 16:32:54.810 ServerApp] Looking for jupyter_server_config in /etc/jupyter
[D 2024-11-01 16:32:54.810 ServerApp] Looking for jupyter_server_config in /usr/local/etc/jupyter
[D 2024-11-01 16:32:54.810 ServerApp] Looking for jupyter_server_config in /sfw/rhel9-x86_64/jupyter/b1/etc/jupyter
[D 2024-11-01 16:32:54.824 ServerApp] Paths used for configuration of jupyter_server_config:
/etc/jupyter/jupyter_server_config.json
[D 2024-11-01 16:32:54.825 ServerApp] Paths used for configuration of jupyter_server_config:
/usr/local/etc/jupyter/jupyter_server_config.json
[D 2024-11-01 16:32:54.825 ServerApp] Paths used for configuration of jupyter_server_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/jupyter_server_terminals.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/jupyterlab.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/notebook.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/notebook_shim.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.json
[D 2024-11-01 16:32:54.851 ServerApp] Extension package jupyterhub took 0.0001s to import
[D 2024-11-01 16:32:54.874 ServerApp] Extension package jupyter_lsp took 0.0222s to import
[D 2024-11-01 16:32:54.886 ServerApp] Extension package jupyter_server_terminals took 0.0119s to import
[D 2024-11-01 16:32:54.925 ServerApp] Extension package jupyterlab took 0.0386s to import
[D 2024-11-01 16:32:55.068 ServerApp] Paths used for configuration of page_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/page_config.json
[D 2024-11-01 16:32:55.070 ServerApp] Paths used for configuration of page_config:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/page_config.json
[D 2024-11-01 16:32:55.071 ServerApp] Paths used for configuration of page_config:
[D 2024-11-01 16:32:55.082 ServerApp] Extension package notebook took 0.0002s to import
[D 2024-11-01 16:32:55.085 ServerApp] Extension package notebook_shim took 0.0000s to import
[I 2024-11-01 16:32:55.087 ServerApp] jupyter_lsp | extension was successfully linked.
[D 2024-11-01 16:32:55.108 TerminalsExtensionApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue {'update': {'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'notebook': True, 'notebook_shim': True}}>}, 'ExtensionApp': {'log_level': 'DEBUG'}}
[D 2024-11-01 16:32:55.109 ServerApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'notebook': True, 'notebook_shim': True}>}, 'ExtensionApp': {'log_level': 'DEBUG'}}
[I 2024-11-01 16:32:55.110 ServerApp] jupyter_server_terminals | extension was successfully linked.
[I 2024-11-01 16:32:55.110 JupyterHubSingleUser] Starting jupyterhub single-user server extension version 5.2.1
[I 2024-11-01 16:32:55.113 JupyterHubSingleUser] Using default url from environment $JUPYTERHUB_DEFAULT_URL: /tree
[D 2024-11-01 16:32:55.114 ServerApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'notebook': True, 'notebook_shim': True}>}, 'ExtensionApp': {'log_level': 'DEBUG'}}
[D 2024-11-01 16:32:55.117 JupyterHubSingleUser] Config changed: {'ServerApp': {'identity_provider_class': <class 'jupyterhub.singleuser.extension.JupyterHubIdentityProvider'>, 'allow_remote_access': True, 'open_browser': False, 'trust_xheaders': True, 'quit_button': False, 'port_retries': 0, 'answer_yes': True, 'port': 56567, 'ip': '0.0.0.0', 'base_url': '/user/jcarrol5/', 'default_url': '/tree', 'keyfile': '', 'certfile': '', 'client_ca': '', 'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'notebook': True, 'notebook_shim': True}>}, 'FileContentsManager': {'delete_to_trash': False}, 'NotebookApp': {'extra_template_paths': <LazyConfigValue {'extend': ['/gpfs/fs1/sfw3/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterhub/singleuser/templates']}>}, 'ExtensionApp': {'log_level': 'DEBUG'}}
[D 2024-11-01 16:32:55.117 ServerApp] Config changed: {'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'notebook': True, 'notebook_shim': True}>, 'identity_provider_class': <class 'jupyterhub.singleuser.extension.JupyterHubIdentityProvider'>, 'allow_remote_access': True, 'open_browser': False, 'trust_xheaders': True, 'quit_button': False, 'port_retries': 0, 'answer_yes': True, 'port': 56567, 'ip': '0.0.0.0', 'base_url': '/user/jcarrol5/', 'default_url': '/tree', 'keyfile': '', 'certfile': '', 'client_ca': ''}, 'ExtensionApp': {'log_level': 'DEBUG'}, 'FileContentsManager': {'delete_to_trash': False}}
[I 2024-11-01 16:32:55.118 ServerApp] jupyterhub | extension was successfully linked.
[W 2024-11-01 16:32:55.119 LabApp] 'extra_template_paths' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[D 2024-11-01 16:32:55.122 LabApp] Config changed: {'NotebookApp': {'extra_template_paths': <LazyConfigValue {'extend': ['/gpfs/fs1/sfw3/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterhub/singleuser/templates']}>}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'notebook': True, 'notebook_shim': True}>, 'identity_provider_class': <class 'jupyterhub.singleuser.extension.JupyterHubIdentityProvider'>, 'allow_remote_access': True, 'open_browser': False, 'trust_xheaders': True, 'quit_button': False, 'port_retries': 0, 'answer_yes': True, 'port': 56567, 'ip': '0.0.0.0', 'base_url': '/user/jcarrol5/', 'default_url': '/tree', 'keyfile': '', 'certfile': '', 'client_ca': ''}, 'ExtensionApp': {'log_level': 'DEBUG'}, 'FileContentsManager': {'delete_to_trash': False}}
[I 2024-11-01 16:32:55.123 ServerApp] jupyterlab | extension was successfully linked.
[W 2024-11-01 16:32:55.123 JupyterNotebookApp] 'extra_template_paths' was found in both NotebookApp and ServerApp. This is likely a recent change. This config will only be set in NotebookApp. Please check if you should also config these traits in ServerApp for your purpose.
[D 2024-11-01 16:32:55.126 JupyterNotebookApp] Config changed: {'NotebookApp': {'extra_template_paths': <LazyConfigValue {'extend': ['/gpfs/fs1/sfw3/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterhub/singleuser/templates']}>}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'notebook': True, 'notebook_shim': True}>, 'identity_provider_class': <class 'jupyterhub.singleuser.extension.JupyterHubIdentityProvider'>, 'allow_remote_access': True, 'open_browser': False, 'trust_xheaders': True, 'quit_button': False, 'port_retries': 0, 'answer_yes': True, 'port': 56567, 'ip': '0.0.0.0', 'base_url': '/user/jcarrol5/', 'default_url': '/tree', 'keyfile': '', 'certfile': '', 'client_ca': ''}, 'ExtensionApp': {'log_level': 'DEBUG'}, 'FileContentsManager': {'delete_to_trash': False}}
[I 2024-11-01 16:32:55.127 ServerApp] notebook | extension was successfully linked.
[D 2024-11-01 16:32:59.739 ServerApp] Paths used for configuration of jupyter_notebook_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 16:32:59.745 ServerApp] Paths used for configuration of jupyter_notebook_config:
/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 16:32:59.745 ServerApp] Paths used for configuration of jupyter_notebook_config:
/usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 16:32:59.745 ServerApp] Paths used for configuration of jupyter_notebook_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 16:32:59.745 ServerApp] Paths used for configuration of jupyter_notebook_config:
/home/jcarrol5/.local/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 16:32:59.746 ServerApp] Paths used for configuration of jupyter_notebook_config:
/gpfs/fs1/home/jcarrol5/.jupyter/jupyter_notebook_config.json
[I 2024-11-01 16:32:59.748 ServerApp] notebook_shim | extension was successfully linked.
[D 2024-11-01 16:32:59.783 ServerApp] Config changed: {'ExtensionApp': {'log_level': 'DEBUG'}, 'FileContentsManager': {'delete_to_trash': False}, 'NotebookApp': {'extra_template_paths': <LazyConfigValue {'extend': ['/gpfs/fs1/sfw3/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterhub/singleuser/templates']}>}, 'ServerApp': {'log_level': 'DEBUG', 'jpserver_extensions': <LazyConfigValue value={'jupyterhub': True, 'jupyter_lsp': True, 'jupyter_server_terminals': True, 'jupyterlab': True, 'notebook': True, 'notebook_shim': True}>, 'identity_provider_class': <class 'jupyterhub.singleuser.extension.JupyterHubIdentityProvider'>, 'allow_remote_access': True, 'open_browser': False, 'trust_xheaders': True, 'quit_button': False, 'port_retries': 0, 'answer_yes': True, 'port': 56567, 'ip': '0.0.0.0', 'base_url': '/user/jcarrol5/', 'default_url': '/tree', 'keyfile': '', 'certfile': '', 'client_ca': ''}}
[I 2024-11-01 16:32:59.868 ServerApp] notebook_shim | extension was successfully loaded.
[D 2024-11-01 16:32:59.876 ServerApp] [lsp] rootUri will be file:///gpfs/fs1/home/jcarrol5
[D 2024-11-01 16:32:59.876 ServerApp] [lsp] virtualDocumentsUri will be file:///gpfs/fs1/home/jcarrol5/.virtual_documents
[I 2024-11-01 16:32:59.880 ServerApp] jupyter_lsp | extension was successfully loaded.
[D 2024-11-01 16:32:59.882 ServerApp] token = 00b8937bab4b415eb7f7bb88be739867
[I 2024-11-01 16:32:59.888 ServerApp] jupyter_server_terminals | extension was successfully loaded.
[D 2024-11-01 16:32:59.933 ServerApp] Paths used for configuration of jupyter_config:
/etc/jupyter/jupyter_config.json
[D 2024-11-01 16:32:59.934 ServerApp] Paths used for configuration of jupyter_config:
/usr/local/etc/jupyter/jupyter_config.json
[D 2024-11-01 16:32:59.934 ServerApp] Paths used for configuration of jupyter_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_config.json
[D 2024-11-01 16:32:59.934 ServerApp] Paths used for configuration of jupyter_config:
/home/jcarrol5/.local/etc/jupyter/jupyter_config.json
[D 2024-11-01 16:32:59.934 ServerApp] Paths used for configuration of jupyter_config:
/gpfs/fs1/home/jcarrol5/.jupyter/jupyter_config.json
[D 2024-11-01 16:32:59.934 ServerApp] Paths used for configuration of jupyter_notebook_config:
/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 16:32:59.934 ServerApp] Paths used for configuration of jupyter_notebook_config:
/usr/local/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 16:32:59.935 ServerApp] Paths used for configuration of jupyter_notebook_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_notebook_config.d/jupyterlab.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 16:32:59.935 ServerApp] Paths used for configuration of jupyter_notebook_config:
/home/jcarrol5/.local/etc/jupyter/jupyter_notebook_config.json
[D 2024-11-01 16:32:59.935 ServerApp] Paths used for configuration of jupyter_notebook_config:
/gpfs/fs1/home/jcarrol5/.jupyter/jupyter_notebook_config.json
[D 2024-11-01 16:32:59.935 ServerApp] Paths used for configuration of jupyter_server_config:
/etc/jupyter/jupyter_server_config.json
[D 2024-11-01 16:32:59.935 ServerApp] Paths used for configuration of jupyter_server_config:
/usr/local/etc/jupyter/jupyter_server_config.json
[D 2024-11-01 16:32:59.935 ServerApp] Paths used for configuration of jupyter_server_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/jupyter-lsp-jupyter-server.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/jupyter_server_terminals.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/jupyterlab.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/notebook.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.d/notebook_shim.json
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/jupyter_server_config.json
[D 2024-11-01 16:32:59.944 ServerApp] Paths used for configuration of jupyter_server_config:
/home/jcarrol5/.local/etc/jupyter/jupyter_server_config.json
[D 2024-11-01 16:32:59.944 ServerApp] Paths used for configuration of jupyter_server_config:
/gpfs/fs1/home/jcarrol5/.jupyter/jupyter_server_config.json
[D 2024-11-01 16:32:59.953 JupyterHubSingleUser] jupyterhub version 5.2.0 != jupyterhub-singleuser version 5.2.1.
[I 2024-11-01 16:32:59.953 JupyterHubSingleUser] Updating Hub with activity every 300 seconds
[I 2024-11-01 16:32:59.955 ServerApp] jupyterhub | extension was successfully loaded.
[I 2024-11-01 16:32:59.969 LabApp] JupyterLab extension loaded from /sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab
[I 2024-11-01 16:32:59.969 LabApp] JupyterLab application directory is /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab
[E 2024-11-01 16:32:59.973 LabApp] JupyterLab application assets not found in "/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab"
[E 2024-11-01 16:32:59.973 LabApp] Please run `jupyter lab build` or use a different app directory
[D 2024-11-01 16:32:59.977 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:32:59.978 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:32:59.978 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:32:59.978 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:32:59.978 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[I 2024-11-01 16:32:59.984 ServerApp] jupyterlab | extension was successfully loaded.
[D 2024-11-01 16:32:59.988 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:32:59.988 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:32:59.988 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:32:59.988 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:32:59.989 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[I 2024-11-01 16:32:59.990 ServerApp] notebook | extension was successfully loaded.
[D 2024-11-01 16:32:59.997 ServerApp] token = 00b8937bab4b415eb7f7bb88be739867
[D 2024-11-01 16:32:59.997 ServerApp] token = 00b8937bab4b415eb7f7bb88be739867
[I 2024-11-01 16:32:59.997 ServerApp] Serving notebooks from local directory: /gpfs/fs1/home/jcarrol5
[I 2024-11-01 16:32:59.997 ServerApp] Jupyter Server 2.14.2 is running at:
[I 2024-11-01 16:32:59.997 ServerApp] http://bhg0065:56567/user/jcarrol5/tree?token=...
[I 2024-11-01 16:32:59.997 ServerApp] http://127.0.0.1:56567/user/jcarrol5/tree?token=...
[I 2024-11-01 16:32:59.997 ServerApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation).
[D 2024-11-01 16:33:00.000 ServerApp] token = 00b8937bab4b415eb7f7bb88be739867
[D 2024-11-01 16:33:00.001 ServerApp] token = 00b8937bab4b415eb7f7bb88be739867
[D 2024-11-01 16:33:00.006 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 16:33:00.012 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 16:33:00.012 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 16:33:00.012 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 16:33:00.012 ServerApp] bash-language-server/out/cli.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.012 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 16:33:00.012 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 16:33:00.012 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 16:33:00.012 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 16:33:00.012 ServerApp] bash-language-server/bin/main.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.012 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 16:33:00.012 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 16:33:00.012 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 16:33:00.013 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 16:33:00.013 ServerApp] dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.013 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 16:33:00.013 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 16:33:00.013 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 16:33:00.013 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 16:33:00.013 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.014 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/pyright/langserver.index.js
[D 2024-11-01 16:33:00.014 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2024-11-01 16:33:00.014 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/pyright/langserver.index.js
[D 2024-11-01 16:33:00.014 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/pyright/langserver.index.js
[D 2024-11-01 16:33:00.014 ServerApp] pyright/langserver.index.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.016 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 16:33:00.016 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 16:33:00.016 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 16:33:00.016 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 16:33:00.016 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.017 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 16:33:00.017 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 16:33:00.017 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 16:33:00.017 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 16:33:00.017 ServerApp] typescript-language-server/lib/cli.mjs not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.017 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/unified-language-server/src/server.js
[D 2024-11-01 16:33:00.017 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2024-11-01 16:33:00.017 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/unified-language-server/src/server.js
[D 2024-11-01 16:33:00.017 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/unified-language-server/src/server.js
[D 2024-11-01 16:33:00.017 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.017 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 16:33:00.017 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 16:33:00.017 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 16:33:00.017 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 16:33:00.017 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.017 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 16:33:00.018 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 16:33:00.018 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 16:33:00.018 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 16:33:00.018 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.018 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 16:33:00.018 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 16:33:00.018 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 16:33:00.018 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 16:33:00.018 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.018 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 16:33:00.018 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 16:33:00.018 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 16:33:00.019 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 16:33:00.019 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[I 2024-11-01 16:33:00.019 ServerApp] Skipped non-installed server(s): bash-language-server, dockerfile-language-server-nodejs, javascript-typescript-langserver, jedi-language-server, julia-language-server, pyright, python-language-server, python-lsp-server, r-languageserver, sql-language-server, texlab, typescript-language-server, unified-language-server, vscode-css-languageserver-bin, vscode-html-languageserver-bin, vscode-json-languageserver-bin, yaml-language-server
[D 2024-11-01 16:33:00.033 JupyterHubSingleUser] Notifying Hub of activity 2024-11-01T20:32:59.840293Z
[D 2024-11-01 16:33:00.037 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 16:33:00.038 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 16:33:00.038 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 16:33:00.038 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 16:33:00.038 ServerApp] bash-language-server/out/cli.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.038 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 16:33:00.038 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 16:33:00.038 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 16:33:00.038 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 16:33:00.038 ServerApp] bash-language-server/bin/main.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.038 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 16:33:00.038 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 16:33:00.038 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 16:33:00.038 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/bash-language-server/out/cli.js
[D 2024-11-01 16:33:00.038 ServerApp] bash-language-server/out/cli.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.038 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 16:33:00.038 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 16:33:00.038 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 16:33:00.038 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/bash-language-server/bin/main.js
[D 2024-11-01 16:33:00.038 ServerApp] bash-language-server/bin/main.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.041 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 16:33:00.041 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 16:33:00.041 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 16:33:00.041 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 16:33:00.041 ServerApp] dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.041 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 16:33:00.041 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 16:33:00.042 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 16:33:00.042 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/dockerfile-language-server-nodejs/lib/server.js
[D 2024-11-01 16:33:00.042 ServerApp] dockerfile-language-server-nodejs/lib/server.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.042 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 16:33:00.042 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 16:33:00.042 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 16:33:00.042 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 16:33:00.042 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.042 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 16:33:00.042 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 16:33:00.042 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 16:33:00.043 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/javascript-typescript-langserver/lib/language-server-stdio.js
[D 2024-11-01 16:33:00.043 ServerApp] javascript-typescript-langserver/lib/language-server-stdio.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.044 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/pyright/langserver.index.js
[D 2024-11-01 16:33:00.044 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2024-11-01 16:33:00.044 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/pyright/langserver.index.js
[D 2024-11-01 16:33:00.044 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/pyright/langserver.index.js
[D 2024-11-01 16:33:00.044 ServerApp] pyright/langserver.index.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.044 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/pyright/langserver.index.js
[D 2024-11-01 16:33:00.045 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/pyright/langserver.index.js
[D 2024-11-01 16:33:00.045 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/pyright/langserver.index.js
[D 2024-11-01 16:33:00.045 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/pyright/langserver.index.js
[D 2024-11-01 16:33:00.045 ServerApp] pyright/langserver.index.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.049 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 16:33:00.049 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 16:33:00.049 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 16:33:00.049 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 16:33:00.049 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.049 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 16:33:00.049 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 16:33:00.049 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 16:33:00.050 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/sql-language-server/dist/bin/cli.js
[D 2024-11-01 16:33:00.050 ServerApp] sql-language-server/dist/bin/cli.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.051 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 16:33:00.051 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 16:33:00.051 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 16:33:00.051 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 16:33:00.051 ServerApp] typescript-language-server/lib/cli.mjs not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.051 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 16:33:00.051 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 16:33:00.051 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 16:33:00.051 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/typescript-language-server/lib/cli.mjs
[D 2024-11-01 16:33:00.051 ServerApp] typescript-language-server/lib/cli.mjs not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.052 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/unified-language-server/src/server.js
[D 2024-11-01 16:33:00.052 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2024-11-01 16:33:00.052 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/unified-language-server/src/server.js
[D 2024-11-01 16:33:00.052 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/unified-language-server/src/server.js
[D 2024-11-01 16:33:00.052 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.052 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/unified-language-server/src/server.js
[D 2024-11-01 16:33:00.052 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/unified-language-server/src/server.js
[D 2024-11-01 16:33:00.052 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/unified-language-server/src/server.js
[D 2024-11-01 16:33:00.052 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/unified-language-server/src/server.js
[D 2024-11-01 16:33:00.052 ServerApp] unified-language-server/src/server.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.052 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 16:33:00.052 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 16:33:00.052 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 16:33:00.052 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 16:33:00.052 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.053 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 16:33:00.053 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 16:33:00.053 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 16:33:00.053 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-css-languageserver-bin/cssServerMain.js
[D 2024-11-01 16:33:00.053 ServerApp] vscode-css-languageserver-bin/cssServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.053 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 16:33:00.053 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 16:33:00.053 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 16:33:00.054 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 16:33:00.054 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.054 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 16:33:00.054 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 16:33:00.054 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 16:33:00.054 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-html-languageserver-bin/htmlServerMain.js
[D 2024-11-01 16:33:00.054 ServerApp] vscode-html-languageserver-bin/htmlServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.054 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 16:33:00.054 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 16:33:00.054 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 16:33:00.054 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 16:33:00.054 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.054 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 16:33:00.054 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 16:33:00.054 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 16:33:00.054 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/vscode-json-languageserver-bin/jsonServerMain.js
[D 2024-11-01 16:33:00.054 ServerApp] vscode-json-languageserver-bin/jsonServerMain.js not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.055 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 16:33:00.055 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 16:33:00.055 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 16:33:00.055 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 16:33:00.055 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.055 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 16:33:00.055 ServerApp] Checking for /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 16:33:00.055 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/lib/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 16:33:00.055 ServerApp] Checking for /sfw/rhel9-x86_64/jupyter/b1/node_modules/yaml-language-server/bin/yaml-language-server
[D 2024-11-01 16:33:00.055 ServerApp] yaml-language-server/bin/yaml-language-server not found in node_modules of [PosixPath('/gpfs/fs1/home/jcarrol5'), PosixPath('/gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/staging'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1/lib'), PosixPath('/sfw/rhel9-x86_64/jupyter/b1')]
[D 2024-11-01 16:33:00.070 ServerApp] [lsp] None of the installed servers require virtual documents disabling shadow filesystem.
[D 2024-11-01 16:33:00.070 ServerApp] [lsp] The following Language Servers will be available: {}
[D 2024-11-01 16:33:00.394 ServerApp] No user identified
[I 2024-11-01 16:33:00.397 ServerApp] 200 GET /user/jcarrol5/api (@192.168.31.75) 12.97ms
[D 2024-11-01 16:33:02.437 ServerApp] HubAuth cache miss: token:59e3ba46fb974780bb0c8729ac127431:34b6b669721dc851bc50ecc88bbe05d410f2c4e42ecd8c07231a74a0c2a12b3d
[W 2024-11-01 16:33:02.440 ServerApp] No Hub user identified for request
[W 2024-11-01 16:33:02.440 ServerApp] Token stored in cookie may have expired
[D 2024-11-01 16:33:02.442 ServerApp] No user identified
[D 2024-11-01 16:33:02.443 ServerApp] Redirecting to login url: /hub/api/oauth2/authorize?client_id=jupyterhub-user-jcarrol5&redirect_uri=%2Fuser%2Fjcarrol5%2Foauth_callback&response_type=code
[I 2024-11-01 16:33:02.447 ServerApp] 302 GET /user/jcarrol5/tree?redirects=2 -> /hub/api/oauth2/authorize?client_id=jupyterhub-user-jcarrol5&redirect_uri=%2Fuser%2Fjcarrol5%2Foauth_callback&response_type=code&state=[secret] (@192.168.30.102) 17.19ms
[D 2024-11-01 16:33:02.498 ServerApp] HubAuth cache miss: token:59e3ba46fb974780bb0c8729ac127431:510cb7c83beb438deacba8661338fea64e762e433c76e99061475b45ecd17fe3
[D 2024-11-01 16:33:02.504 ServerApp] Received request from Hub user {'groups': [], 'kind': 'user', 'name': 'jcarrol5', 'admin': True, 'token_id': 'a3', 'session_id': '59e3ba46fb974780bb0c8729ac127431', 'scopes': ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5']}
[I 2024-11-01 16:33:02.504 ServerApp] Logged-in user jcarrol5
[D 2024-11-01 16:33:02.504 ServerApp] User model {'groups': [], 'kind': 'user', 'name': 'jcarrol5', 'admin': True, 'token_id': 'a3', 'session_id': '59e3ba46fb974780bb0c8729ac127431', 'scopes': ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5']}
[D 2024-11-01 16:33:02.504 ServerApp] Setting oauth cookie for 192.168.30.102: jupyterhub-user-jcarrol5, {'path': '/user/jcarrol5/', 'httponly': True}
[I 2024-11-01 16:33:02.504 ServerApp] Setting new xsrf cookie for b'59e3ba46fb974780bb0c8729ac127431:510cb7c83beb438deacba8661338fea64e762e433c76e99061475b45ecd17fe3' {'path': '/user/jcarrol5/'}
[D 2024-11-01 16:33:02.510 ServerApp] Allowing Hub user jcarrol5 based on oauth scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 16:33:02.510 ServerApp] 302 GET /user/jcarrol5/oauth_callback?code=[secret]&state=[secret] -> /user/jcarrol5/tree?redirects=2 (jcarrol5@192.168.30.102) 33.56ms
[D 2024-11-01 16:33:02.511 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:02.511 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:02.518 ServerApp] Paths used for configuration of page_config:
/etc/jupyter/labconfig/page_config.json
[D 2024-11-01 16:33:02.518 ServerApp] Paths used for configuration of page_config:
/usr/local/etc/jupyter/labconfig/page_config.json
[D 2024-11-01 16:33:02.518 ServerApp] Paths used for configuration of page_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/page_config.json
[D 2024-11-01 16:33:02.518 ServerApp] Paths used for configuration of page_config:
/home/jcarrol5/.local/etc/jupyter/labconfig/page_config.json
[D 2024-11-01 16:33:02.519 ServerApp] Paths used for configuration of page_config:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/page_config.json
[D 2024-11-01 16:33:02.523 JupyterNotebookApp] Using contents: services/contents
[I 2024-11-01 16:33:02.534 ServerApp] 200 GET /user/jcarrol5/tree?redirects=2 (jcarrol5@192.168.30.102) 23.44ms
[D 2024-11-01 16:33:02.580 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:02.581 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:02.581 ServerApp] Paths used for configuration of page_config:
/etc/jupyter/labconfig/page_config.json
[D 2024-11-01 16:33:02.582 ServerApp] Paths used for configuration of page_config:
/usr/local/etc/jupyter/labconfig/page_config.json
[D 2024-11-01 16:33:02.582 ServerApp] Paths used for configuration of page_config:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/page_config.json
[D 2024-11-01 16:33:02.582 ServerApp] Paths used for configuration of page_config:
/home/jcarrol5/.local/etc/jupyter/labconfig/page_config.json
[D 2024-11-01 16:33:02.582 ServerApp] Paths used for configuration of page_config:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/page_config.json
[D 2024-11-01 16:33:02.583 ServerApp] 304 GET /user/jcarrol5/custom/custom.css (jcarrol5@192.168.30.102) 3.45ms
[D 2024-11-01 16:33:05.325 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:05.325 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:05.326 ServerApp] Path favicons/favicon.ico served from /sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyter_server/static/favicons/favicon.ico
[D 2024-11-01 16:33:05.327 ServerApp] 200 GET /user/jcarrol5/static/favicons/favicon.ico (jcarrol5@192.168.30.102) 2.99ms
[D 2024-11-01 16:33:05.675 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:05.675 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:05.675 ServerApp] Path jupyterlab_pygments/static/remoteEntry.5cbb9d2323598fbda535.js served from /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/labextensions/jupyterlab_pygments/static/remoteEntry.5cbb9d2323598fbda535.js
[D 2024-11-01 16:33:05.676 ServerApp] 304 GET /user/jcarrol5/lab/extensions/jupyterlab_pygments/static/remoteEntry.5cbb9d2323598fbda535.js (jcarrol5@192.168.30.102) 1.58ms
[D 2024-11-01 16:33:05.679 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:05.679 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:05.679 ServerApp] Path @jupyter-notebook/lab-extension/static/remoteEntry.04dfa589925e7e7c6a3d.js served from /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/remoteEntry.04dfa589925e7e7c6a3d.js
[D 2024-11-01 16:33:05.680 ServerApp] 304 GET /user/jcarrol5/lab/extensions/@jupyter-notebook/lab-extension/static/remoteEntry.04dfa589925e7e7c6a3d.js (jcarrol5@192.168.30.102) 1.18ms
[D 2024-11-01 16:33:05.876 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:05.876 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:05.876 ServerApp] Path jupyterlab_pygments/static/568.1e2faa2ba0bbe59c4780.js served from /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/labextensions/jupyterlab_pygments/static/568.1e2faa2ba0bbe59c4780.js
[D 2024-11-01 16:33:05.877 ServerApp] 304 GET /user/jcarrol5/lab/extensions/jupyterlab_pygments/static/568.1e2faa2ba0bbe59c4780.js?v=1e2faa2ba0bbe59c4780 (jcarrol5@192.168.30.102) 1.15ms
[D 2024-11-01 16:33:05.877 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:05.880 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:05.880 ServerApp] Path jupyterlab_pygments/static/747.67662283a5707eeb4d4c.js served from /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/labextensions/jupyterlab_pygments/static/747.67662283a5707eeb4d4c.js
[D 2024-11-01 16:33:05.880 ServerApp] 304 GET /user/jcarrol5/lab/extensions/jupyterlab_pygments/static/747.67662283a5707eeb4d4c.js?v=67662283a5707eeb4d4c (jcarrol5@192.168.30.102) 3.26ms
[D 2024-11-01 16:33:06.084 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.084 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.084 ServerApp] Path @jupyter-notebook/lab-extension/static/568.3dd58d88e32a98358776.js served from /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/568.3dd58d88e32a98358776.js
[D 2024-11-01 16:33:06.084 ServerApp] 304 GET /user/jcarrol5/lab/extensions/@jupyter-notebook/lab-extension/static/568.3dd58d88e32a98358776.js?v=3dd58d88e32a98358776 (jcarrol5@192.168.30.102) 1.17ms
[D 2024-11-01 16:33:06.086 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.086 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.086 ServerApp] Path @jupyter-notebook/lab-extension/static/93.eae3497dd223d842d198.js served from /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/labextensions/@jupyter-notebook/lab-extension/static/93.eae3497dd223d842d198.js
[D 2024-11-01 16:33:06.086 ServerApp] 304 GET /user/jcarrol5/lab/extensions/@jupyter-notebook/lab-extension/static/93.eae3497dd223d842d198.js?v=eae3497dd223d842d198 (jcarrol5@192.168.30.102) 1.01ms
[D 2024-11-01 16:33:06.602 ServerApp] HubAuth cache miss: token:59e3ba46fb974780bb0c8729ac127431:ed1dcf4dbc05d39ca92171f3919f947a232a2e1e0118c354a85e373b4aa3c621
[D 2024-11-01 16:33:06.605 ServerApp] Received request from Hub user {'groups': [], 'kind': 'user', 'name': 'jcarrol5', 'admin': True, 'last_activity': '2024-11-01T20:32:59.840293Z', 'token_id': 'a2', 'session_id': None, 'scopes': ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5']}
[D 2024-11-01 16:33:06.605 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.605 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.610 ServerApp] Found kernel python3 in /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/kernels
[I 2024-11-01 16:33:06.625 ServerApp] 200 GET /user/jcarrol5/api/kernelspecs?1730493186196 (jcarrol5@192.168.30.102) 23.67ms
[D 2024-11-01 16:33:06.627 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.627 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 16:33:06.630 ServerApp] 200 GET /user/jcarrol5/api/me?1730493186197 (jcarrol5@192.168.30.102) 3.84ms
[D 2024-11-01 16:33:06.672 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.673 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.673 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.673 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.673 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.674 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.674 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 16:33:06.675 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2024-11-01 16:33:06.677 LabApp] Settings directory does not exist at /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas
[I 2024-11-01 16:33:06.677 ServerApp] 200 GET /user/jcarrol5/lab/api/settings?1730493186201 (jcarrol5@192.168.30.102) 5.76ms
[D 2024-11-01 16:33:06.678 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.679 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 16:33:06.680 ServerApp] 200 GET /user/jcarrol5/api/kernels?1730493186271 (jcarrol5@192.168.30.102) 6.87ms
[D 2024-11-01 16:33:06.681 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.681 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 16:33:06.694 ServerApp] 200 GET /user/jcarrol5/api/sessions?1730493186271 (jcarrol5@192.168.30.102) 20.01ms
[D 2024-11-01 16:33:06.697 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.697 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 16:33:06.698 ServerApp] 200 GET /user/jcarrol5/api/terminals?1730493186271 (jcarrol5@192.168.30.102) 3.38ms
[D 2024-11-01 16:33:06.698 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.698 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.699 ServerApp] Found kernel python3 in /sfw/rhel9-x86_64/jupyter/b1/share/jupyter/kernels
[I 2024-11-01 16:33:06.699 ServerApp] 200 GET /user/jcarrol5/api/kernelspecs?1730493186671 (jcarrol5@192.168.30.102) 3.90ms
[D 2024-11-01 16:33:06.699 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.699 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[I 2024-11-01 16:33:06.700 ServerApp] 200 GET /user/jcarrol5/api/me?1730493186671 (jcarrol5@192.168.30.102) 4.16ms
[D 2024-11-01 16:33:06.700 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.700 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 16:33:06.701 ServerApp] 400 GET /user/jcarrol5/api/events/subscribe (jcarrol5@192.168.30.102) 4.74ms
[D 2024-11-01 16:33:06.701 ServerApp] Can "Upgrade" only to "WebSocket".
[D 2024-11-01 16:33:06.891 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.891 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.891 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.891 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.892 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.892 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.893 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.893 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.893 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.893 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.893 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.893 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 16:33:06.893 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2024-11-01 16:33:06.893 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyter-notebook/application-extension:shell?1730493186886 (192.168.30.102): Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyter-notebook/application-extension/shell.json
[W 2024-11-01 16:33:06.894 LabApp] wrote error: 'Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyter-notebook/application-extension/shell.json'
Traceback (most recent call last):
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 3301, in wrapper
return method(self, *args, **kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_handler.py", line 58, in get
result, warnings = get_settings(
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 385, in get_settings
schema, version = _get_schema(schemas_dir, schema_name, overrides, labextensions_path)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 61, in _get_schema
raise web.HTTPError(404, notfound_error % path)
tornado.web.HTTPError: HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyter-notebook/application-extension/shell.json)
[W 2024-11-01 16:33:06.902 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyter-notebook/application-extension:shell?1730493186886 (jcarrol5@192.168.30.102) 12.03ms
[D 2024-11-01 16:33:06.903 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.903 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.904 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.904 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.904 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.904 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.904 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 16:33:06.904 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2024-11-01 16:33:06.905 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/apputils-extension:sanitizer?1730493186886 (192.168.30.102): Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sanitizer.json
[W 2024-11-01 16:33:06.905 LabApp] wrote error: 'Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sanitizer.json'
Traceback (most recent call last):
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 3301, in wrapper
return method(self, *args, **kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_handler.py", line 58, in get
result, warnings = get_settings(
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 385, in get_settings
schema, version = _get_schema(schemas_dir, schema_name, overrides, labextensions_path)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 61, in _get_schema
raise web.HTTPError(404, notfound_error % path)
tornado.web.HTTPError: HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/sanitizer.json)
[W 2024-11-01 16:33:06.905 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/apputils-extension:sanitizer?1730493186886 (jcarrol5@192.168.30.102) 13.08ms
[D 2024-11-01 16:33:06.905 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.905 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 16:33:06.906 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2024-11-01 16:33:06.906 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/translation-extension:plugin?1730493186886 (192.168.30.102): Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json
[W 2024-11-01 16:33:06.906 LabApp] wrote error: 'Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json'
Traceback (most recent call last):
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 3301, in wrapper
return method(self, *args, **kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_handler.py", line 58, in get
result, warnings = get_settings(
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 385, in get_settings
schema, version = _get_schema(schemas_dir, schema_name, overrides, labextensions_path)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 61, in _get_schema
raise web.HTTPError(404, notfound_error % path)
tornado.web.HTTPError: HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2024-11-01 16:33:06.906 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/translation-extension:plugin?1730493186886 (jcarrol5@192.168.30.102) 3.79ms
[D 2024-11-01 16:33:06.988 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.988 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.988 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.988 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.988 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.989 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.989 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 16:33:06.989 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2024-11-01 16:33:06.989 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/application-extension:top-bar?1730493186979 (192.168.30.102): Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/application-extension/top-bar.json
[W 2024-11-01 16:33:06.989 LabApp] wrote error: 'Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/application-extension/top-bar.json'
Traceback (most recent call last):
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 3301, in wrapper
return method(self, *args, **kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_handler.py", line 58, in get
result, warnings = get_settings(
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 385, in get_settings
schema, version = _get_schema(schemas_dir, schema_name, overrides, labextensions_path)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 61, in _get_schema
raise web.HTTPError(404, notfound_error % path)
tornado.web.HTTPError: HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/application-extension/top-bar.json)
[W 2024-11-01 16:33:06.990 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/application-extension:top-bar?1730493186979 (jcarrol5@192.168.30.102) 2.27ms
[D 2024-11-01 16:33:06.990 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.991 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.991 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.991 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.991 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.992 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.992 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.992 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.992 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.992 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.992 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.993 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 16:33:06.993 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2024-11-01 16:33:06.993 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/apputils-extension:notification?1730493186980 (192.168.30.102): Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json
[W 2024-11-01 16:33:06.993 LabApp] wrote error: 'Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json'
Traceback (most recent call last):
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 3301, in wrapper
return method(self, *args, **kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_handler.py", line 58, in get
result, warnings = get_settings(
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 385, in get_settings
schema, version = _get_schema(schemas_dir, schema_name, overrides, labextensions_path)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 61, in _get_schema
raise web.HTTPError(404, notfound_error % path)
tornado.web.HTTPError: HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/apputils-extension/notification.json)
[W 2024-11-01 16:33:06.993 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/apputils-extension:notification?1730493186980 (jcarrol5@192.168.30.102) 3.23ms
[D 2024-11-01 16:33:06.993 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.993 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 16:33:06.994 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2024-11-01 16:33:06.994 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1730493186980 (192.168.30.102): Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json
[W 2024-11-01 16:33:06.994 LabApp] wrote error: 'Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json'
Traceback (most recent call last):
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 3301, in wrapper
return method(self, *args, **kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_handler.py", line 58, in get
result, warnings = get_settings(
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 385, in get_settings
schema, version = _get_schema(schemas_dir, schema_name, overrides, labextensions_path)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 61, in _get_schema
raise web.HTTPError(404, notfound_error % path)
tornado.web.HTTPError: HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/shortcuts-extension/shortcuts.json)
[W 2024-11-01 16:33:06.994 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/shortcuts-extension:shortcuts?1730493186980 (jcarrol5@192.168.30.102) 2.87ms
[D 2024-11-01 16:33:06.995 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.995 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.996 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.996 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.996 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.997 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.997 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.997 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.997 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.997 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.998 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.998 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.998 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.998 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.998 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:06.999 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:06.999 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 16:33:06.999 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2024-11-01 16:33:06.999 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/extensionmanager-extension:plugin?1730493186980 (192.168.30.102): Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/plugin.json
[W 2024-11-01 16:33:06.999 LabApp] wrote error: 'Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/plugin.json'
Traceback (most recent call last):
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 3301, in wrapper
return method(self, *args, **kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_handler.py", line 58, in get
result, warnings = get_settings(
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 385, in get_settings
schema, version = _get_schema(schemas_dir, schema_name, overrides, labextensions_path)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 61, in _get_schema
raise web.HTTPError(404, notfound_error % path)
tornado.web.HTTPError: HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/extensionmanager-extension/plugin.json)
[W 2024-11-01 16:33:06.999 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/extensionmanager-extension:plugin?1730493186980 (jcarrol5@192.168.30.102) 4.62ms
[D 2024-11-01 16:33:06.999 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:07.000 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 16:33:07.000 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2024-11-01 16:33:07.000 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/codemirror-extension:plugin?1730493186980 (192.168.30.102): Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/plugin.json
[W 2024-11-01 16:33:07.000 LabApp] wrote error: 'Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/plugin.json'
Traceback (most recent call last):
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 3301, in wrapper
return method(self, *args, **kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_handler.py", line 58, in get
result, warnings = get_settings(
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 385, in get_settings
schema, version = _get_schema(schemas_dir, schema_name, overrides, labextensions_path)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 61, in _get_schema
raise web.HTTPError(404, notfound_error % path)
tornado.web.HTTPError: HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/codemirror-extension/plugin.json)
[W 2024-11-01 16:33:07.000 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/codemirror-extension:plugin?1730493186980 (jcarrol5@192.168.30.102) 4.26ms
[D 2024-11-01 16:33:07.000 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:07.001 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 16:33:07.001 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2024-11-01 16:33:07.001 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/docmanager-extension:plugin?1730493186980 (192.168.30.102): Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/plugin.json
[W 2024-11-01 16:33:07.001 LabApp] wrote error: 'Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/plugin.json'
Traceback (most recent call last):
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 3301, in wrapper
return method(self, *args, **kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_handler.py", line 58, in get
result, warnings = get_settings(
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 385, in get_settings
schema, version = _get_schema(schemas_dir, schema_name, overrides, labextensions_path)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 61, in _get_schema
raise web.HTTPError(404, notfound_error % path)
tornado.web.HTTPError: HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/docmanager-extension/plugin.json)
[W 2024-11-01 16:33:07.001 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/docmanager-extension:plugin?1730493186980 (jcarrol5@192.168.30.102) 3.93ms
[D 2024-11-01 16:33:07.003 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.003 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.003 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.003 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.004 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.004 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:07.004 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 16:33:07.004 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2024-11-01 16:33:07.004 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/notebook-extension:panel?1730493186981 (192.168.30.102): Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/panel.json
[W 2024-11-01 16:33:07.004 LabApp] wrote error: 'Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/panel.json'
Traceback (most recent call last):
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 3301, in wrapper
return method(self, *args, **kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_handler.py", line 58, in get
result, warnings = get_settings(
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 385, in get_settings
schema, version = _get_schema(schemas_dir, schema_name, overrides, labextensions_path)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 61, in _get_schema
raise web.HTTPError(404, notfound_error % path)
tornado.web.HTTPError: HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/panel.json)
[W 2024-11-01 16:33:07.005 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/notebook-extension:panel?1730493186981 (jcarrol5@192.168.30.102) 2.44ms
[D 2024-11-01 16:33:07.073 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.073 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.073 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.073 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.073 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.076 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.076 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.076 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.076 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.076 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.077 ServerApp] Paths used for configuration of default_setting_overrides:
/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.077 ServerApp] Paths used for configuration of default_setting_overrides:
/usr/local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.077 ServerApp] Paths used for configuration of default_setting_overrides:
/sfw/rhel9-x86_64/jupyter/b1/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.077 ServerApp] Paths used for configuration of default_setting_overrides:
/home/jcarrol5/.local/etc/jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.078 ServerApp] Paths used for configuration of default_setting_overrides:
/gpfs/fs1/home/jcarrol5/.jupyter/labconfig/default_setting_overrides.json
[D 2024-11-01 16:33:07.078 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:07.078 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 16:33:07.078 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2024-11-01 16:33:07.078 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/console-extension:tracker?1730493186981 (192.168.30.102): Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/console-extension/tracker.json
[W 2024-11-01 16:33:07.078 LabApp] wrote error: 'Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/console-extension/tracker.json'
Traceback (most recent call last):
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 3301, in wrapper
return method(self, *args, **kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_handler.py", line 58, in get
result, warnings = get_settings(
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 385, in get_settings
schema, version = _get_schema(schemas_dir, schema_name, overrides, labextensions_path)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 61, in _get_schema
raise web.HTTPError(404, notfound_error % path)
tornado.web.HTTPError: HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/console-extension/tracker.json)
[W 2024-11-01 16:33:07.079 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/console-extension:tracker?1730493186981 (jcarrol5@192.168.30.102) 6.45ms
[D 2024-11-01 16:33:07.079 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:07.079 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 16:33:07.079 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2024-11-01 16:33:07.079 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/notebook-extension:tracker?1730493186981 (192.168.30.102): Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json
[W 2024-11-01 16:33:07.079 LabApp] wrote error: 'Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json'
Traceback (most recent call last):
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 3301, in wrapper
return method(self, *args, **kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_handler.py", line 58, in get
result, warnings = get_settings(
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 385, in get_settings
schema, version = _get_schema(schemas_dir, schema_name, overrides, labextensions_path)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 61, in _get_schema
raise web.HTTPError(404, notfound_error % path)
tornado.web.HTTPError: HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/notebook-extension/tracker.json)
[W 2024-11-01 16:33:07.080 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyterlab/notebook-extension:tracker?1730493186981 (jcarrol5@192.168.30.102) 6.06ms
[D 2024-11-01 16:33:07.080 ServerApp] Checking user jcarrol5 with scopes ['access:servers!server=jcarrol5/', 'read:users:activity!user=jcarrol5', 'read:users:groups!user=jcarrol5', 'read:users:name!user=jcarrol5', 'users:activity!user=jcarrol5'] against {'access:servers!user=jcarrol5', 'access:servers!server=jcarrol5/'}
[D 2024-11-01 16:33:07.080 ServerApp] Allowing user jcarrol5 with scopes {'access:servers!server=jcarrol5/'}
[W 2024-11-01 16:33:07.080 LabApp] Missing or misshapen translation settings schema:
HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyterlab/translation-extension/plugin.json)
[W 2024-11-01 16:33:07.080 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyter-notebook/notebook-extension:scroll-output?1730493186981 (192.168.30.102): Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyter-notebook/notebook-extension/scroll-output.json
[W 2024-11-01 16:33:07.080 LabApp] wrote error: 'Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyter-notebook/notebook-extension/scroll-output.json'
Traceback (most recent call last):
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 1788, in _execute
result = method(*self.path_args, **self.path_kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/tornado/web.py", line 3301, in wrapper
return method(self, *args, **kwargs)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_handler.py", line 58, in get
result, warnings = get_settings(
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 385, in get_settings
schema, version = _get_schema(schemas_dir, schema_name, overrides, labextensions_path)
File "/sfw/rhel9-x86_64/jupyter/b1/lib/python3.9/site-packages/jupyterlab_server/settings_utils.py", line 61, in _get_schema
raise web.HTTPError(404, notfound_error % path)
tornado.web.HTTPError: HTTP 404: Not Found (Schema not found: /gpfs/fs1/home/jcarrol5/.local/share/jupyter/lab/schemas/@jupyter-notebook/notebook-extension/scroll-output.json)
[W 2024-11-01 16:33:07.080 ServerApp] 404 GET /user/jcarrol5/lab/api/settings/@jupyter-notebook/notebook-extension:scroll-output?1730493186981 (jcarrol5@192.168.30.102) 3.83ms
I think we're all set for now. Thanks for the help!
I've recently attempted to upgrade our jupyterhub server to a more recent version and am running into an issue. The spawning piece works fine (using slurm) - and the notebook server connects back to the hub and the hub then redirects to the server - but the notebook server is not able to determine the user and displays the message "A Jupyter Server is Running" in the browser. From trying to debug this myself - it looks like the _get_user method in jupyterhub/services/auth.py is failing to determine the hub user associated with the notebook server.
Here is the output from the notebook server
and jupyterhub
and the jupyterhub_config.py contains
I'm using a custom child class of WrapSpawner (DropDownOptionsSpawner) but it does the same thing as ProfileSpawner but with multiple drop down boxes to specify partition, time, etc... instead of a list of profiles.