Advertisement
Guest User

Rails LoadError: thin_parser

a guest
Jul 26th, 2012
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. LoadError: load error: /Users/Rege/.rvm/gems/jruby-1.6.7/gems/thin-1.3.1/lib/thin_parser -- java.lang.UnsatisfiedLinkError: dlopen(/Users/Rege/.rvm/gems/jruby-1.6.7/gems/thin-1.3.1/lib/thin_parser.bundle, 9): Symbol not found: _environ
  2. Referenced from: /Users/Rege/.rvm/rubies/ruby-1.9.2-p320/lib/libruby.1.9.1.dylib
  3. Expected in: flat namespace
  4. in /Users/Rege/.rvm/rubies/ruby-1.9.2-p320/lib/libruby.1.9.1.dylib
  5. require at org/jruby/RubyKernel.java:1042
  6. (root) at /Users/Rege/.rvm/gems/jruby-1.6.7/gems/thin-1.3.1/lib/thin.rb:41
  7. require at org/jruby/RubyKernel.java:1042
  8. require at /Users/Rege/.rvm/gems/jruby-1.6.7/gems/thin-1.3.1/lib/thin.rb:68
  9. each at org/jruby/RubyArray.java:1615
  10. require at /Users/Rege/.rvm/gems/jruby-1.6.7/gems/bundler-1.2.0.rc/lib/bundler/runtime.rb:66
  11. each at org/jruby/RubyArray.java:1615
  12. require at /Users/Rege/.rvm/gems/jruby-1.6.7/gems/bundler-1.2.0.rc/lib/bundler/runtime.rb:55
  13. require at /Users/Rege/.rvm/gems/jruby-1.6.7/gems/bundler-1.2.0.rc/lib/bundler.rb:128
  14. (root) at /Users/Rege/Sites/tweb/config/application.rb:7
  15. require at org/jruby/RubyKernel.java:1042
  16. (root) at /Users/Rege/Sites/tweb/config/application.rb:53
  17. tap at org/jruby/RubyKernel.java:1787
  18. (root) at /Users/Rege/.rvm/gems/jruby-1.6.7/gems/railties-3.2.1/lib/rails/commands.rb:50
  19. require at org/jruby/RubyKernel.java:1042
  20. (root) at script/rails:6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement