Kill the bad port
Windows:
netstat -aon|findstr "8081
tasklist|findstr "9088"
taskkill /T /F /PID 9088
Linux:
lsof -i -P -n|grep 8080
Windows:
netstat -aon|findstr "8081
tasklist|findstr "9088"
taskkill /T /F /PID 9088
Linux:
lsof -i -P -n|grep 8080