1

When I login to RStudio server installed as an Amazon Machine Image, I, I see the message "RStudio Server Initialization Error" and "Status code 500 returned," as in the screenshot. When I click OK, nothing changes.

enter image description here

What does this mean and how can I fix this?

Joshua Rosenberg
  • 4,014
  • 9
  • 34
  • 73

2 Answers2

2

Refer the following link. It will guide you about the complete installation of R-Studio Server along with required dependencies.

Automated Installation of R-Studio Using Shell Script

Community
  • 1
  • 1
Pratik Patil
  • 3,662
  • 3
  • 31
  • 31
1

It would be useful if you could state which version of RStudio Server you are using. Neverthless, you can try the following:

  1. Install the most recent version using: wget http://download2.rstudio.org/rstudio-server-0.98.1103-amd64.deb. If you want 32-bit version wget http://download2.rstudio.org/rstudio-server-0.98.1103-i386.deb.
  2. Delete the startup files (.Rprofile, .Renviron, and .RData) from your initial working directory, which should be user's home.
  3. Check if you can run R from command line and if your are getting any error messages - fix that first
Konrad
  • 17,740
  • 16
  • 106
  • 167