# Pull the container
singularity pull --name sing_conts/tidyverse.simg docker://rocker/tidyverse:latest
# Then attempt to execute on a node
bsub -Is "singularity exec sing_conts/tidyverse.simg rserver --www-address=127.0.0.1"
And I get the following error:
16 Feb 2021 14:05:15 [rserver] ERROR database error 7 (sqlite3_statement_backend::loadOne: attempt to write a readonly database) [description: Could not delete expired revoked cookies from the database, description: Could not read revoked cookies from the database]; OCCURRED AT virtual rstudio::core::Error rstudio::core::database::Connection::execute(rstudio::core::database::Query&, bool*) src/cpp/core/Database.cpp:480; LOGGED FROM: int main(int, char* const*) src/cpp/server/ServerMain.cpp:729
@brettellebi Thanks for posting here! I am curious to hear about the HPC grid you are using, if it is possible to share! A few years ago, we introduced the RStudio Job Launcher as a Pro feature that allows launching sessions onto backends like a HPC grid (right now, we only support Slurm). It's always good to hear what our users are using, though!
Also, it'd be great to understand what drives the preference for Singularity containers! Is there a particular reason that you / your organization have standardized on singularity?
I hope you got your problem solved, thanks to @benfulton's great pointer! Please let us know if you have any other questions!