Rstudio server returns grey page after upgrading R to 4.1.0

system info:

  • ubuntu 16 up-to-date
  • Rserver rstudio-server-1.4.1106-amd64.deb
  • I also upgraded all Bioc packages to v3.13

After updates I rebooted the server and still get this error in /var/logs/syslog
I reinstalled the deb => no better
I do not have a .sessions in my home but I issued ** sudo rstudio-server force-suspend-all** without more success

/var/logs/syslog

ERROR session hadabend; LOGGED FROM: rstudio::core::Error {anonymous}::rInit(const rstudio::r::session::RInitInfo&) src/cpp/session/SessionMain.cpp:680

sudo systemctl status rstudio-server

● rstudio-server.service - RStudio Server
   Loaded: loaded (/lib/systemd/system/rstudio-server.service; enabled; vendor preset: enabled)
   Active: active (running) since Wed 2021-05-19 12:10:41 CEST; 14min ago
  Process: 28811 ExecStart=/usr/lib/rstudio-server/bin/rserver (code=exited, status=0/SUCCESS)
 Main PID: 28815 (rserver)
    Tasks: 3
   Memory: 4.0M
      CPU: 19.439s
   CGroup: /system.slice/rstudio-server.service
           └─28815 /usr/lib/rstudio-server/bin/rserver

May 19 12:10:41 MY.SERVER systemd[1]: Starting RStudio Server...
May 19 12:10:41 MY.SERVER systemd[1]: Started RStudio Server.
May 19 12:11:16 MY.SERVER rserver-pam[29169]: pam_unix(rstudio:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  user=XXXXXX
May 19 12:11:16 MY.SERVER rserver-pam[29169]: pam_sss(rstudio:auth): authentication success; logname= uid=0 euid=0 tty= ruser= rhost= user=XXXXXX
May 19 12:11:21 MY.SERVER rsession-XXXXXX[29181]: ERROR session hadabend; LOGGED FROM: rstudio::core::Error {anonymous}::rInit(const rstudio::r::session::RInitInfo&) src/cpp
May 19 12:11:21 MY.SERVER svn[29281]: DIGEST-MD5 common mech free
May 19 12:12:27 MY.SERVER rsession-XXXXXX[30882]: ERROR session hadabend; LOGGED FROM: rstudio::core::Error {anonymous}::rInit(const rstudio::r::session::RInitInfo&) src/cpp
May 19 12:12:27 MY.SERVER svn[31045]: DIGEST-MD5 common mech free

I can start R in terminal without problems
sudo rstudio-server verify-installation does not return errors

  • I have the error also when using 127.0.0.1:8787 under VNC on the server

Any idea what is corrupted on my machine and how I can fix this?

Thanks in advance

this may help:
PSA: R 4.1.0 release requires RStudio Preview - RStudio IDE - RStudio Community

1 Like

Thanks Martin, I discovered this after posting.
I just tried to install rstudio-server-1.4.1712-amd64.deb over my previous version but got an error while doing it.

sudo gdebi rstudio-server-1.4.1712-amd64.deb

Reading package lists... Done

Building dependency tree

Reading state information... Done

Reading state information... Done

RStudio Server

RStudio is a set of integrated tools designed to help you be more productive with R. It includes a console, syntax-highlighting editor that supports direct code execution, as well as tools for plotting, history, and workspace management.

Do you want to install the software package? [y/N]:y

(Reading database ... 600305 files and directories currently installed.)

Preparing to unpack rstudio-server-1.4.1712-amd64.deb ...

Unpacking rstudio-server (1.4.1712) over (1.4.1712) ...

Setting up rstudio-server (1.4.1712) ...

useradd: user 'rstudio-server' already exists

Created symlink from /etc/systemd/system/multi-user.target.wants/rstudio-server.service to /lib/systemd/system/rstudio-server.service.

/usr/lib/rstudio-server/bin/rserver: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

● rstudio-server.service - RStudio Server

Loaded: loaded (/lib/systemd/system/rstudio-server.service; enabled; vendor preset: enabled)

Active: inactive (dead)

May 19 12:34:33 gbw-s-pacbio01 rserver-pam[40236]: **pam_unix(rstudio:auth): authentication failure; logname= uid=0 euid=0 tty= ruser= rhost= user=u0002316**

May 19 12:34:34 gbw-s-pacbio01 rserver-pam[40236]: pam_sss(rstudio:auth): authentication success; logname= uid=0 euid=0 tty= ruser= rhost= user=u0002316

May 19 12:34:37 gbw-s-pacbio01 rsession-u0002316[40244]: **ERROR session hadabend; LOGGED FROM: rstudio::core::Error {anonymous}::rInit(const rstudio::r::session::RInitI...in.cpp:680**

May 19 12:34:37 gbw-s-pacbio01 svn[40347]: DIGEST-MD5 common mech free

May 19 12:38:08 gbw-s-pacbio01 systemd[1]: Stopping RStudio Server...

May 19 12:38:08 gbw-s-pacbio01 systemd[1]: Stopped RStudio Server.

May 19 12:38:29 gbw-s-pacbio01 systemd[1]: Stopped RStudio Server.

May 19 12:38:51 gbw-s-pacbio01 systemd[1]: Stopped RStudio Server.

May 19 12:38:56 gbw-s-pacbio01 systemd[1]: Stopped RStudio Server.

May 19 12:39:13 gbw-s-pacbio01 systemd[1]: Stopped RStudio Server.

Hint: Some lines were ellipsized, use -l to show in full.

Any idea what this means?
Thanks

No idea. That's probably a question for an RStudio employee to address.

When I try to start I now get:

sudo rstudio-server start

/usr/lib/rstudio-server/bin/rserver: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Is it because I still have ubuntu16 or am I missing a particular version of libssl?

A pity that apt update did not warn me before installing R4.1 over 4.0.X !!

My big

I had downloaded the preview for ubuntu 18, it now worked with the correct OSbuild
I can now start my server and access it in my browser, sorry for the noise :wink:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.