RStudio Server: Error occurred during transmission

Hi all,

I just installed RStudio Server 1.0.153 on Ubuntu 17.10. The server is up and listening on port 8787. Whenever a user tries to log on the following error is shown: "Error occurred during transmission" and after that there is only a blank page. In /var/logs/syslog there are no messages from RStudio Server.

What could be causing this error?

Thank you.

Monitoring the system with journalctl -f I get the following messages whenever a user tries to log on:

Apr 13 13:35:07 my_server kernel: rsession[22336]: segfault at 50 ip 00007f4c81a0fb8c sp 00007ffd1ec92070 error 4 in ld-2.26.so[7f4c81a03000+27000]
Apr 13 13:35:08 my_server kernel: rsession[22341]: segfault at 50 ip 00007f10451deb8c sp 00007ffec8acada0 error 4 in ld-2.26.so[7f10451d2000+27000]

Any hint on what may be the cause?

Thank you.

Did you ever solve this? I'm getting similar symptoms. I'm just looking into it. I suspect my libR.so (which I'm getting from conda MRO) is incompatible with how rsession has been compiled. But I haven't got to the bottom of it yet.