Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[statet-users] Compatibility problems with rj_4.0.1-4 / rj.gd_4.0.1-3 and R-3.6.2

   Hi,

 

   I am using eclipse 2018-12 with statET 4.0.2 and R-4.0.2 and R-3.6.2; with R-4.0.2 all works fine, but when I try to launch R-3.6.2 I obtain the error shown below: Are there any compatibility problem using the new statET & RJ version with old R versions? Could you help me to fix this problem? By the moment, I have to use the ‘old’ R version….

 

   Thank you very much for your help, and best regards,

   Fernando.

 


 

 

An error occurred while running R-3.6.2 [R Console]. R-3.6.2 / RJ (28 jun. 2020 10:53:06) terminates unexpected.

The R engine could not be started.

Process Error Log:

jun 28, 2020 10:53:06 AM org.eclipse.statet.rj.server.srv.RMIServerControl initServer

INFORMACIÓN: [Control:rjs-local-1593334386667] Initializing R engine server...

jun 28, 2020 10:53:07 AM org.eclipse.statet.rj.server.srv.RMIServerControl publishServer

INFORMACIÓN: [Control:rjs-local-1593334386667] server is added to registry - ready.

jun 28, 2020 10:53:08 AM org.eclipse.statet.rj.server.srvext.ServerAuthMethod createLogin

INFORMACIÓN: [Auth:none] creating new login (127.0.0.1).

jun 28, 2020 10:53:08 AM org.eclipse.statet.rj.server.srvext.ServerAuthMethod performLogin

INFORMACIÓN: [Auth:none] performing login completed successfull: - (127.0.0.1).

jun 28, 2020 10:53:08 AM de.walware.rj.internal.server.gr.jri.GRSrvEngine start

GRAVE: Could not start the R engine

java.lang.UnsatisfiedLinkError: C:\Program Files\R\R-3.6.2\library\rj\jri\x64\jri.dll: No se encontró el proceso especificado

               at java.lang.ClassLoader$NativeLibrary.load(Native Method)

               at java.lang.ClassLoader.loadLibrary0(Unknown Source)

               at java.lang.ClassLoader.loadLibrary(Unknown Source)

               at java.lang.Runtime.loadLibrary0(Unknown Source)

               at java.lang.System.loadLibrary(Unknown Source)

               at org.rosuda.JRI.Rengine.<clinit>(Rengine.java:30)

               at de.walware.rj.internal.server.gr.jri.GRSrvEngine.start(GRSrvEngine.java:479)

               at de.walware.rj.internal.server.gr.jri.GRSrvEngine.start(GRSrvEngine.java:1)

               at org.eclipse.statet.rj.server.srv.engine.SrvEngineServer.execute(SrvEngineServer.java:194)

               at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

               at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

               at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

               at java.lang.reflect.Method.invoke(Unknown Source)

               at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)

               at sun.rmi.transport.Transport$1.run(Unknown Source)

               at sun.rmi.transport.Transport$1.run(Unknown Source)

               at java.security.AccessController.doPrivileged(Native Method)

               at sun.rmi.transport.Transport.serviceCall(Unknown Source)

               at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)

               at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)

               at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source)

               at java.security.AccessController.doPrivileged(Native Method)

               at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)

               at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)

               at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

               at java.lang.Thread.run(Unknown Source)

 

 

 


Back to the top