grst / rstudio-server-conda

Run Rstudio Server in a conda environment
MIT License
229 stars 47 forks source link

error starting rserver #15

Closed jerlich closed 3 years ago

jerlich commented 3 years ago
(renv) jerlich@pop-os:~/extrepos/rstudio-server-conda/local$ ./start_rstudio_server.sh 9876
## Current env is >>
/home/jerlich/miniconda3/envs/renv
01 Sep 2021 15:33:31 [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:510; LOGGED FROM: int main(int, char* const*) src/cpp/server/ServerMain.cpp:763
jerlich commented 3 years ago

i set world-readable permissions on /var/lib/rstudio-server/rstudio.sqlite and that solved the issue.