# Unable to install Elasticsearch plugins

**URL:** https://discuss.elastic.co/t/unable-to-install-elasticsearch-plugins/41157
**Category:** Elasticsearch
**Created:** [February 8, 2016, 6:31am UTC](https://discuss.elastic.co/t/unable-to-install-elasticsearch-plugins/41157 "2016-02-08T06:31:19Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Kishore](https://avatars.discourse-cdn.com/v4/letter/k/8edcca/32.png) [@Kishore](https://discuss.elastic.co/u/Kishore)
#### Post date: [February 8, 2016, 6:31am UTC](https://discuss.elastic.co/t/unable-to-install-elasticsearch-plugins/41157/1 "2016-02-08T06:31:19Z")

</div>

We were upgradaded the elasticsearch version from 1.5.0 to 2.1.1.

Upgradation process went well, but facing issue with plugins, below are the steps I had followed.

Upgraded java version from 1.7.0 to 1.8.0

1. rm -rf plugins/
2. cd /usr/share/elasticsearch  
3)./bin/plugin install mobz/elasticsearch-head  
The above process was worked in other instance.

Getting below error  
“Exception in thread "main" java.lang.NoSuchMethodError: org.elasticsearch.common.settings.Settings.builder()Lorg/elasticsearch/common/settings/Settings$Builder;

- at org.elasticsearch.plugins.PluginManagerCliParser.main(PluginManagerCliParser.java:60)”

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [February 10, 2016, 1:41am UTC](https://discuss.elastic.co/t/unable-to-install-elasticsearch-plugins/41157/2 "2016-02-10T01:41:23Z")

</div>

Is that the entire error?

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 5, 2017, 11:17pm UTC](https://discuss.elastic.co/t/unable-to-install-elasticsearch-plugins/41157/3 "2017-07-05T23:17:45Z")

</div>


