Hi,
I am trying to run h2o on R on a virtual machine which is running on a server. The OS is Windows Server 2012 R2 Standard (64bit).
I am working with RStudio.
I have the latest version of h2o installed (3.8.0.6) and loading of the h2o library works just fine.
But when I want to initialize it (localH2O = h2o.init()), I get the following error:
> localH2O = h2o.init()
H2O is not running yet, starting it now...
Note: In case of errors look at the following log files:
C:\Users\MKRLSC\AppData\Local\Temp\3\RtmpGq09fE/h2o_MKRLSC_started_from_r.out
C:\Users\MKRLSC\AppData\Local\Temp\3\RtmpGq09fE/h2o_MKRLSC_started_from_r.err
java version "1.8.0_66"
Java(TM) SE Runtime Environment (build 1.8.0_66-b18)
Java HotSpot(TM) 64-Bit Server VM (build 25.66-b18, mixed mode)
Starting H2O JVM and connecting: ............................................................
Error in file(con, "r") : cannot open the connection
In addition: Warning message:
In file(con, "r") :
cannot open file 'C:\Users\MKRLSC\AppData\Local\Temp\3\RtmpGq09fE/h2o_MKRLSC_started_from_r.out': Permission denied
Still I can open the connection in the browser (
http://localhost:54321).
Anybody an idea, where the problem is or how to fix this?
Best regards,
Lukas