Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

rsession: no process found - R Studio

I am installing R Studio on AWS ec2 instance running Ubuntu. While installation I get an error "rsession: no process found". After installation I opened "server_ip:8787" in browser, R Studio asked me for login credentials. I am unable to login as it always shows "RStudio initialization error : Unable to connect to server".

In terminal when I enter sudo rstudio-server verify-installation nothing happens.

sudo rstudio-server restart gives rsession: no process found.

I also tried sudo ufw allow 8787 but no success.

like image 619
ujjwal garg Avatar asked Jan 19 '18 08:01

ujjwal garg


People also ask

Where is session in R studio?

You can see all active sessions by clicking the “Sessions” button on the top toolbar: The drop down menu will list all active sessions and let you open individual sessions or all sessions simultaneously by clicking on the icon to open it up in a separate tab.

Where to look for all the actions performed in a session in Rstudio?

The RStudio IDE maintains a database of all commands which you have ever entered into the Console. You can browse and search this database using the History pane.


1 Answers

you've probably already fix your issue, but have you actually installed R BEFORE RStudio?

like image 78
Luca Avatar answered Sep 25 '22 01:09

Luca