Skip to content

v4.1.0 : blocking error at Logstash startup #180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
fbaligand opened this issue May 1, 2018 · 0 comments
Closed

v4.1.0 : blocking error at Logstash startup #180

fbaligand opened this issue May 1, 2018 · 0 comments

Comments

@fbaligand
Copy link

Since version 4.1.0, when I start Logstash, I have this blocking error, which shutdows Logstash :

Problems loading a plugin with {:type=>"input", :name=>"file", :path=>"logstash/inputs/file",
:error_message=>"No such file or directory - JAR_VERSION", :error_class=>Errno::ENOENT,
:error_backtrace=>["org/jruby/RubyIO.java:3600:in `read'",
"/logstash-6.1.1/vendor/bundle/jruby/2.3.0/gems/logstash-input-file-4.1.0/lib/filewatch/bootstrap.rb:33:in `<module:FileWatch>'", ...]

My environment :
OS : Windows 10
Logstash : v6.1.1

My Logstash configuration :

input {
	file {
		path => [ "C:/logstash/test-logstash/test-logstash-file.txt" ]
		start_position => "beginning"
		sincedb_path => "C:/logstash/test-logstash/test-logstash-file.sincedb"
	}
}
filter {
}
output {
	stdout {}
}
@guyboertje guyboertje self-assigned this May 1, 2018
guyboertje pushed a commit that referenced this issue May 1, 2018
* Fix JAR_VERSION read problem, add test and fix /dev/null write IO error
* bump version and add changelog entry

Fix #182 
Fix #180
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants