-
Notifications
You must be signed in to change notification settings - Fork 101
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
NotImplementedError: block device detection unsupported or native support failed to load #43
Comments
I am getting the same error after upgrading to logstash 1.5.0. Error gone when I switch back to 1.4.2 |
Get the same problem here.
Java Version
OS
Jordan, can you fix this please. |
the same error with logstash 1.4.3, only v1.4.2 works
|
I have the same issue, can't even launch a cleanly installed server. |
For folks hitting this problem, can you comment with what hardware architecture, OS version, and Java version you are using? |
Jordan,
There were some bugs = < v1.7.19 now the latest v1.5x logstash dev version work now. |
Hello, I got the same issue with java / linux (also with logstash-1.5.0) java version "1.7.0_55" Linux cmxi61b0 2.6.18-371.4.1.el5 #1 SMP Wed Jan 8 18:42:07 EST 2014 x86_64 x86_64 x86_64 GNU/Linux LSB Version: :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch And the output : NotImplementedError: block device detection unsupported or native support failed to load ( I used the [somefolder] tag as the local path, not significative, like the previous example). I tried replacing the "vendor" jruby with a newer one moving the provided one to jruby-1.7.19_orig, and un-taring the 1.7.20.1 & linking it as a jruby directory : But got the same error. Is there anything to change in the "bundle" section, and if so, what ? Thanks in advance for your help, |
Hello again, I did a test with logstash-1.5.1, and the result is the same error (same server) : $ cat minFail.conf input { file { path => "[somepath]/logs/*.log" } } $ bin/logstash -v -f minFail.conf Using version 0.1.x input plugin 'file'. This plugin isn't well supported by the community and likely has no maintainer. {:level=>:info} Using version 0.1.x codec plugin 'plain'. This plugin isn't well supported by the community and likely has no maintainer. {:level=>:info} Registering file input {:path=>["[some_log_path]/*.log"], :level=>:info} No sincedb_path set, generating one based on the file path {:sincedb_path=>"[$HOME_path]/.sincedb_76a5b60438b037435534205aafe07352", :path=>["[some_log_path]/*.log"], :level=>:info} Pipeline started {:level=>:info} Logstash startup completed Pipeline shutdown complete. {:level=>:info} Logstash shutdown completed NotImplementedError: block device detection unsupported or native support failed to load blockdev? at org/jruby/RubyFileTest.java:67 device? at [somefolder]/logstash-1.5.1/vendor/bundle/jruby/1.9/gems/filewatch-0.6.3/lib/filewatch/helper.rb:67 _sincedb_write at [somefolder]logstash-1.5.1/vendor/bundle/jruby/1.9/gems/filewatch-0.6.3/lib/filewatch/tail.rb:231 sincedb_write at [somefolder]logstash-1.5.1/vendor/bundle/jruby/1.9/gems/filewatch-0.6.3/lib/filewatch/tail.rb:204 teardown at [somefolder]logstash-1.5.1/vendor/bundle/jruby/1.9/gems/logstash-input-file-0.1.10/lib/logstash/inputs/file.rb:151 inputworker at [somefolder]logstash-1.5.1/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.1-java/lib/logstash/pipeline.rb:202 synchronize at org/jruby/ext/thread/Mutex.java:149 inputworker at [somefolder]logstash-1.5.1/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.1-java/lib/logstash/pipeline.rb:202 start_input at [somefolder]logstash-1.5.1/vendor/bundle/jruby/1.9/gems/logstash-core-1.5.1-java/lib/logstash/pipeline.rb:170 I didn't tried changing the ruby version in the vendor section for the 1.5.1 since it seemed to have no effect the way I did it for the 1.5.0, and the jruby is already in 1.7.20 : $ vendor/jruby/bin/jruby -v jruby 1.7.20 (1.9.3p551) 2015-05-04 3086e6a on Java HotSpot(TM) 64-Bit Server VM 1.7.0_55-b13 +jit [linux-amd64] Thanks in advance for any advice on how to bypass this issue |
I have the same issue on Mac OS X |
I have the same issue, anyone can help? |
Hi, I have the same issue in a Linux Debian 7, running in a virtual machine in VMWare ESXi 3.5, with logstash version 1.5.3:
I had not the problem when using openjdk 1.7 but it appeared just after I switched to Oracle jre 1.8. |
I switched back to OpenJDK 1.7.0 and it resolved the problem for me. I get a bunch of warning though:
|
Hello, Cici zhang 发自我的 iPhone
|
Hi,
|
Hi, 发自我的 iPhone
|
Hi all , And this morning i had to upgrade my jdk from 7 to 8 |
I go the same error too. Just updating logstash 1.5.3 |
Got the same error when i use logstash 1.5.4 |
Hi all, have same problem with this input module on logstash 1.5.4
Error from log:
I have configs of logstash like:
All this have worked fine with logstash 1.4.2 and the same java version. What I found out is that there must be some dependences to package libc6-dev. Installation of this package fix this error. But in my opinion it isn't a practicable solution for stable production systems. greetings |
A fix is to make a symlink . ln -s /lib/x86_64-linux-gnu/libcrypt.so.1 /usr/lib/x86_64-linux-gnu/libcrypt.so |
I dont't have this file /usr/lib/x86_64-linux-gnu/libcrypt.so because it comes from package libc6-dev. So why is it necessary to be installed when logstash package haven't any dependency on libc6-dev.
The link on my systems shows to the library from libc6 as I haven't libc6-dev installed.
|
Hi, |
@thorsten-rsc I don't have any experience with z/OS nor IBM's JVM - neither are tested on. I suspect your issue stems from JRuby (and maybe JSR POSIX?) not supporting z/ OS either, though I have no research to make that conclusion. |
Same Issue on AIX 7100-03-05-1524 , IBM JDK ( 7 or 8 ) and logstash 2.2.2 |
The same issue on AIX server IBM JDK 1.8.0 logstash 2.3.1 |
Dup of elastic/logstash#3127. Closing. For folks reading this, there's a workaround in elastic/logstash#3127 |
(This issue was originally filed by @widyanto at elastic/logstash#3146)
Hi,
I am trying to run logstash 1.5.0 RC3 on IBM AIX and got the following error:
I only have file input. Can anybody help?
Thanks
The text was updated successfully, but these errors were encountered: