我以前已经成功地在Mac OS X 10.11.4上安装了带有brew install rstudio-server
的rstudio-server。
现在,我试图登录到studio-server 0.99.902没有成功。从客户端,我得到一个弹出窗口,上面写着-
RStudio初始化错误,
无法连接服务
我正在使用的用户的用户id是1100
,所以我认为问题与帐户权限无关。
在运行守护进程时,当我尝试登录时,/var/log/system.log
中出现的错误是:
rserver[1100]: ERROR system ERROR 61 (Connection refused) [request-uri=/rpc/client_init];发生AT: void rstudio::core::http:: localstreamasynclient::handleConnect(const boost::system::error_code &)/tmp/rstudio-server-20160803-68705-uhvyws/rstudio-0.99.902/src/cpp/core/include/core/http/localstreamasynclient .hpp:119;log FROM: void rstudio::server::session_proxy::(匿名命名空间)::logIfNotConnectionTerminated(const rstudio::core::Error &, const http::Request &)/tmp/rstudio -服务器- 20160803 - 68705 - uhvyws/rstudio-0.99.902/src/cpp/服务器/ServerSessionProxy.cpp: 308
崩溃报告:http://pastebin.com/GYkFZ8fT
在运行sudo /usr/local/bin/rserver --server-daemonize=0
时,当我尝试登录时,没有错误输出到控制台,但我确实在浏览器的弹出窗口上得到此错误:Error occurred during transmission
.
崩溃报告:http://pastebin.com/kJMsPh6s
额外的信息:
rstudio-server verify-installation
返回too many positional options have been specified on the command line
从R控制台运行sessionInfo()
:
R version 3.3.0 (2016-05-03)
Platform: x86_64-apple-darwin13.4.0 (64-bit)
Running under: OS X 10.11.4 (El Capitan)
locale:
[1] C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
这两个Github问题注释指出了
RStudio Server在Mac OSX上没有附带管理脚本。
这里已修复。
更新你的rstudio-server
应该有帮助。请注意,您应该首先使用brew tap brewsci/base