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

java expected but not installed #12

Open
billsmith opened this issue Sep 9, 2016 · 2 comments
Open

java expected but not installed #12

billsmith opened this issue Sep 9, 2016 · 2 comments

Comments

@billsmith
Copy link

I built this and ran it today. The container exits. The docker logs command shows this:

hbase thrift start logging to /data/logs/hbase-thrift.log
hbase rest start logging to /data/logs/hbase-rest.log
hbase master start logging to /data/logs/hbase-master.log
/usr/bin/hbase: line 412: /usr/lib/jvm/java-7-openjdk-amd64/bin/java: No such file or directory

@dajobe
Copy link
Owner

dajobe commented Dec 11, 2016

I think I've fixed that because the java version updated to 8 in the default ubuntu latest image, so no java 7 -> fail.

@ans1genie
Copy link

issue still happening :

2023-12-31 18:08:34 hbase thrift start logging to /data/logs/hbase-thrift.log
2023-12-31 18:08:34 hbase rest start logging to /data/logs/hbase-rest.log
2023-12-31 18:08:34 hbase master start logging to /data/logs/hbase-master.log
2023-12-31 18:08:34 /usr/bin/hbase: line 689: /usr/lib/jvm/java-8-openjdk-amd64/bin/java: No such file or directory
2023-12-31 18:09:03 hbase thrift start logging to /data/logs/hbase-thrift.log
2023-12-31 18:09:03 hbase rest start logging to /data/logs/hbase-rest.log
2023-12-31 18:09:03 hbase master start logging to /data/logs/hbase-master.log
2023-12-31 18:09:03 /usr/bin/hbase: line 689: /usr/lib/jvm/java-8-openjdk-amd64/bin/java: No such file or directory

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

3 participants