Skip to content

Instantly share code, notes, and snippets.

@cadwallion
Created October 16, 2013 15:46
Show Gist options
  • Save cadwallion/7010014 to your computer and use it in GitHub Desktop.
Save cadwallion/7010014 to your computer and use it in GitHub Desktop.
JRuby FFI Failure on Raspberry Pi
root@raspberrypi:~/brewby# jruby -J-Xmx200m bin/brewby start --config ~/.testbrewbyrc --recipe examples/brewby_recipe.rb
LoadError: Could not load FFI Provider: (NotImplementedError) FFI not available: null
See http://jira.codehaus.org/browse/JRUBY-4583
require at org/jruby/RubyKernel.java:1082
(root) at /usr/local/rvm/rubies/jruby-1.7.5/lib/ruby/shared/ffi/ffi.rb:69
require at org/jruby/RubyKernel.java:1082
(root) at /usr/local/rvm/rubies/jruby-1.7.5/lib/ruby/shared/ffi.rb:1
require at org/jruby/RubyKernel.java:1082
(root) at /usr/local/rvm/rubies/jruby-1.7.5/lib/ruby/shared/ffi.rb:1
require at org/jruby/RubyKernel.java:1082
(root) at /usr/local/rvm/gems/jruby-1.7.5/gems/ffi-ncurses-0.4.0/lib/ffi-ncurses.rb:1
require at org/jruby/RubyKernel.java:1082
(root) at /usr/local/rvm/gems/jruby-1.7.5/gems/ffi-ncurses-0.4.0/lib/ffi-ncurses.rb:16
require at org/jruby/RubyKernel.java:1082
(root) at /home/pi/brewery/brewby/lib/brewby/view.rb:1
require at org/jruby/RubyKernel.java:1082
(root) at bin/brewby:5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment