###前提・実現したいこと
Ruby on Rails+React.jsでWEBアプリを作成しています。
そこで作成したアプリをAmazon Elastic Beanstalkでデプロイしたいです。
しかし、以下のような問題が起きデプロイできません。
同じ組み合わせを今後やる方も多いと思われます。
すでに同じ道を通って解決していた方々は是非ともご教示お願いいたします。
###発生している問題・エラーメッセージ
eb createを行うと以下のエラーメッセージが表示されて失敗します。
エラーメッセージ ERROR: [Instance: i-07f73baf09c9e180f] Command failed on instance. Return code: 1 Output: (TRUNCATED)...ry rake aborted! JSON::ParserError: A JSON text must at least contain two octets! /opt/rubies/ruby-2.3.1/bin/bundle:23:in `load' /opt/rubies/ruby-2.3.1/bin/bundle:23:in `<main>' Tasks: TOP => webpacker:compile (See full trace by running task with --trace). Hook /opt/elasticbeanstalk/hooks/appdeploy/pre/11_asset_compilation.sh failed. For more detail, check /var/log/eb-activity.log using console or EB CLI. INFO: Command execution completed on all instances. Summary: [Successful: 0, Failed: 1]. WARN: Environment health has transitioned from Pending to Degraded. Command failed on all instances. Initialization completed 19 seconds ago and took 4 minutes. ERROR: Create environment operation is complete, but with errors. For more information, see troubleshooting documentation.
###該当のソースコード
Webアプリの実行手順はこちらに沿って行い、ローカルで動作確認及びHerokuで動作確認はできています。
###試したこと
調べたところnpm installを実行しなければならないことがわかり、以下の方法を試してみましたが、
http://qiita.com/_muraham/items/22dec19e5d069560b40f
今度は以下のようにタイムアウトとなり実行できませんでした。
MacBook-Pro:eb-test$ eb create rails-beanstalk-env17 --timeout 20 --single Creating application version archive "app-bc56-170329_033605". Uploading eb-test/app-bc56-170329_033605.zip to S3. This may take a while. Upload Complete. Environment details for: rails-beanstalk-env17 Application name: eb-test Region: ap-northeast-1 Deployed Version: app-bc56-170329_033605 Environment ID: e-mumcmkqqas Platform: arn:aws:elasticbeanstalk:ap-northeast-1::platform/Puma with Ruby 2.3 running on 64bit Amazon Linux/2.3.2 Tier: WebServer-Standard CNAME: UNKNOWN Updated: 2017-03-28 18:36:10.036000+00:00 Printing Status: INFO: createEnvironment is starting. INFO: Using elasticbeanstalk-ap-northeast-1-422042246715 as Amazon S3 storage bucket for environment data. INFO: Created EIP: 13.112.215.43 INFO: Created security group named: awseb-e-mumcmkqqas-stack-AWSEBSecurityGroup-KRLMNA1W56IO INFO: Environment health has transitioned to Pending. Initialization in progress (running for 8 seconds). There are no instances. INFO: Added instance [i-08b75a6cc704f1b11] to your environment. INFO: Waiting for EC2 instances to launch. This may take a few minutes. WARN: Environment health has transitioned from Pending to Severe. Initialization in progress on 1 instance. 0 out of 1 instance completed (running for 15 minutes). None of the instances are sending data. ERROR: The operation timed out. The state of the environment is unknown. The timeout can be set using the --timeout option.
###補足情報(言語/FW/ツール等のバージョンなど)
Ruby 2.3
Rails 5.1

回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。