I am trying to run H2O within R and continue to experience errors even when following the simple guide here: http://s3.amazonaws.com/h2o-release/h2o/master/3060/index.htmlI experience the problem running in either R (3.2.1) or RStudio (0.99.447) within Windows 7 x64. Java version is 1.8The H2O package successfully installs and loads with >library(h2o). When running h2o.init(), the temp log dir is created in C;\Users\user\AppData\Local\Temp\RTempDir.At this point I usually get and error about not having permissions to the .out file. Sometime is will print the contents of the file when I run the h2o.jar from a command window. Regardless of the error, I am able to go to localhost:54321 and the H2O Flow page loads. But when running any of the Demo examples demo(h2o.kmeans) or demo(h2o.deeplearning) I will get an error like below, even though the site is up and running.Error in h2o.init(ip = "localhost", port = 54321, startH2O = FALSE) :Cannot connect to H2O server. Please check that H2O is running at http://localhost:54321/Why will the R examples not work correctly?Also, it appears that when running a R demo, it will try to run h2o.init again even though all examples show this needing to be run first.Any help would be appreciated.Matt
I would additionally suggest trying another browser (Firefox or Chrome).
I should check for myself whether IE works with h2o 3.0, but I know there were issues with h2o before 3.0.
-kevin
-kevin
java version "1.8.0_45"Java(TM) SE Runtime Environment (build 1.8.0_45-b15)Java HotSpot(TM) 64-Bit Server VM (build 25.45-b02, mixed mode)
--
You received this message because you are subscribed to the Google Groups "H2O Open Source Scalable Machine Learning - h2ostream" group.
To unsubscribe from this group and stop receiving emails from it, send an email to h2ostream+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi,
even though this has been a while ago, I have the same problem and the same error message ("FATAL: On /127.0.0.1 some of the required ports 54321, 54322 are not available, change -port PORT and try again."), when calling h2o.init()from RStudio.
H2O version:
INFO: Build git describe: jenkins-rel-tibshirani-8
INFO: Build project version: 3.6.0.8
Java:
JAVA_VERSION="1.8.0_66"
OS_NAME="Windows"
OS_VERSION="5.2"
OS_ARCH="amd64"
Operating System:
Windows 2012R2
Any ideas, what I could try to do?
Best regards,
Lukas