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

EtcdClient - java.util.NoSuchElementException #363

Open
NirMendel opened this issue Nov 10, 2016 · 0 comments
Open

EtcdClient - java.util.NoSuchElementException #363

NirMendel opened this issue Nov 10, 2016 · 0 comments

Comments

@NirMendel
Copy link

Hey,

first of all - I must say that the etcdclient interface is the best interface I've seen for java.
great work.

I have a problem when connection to my etcd host:
I ran etcd using docker on {HOST}.

I'm writing scala project that uses boon.etcd.
I'm using sbt 0.13.11 and scala 2.10.
I've built and added boon project to my project.

When I'm using etcd in my project:
val uri = "http://" + HOST val client = ClientBuilder.builder().hosts(URI.create(uri)).createClient()
I sometime get an exception:
java.util.NoSuchElementException

Any idea why?

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

1 participant