Thin web server: `start_tcp_server': no acceptor (RuntimeError) after git branch checkout

后端 未结 9 928
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-29 16:00

A Rails 3.2.0 app, working fine with Thin web server, both locally and on Heroku cedar stack.

After:

$ git branch work
$ git checkout work
$ rails se         


        
9条回答
  •  一整个雨季
    2020-11-29 16:15

    I ran into a similar issue after getting back to the office from vacation. I run my server on the local IP as:

    rails s thin -b 
    

    The problem was that my IP had changed, I just needed to use the new one.

提交回复
热议问题