Skip to content

Instantly share code, notes, and snippets.

@jkutner
Created April 3, 2012 13:40
Show Gist options
  • Save jkutner/2292067 to your computer and use it in GitHub Desktop.
Save jkutner/2292067 to your computer and use it in GitHub Desktop.
09:46:38,166 ERROR [org.torquebox.core.runtime] (pool-12-thread-1) Error during execution: ENV['RAILS_ROOT']=RACK_ROOT
ENV['RAILS_ENV']=RACK_ENV
require %q(org/torquebox/web/rails/boot)
: org.jruby.exceptions.RaiseException: (LoadError) library `fcntl' could not be loaded: java.lang.NullPointerException
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1033) [jruby.jar:]
at (Anonymous).(root)(/Users/jkutner/.rvm/gems/jruby-1.6.7@global/gems/jruby-openssl-0.7.6.1/lib/1.8/openssl/ssl-internal.rb:18) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1033) [jruby.jar:]
at (Anonymous).(root)(/Users/jkutner/.rvm/gems/jruby-1.6.7@global/gems/jruby-openssl-0.7.6.1/lib/1.8/openssl/ssl-internal.rb:66) at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1058) [jruby.jar:]
at (Anonymous).(root)(/Users/jkutner/.rvm/gems/jruby-1.6.7@global/gems/jruby-openssl-0.7.6.1/lib/1.8/openssl.rb:17) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1033) [jruby.jar:]
at (Anonymous).(root)(/Users/jkutner/.rvm/gems/jruby-1.6.7@global/gems/jruby-openssl-0.7.6.1/lib/shared/openssl.rb:3) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1033) [jruby.jar:]
at (Anonymous).(root)(/Users/jkutner/.rvm/gems/jruby-1.6.7/gems/simple_oauth-0.1.5/lib/simple_oauth.rb:2) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1033) [jruby.jar:]
at (Anonymous).(root)(/Users/jkutner/.rvm/gems/jruby-1.6.7/gems/twitter-2.0.2/lib/twitter/request/oauth.rb:6) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1033) [jruby.jar:]
at (Anonymous).(root)(/Users/jkutner/.rvm/gems/jruby-1.6.7/gems/twitter-2.0.2/lib/twitter/connection.rb:4) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1033) [jruby.jar:]
at (Anonymous).(root)(/Users/jkutner/.rvm/gems/jruby-1.6.7/gems/twitter-2.0.2/lib/twitter/client.rb:1) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1033) [jruby.jar:]
at Runtime.require(/Users/jkutner/.rvm/gems/jruby-1.6.7/gems/twitter-2.0.2/lib/twitter.rb:68) at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1615) [jruby.jar:]
at Runtime.require(/Users/jkutner/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.0.22/lib/bundler/runtime.rb:66) at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1615) [jruby.jar:]
at Runtime.require(/Users/jkutner/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.0.22/lib/bundler/runtime.rb:55) at (Anonymous).require(/Users/jkutner/.rvm/gems/jruby-1.6.7@global/gems/bundler-1.0.22/lib/bundler.rb:122) at (Anonymous).(root)(/Users/jkutner/workspace/twitalytics/config/application.rb:7) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1033) [jruby.jar:]
at (Anonymous).(root)(/Users/jkutner/workspace/twitalytics/config/application.rb:2) at org.jruby.RubyKernel.load(org/jruby/RubyKernel.java:1058) [jruby.jar:]
at (Anonymous).(root)(/Users/jkutner/workspace/twitalytics/config/environment.rb:111) at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:1033) [jruby.jar:]
at (Anonymous).(root)(file:/Users/jkutner/.rvm/gems/jruby-1.6.7/gems/torquebox-server-2.0.0-java/jboss/modules/org/torquebox/web/main/torquebox-web.jar!/org/torquebox/web/rails/boot.rb:3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment