You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a user launches Codeserver IDE app on DGX nodes (probably A100 nodes have same issue), they get a page with:
"Not Found
The requested URL was not found on this server."
The output.log for the session shows the issue is missing software modules on that node type.
[brownm12@ood-dev ~]$ cat ~/ondemand/data/sys/dashboard/batch_connect/sys/bc_vt_codeserver/output/1a31d92f-8c83-4371-9286-d0b27dfb00f1/output.log
Script starting...
Wed Jul 26 08:30:22 EDT 2023: Waiting for Code Server to open port 58306...
Wed Jul 26 08:30:22 EDT 2023: Running on compute node :58306
Lmod has detected the following error: The following module(s) are unknown:
"app_code_server" "project/ondemand"
Please check the spelling or version number. Also try "module spider ..."
It is also possible your cache file is out-of-date; it may help to try:
$ module --ignore-cache load "app_code_server" "project/ondemand"
Also make sure that all modulefiles written in TCL start with the string
#%Module
The text was updated successfully, but these errors were encountered:
When a user launches Codeserver IDE app on DGX nodes (probably A100 nodes have same issue), they get a page with:
"Not Found
The requested URL was not found on this server."
The output.log for the session shows the issue is missing software modules on that node type.
The text was updated successfully, but these errors were encountered: