You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 14, 2019. It is now read-only.
I'm trying to connect RiverWeb2.4.0-snapshot (master version) to Elasticsearch >= 2.4.1
and getting this error: riverweb.log
INFO [Asylum] failed to get node info for {#transport#-1}{10.0.2.16}{10.0.2.16:9300}, disconnecting...
RemoteTransportException[[Failed to deserialize response of type [org.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse]]]; nested: TransportSerializationException[Failed to deserialize response
of type [org.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse]]; nested: NoClassDefFoundError[org/apache/lucene/search/suggest/Lookup]; nested: ClassNotFoundException[org.apache.lucene.search.su
ggest.Lookup];
Caused by: TransportSerializationException[Failed to deserialize response of type [org.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse]]; nested: NoClassDefFoundError[org/apache/lucene/search/s
uggest/Lookup]; nested: ClassNotFoundException[org.apache.lucene.search.suggest.Lookup];
With the same configuration and ES 2.4.0 river-Web works perfectly
What the most recent Elasticsearch version River-Web supports?
The text was updated successfully, but these errors were encountered:
I'm trying to connect RiverWeb2.4.0-snapshot (master version) to Elasticsearch >= 2.4.1
and getting this error: riverweb.log
INFO [Asylum] failed to get node info for {#transport#-1}{10.0.2.16}{10.0.2.16:9300}, disconnecting...
RemoteTransportException[[Failed to deserialize response of type [org.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse]]]; nested: TransportSerializationException[Failed to deserialize response
of type [org.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse]]; nested: NoClassDefFoundError[org/apache/lucene/search/suggest/Lookup]; nested: ClassNotFoundException[org.apache.lucene.search.su
ggest.Lookup];
Caused by: TransportSerializationException[Failed to deserialize response of type [org.elasticsearch.action.admin.cluster.node.liveness.LivenessResponse]]; nested: NoClassDefFoundError[org/apache/lucene/search/s
uggest/Lookup]; nested: ClassNotFoundException[org.apache.lucene.search.suggest.Lookup];
With the same configuration and ES 2.4.0 river-Web works perfectly
What the most recent Elasticsearch version River-Web supports?
The text was updated successfully, but these errors were encountered: