Something is already running on port 8003

PHOTO EMBED

Fri Mar 26 2021 08:36:55 GMT+0000 (Coordinated Universal Time)

Saved by @hassanms #commandline

Ubuntu
	- lsof -i tcp:8003
	- kill -9 PID
    
Windows
	- netstat -a -o -n
	- Cntrl + f
	- taskkill /F /PID PID_of_port
content_copyCOPY