# Windows - LS 9.4.0 - Unable to update plugins

**URL:** https://discuss.elastic.co/t/windows-ls-9-4-0-unable-to-update-plugins/386405
**Category:** Logstash
**Created:** [May 19, 2026, 1:26pm UTC](https://discuss.elastic.co/t/windows-ls-9-4-0-unable-to-update-plugins/386405 "2026-05-19T13:26:56Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![novaksam](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/novaksam/32/76247_2.png) [@novaksam](https://discuss.elastic.co/u/novaksam)
#### Post date: [May 19, 2026, 1:26pm UTC](https://discuss.elastic.co/t/windows-ls-9-4-0-unable-to-update-plugins/386405/1 "2026-05-19T13:26:56Z")

</div>

Is anyone else having issues updating plugins on windows with fresh downloads of logstash?

I'm getting the following error:

```auto
Error Bundler::InstallError, retrying 1/10
Bundler::GenericSystemCallError: There was an error creating `C:/ELK/Logstash/logstash-9.4.0/vendor/bundle/jruby/3.4.0/gems/logstash-integration-kafka-11.8.9-java`.
The underlying system error is Errno::ESRCH: No such process - No message available
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/shared_helpers.rb:125:in 'filesystem_access'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/rubygems_gem_installer.rb:26:in 'install'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/source/rubygems.rb:220:in 'install'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/installer/gem_installer.rb:55:in 'install'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/installer/gem_installer.rb:17:in 'install_from_spec'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/installer/parallel_installer.rb:133:in 'do_install'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/installer/parallel_installer.rb:124:in 'block in worker_pool'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/worker.rb:62:in 'apply_func'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/worker.rb:57:in 'block in process_queue'
  org/jruby/RubyKernel.java:1669:in 'loop'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/worker.rb:54:in 'process_queue'
  C:/ELK/Logstash/logstash-9.4.0/vendor/jruby/lib/ruby/stdlib/bundler/worker.rb:90:in 'block in create_threads'

An error occurred while installing logstash-integration-kafka (11.8.9), and Bundler cannot continue.

In Gemfile:
  logstash-integration-kafka

```

---

<div class="post-metadata">

### Author: ![covj12](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/covj12/32/147474_2.png) [@covj12](https://discuss.elastic.co/u/covj12)
#### Post date: [May 20, 2026, 4:41am UTC](https://discuss.elastic.co/t/windows-ls-9-4-0-unable-to-update-plugins/386405/2 "2026-05-20T04:41:39Z")

</div>

Hi, might be a Windows MAX\_PATH thing. base path looks fine but probably blows past N chars once the gem extracts files underneath. Try moving Logstash Zip Results to 'C:\ls'

---

<div class="post-metadata">

### Author: ![novaksam](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/novaksam/32/76247_2.png) [@novaksam](https://discuss.elastic.co/u/novaksam)
#### Post date: [May 21, 2026, 1:41pm UTC](https://discuss.elastic.co/t/windows-ls-9-4-0-unable-to-update-plugins/386405/3 "2026-05-21T13:41:04Z")

</div>

Yup that's what it was; I also ran in to case-sensitivity issues when extracting the zip file on windows.
