-
Notifications
You must be signed in to change notification settings - Fork 7
Request Not Working with New Version of Elasticsearch #12
Comments
You did not install the plugin. Did you restart the node? Check logs for a line like |
No it's been restarted. Still getting this error. Here is the log snippet: So it is loading. But since upgrading off of 1.4.4 of ES I can't get the plugin to work. Installed plugins: Let me know if you want access to the server to troubleshoot or need any additional information. I am more than willing to help figure it out as I use this feature and without it I'm dead in the water. |
Can you describe the steps and the exact commands you execute until the error message appears? |
First of all, thanks for working on this. It is much appreciated. I am having a similar issue on es1.5. curl -XGET 'http://localhost:9200/[INDEX]/_search_csv' Yields the following response: {"error":"NoSuchMethodError[org.elasticsearch.rest.BytesRestResponse.<init>(Lorg/elasticsearch/rest/RestStatus;Ljava/lang/String;Lorg/elasticsearch/common/bytes/BytesReference;)V]","status":500}% Thanks and let me know if i can be of help. |
That's the exact same message I am getting. Basically using the same method (curl) to make request and the same thing happens when using a web browser. It worked great in 1.4 but after 1.5 this issue persist. I have uninstalled the plugin until we can figure it out. If need be I can reinstall it and test again but the previous author (mattmarcello) is describing exactly the response I see when I invoke the plugin. |
Thanks for the comments. I just released plugin version 1.5.0.0 for Elasticsearch 1.5 |
{"error":"NoSuchMethodError[org.elasticsearch.rest.BytesRestResponse.(Lorg/elasticsearch/rest/RestStatus;Ljava/lang/String;Lorg/elasticsearch/common/bytes/BytesReference;Z)V]","status":500} With 1.5.0.0 |
Logged Errors: [2015-08-16 21:01:53,864][ERROR][csv ] org.elasticsearch.rest.BytesRestResponse.(Lorg/elasticsearch/rest/RestStatus;Ljava/lang/String;Lorg/elasticsearch/common/bytes/BytesReference;Z)V |
|
Hi, I also get this error but I'm on ES 1.4 |
Please use the correct version of the plugin. |
hi @jprante I'm using ./bin/plugin -install csv -url http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-csv/1.7.2.0/elasticsearch-csv-1.7.2.0-plugin.zip |
See compatibility matrix, please use a version beginning with 1.4.x.y if you are on ES 1.4 |
i see, thanks! |
This is all I get. The formats are good because it previously worked but I don't want to run a vulnerable version of elasticsearch as you know. I'm running 1.6.0 and the following output is all I get.
{"error":"ElasticsearchIllegalArgumentException[No feature for name [_search_csv]]","status":400}
The text was updated successfully, but these errors were encountered: