ngageoint / elasticgeo

ElasticGeo provides a GeoTools data store that allows geospatial features from an Elasticsearch index to be published via OGC services using GeoServer.
GNU General Public License v3.0
168 stars 85 forks source link

Uncompatible with ElasticSearch 2.0 #17

Closed twozeroseven closed 8 years ago

twozeroseven commented 8 years ago

Attempting to connect from Geoserver 2.8.3 to ElasticSearch 2.0 and receiving the following error: org.elasticsearch.client.transport.NoNodeAvailableException: None of the configured nodes are available: []

sjudeng commented 8 years ago

Can you retry with a more recent Elasticsearch than 2.0? The plugin is compatible with Elasticsearch 2.1.x and 2.2.x. Make sure to download binaries that match your version of GeoServer and Elasticsearch or build from source.