Skip to content

Instantly share code, notes, and snippets.

@MarkMenard
Created June 4, 2013 22:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarkMenard/5710185 to your computer and use it in GitHub Desktop.
Save MarkMenard/5710185 to your computer and use it in GitHub Desktop.
fcntl jruby error.
LoadError: library `fcntl' could not be loaded: java.lang.NullPointerException
require at org/jruby/RubyKernel.java:1027
require at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251
load_dependency at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236
require at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251
(root) at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/jruby-openssl-0.8.7/lib/1.9/openssl/ssl-internal.rb:18
require at org/jruby/RubyKernel.java:1027
require at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251
load_dependency at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236
require at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:251
(root) at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/jruby-openssl-0.8.7/lib/1.9/openssl.rb:1
load at org/jruby/RubyKernel.java:1046
(root) at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/jruby-openssl-0.8.7/lib/1.9/openssl.rb:21
load_dependency at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:236
(root) at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:1
load at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245
require at org/jruby/RubyKernel.java:1027
load at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/activesupport-3.2.13/lib/active_support/dependencies.rb:245
each at org/jruby/RubyArray.java:1613
(root) at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/vendor/bundle/jruby/1.9/gems/jruby-openssl-0.8.7/lib/shared/jruby-openssl.rb:20
each at org/jruby/RubyArray.java:1613
(root) at /Users/mark/.rvm/gems/jruby-1.7.3@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:1
require at /Users/mark/.rvm/gems/jruby-1.7.3@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:72
require at /Users/mark/.rvm/gems/jruby-1.7.3@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:70
require at org/jruby/RubyKernel.java:1027
require at /Users/mark/.rvm/gems/jruby-1.7.3@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:59
require at org/jruby/RubyKernel.java:1027
require at /Users/mark/.rvm/gems/jruby-1.7.3@global/gems/bundler-1.3.5/lib/bundler.rb:132
(root) at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/config/application.rb:7
(root) at /Users/mark/projects/quadran/src/main/webapp/WEB-INF/quadran_rails/config/environment.rb:1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment