Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unsupported rserve version #25

Open
bfallik opened this issue Jan 6, 2016 · 7 comments
Open

unsupported rserve version #25

bfallik opened this issue Jan 6, 2016 · 7 comments
Assignees

Comments

@bfallik
Copy link

bfallik commented Jan 6, 2016

Hi,

I recently upgraded roger to address #23 but now when I try to connect to our Rserve daemon roger reports:

The version of RServe installed is not officially supported. Please consider upgrading 
to the latest version of RServe.

In terms of the Rserve package version we're using a relatively recent install from cran.rstudio.com. sessionInfo() reports Rserve_1.7-3.
I'm relatively new to R but is there some way to install a newer version? What version is required? We don't install a specific version of Rserve so I'm wondering why our recent install is behind Roger's minimum version?

Thanks,
brian

@bfallik
Copy link
Author

bfallik commented Jan 6, 2016

Hmm...

I did a little more digging and I think the version that's available in cran is 1.7-3, which matches our install, but the latest version of rserve is 1.8-4 (https://rforge.net/Rserve/news.html).

Is there a recommended way to install a version of Rserve that's supported by Roger without using cran?

@bfallik
Copy link
Author

bfallik commented Jan 6, 2016

And, further answering my own question, it seems like this is the recommend installation mechanism:

install.packages("Rserve",,"http://rforge.net/")

@dareid
Copy link
Member

dareid commented Jan 6, 2016

Hi, thanks for the issue.
I am running with 1.7.3 and do not experience the warning message. In addition, the docker image used in the tests is running 1.7.3. I have added a print out of the RServe version on the docker image in 831ec5f for future reference.
Maybe there is another factor affecting it? Does it work with 1.8.4?

@bfallik
Copy link
Author

bfallik commented Jan 6, 2016

@dareid thanks for the quick response.

There may be something else that caused this but I was able to workaround the issue by installing Rserve 1.8-4. Once I updated to roger commit f8fb183 I was unable to connect to Rserve running 1.7-3. Once I installed Rserve 1.8-4 from rforge.net the error went away.

I'm happy to provide more information if that helps, just let me know what I can do.

brian

@integrii
Copy link

integrii commented Feb 8, 2016

it looks like install.packages("Rserve",,"http://rforge.net/") installs version 1.8.5, but that still gives this error. This is the newest version available right now, but it is unsupported??

@dareid
Copy link
Member

dareid commented Mar 5, 2016

@integrii thanks for the additional information. I have updated the tests to use the rforge version by default and it appears like the tests are passing.
However, I noticed that if I connected to an incorrect port it incorrectly reported that it was not supported instead of a connection issue, any chance that could be the problem you are seeing?

@integrii
Copy link

integrii commented Mar 5, 2016

It has been awhile now, but that might have been it. Thanks for following up!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants