rstudio-server failing to start

Hi all,

I am being unable to start my rstudio-server on a machine with Ubuntu 18.04. I have been using rstudio-server for a while, but this is a new problem. This is what I get:

sudo rstudio-server status
ā— rstudio-server.service - RStudio Server
   Loaded: loaded (/lib/systemd/system/rstudio-server.service; enabled; vendor preset: enabled)
   Active: failed (Result: exit-code) since Sun 2021-05-23 20:32:08 WEST; 1min 13s ago
  Process: 2348 ExecStart=/usr/lib/rstudio-server/bin/rserver (code=exited, status=0/SUCCESS)
 Main PID: 2349 (code=exited, status=1/FAILURE)

mai 23 20:32:08 rramiro-MS-7971 systemd[1]: rstudio-server.service: Service hold-off time over,
mai 23 20:32:08 rramiro-MS-7971 systemd[1]: rstudio-server.service: Scheduled restart job, rest
mai 23 20:32:08 rramiro-MS-7971 systemd[1]: Stopped RStudio Server.
mai 23 20:32:08 rramiro-MS-7971 systemd[1]: rstudio-server.service: Start request repeated too
mai 23 20:32:08 rramiro-MS-7971 systemd[1]: rstudio-server.service: Failed with result 'exit-co
mai 23 20:32:08 rramiro-MS-7971 systemd[1]: Failed to start RStudio Server.

Has anyone had the same problem?

You might get a more useful message by running:

sudo journalctl -u rstudio-server

Thanks for your reply. I just figured out it was a problem with the file /etc/rstudio/rserver.conf that had a wrong IP, as I had changed recently. Once I corrected that and restarted the rstudio-server it worked again

1 Like

This topic was automatically closed 21 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.