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

Geomesa quickstart turorial #17

Open
plippe opened this issue Dec 11, 2016 · 1 comment
Open

Geomesa quickstart turorial #17

plippe opened this issue Dec 11, 2016 · 1 comment

Comments

@plippe
Copy link

plippe commented Dec 11, 2016

Hi,

I am trying to follow the geomesa quick start tutorial from geomesa, but I can't seem to be able to connect.

When I run their quick start I encounter the following error

java -cp geomesa-quickstart-accumulo/target/geomesa-quickstart-accumulo-*.jar \
  com.example.geomesa.accumulo.AccumuloQuickStart \
  -instanceId accumulo \
  -zookeepers localhost \
  -user root \
  -password GisPwd \
  -tableName mynamespace.mytable
Loading Config Defaults.
Failed to open transport to f71417047199:9997
Failed to find an available server in the list of servers: [f71417047199:9997 (120000)]
Failed to open transport to f71417047199:9997
Failed to open transport to f71417047199:9997
^C

Zookeeper raises the following warning when I stop the quickstart

zookeeper_1         | 2016-12-11 17:36:31,773 [myid:] - WARN  [NIOServerCxn.Factory:0.0.0.0/0.0.0.0:2181:NIOServerCnxn@357] - caught end of stream exception
zookeeper_1         | EndOfStreamException: Unable to read additional data from client sessionid 0x158eef0d3fb000e, likely client has closed socket
zookeeper_1         | 	at org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:230)
zookeeper_1         | 	at org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
zookeeper_1         | 	at java.lang.Thread.run(Thread.java:745)

Would it be wrong credentials [root / GisPwd] ?

@jbkoh
Copy link

jbkoh commented May 24, 2017

Not sure if this repository is alive, but I got the same issue. I'd appreciate if I got some answer for it.
Thanks!

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