Skip to content

Instantly share code, notes, and snippets.

@daya
Created April 27, 2012 22:51
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 daya/36850817039c07373c80 to your computer and use it in GitHub Desktop.
Save daya/36850817039c07373c80 to your computer and use it in GitHub Desktop.
ip-192-168-1-126: $ jruby --1.9 -S bundle exec padrino s -p 4000
/Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/psych-1.3.1/lib/psych.rb:99 warning: already initialized constant LIBYAML_VERSION
Failed to load /Users/dayas/.gemrc
Unfortunately, a fatal error has occurred. Please report this error to the Bundler issue tracker at https://github.com/carlhuda/bundler/issues so that we can fix it. Please include the full output of the command, your Gemfile and Gemfile.lock. Thanks!
ArgumentError: wrong number of arguments (2 for 1)
parse_stream at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/psych-1.3.1/lib/psych.rb:203
parse at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/psych-1.3.1/lib/psych.rb:151
load at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/psych-1.3.1/lib/psych.rb:127
load_file at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/psych-1.3.1/lib/psych.rb:297
open at org/jruby/RubyIO.java:1139
load_file at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/psych-1.3.1/lib/psych.rb:297
initialize at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/bundler-1.1.3/lib/bundler/settings.rb:6
settings at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/bundler-1.1.3/lib/bundler.rb:182
configure_gem_home_and_path at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/bundler-1.1.3/lib/bundler.rb:302
configure at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/bundler-1.1.3/lib/bundler.rb:81
definition at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/bundler-1.1.3/lib/bundler.rb:133
load at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/bundler-1.1.3/lib/bundler.rb:123
exec at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/bundler-1.1.3/lib/bundler/cli.rb:400
__send__ at org/jruby/RubyBasicObject.java:1710
send at org/jruby/RubyKernel.java:2105
run at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/bundler-1.1.3/lib/bundler/vendor/thor/task.rb:21
invoke_task at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/bundler-1.1.3/lib/bundler/vendor/thor/invocation.rb:118
dispatch at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/bundler-1.1.3/lib/bundler/vendor/thor.rb:263
start at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/bundler-1.1.3/lib/bundler/vendor/thor/base.rb:386
(root) at /Users/dayas/.rbenv/versions/jruby-1.6.7/gemsets/padrino/gems/bundler-1.1.3/bin/bundle:13
load at org/jruby/RubyKernel.java:1068
(root) at /Users/dayas/.rbenv/versions/jruby-1.6.7/bin/bundle:19
ip-192-168-1-126: $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment