ruby on rails - amazon beanstack policy issues when running eb create -


after running eb create projectname deploy rails project amazon beanstack keep getting errors these errors. have never used service before , thought give try.. here errors.

2015-10-02 17:23:50 utc-0400    warn    environment health has transitioned pending degraded. command failed on instances.  2015-10-02 17:23:38 utc-0400 error create environment operation complete, errors. more information, see troubleshooting documentation.  2015-10-02 17:22:35 utc-0400    info    command execution completed on instances. summary: [successful: 0, failed: 1].  2015-10-02 17:22:35 utc-0400    error   [instance: i-c2e7f417] command failed on instance. return code: 1 output: (truncated)...ndeck/config/environment.rb:5:in `<top (required)>' gem::loaderror: sqlite3 not part of bundle. add gemfile. /var/app/ondeck/config/environment.rb:5:in `<top (required)>' tasks: top => environment (see full trace running task --trace). hook /opt/elasticbeanstalk/hooks/appdeploy/pre/11_asset_compilation.sh failed. more detail, check /var/log/eb-activity.log using console or eb cli. 

i thinking has policys? there easier way set policy permissions?

it's not policy error, it's issue configuration. error posted, part

(truncated)...ndeck/config/environment.rb:5:in `' gem::loaderror: sqlite3 not part of bundle. add gemfile.

indicates database.yml misconfigured (since defaults sqlite) or don't have sqlite3 gem installed.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -