Skip to content

Instantly share code, notes, and snippets.

@slyphon
Created January 20, 2012 22:49
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 slyphon/35a32cdd9189d8b9c707 to your computer and use it in GitHub Desktop.
Save slyphon/35a32cdd9189d8b9c707 to your computer and use it in GitHub Desktop.
NoMethodError: undefined method `marshal_load' for Rational(nil, nil):Rational
load at org/jruby/RubyMarshal.java:148
_load at /usr/local/rvm/rubies/jruby-1.6.3/lib/ruby/site_ruby/1.8/rubygems/specification.rb:289
load at org/jruby/RubyMarshal.java:148
fetch_spec at /usr/local/rvm/rubies/jruby-1.6.3/lib/ruby/site_ruby/1.8/rubygems/spec_fetcher.rb:130
_remote_specification at /usr/local/rvm/gems/jruby-1.6.3/gems/bundler-1.0.21/lib/bundler/remote_specification.rb:47
method_missing at /usr/local/rvm/gems/jruby-1.6.3/gems/bundler-1.0.21/lib/bundler/remote_specification.rb:53
tsort_each_child at /usr/local/rvm/gems/jruby-1.6.3/gems/bundler-1.0.21/lib/bundler/spec_set.rb:129
each_strongly_connected_component_from at /usr/local/rvm/rubies/jruby-1.6.3/lib/ruby/1.8/tsort.rb:204
each_strongly_connected_component at /usr/local/rvm/rubies/jruby-1.6.3/lib/ruby/1.8/tsort.rb:183
tsort_each_node at /usr/local/rvm/gems/jruby-1.6.3/gems/bundler-1.0.21/lib/bundler/spec_set.rb:125
each at org/jruby/RubyArray.java:1603
tsort_each_node at /usr/local/rvm/gems/jruby-1.6.3/gems/bundler-1.0.21/lib/bundler/spec_set.rb:125
each_strongly_connected_component at /usr/local/rvm/rubies/jruby-1.6.3/lib/ruby/1.8/tsort.rb:181
tsort_each at /usr/local/rvm/rubies/jruby-1.6.3/lib/ruby/1.8/tsort.rb:149
tsort at /usr/local/rvm/rubies/jruby-1.6.3/lib/ruby/1.8/tsort.rb:136
sorted at /usr/local/rvm/gems/jruby-1.6.3/gems/bundler-1.0.21/lib/bundler/spec_set.rb:108
each at (__FORWARDABLE__):3
run at /usr/local/rvm/gems/jruby-1.6.3/gems/bundler-1.0.21/lib/bundler/installer.rb:49
install at /usr/local/rvm/gems/jruby-1.6.3/gems/bundler-1.0.21/lib/bundler/installer.rb:8
install at /usr/local/rvm/gems/jruby-1.6.3/gems/bundler-1.0.21/lib/bundler/cli.rb:219
send at org/jruby/RubyKernel.java:2092
run at /usr/local/rvm/gems/jruby-1.6.3/gems/bundler-1.0.21/lib/bundler/vendor/thor/task.rb:21
invoke_task at /usr/local/rvm/gems/jruby-1.6.3/gems/bundler-1.0.21/lib/bundler/vendor/thor/invocation.rb:118
dispatch at /usr/local/rvm/gems/jruby-1.6.3/gems/bundler-1.0.21/lib/bundler/vendor/thor.rb:263
start at /usr/local/rvm/gems/jruby-1.6.3/gems/bundler-1.0.21/lib/bundler/vendor/thor/base.rb:386
(root) at /usr/local/rvm/gems/jruby-1.6.3/gems/bundler-1.0.21/bin/bundle:13
load at org/jruby/RubyKernel.java:1063
(root) at /usr/local/rvm/gems/jruby-1.6.3/bin/bundle:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment