Server is already running in Rails

后端 未结 15 1284
谎友^
谎友^ 2020-12-02 04:08

When I am starting rails server using rails s command it is showing A server is already running. Check C:/Sites/folder/Pids/Server.pids

Whe

15条回答
  •  爱一瞬间的悲伤
    2020-12-02 05:10

    Remove the file: C:/Sites/folder/Pids/Server.pids

    Explanation In UNIX land at least we usually track the process id (pid) in a file like server.pid. I think this is doing the same thing here. That file was probably left over from a crash.

提交回复
热议问题