Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

driverless h2oai python pipeline run_example.sh looks for java? #23

Open
cyrilthank opened this issue Aug 29, 2019 · 1 comment
Open

Comments

@cyrilthank
Copy link

Hi

After i download the scoring pipeline and try to execute run_example.sh i get the below messages

277, in init│······································································
bind_to_localhost=bind_to_localhost)│······································································
File "/h2o/scoring-pipeline/env/lib/python3.6/site-packages/h2o/backend/server│······································································
.py", line 138, in start│······································································
bind_to_localhost=bind_to_localhost, log_dir=log_dir, log_level=log_level)│······································································
File "/h2o/scoring-pipeline/env/lib/python3.6/site-packages/h2o/backend/server│······································································
.py", line 271, in _launch_server│······································································
java = self._find_java()│······································································
File "/h2o/scoring-pipeline/env/lib/python3.6/site-packages/h2o/backend/server│······································································
.py", line 410, in _find_java│······································································
raise H2OStartupError("Cannot find Java. Please install the latest JRE from\│······································································
n"277, in init
bind_to_localhost=bind_to_localhost)
File "/h2o/scoring-pipeline/env/lib/python3.6/site-packages/h2o/backend/server.py", line 138, in start
bind_to_localhost=bind_to_localhost, log_dir=log_dir, log_level=log_level)
File "/h2o/scoring-pipeline/env/lib/python3.6/site-packages/h2o/backend/server.py", line 271, in _launch_server
java = self._find_java()
File "/h2o/scoring-pipeline/env/lib/python3.6/site-packages/h2o/backend/server.py", line 410, in _find_java
raise H2OStartupError("Cannot find Java. Please install the latest JRE from\n"
h2o.exceptions.H2OStartupError: Cannot find Java. Please install the latest JRE
from
http://www.oracle.com/technetwork/java/javase/downloads/index.html

Can you please advise if the JDK is required to be installed on the client machine?

@goldentom42
Copy link
Contributor

Hi @cyrilthank,

I believe this also part of the problems you encounter in issue #20
You need java installed on the client machine to run the scoring pipeline.

Thx. Olivier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants