前提・実現したいこと
前提
Ruby on Rails6にてアプリを作成
AWS Linux2 にてデプロイ
実現したいこと
AWSにてunicornを起動させたい
発生している問題・エラーメッセージ
ターミナル /home/ec2-user/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:205:in `pid=': Already running on PID:23103 (or pid=/var/www/Dr_tetsu/tmp/pids/unicorn.pid is stale) (ArgumentError) from /home/ec2-user/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/unicorn-5.4.1/lib/unicorn/http_server.rb:137:in `start' from /home/ec2-user/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/gems/unicorn-5.4.1/bin/unicorn_rails:209:in `<top (required)>' from /home/ec2-user/.rbenv/versions/2.5.1/bin/unicorn_rails:23:in `load' from /home/ec2-user/.rbenv/versions/2.5.1/bin/unicorn_rails:23:in `<main>'
該当するソースコード
ターミナル [ec2-user@********* Dr_tetsu]$ ps aux | grep unicorn ec2-user 22797 0.0 0.2 117012 2300 pts/1 S+ 12:55 0:00 less log/unicorn.stderr.log ec2-user 23056 20.3 10.3 437808 104164 ? Sl 13:23 0:01 unicorn_rails master -c config/unicorn.rb -E production -D ec2-user 23060 0.0 9.2 438852 93564 ? Sl 13:23 0:00 unicorn_rails worker[0] -c config/unicorn.rb -E production -D ec2-user 23065 0.0 0.0 119436 908 pts/3 S+ 13:23 0:00 grep --color=auto unicorn [ec2-user@************ Dr_tetsu]$ kill 22797 [ec2-user@************ Dr_tetsu]$ ps aux | grep unicorn ec2-user 23056 6.7 10.3 437808 104164 ? Sl 13:23 0:01 unicorn_rails master -c config/unicorn.rb -E production -D ec2-user 23060 0.0 9.2 438852 93564 ? Sl 13:23 0:00 unicorn_rails worker[0] -c config/unicorn.rb -E production -D ec2-user 23068 0.0 0.0 119436 984 pts/3 S+ 13:24 0:00 grep --color=auto unicorn [ec2-user@************* Dr_tetsu]$ kill 23056 [ec2-user@************* Dr_tetsu]$ ps aux | grep unicorn ec2-user 23070 0.0 0.0 119436 960 pts/3 S+ 13:24 0:00 grep --color=auto unicorn [ec2-user@************** Dr_tetsu]$ RAILS_SERVE_STATIC_FILES=1 unicorn_rails -c config/unicorn.rb -E production -D [ec2-user@************** Dr_tetsu]$ RAILS_SERVE_STATIC_FILES=1 unicorn_rails -c config/unicorn.rb -E production -D master failed to start, check stderr log for details [ec2-user@*************** Dr_tetsu]$ less log/unicorn.stderr.log
試したこと(仮説)
リンク内容
エラー内容で調べると同じエラー内容のリンクを参照し実行しましたが
エラー解決に至りませんでした。
補足
初心者で言葉足らずで申し訳ありませんがご教示頂けたらと思い質問させて頂きました。
宜しくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/12/12 22:50
2020/12/13 11:54
2020/12/13 12:13