Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [statet-users] R Launch Hanging on "Starting Service Registry (RMI) process"
  • From: "Tevlin, Dylan" <Dylan.Tevlin@xxxxxxxxxxx>
  • Date: Mon, 10 Feb 2020 18:05:58 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=kochind.com; dmarc=pass action=none header.from=kochind.com; dkim=pass header.d=kochind.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=ssJxhRt/p2i5yfaQB4tWN1dzUBSsLztStDiHNUO2NOM=; b=TNIvc2TM3rUjj1SMh/VeyGDJ9HEdHDjwlHFPFzIXfUktinm8z9Kd5QdGBE+PD4ekY6WrvWRqqrK7C7rspJChLQVwhBgJZzgaIES48X0ovoKq62Du40R6fVDRQ6QhBnW9Pm6emngyIDtkVa/gILxWlUOePDf7u2Amz4CHqDqZft+/4fkVwuqHjBfQi+5NMdIEvWcQp2G8S1vPbvJ0wRe2BKpGBlQ2ULRp3259au4KtRJ4vgA29YgdXvYrUZLL/HRFMm83qt/rZJlzBLD3N0Lfl6TBvCqnOCSuFKSzUbPIZUy8GOLeIIDVGQTQP+j1jMJ270QNzjVKi4AsGEfyAwwZnQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=j89qhEj3ogUOs/ntWkoeRP7szihOsnSFye349FmfIwjZHE2PlZwcZ0Kq6uOeGu+2P4M12MGFPgTDn7+2uKUl5P+OqaF4zwv0QFxCThmsNUCKPBUJHP5YrHNiAZ42/hBS6Ztf75gWQSCac1TstP7rk6qvMim3OK2Eky38RESL5hSjtiD0lvZ1Kdq2G2mZqHI+Hvaw5bJvlhiHSWAz2usLvzKTUyUpQJJLYvepaDqx3RUrC8GZyipRt1gW9HwZvCIyGRgR53ZQt+uXHQZsmzLAmH/lGtmnQDJ849Ri1LVnsJqpbwRAyakIeaEBGwTgy3rKvlqpCdImgomj5dgTqjIQ+Q==
  • Delivered-to: statet-users@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/statet-users>
  • List-help: <mailto:statet-users-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/statet-users>, <mailto:statet-users-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/statet-users>, <mailto:statet-users-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdXgNc1Zzv2iDmuvRPOIYmjeaRdLJwABlGkAAAAc1tA=
  • Thread-topic: [statet-users] R Launch Hanging on "Starting Service Registry (RMI) process"

Thanks Stephan.  The port very well could have been the issue, I've updated and everything launched fine.

I appreciate the quick response.


-----Original Message-----
From: Stephan Wahlbrink <sw@xxxxxxxxxxxx> 
Sent: Monday, February 10, 2020 11:02 AM
To: Statet user discussions <statet-users@xxxxxxxxxxx>; Tevlin, Dylan <Dylan.Tevlin@xxxxxxxxxxx>
Subject: Re: [statet-users] R Launch Hanging on "Starting Service Registry (RMI) process"

Sent by an external sender

----------------------------------------------------------------------
Hi Dylan,

the service registry is also required for local services (R instances).

There is a bug in StatET 4.0, which causes that starting the service registry fails if a port is already used e.g. by another software. Maybe this is the cause for your problem.
The bug is fixed in the development version (4.1), you can try out the integration build from (Update Site):
https://download.eclipse.org/statet/integration/latest/E201912

The R package rj_4.0.0-4 is also compatible to StatET 4.1.

Regards,
Stephan


[10.02.2020 18:25] Tevlin, Dylan wrote:
> Hi.  I'm working in the following environment
>
> R 3.6.2
> Eclipse 2019-12
>
> StatET - 4.0.2
> rj_4.0.0-4
>
> All installs were done according to this site : 
> https://gitlab.com/walware/de.walware.rj-server.gr/-/wikis/Installatio
> n and https://www.eclipse.org/lists/statet-users/msg00012.html
>
> Upon initial install of all the relevant things, launching R through StatET in Eclipse worked fine.  Something has changed, though, and now the launch hangs at "Starting service registry (RMI) process".  I'm not entirely sure why this is being attempted because I'm not attempting to interact with a server, this is all local to my machine.
>
> In addition, log files aren't being created because (I think) those are created some time after this point in the launch.
>
> Another interesting thing is if, in the Eclipse Run Configurations, I set the Launch Type to be "Rterm" rather than "RJ", R will open up in eclipse and I can interact with it there, but it is not a particularly usable setting.
>
> Any ideas?
>
> Dylan Tevlin




Back to the top