elastic / elasticsearch

Free and Open, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
69.41k stars 24.56k forks source link

Error while using plugins in Elasticsearch 1.4.0beta #8088

Closed geetanjaligg closed 9 years ago

geetanjaligg commented 9 years ago

I upgraded my ElasticSearch from 1.3.1 to 1.4.0beta without taking the backup of config files. Now to get the index replic from other server, I need to use cloud-aws plugin. After installing cloud-aws plugin and restarting es, the status says ElasticSearch is not running. Even though, curl localhost:9200 gives

{ "status" : 200, "name" : "Mammomax", "cluster_name" : "elasticsearch", "version" : { "number" : "1.4.0.Beta1", "build_hash" : "1f25669f3299b0680b266c3acaece43774fb59ae", "build_timestamp" : "2014-10-01T14:58:15Z", "build_snapshot" : false, "lucene_version" : "4.10.1" }, "tagline" : "You Know, for Search" }

Same case with head plugin!

dadoonet commented 9 years ago

AWS plugin needs to be upgraded. See https://github.com/elasticsearch/elasticsearch-cloud-aws/issues/117

geetanjaligg commented 9 years ago

/usr/share/elasticsearch/bin/plugin --install cloud-aws --url file:target/releases/elasticsearch-cloud-aws-2.4.0-SNAPSHOT.zip -> Installing cloud-aws... Trying file:target/releases/elasticsearch-cloud-aws-2.4.0-SNAPSHOT.zip... Failed: FileNotFoundException[target/releases/elasticsearch-cloud-aws-2.4.0-SNAPSHOT.zip (No such file or directory)] Trying https://github.com/null/cloud-aws/archive/master.zip... Failed to install cloud-aws, reason: failed to download out of all possible locations..., use --verbose to get detailed information

dadoonet commented 9 years ago

Indeed. We did not fix yet the issue I mentioned. The 2.4.0 has not been released yet as written in docs here: https://github.com/elasticsearch/elasticsearch-cloud-aws