27
23

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

rails s実行時にA server is already running.と出る時の対処法

Last updated at Posted at 2014-11-14

ちょっとはまったのでメモ。

Qiita

ここを参照させて頂いたが、

$ ps ax

で表示される一覧見てもどこが起動中か分からなかったので、他の方法調べた。

tmp/pids/server.pid
を開いたら書いてある数字をコピペして、

$ kill -9 (コピペした数字)
   

を実行してrails sしてみたら成功した!

根本的な理由はあまり分かってない。

27
23
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
27
23

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?