sudo rstudio-server verify-installation frozen - No error Message but doesn't complete

I have installed R into a non-traditional directory. I set the PATH variable and R, which R works fine. I exported RSTUDIO_WHICH_R to the directory as well. I installed R Studio server on a Redhat 7 machine.

PATH="/custom-r/bin/:$PATH"
export RSTUDIO_WHICH_R=/custom-r/bin/R

which R
/custom-r/bin/R

When I run sudo rstudio-server verify-installation it just hangs and never completes. I get no errors. When I do sudo rstudio-server start i get

sudo rstudio-server
rstudio-server start/running, process 19309

but it appears nothing runs. I run sudo rstudio-server active-sessions but get no processes running.

sudo rstudio-server active-sessions
  PID     TIME COMMAND

How can I debug this?

This topic was automatically closed 21 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.