Rstudio server cannot connect to service and locale errors

I am having problems connecting to the newly installed rstudio server. Could you tell me if you know how to solve this? Thanks!

I just installed the 0.99.485 64-bit Rstudio server on Ubuntu 13.10 (saucy) and I get this error below:

An error in / var / log / syslog says:

ERROR Unexpected exception: locale :: facet :: Screateclocale name is invalid;

LOGIN FROM: int main (int, char * const *) / home / ubuntu / rstudio / src / cpp / session / SessionMain.cpp: 3166

The symptom is that the web interface says that it "cannot connect to the service"

I followed everything that was mentioned in this post , but it does not work.

When I trace the rstudio-server process with sudo strace -f -e 'trace=!clockgettime,gettimeofday,futex,timerfdsettime,epollwait,epollctl' -p 10208 -o trace.txt, I see this in trace.txt(below is what I used to login:

10226 connect (10, {safamily = AFLOCAL, sunpath = "/ tmp / rstudio-rsession /"}, 28) = -1 ECONNREFUSED (connection rejected)

I tried logging in using the wrong id to confirm that pam authentication is working fine

I also looked at this question and made sure that it exists /home/<USERID>, but the problem is there.

+4
source share

Source: https://habr.com/ru/post/1610650/


All Articles