Astephen2
Astephen2

Reputation: 851

Rubber Fails for Rails AWS Deployment

I have a question about Rubber failing. I can get it to start making an instance but eventually I get this error message.

failed: "/bin/bash -l -c 'cd /mnt/DormDish2-production/releases/20120116205725 && bundle install --gemfile /mnt/DormDish2-production/releases/20120116205725/Gemfile --path /mnt/DormDish2-production/shared/bundle --deployment --quiet --without development test'" on DormDish.dormdish.com

Any ideas? My gemfile is just fine on the local machine.

Upvotes: 3

Views: 342

Answers (1)

slm
slm

Reputation: 16416

Need more info to go on. I did find this thread on a google groups titled:

Looks to be a similar issue to yours:

The deployment fails. I see the following error:

failed: "/bin/bash -l -c 'cd /mnt/jitesh-website-production/releases/ 20120407170022 && bundle install --gemfile /mnt/jitesh-website- production/releases/20120407170022/Gemfile --path /mnt/jitesh-website- production/shared/bundle --deployment --quiet --without development test'" on webapp.foo.com

The fix was to make sure that you could access Dormdish.dormdish.com, this entry get's put in your /etc/hosts file. Can you confirm that this is the case? Also can you access that hostname via ssh on your AWS instance?

Upvotes: 1

Related Questions