unable to start rstudio in centos getting error “unable to connect to service”

前端 未结 3 897
栀梦
栀梦 2020-12-29 16:10

I have Rstudio server installed on CentOS 6, but I cannot login to Rstudio from the browser at http://localhost:8787 in browser. A popup titled \"RStudio Initialization Erro

3条回答
  •  清酒与你
    2020-12-29 16:24

    A popup titled "RStudio Initialization Error" appears with message "Unable to connect to service". To fix it, I tried appending the following to /etc/profile so that Revolution R is picked up by RStudio Server Pro sessions for every user: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/RRO/RRO-8.0.3/R-3.1.3/lib64/R/lib:/usr/local/lib64.

提交回复
热议问题