Created
March 13, 2013 20:27
-
-
Save trobrock/5155830 to your computer and use it in GitHub Desktop.
Unable to bundle in jruby
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jruby -Sbundle install --gemfile /var/apps/application/releases/20130313202409/Gemfile --path /var/apps/application/shared/bundle --deployment --quiet --without development test | |
** [out :: 127.0.0.1] Unfortunately, a fatal error has occurred. Please see the Bundler | |
** [out :: 127.0.0.1] troubleshooting documentation at http://bit.ly/bundler-issues. Thanks! | |
** [out :: 127.0.0.1] /opt/jruby-1.5.6/lib/ruby/gems/1.8/gems/bundler-1.3.3/lib/bundler/cli.rb:867:in `without_groups_message': undefined method `empty?' for :test:Symbol (NoMethodError) | |
** [out :: 127.0.0.1] from /opt/jruby-1.5.6/lib/ruby/gems/1.8/gems/bundler-1.3.3/lib/bundler/cli.rb:866:in `reject' | |
** [out :: 127.0.0.1] from /opt/jruby-1.5.6/lib/ruby/gems/1.8/gems/bundler-1.3.3/lib/bundler/cli.rb:866:in `without_groups_message' | |
** [out :: 127.0.0.1] from /opt/jruby-1.5.6/lib/ruby/gems/1.8/gems/bundler-1.3.3/lib/bundler/cli.rb:254:in `install' | |
** [out :: 127.0.0.1] from /opt/jruby-1.5.6/lib/ruby/gems/1.8/gems/bundler-1.3.3/lib/bundler/vendor/thor/task.rb:27:in `run' | |
** [out :: 127.0.0.1] from /opt/jruby-1.5.6/lib/ruby/gems/1.8/gems/bundler-1.3.3/lib/bundler/vendor/thor/invocation.rb:120:in `invoke_task' | |
** [out :: 127.0.0.1] from /opt/jruby-1.5.6/lib/ruby/gems/1.8/gems/bundler-1.3.3/lib/bundler/vendor/thor.rb:344:in `dispatch' | |
** [out :: 127.0.0.1] from /opt/jruby-1.5.6/lib/ruby/gems/1.8/gems/bundler-1.3.3/lib/bundler/vendor/thor/base.rb:434:in `start' | |
** [out :: 127.0.0.1] from /opt/jruby-1.5.6/lib/ruby/gems/1.8/gems/bundler-1.3.3/bin/bundle:20 | |
** [out :: 127.0.0.1] from /opt/jruby-1.5.6/lib/ruby/gems/1.8/gems/bundler-1.3.3/lib/bundler/friendly_errors.rb:3:in `with_friendly_errors' | |
** [out :: 127.0.0.1] from /opt/jruby-1.5.6/lib/ruby/gems/1.8/gems/bundler-1.3.3/bin/bundle:20 | |
** [out :: 127.0.0.1] from /opt/jruby-1.5.6/lib/ruby/gems/1.8/gems/bundler-1.3.3/bin/bundle:19:in `load' | |
** [out :: 127.0.0.1] from /opt/jruby-1.5.6/bin/bundle:19 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment