Hello everyone,
I have managed to install R + RStudio Server running on an RHEL 7.0+ AWS EC2 machine. Unfortunately, am unable to access/launch the server. Below are my findings:
- Running
netstat -lntp
shows me thatrstudio-server
is running on port8787
:
netstat -lntp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:8787 0.0.0.0:* LISTEN 1976/rserver
- Running
rstudio-server status
shows that the server is active:
rstudio-server status
● rstudio-server.service - RStudio Server
Loaded: loaded (/usr/lib/systemd/system/rstudio-server.service; enabled; vendor preset: disabled)
Active: active (running) since Tue 2020-09-29 14:29:12 +08; 4h 18min ago
Process: 1853 ExecStop=/usr/bin/killall -TERM rserver (code=exited, status=0/SUCCESS)
Process: 1975 ExecStart=/usr/lib/rstudio-server/bin/rserver (code=exited, status=0/SUCCESS)
Main PID: 1976 (rserver)
CGroup: /system.slice/rstudio-server.service
└─1976 /usr/lib/rstudio-server/bin/rserver
-
Running
rstudio-server verify-installation
, this yields NO RESULTS. Is this expected behaviour? -
All packages and its dependencies were installed.
-
rstudio config files
are empty. -
Hitting the URL - HTTP://0.0.0.0:8787 throws me a
Network error (tcp_error) - 503 code
Can anyone provide me with pointers in what I am doing wrong here? Please advise. Any help will be deeply appreciated.
Thanks,
R