Server is already running in Rails and TCPServer Error: Address already in use – bind(2)

A server is already running. Check tmp/pids/development.pid

Remove the file: tmp/pids/development.pid

TCPServer Error: Address already in use – bind(2)

lsof -wni tcp:3000
kill -9 PID

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *