Have upgraded to R2.12.0 with Rserve 0.6-2 and have things working OK. However there does seem to be an issue with starting Rserve from within Rgui. If I start Rgui then do library(Rserve) and Rserve(), I get an error that R.dll is missing. I suspect that is because in R2.12.0, R.dll is now located in bin/i386 instead of bin and something hasn't been updated.
Can you confirm (via Task Manager) that Rserve.exe is running on your machine? If I use the shortcut method to start Rserve.exe (described on the jwiki Rserve Installation page): http://www.jsoftware.com/jwiki/Interfaces/R/Rserve/Installation Everything seems to work fine for me. HTH > From: Sherlock, Ric > Sent: Tuesday, 19 October 2010 10:33 > > Just to let you know I'm using R2.10.1 with Rserve version 0.6.0 and > J602 on Windows 7 with no issues. I'll try updating to latest versions > to see if they still work ok. > > You might also try following command to reset you session: > Rreset'' > > > > From: Piet de Jong > > Sent: Tuesday, 19 October 2010 10:15 > > > > Have been using R from J for a number of years without significant > > problems. > > It generally works great. > > > > I recently switched to a new computer running Windows 7. > > Installed J6.02 including the package 'stats/r/rserve' using the > > package > > manager -- no problems reported > > Installed R2.12.0 as well as the package Rserve using one of the > > mirrors and > > package manager -- no problems reported > > In R: loading the library(Rserve) and then Rserve() -- no problems > > reported > > In J: 'load stats/r/rserve' -- no problems reported > > In J: Rcmd 'rnorm(5)' -- problem reported 'socket ENOTCONN' -- > any > > other Rcmd from J gets similar error message > > in J: Ropen '' -- returns 1 or sometimes after closing and opening > > 'Unable to connect: ECONNREFUSED' > > > > Can anyone point to any things to try? I am desperate -- I need to > be > > able > > to access R from J. (I can't stand doing any > > matrix manipulations or similar in R). > > > > > > -------------------------------------------------- > > --------------------------------------------------------------------- > - > > For information about J forums see > http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
