jprante / elasticsearch-transport-websocket

WebSockets for ElasticSearch
113 stars 22 forks source link

ES 1.4 Fails On Start After websocket plugin install #5

Open nickman opened 9 years ago

nickman commented 9 years ago

I realize ES 1.4 is not officially supported but just a heads up, when I installed 1.3.1.0 to a 1.4 server, the startup fails with this message:

[2014-11-14 06:01:28,771][INFO ][org.xbib.elasticsearch.http.netty.NettyWebSocketServerTransport] [Wild Child] detected host name by reverse IP lookup: tpmint {1.4.0}: Initialization Failed ... 1) NoSuchMethodError[org.elasticsearch.action.support.nodes.TransportNodesOperationAction.(Lorg/elasticsearch/common/settings/Settings;Ljava/lang/String;Lorg/elasticsearch/cluster/ClusterName;Lorg/elasticsearch/threadpool/ThreadPool;Lorg/elasticsearch/cluster/ClusterService;Lorg/elasticsearch/transport/TransportService;)V]2) NoSuchMethodError[org.elasticsearch.rest.BaseRestHandler.(Lorg/elasticsearch/common/settings/Settings;Lorg/elasticsearch/client/Client;)V]

usmanajmal commented 9 years ago

Is there any plan to support ES 1.4 any time soon?

jprante commented 9 years ago

Pushed a new release 1.4.0.0

I plan to move this project over to websocket support in Ratpack https://github.com/jprante/elasticsearch-plugin-ratpack (so reactive streams will become possible http://www.ratpack.io/manual/current/streams.html)