# Errors after updating plugins in 6.8

**URL:** https://discuss.elastic.co/t/errors-after-updating-plugins-in-6-8/241331
**Category:** Logstash
**Created:** [July 15, 2020, 3:57pm UTC](https://discuss.elastic.co/t/errors-after-updating-plugins-in-6-8/241331 "2020-07-15T15:57:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jong99](https://avatars.discourse-cdn.com/v4/letter/j/9dc877/32.png) [@jong99](https://discuss.elastic.co/u/jong99)
#### Post date: [July 15, 2020, 3:57pm UTC](https://discuss.elastic.co/t/errors-after-updating-plugins-in-6-8/241331/1 "2020-07-15T15:57:53Z")

</div>

I'm using Logstash 6.8 and am using some updated versions of plugins which have been updated with the command:

`logstash-plugin update logstash-filter-kv logstash-input-s3 logstash-filter-json`

This has worked fine for a long time but since roughly two weeks ago I am now getting this error when trying to run logstash after updating plugins:

```
[2020-07-15T15:09:24,442][FATAL][logstash.runner] An unexpected error occurred! {:error=>#<NameError: uninitialized constant LibC::FFI>, :backtrace=>["org/jruby/RubyModule.java:3742:in `const_missing'", "/usr/share/logstash/logstash-core/lib/logstash/util/prctl.rb:4:in `<module:LibC>'", "/usr/share/logstash/logstash-core/lib/logstash/util/prctl.rb:2:in `<main>'", "org/jruby/RubyKernel.java:987:in `require'", "/usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/polyglot-0.3.5/lib/polyglot.rb:65:in `require'", "/usr/share/logstash/logstash-core/lib/logstash/util.rb:21:in `set_thread_name'", "/usr/share/logstash/logstash-core/lib/logstash/runner.rb:306:in `execute'", "/usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/clamp-0.6.5/lib/clamp/command.rb:67:in `run'", "/usr/share/logstash/logstash-core/lib/logstash/runner.rb:237:in `run'", "/usr/share/logstash/vendor/bundle/jruby/2.5.0/gems/clamp-0.6.5/lib/clamp/command.rb:132:in `run'", "/opt/logstash/lib/bootstrap/environment.rb:73:in `<main>'"]}
[2020-07-15T15:09:24,446][ERROR][org.logstash.Logstash] java.lang.IllegalStateException: Logstash stopped processing because of an error: (SystemExit) exit

```

It doesn't seem to be affected by which plugins I update, just updating any will produce this error when I run logstash after updating. Any ideas why and how to fix?

I've tried this on 6.8.2 and 6.8.10 with similar results.  
Thanks!

---

<div class="post-metadata">

### Author: ![jong99](https://avatars.discourse-cdn.com/v4/letter/j/9dc877/32.png) [@jong99](https://discuss.elastic.co/u/jong99)
#### Post date: [July 17, 2020, 8:40am UTC](https://discuss.elastic.co/t/errors-after-updating-plugins-in-6-8/241331/2 "2020-07-17T08:40:24Z")

</div>

Looks like this is actually a problem with how I'm launching Logstash, and may not be a problem with Logstash itself.

I'm running it through logstash-filter-verifier. I have raised an issue here with a reproduceable test case: [https://github.com/magnusbaeck/logstash-filter-verifier/issues/84](https://github.com/magnusbaeck/logstash-filter-verifier/issues/84)

---

<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: [August 14, 2020, 8:40am UTC](https://discuss.elastic.co/t/errors-after-updating-plugins-in-6-8/241331/3 "2020-08-14T08:40:24Z")

</div>

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
