# Logstash 5.0.0-alpha4 - Can't install any plugins

**URL:** https://discuss.elastic.co/t/logstash-5-0-0-alpha4-cant-install-any-plugins/54496
**Category:** Logstash
**Created:** [July 1, 2016, 4:54am UTC](https://discuss.elastic.co/t/logstash-5-0-0-alpha4-cant-install-any-plugins/54496 "2016-07-01T04:54:16Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ceekay](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/ceekay/32/5687_2.png) [@ceekay](https://discuss.elastic.co/u/ceekay)
#### Post date: [July 1, 2016, 4:54am UTC](https://discuss.elastic.co/t/logstash-5-0-0-alpha4-cant-install-any-plugins/54496/1 "2016-07-01T04:54:16Z")

</div>

Having an issue with LS 5 alpha4: Trying to install any plugins throws an install error, resulting in a retry loop.

I tried to do this first of all with a local .gem, however packaged plugins are also producing the same error.

e.g.,

> `# /usr/share/logstash/bin/logstash-plugin install logstash-filter-anonymize`  
> Validating logstash-filter-anonymize  
> Installing logstash-filter-anonymize  
> Error Bundler::InstallError, retrying 1/10  
> An error occurred while installing logstash-core-event-java (5.0.0.pre.alpha4), and Bundler cannot continue.  
> Make sure that gem install `logstash-core-event-java -v '5.0.0.pre.alpha4'` succeeds before bundling.

Any ideas?

Ubuntu 14.04 amd64  
Logstash 1:5.0.0~alpha4-1  
openjdk-8-jre-headless 8u91-b14-0ubuntu4~14.04

---

<div class="post-metadata">

### Author: ![vmorris](https://avatars.discourse-cdn.com/v4/letter/v/8e7dd6/32.png) [@vmorris](https://discuss.elastic.co/u/vmorris)
#### Post date: [July 11, 2016, 3:29pm UTC](https://discuss.elastic.co/t/logstash-5-0-0-alpha4-cant-install-any-plugins/54496/2 "2016-07-11T15:29:36Z")

</div>

Just adding in a "me too" here.

> # `/opt/logstash/bin/logstash-plugin install logstash-input-beats`  
> OpenJDK 64-Bit Zero VM warning: TieredCompilation is disabled in this release.  
> Validating logstash-input-beats  
> Installing logstash-input-beats  
> Error Bundler::InstallError, retrying 1/10  
> An error occurred while installing logstash-core-event-java (5.0.0.pre.alpha4), and Bundler cannot continue.  
> Make sure that `gem install logstash-core-event-java -v '5.0.0.pre.alpha4'` succeeds before bundling.  
> `^C`

> # `gem install logstash-core-event-java -v '5.0.0.pre.alpha4'`  
> ERROR: Could not find a valid gem 'logstash-core-event-java' (= 5.0.0.pre.alpha4) in any repository  
> ERROR: Possible alternatives: logstash-codec-netflow, logstash-codec-nmap, logstash-event, logstash-codec-avro, logstash-codec-cef

---

<div class="post-metadata">

### Author: ![vmorris](https://avatars.discourse-cdn.com/v4/letter/v/8e7dd6/32.png) [@vmorris](https://discuss.elastic.co/u/vmorris)
#### Post date: [July 11, 2016, 5:49pm UTC](https://discuss.elastic.co/t/logstash-5-0-0-alpha4-cant-install-any-plugins/54496/3 "2016-07-11T17:49:26Z")

</div>

Backed up to logstash-5-0-0-alpha3 and was able to install the logstash-input-beats plugin without any issue.

---

<div class="post-metadata">

### Author: ![vmorris](https://avatars.discourse-cdn.com/v4/letter/v/8e7dd6/32.png) [@vmorris](https://discuss.elastic.co/u/vmorris)
#### Post date: [July 11, 2016, 6:05pm UTC](https://discuss.elastic.co/t/logstash-5-0-0-alpha4-cant-install-any-plugins/54496/4 "2016-07-11T18:05:38Z")

</div>

This was reported and resolved on github here:

> <https://github.com/elastic/logstash/issues/5581>

Solution:  
sudo update-ca-certificates -f

---

<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 6, 2017, 4:48am UTC](https://discuss.elastic.co/t/logstash-5-0-0-alpha4-cant-install-any-plugins/54496/5 "2017-07-06T04:48:37Z")

</div>


