We have OnDemand version: v1.8.18 installed for our cluster.
For most users, interactive apps run fine without issues. But for some, interactive apps (regardless of the application) start then disappear. The jobs still run on the cluster.
I am wondering if anyone else also have similar experience, and if there are any suggestions on how we can fix it.
The first thing I’d do is check their shell-specific startup files (~/.bashrc and/or ~/.bash_profile for BASH) and comment out everything. There’s some subtle issues with login vs interactive shells and writing stuff to STDOUT or STDERR.
If you can isolate a few examples that are causing issues, I can assist with the shell scripting to circumvent the problem (if that is indeed the issue).