While Initialising a fresh project using the bench init command bench start command is working fine but on restarting it is not working and showing the below errors, I have restarted Redis also
If you want auto start then you probably need to switch to production mode
Hi:
Seems that ports 11000 and 13000 are being used … maybe you are running other bench instances?
Stop processes in this ports with:
sudo kill -9 $(lsof -t -i:11000)
sudo kill -9 $(lsof -t -i:13000)
And run bench start
again …
Hope this helps.
Not working port 11000 and 13000 are free still not working