All,
Having one more issue with loading modules on a new instance of Open OnDemand.
When I load a Jupyter notebook for instance:
Script starting…
Waiting for Jupyter Notebook server to open port 38242…
TIMING - Starting wait at: Fri Feb 19 15:04:51 CST 2021
TIMING - Starting main script at: Fri Feb 19 15:04:51 CST 2021
Lmod has detected the following error: The following module(s) are unknown:
“python/3.7”
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 “python/3.7”
Also make sure that all modulefiles written in TCL start with the string
#%Module
This application template has been taken from a working instance of OOD and copied over to a fresh setup of OOD, looking through the docs I seem to have all the bases covered. In the form.yml we are asking it to load the python/3.7 module. I’ve also verified that the reverse proxy is working correctly from the new instance and tested it as a prerequisite to setting up the apps. When I check the submit node on our cluster, I can see the job starting in the queue (then failing) so it doesn’t seem to be a limitation in that regard. I’m not sure what to check next however or what else may be missing. Any help is appreciated.