Hello,
I've been trying for two days to make H2O works on my MacBook pro 13 inches 64bits of 2009.
Environment:
Computer: MacBook pro 13 inches 64bits of 2009
OS: Yosemite
Softwares:
RStudio version: 1.0.153
R version 3.3.1
Java 8
I tried both
H2o: 3.14.0.3 and the 3.15.xxx
I have the very same issue when I try to run h2o.init() it gives me a
"curl: (7) failed to connect to locahost port 54231: Connection refused"
I checked and firewall is off and even when activcated the behavior is the same.
It's maybe stupid but I can't find anything on it and I don't find any solution.
Please note that I installed H2o on my 2 pcs (Windows 10, Rstudio, R etc..) and it works normally.
Just on my Mac it doesn't work.
Please advice
Regards,
Swann
--
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.
> h2o.init()H2O is not running yet, starting it now...Note: In case of errors look at the following log files:/var/folders/w1/84s4g7p50b7cfs2r96dfhlsc0000gq/T//Rtmp3tnjWY/h2o_carmelo_started_from_r.out/var/folders/w1/84s4g7p50b7cfs2r96dfhlsc0000gq/T//Rtmp3tnjWY/h2o_carmelo_started_from_r.errNo Java runtime present, requesting install.Starting H2O JVM and connecting: ............................................................[1] "localhost"[1] 54321[1] TRUE[1] -1[1] "Failed to connect to localhost port 54321: Connection refused"% Total % Received % Xferd Average Speed Time Time Time CurrentDload Upload Total Spent Left Speed0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) Failed to connect to localhost port 54321: Connection refused[1] 7Error in h2o.init() : H2O failed to start, stopping execution.In addition: Warning message:running command ''/usr/bin/java' -version 2>&1' had status 1
See this post on Stack Overflow:
https://stackoverflow.com/questions/46490290/h2o-failed-to-connect-when-called-from-r-java-version-missmatch/46492688#46492688
-- Erin LeDell Ph.D. Statistician & Machine Learning Scientist | H2O.ai
Please fully document your issue and attach logs if you can.
Reminder
Hello guys, I am having the same issue as well. Even I have the java 8 installed in my machine. not sure why...
-- Erin LeDell, Ph.D. Chief Machine Learning Scientist | H2O.ai
I had the same problem but it required a different solution. Thought this might be useful
The Version of Java on my machine was up to date (V8).
But I eventually noticed that while trying to initiate h20, R reported that it was loading an earlier version of Java (7). So I didn't have the latest version after all.
I went to http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html and downloaded the Java Development SE Kit 8.
Problem solved.