Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[geomesa-users] Connection error: Failed to find an available server in the list of servers

Hello,

I used a GeoMesa Docker installation (https://github.com/rheilgm/testgeo) and updated the links for it to work (Hadoop 2.2, Accumulo 1.5.2, Geomesa 1.1.0-rc.7, zk 3.4.6. It all works great and i can insert data from geomesa tools locally, but when I try to connect to it via Java `DataStoreFinder.getDataStore(dsConf);` I get the message: Failed to find an available server in the list of servers: [172.17.0.5:9997 (120000)]

The Java Code itself should be fine since I can connect to another, native installed geomesa instance. Also the connection parameters should be correct, I tested them with Geomesa tools and was able to create a catalog via remote access. I guess my installation configuration is somehow wrong. 

I inserted the server-domain name in the masters, slaves, monitor and tracers conf file. The other configurations should be the same as in the repo. 

Any ideas what I can do? I also don’t really understand why the tablet server gets the ip 172.17.0.5.



Back to the top