Issue Type: Bug Bug
Affects Versions: JRuby 1.7.4, JRuby 1.7.3, JRuby 1.7.2, JRuby 1.7.1, JRuby 1.7.0
Assignee: Thomas E Enebo
Created: 27/Jun/13 5:30 AM
Description:

I want to run logstash on hackberry which fetches jruby from
http://repository.codehaus.org/org/jruby/jruby-complete/1.7.4/jruby-complete-1.7.4.jar

This jar does not contain jni/arm-Linux/libjffi-1.2.so and hence fails with the following error:

Exception in thread "main" org.jruby.exceptions.RaiseException: (LoadError) Could not load FFI Provider: (NotImplementedError) FFI not available: null
See http://jira.codehaus.org/browse/JRUBY-4583
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1054)
at RUBY.require(jar:file:/home/linaro/git/logstash/build/logstash-1.2.0.dev-flatjar.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/custom_require.rb:36)
at RUBY.require(file:/home/linaro/git/logstash/build/logstash-1.2.0.dev-flatjar.jar!/logstash/JRUBY-6970.rb:13)
at RUBY.(root)(jar:file:/home/linaro/git/logstash/build/logstash-1.2.0.dev-flatjar.jar!/META-INF/jruby.home/lib/ruby/shared/ffi/ffi.rb:69)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1054)
at RUBY.(root)(jar:file:/home/linaro/git/logstash/build/logstash-1.2.0.dev-flatjar.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/custom_require.rb:1)
at RUBY.require(jar:file:/home/linaro/git/logstash/build/logstash-1.2.0.dev-flatjar.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/custom_require.rb:36)
at RUBY.require(file:/home/linaro/git/logstash/build/logstash-1.2.0.dev-flatjar.jar!/logstash/JRUBY-6970.rb:13)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1054)
at RUBY.(root)(jar:file:/home/linaro/git/logstash/build/logstash-1.2.0.dev-flatjar.jar!/META-INF/jruby.home/lib/ruby/shared/ffi.rb:1)
at RUBY.(root)(jar:file:/home/linaro/git/logstash/build/logstash-1.2.0.dev-flatjar.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/custom_require.rb:1)
at RUBY.require(jar:file:/home/linaro/git/logstash/build/logstash-1.2.0.dev-flatjar.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/custom_require.rb:36)
at RUBY.require(file:/home/linaro/git/logstash/build/logstash-1.2.0.dev-flatjar.jar!/logstash/JRUBY-6970.rb:13)
at RUBY.LibC(file:/home/linaro/git/logstash/build/logstash-1.2.0.dev-flatjar.jar!/logstash/util.rb:13)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1054)
at RUBY.Util(file:/home/linaro/git/logstash/build/logstash-1.2.0.dev-flatjar.jar!/logstash/util.rb:11)
at RUBY.(root)(file:/home/linaro/git/logstash/build/logstash-1.2.0.dev-flatjar.jar!/logstash/util.rb:3)
at logstash.runner.main(logstash/runner.rb:55)
at logstash.runner.(root)(logstash/runner.rb:226)

Environment: Hackberry board with arm v7 processor
Project: JRuby
Labels: arm-linux libjffi
Priority: Major Major
Reporter: Harshal Vora
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to