ruby - Deploying a rails app to Elastic Beanstalk keeps failing -


when run eb deploy on application, error:

-hidden-@ruby:~/-hidden-$ eb deploy warning: have uncommitted changes. creating application version archive "app-9115-160205_135915". uploading -hidden-/app-9115-160205_135915.zip s3. may take while. upload complete. info: environment update starting.                                info: deploying new version instance(s).                          error: [instance: i-024e83b0ed9b09096] command failed on instance. return code: 5 output: (truncated)...ies/ruby-2.2.3/lib/ruby/gems/2.2.0/extensions/x86_64-linux/2.2.0-static/tiny_tds-0.6.2/gem_make.out error occurred while installing tiny_tds (0.6.2), , bundler cannot continue. make sure `gem install tiny_tds -v '0.6.2'` succeeds before bundling.  hook /opt/elasticbeanstalk/hooks/appdeploy/pre/10_bundle_install.sh failed. more detail, check /var/log/eb-activity.log using console or eb cli. info: command execution completed on instances. summary: [successful: 0, failed: 1]. error: unsuccessful command execution on instance id(s) 'i-024e83b0ed9b09096'. aborting operation. error: failed deploy application.                                  error: failed deploy application. 

i can install tiny_tds on local machine , on ec2 instance, error when deploy. i'm extremely new ruby, rails, git , programming. basically, i'm taking application made heroku , converting en eb environment.

please remove version of tiny_tds in gemfile
, try again.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -