run a new command prompt as admin type netstat -a -b find which program is already using port 30120 then do taskkill /f /im taskname.exe and try again.
netstat -a -b
taskkill /f /im taskname.exe
i did that but i cant find a task using the same port and im still having the same problem