Displaying 20 results from an estimated 222 matches for "rserve".
Did you mean:
reserve
2007 Dec 30
1
some questions about startup Rserve
I realize the communication between R and Java with Rserve in my
dissertation, but i can not run the Rserve by double click of Rserve.exe,
and also i can't realize backstage running of Rserve by technique of
Multi-thread in Java. Can anyone tell me why?
So, before i run the Java, i must run the R manually, then input
"Rserve()" or "s...
2007 Apr 07
2
Rserve and R to R communication
Dear All,
The "clients.txt" file of the latest Rserve package, by Simon Urbanek,
says, regarding its R client,
"(...) a simple R client, i.e. it allows you to connect to Rserve from
R itself. It is very simple and limited, because Rserve was not
primarily meant for R-to-R communication (there are better ways to do
that), but it is useful for qu...
2017 Nov 13
3
Where to get support for Rserve?
Hello,
I'm using Rserve with Java and although it works OK for 50 or 60 requests, eventually Rserve simply stops responding and I have to force-quit and restart Rserve. During this time the JVM is fine and Tomcat (app server) is fine, too.
The basic Java code does this:
--------------------------------------------
1. Cre...
2005 Aug 29
2
FW: RServe initialization problem
I want to use the R functionalities in my Java program. I found the Rserve
that appear to suite my requirements but I'm facing some configuration
problems.
I' following the web page tutorial
(http://stats.math.uni-augsburg.de/Rserve/doc.shtml) but I face the above
problem:
C:\Program Files\R\rw2010\bin>R CMD RSERVE
Can't open perl script "C:\PROGRA~1\...
2017 Nov 13
0
Where to get support for Rserve?
?maintainer
## i.e.
maintainer("rserve")
Also, please search. A web search on simply "rserve" brought up what
appeared to be many relevant hits.
Cheers,
Bert
Bert Gunter
"The trouble with having an open mind is that people keep coming along and
sticking things into it."
-- Opus (aka Berkeley Breathed in hi...
2004 Aug 14
1
Rserve needs (but cannot find) libR.a (or maybe it's .so)
I have successfully installed Rserv (http://stats.math.uni-augsburg.de/Rserve)
on Mac OS, but I have trouble on two different linux platforms.
R CMD INSTALL Rserve_0.3-10.tar.gz
fails with this message
** libs
gcc -g -O2 -I/usr/local/include -L/usr/local/lib Rserv.c -o Rserve \
-DDAEMON -O -I/usr/local/lib/R/include -Iinclude -I. -lR -L/usr/local/lib/R/bin -...
2013 Sep 20
1
Run service failed
I''m trying to setup a service that doesn''t support any service script.
Using the following:
service { ''Rserve'':
ensure => ''running'',
start => ''/usr/bin/R CMD Rserve --gui-none'',
provider => ''base'',
}
When I run puppet agent -t -d, it returns the following:
Debug: Service[Rserve](provider=base): Executing ''ps -e...
2008 Feb 03
1
Chrooted R + Rserve
I successfully chrooted R running Rserve with an unprivileged user,
and thought I'd publish the process.
Attached is a jailkit.ini for use with jailkit;* and a chroot/setuid
wrapper, chwrap.c.
To set up the chroot in, for instance, /var/R; perform:
mkdir -v /var/R
jk_init -v -c jailkit.ini -j /var/R R
then create the unprivi...
2010 Nov 08
2
Rserve alternative?
The Rserve documentation at
http://rosuda.org/Rserve/doc.shtml#start
states that even when making multiple connections to the Rserve,
Windows won't separate workspaces physically and share environments,
which will obviously cause problems and should therefore not be used.
Are there any alternatives for...
2005 Aug 29
1
RServe initialization problem
I want to use the R functionalities in my Java program. I found the Rserve
that appear to suite my requirements but I'm facing some configuration
problems.
I' following the web page tutorial
(http://stats.math.uni-augsburg.de/Rserve/doc.shtml) but I face the above
problem:
C:\Program Files\R\rw2010\bin>R CMD RSERVE
Can't open perl script "C:\PROG...
2011 Dec 20
0
RServ 0.6-7 failed to install on RedHat
Hi
I need some guidance on how to install RServ 0.6-7 on a Redhat machine
R2.14 has been installed on this machine and when I try to install Rserve it
returned the following:
[root at soso abcde]# R CMD INSTALL Rserve_0.6-7.tar.gz
Warning: unknown option ?--enable-R-shlib?
* installing to library ?/usr/lib64/R-2.14.0/library?
* installing *source* package ?Rserve? ...
checking whether to compile the server... yes
checking whether to compile...
2011 Jan 06
0
Rserve: failed to find config file
Dear R users,
I've installed Rserve for R version 2.11.0 on x64 Windows 7. I've added the
Rserve_d and Rserve files to the /bin/ folder where the R.exe is installed
in the program files. I have also created an Rserv.cfg file that contains
the following text:
remote enable
auth disable
plaintext disable
fileio enable
when...
2005 Jun 11
1
Using Rserve
Hey is there a more consistent way of connecting to Rserve. I have
code that opens a connection to Rserve by executing explicitly using
Java runtime ( "C:\Program Files\R\r20XXX\Rserve.exe" ).
However when i run the app and attempt to connect, it does not connect
imediately.I have to close the app and open it again for a few times
before i get a...
2006 Jun 21
0
Eclipse plugin for R code submit to Rserve available (Alpha)
...interested, please read the feature list below or go to
http://www.alysis.de/Rsubmit/
Thanks,
Friedrich Schuster (mail_at_friedrich-schuster.de)
----------
Introduction
The Rsubmit plugin executes selected R source code from within an editor
window. The code is passed to a (local or remote) Rserve session and the
output is streamed back to eclipse.
Features
* Submit of selected code segments in opened files or whole text (if
nothing is selected) from an editor
* Connects to local Rserve sessions or Rserve on a remote host.
* Supports different configurations for code submit...
2007 Aug 11
1
RServe
Hi all, is there a way to properly terminate Rserve instead of killing the
process? I run Rserve in a linux box that serves my Java client.. I have a
cronjob that runs Rserve every morning. However, I'm killing it at night
manually for the moment. Is there a way, given host/port, I can run an R
command to properly terminate it??
Thanks a lot i...
2007 May 19
0
Rserve() ?
Hi, I have also tried to install the Rserve package on my machine. I am able
to load with with library(Rserve), but when I trype Rserve() to start the
server, I get the following message:
> Rserve()
Stating Rserve...
C:/PROGRA~1/R/R-25~1.0/library/Rserve/Rserve.exeWarning message:
'Sys.putenv' is deprecated.
Use 'Sys.setenv&...
2012 Mar 06
2
Rserve compilation error
Hi,
I am trying to install Rserve 1.7-0 on CentOS 6. But I get this compilation
error -
/usr/lib64/Revo-5.0/R-2.13.2/lib64/R/lib/libiomp5.so: undefined reference to
`pthread_atfork'
I tried other versions of Rserve (0.6-5 and 0.6-8) without any success.
How do I get around this issue? My goal is to run FastRWeb (which uses
Rse...
2010 Nov 11
0
Rserve Installing error on AIX5.3..
Hello all! I am nabsan.
I've got error below when I try to install the Rserve0.6.3 on AIX5.3.
also I tried several version of Rserve 0.4.3 to 0.6.3.. but there were same
error message..
[ld: 0711-317 ERROR: Undefined symbol: .main]
any help please.
------------------------------
OS:AIX5.3
R:R2.8.1(--enable-R-shlib)
Rserve: I tried .. 0.4.3 - 0.6.3
------------------------...
2010 Nov 01
1
Rserve error
Hi all,
I'm trying to run Rserve on windows RGui. It installs successfully but when
I use "Rserve()" to invoke the service it shows following error:
"The program can't start because R.dll is missing from your computer. Try
reinstalling the program to fix this problem." I even tried reinstalling R
but it st...
2003 Jul 18
0
Rserv.conf
Greetings,
I have just installed R and Rserv on my W2k laptop for testing. I intend to use it for an upcoming project.
The Rserv documentation states that the configuration file should be /etc/Rserv.conf. I have created such a file in <R installation path>\etc\RServ.conf but R doesn't seem to read it.
Does anyone know where I should put Rserv.conf on Windows ? Many thanks.
Regards,