It is strange that I cannot log in RStudio Server yesterday, it went well before.
After I put my username and password, I get the following snapshot
Then it goes to
I tried upgrading the RStduio Server and start
, stop
, restart
etc.
The status returns
● rstudio-server.service - RStudio Server
Loaded: loaded (/etc/systemd/system/rstudio-server.service; enabled; vendor preset: disabled)
Active: active (running) since Wed 2020-02-26 11:59:46 CST; 5min ago
Process: 22542 ExecStop=/usr/bin/killall -TERM rserver (code=exited, status=0/SUCCESS)
Process: 22546 ExecStart=/usr/lib/rstudio-server/bin/rserver (code=exited, status=0/SUCCESS)
Main PID: 22547 (rserver)
Tasks: 8
CGroup: /system.slice/rstudio-server.service
├─21150 /usr/lib/rstudio-server/bin/rsession -u wsx --launcher-token 84C6E6F3
└─22547 /usr/lib/rstudio-server/bin/rserver
Feb 26 12:00:46 localhost.localdomain rsession-wsx[21150]: ERROR system error 2 (No such file or directory) [path=/home/wsx/.rstudio/sessions/active/session-796fe1f4/properites.../jenkins/woFeb 26 12:00:46 localhost.localdomain rsession-wsx[21150]: ERROR system error 2 (No such file or directory) [path=/home/wsx/projects/prad_signature/.Rproj.user/A240AFCE/sources...urce-pipeliFeb 26 12:00:46 localhost.localdomain rsession-wsx[21150]: ERROR system error 2 (No such file or directory) [path=/home/wsx/.rstudio/monitored/lists/addins_mru]; OCCURRED AT: r...eline/v1.2-Feb 26 12:00:46 localhost.localdomain rsession-wsx[21150]: ERROR system error 2 (No such file or directory) [path=/home/wsx/.rstudio/monitored/lists/file_mru]; OCCURRED AT: rst...ine/v1.2-paFeb 26 12:00:46 localhost.localdomain rsession-wsx[21150]: ERROR system error 2 (No such file or directory) [path=/home/wsx/.rstudio/monitored/lists/help_history_links]; OCCURR...urce-pipeliFeb 26 12:00:46 localhost.localdomain rsession-wsx[21150]: ERROR system error 2 (No such file or directory) [path=/home/wsx/.rstudio/monitored/lists/plot_publish_mru]; OCCURRED...ce-pipelineFeb 26 12:00:46 localhost.localdomain rsession-wsx[21150]: ERROR system error 2 (No such file or directory) [path=/home/wsx/.rstudio/monitored/lists/project_mru]; OCCURRED AT: ...peline/v1.2Feb 26 12:00:46 localhost.localdomain rsession-wsx[21150]: ERROR system error 2 (No such file or directory) [path=/home/wsx/.rstudio/monitored/lists/user_dictionary]; OCCURRED ...e-pipeline/Feb 26 12:00:46 localhost.localdomain rsession-wsx[21150]: ERROR system error 2 (No such file or directory) [path=/home/wsx/.rstudio/sessions/active/session-796fe1f4/properites...workspace/IFeb 26 12:00:46 localhost.localdomain rsession-wsx[21150]: ERROR system error 2 (No such file or directory) [path=/home/wsx/.rstudio/sessions/active/session-796fe1f4/properites.../jenkins/woHint: Some lines were ellipsized, use -l to show in full.
I also tried resetting the user state like https://support.rstudio.com/hc/en-us/articles/218730228-Resetting-a-user-s-state-on-RStudio-Server, but not work.
How should I fix this problem?