On Jul 23, 2013, at 6:47 PM, João Pereira <joaomiguel.pereira@gmail.com> wrote:
> Hi,
>
> I'm getting this error while deploying to a dev machine with cap:deploy
>
>
> executing "cd -- /home/ubuntu/deployments/
> appreleases/20130723233947 && RAILS_ENV=production RAILS_GROUPS=assets rake assets:precompile"
> servers: ["server"]
> [server] executing command
> *** [err :: server] rake aborted!
> *** [err :: server] Could not find highline-1.6.19 in any of the sources
> *** [err :: server] /home/ubuntu/.rvm/gems/ruby-2.0.0-p247@global/gems/bundler-1.3.5/lib/bundler/spec_set.rb:92:in `block in materialize'
> *** [err :: server] /home/ubuntu/.rvm/gems/ruby-2.0.0-p247@global/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in `map!'
> *** [err :: server /home/ubuntu/.rvm/gems/ruby-2.0.0-p247@global/gems/bundler-1.3.5/lib/bundler/spec_set.rb:85:in `materialize'
> *** [err :: server] /home/ubuntu/.rvm/gems/ruby-2.0.0-p247@global/gems/bundler-1.3.5/lib/bundler/definition.rb:114:in `specs'
> *** [err :: server] /home/ubuntu/.rvm/gems/ruby-2.0.0-p247@global/gems/bundler-1.3.5/lib/bundler/definition.rb:159:in `specs_for'
> *** [err :: server] /home/ubuntu/.rvm/gems/ruby-2.0.0-p247@global/gems/bundler-1.3.5/lib/bundler/definition.rb:148:in `requested_specs'
> *** [err :: server] /home/ubuntu/.rvm/gems/ruby-2.0.0-p247@global/gems/bundler-1.3.5/lib/bundler/environment.rb:18:in `requested_specs'
> *** [err :: server] /home/ubuntu/.rvm/gems/ruby-2.0.0-p247@global/gems/bundler-1.3.5/lib/bundler/runtime.rb:13:in `setup'
> *** [err :: server] /home/ubuntu/.rvm/gems/ruby-2.0.0-p247@global/gems/bundler-1.3.5/lib/bundler.rb:120:in `setup'
> *** [err :: server] /home/ubuntu/.rvm/gems/ruby-2.0.0-p247@global/gems/bundler-1.3.5/lib/bundler/setup.rb:17:in `<top (required)>'
> *** [err :: server] /home/ubuntu/deployments/app/releases/20130723233947/config/boot.rb:4:in `<top (required)>'
> *** [err :: server] /home/ubuntu/deployments/app/releases/20130723233947/config/application.rb:1:in `<top (required)>'
> *** [err :: server] /home/ubuntu/deployments/app/releases/20130723233947/Rakefile:4:in `<top (required)>'
> *** [err :: server] /home/ubuntu/.rvm/gems/ruby-2.0.0-p247/bin/ruby_noexec_wrapper:14:in `eval'
> *** [err :: server] /home/ubuntu/.rvm/gems/ruby-2.0.0-p247/bin/ruby_noexec_wrapper:14:in `<main>'
> *** [err :: server] (See full trace by running task with --trace)
> command finished in 1213ms
> *** [deploy:update_code] rolling back
> * executing "rm -rf /home/ubuntu/deployments/app/releases/20130723233947; true"
> servers: ["server"]
> [server] executing command
> command finished in 790ms
> failed: "rvm_path=$HOME/.rvm/ $HOME/.rvm/bin/rvm-shell 'default' -c 'cd -- /home/ubuntu/deployments/app/releases/20130723233947 && RAILS_ENV=production RAILS_GROUPS=assets rake assets:precompile'" on server
>
>
> If I run the command
> RAILS_ENV=production RAILS_GROUPS=assets rake assets:precompile
>
> by hand, either on local machine and testing machine, it works ok, Strange is that I was able to make a deploy a few minutes ago....
>
> What may be the problem?
This:
> Could not find highline-1.6.19 in any of the sources
Make sure you have that gem in a production section of your Gemfile.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/328AA031-DDAC-4BE5-9242-BF222104BF3B%40gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment