Error “unable to connect to service” Rstudio-server 1.4.1120 CentOS 8

Hello,

I make a new post about an unfixed issue on Rstudio server 1.4.1120:
https://forum.posit.co/t/error-unable-to-connect-to-service-rstudio-server-centos-8/100186

Error Information:

I use network drives for my R projects and when I get disconnected from my session I cant log in back on a session using a working directory on a network drive. I have the error: unable to connect to service

Attempted steps taken to fix -
I can fix this problem by deleting the folder :
home/user/local/share/rstudio/sessions/active/session-xxxxxx

I turned off SELinux

System Information:

  • RStudio Edition: Server 1.4.1120
  • OS Version: CentOS 8
  • R Version: 4.0.3
  • Output of studio-server status :
    ERROR Unexpected exception: rstudio_boost::filesystem::status: Invalid argument "/networkdrive"

I am still in trouble when I open a new browser window of Rstudio server... I think this is a new issue because I dont have this issue on older version of Rstudio server.

How can I fix this ?

Thank you for your help

I think I found the issue:

My network drive was on SMB 1 (old protocol) so the mount command on Unix should specify that this is an old version of SMB with vers=1.0
It seems to be ok now.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.