Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [statet-users] StatET Remote Console

Hi Mike,

There is a separate bundle with the console server.

For the latest, released version (4.0.1) you can find it here:

https://download.eclipse.org/statet/releases/4.0.1/

For the latest development version it can be found here:

https://ci.eclipse.org/statet/job/statet-master/

I will send you a Dockerfile we have been using (starting from openanalytics/r-shiny instead of a rocker/rstudio image).

Best,
Tobias


From: "Michael Rowe" <mwrowe@xxxxxxxxx>
To: statet-users@xxxxxxxxxxx
Sent: Saturday, August 24, 2019 12:54:48 AM
Subject: Re: [statet-users] StatET Remote Console
Okay... I feel like I'm making progress.
I have a docker image built (it is built on the rocker/rstudio image, so... if I can't get this to work, I will be forced to use RStudio.  For the LOVE OF GOD, please don't make me use RStudio!!!)

It's running R 3.6.0 under Debian 9.9 (stretch).  It has java/JRE/JDE installed (ava-8-openjdk-amd64).  It has the rj and rj.gd (versions 4.0.0-4 and -1, respectively).  I know how to launch RMI.  I've got port 1099 mapped.  

But when I try to connect via remote console (with address "//localhost:1099//htrs", where htrs is the name of my docker container), I get this error:

image.png

Digging through the StatET User Guide, in the section R Console --> Remote Console --> RJ Server, it says:

"A server bundle containing all files is provided on the homepage. The bundle contains all program files and startup scripts, ...", which apparently includes  a modified version of JRI.  And also "Download the consoleserver file from the homepage and extract it into a directory of your choice (default is '~/.RJServer/')"

I have been unable to find this-- does it exist, or are these just old instructions?  Is it included in this repo: https://gitlab.com/walware/de.walware.rj-server.gr/tree/master/de.walware.rj.server.gr.rsrv/pkg  Digging around in it, it looks like it is just the rj package, but it does seem to have a modified version of JRI.

Any help would be appreciated.  With luck, I can get this container working and push it to Dockerhub so that others can just use it without all the installation/configuration issues, and it should work on Mac, Windows or *.nix.

Thanks!
Mike


_______________________________________________
statet-users mailing list
statet-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/statet-users

Back to the top