Trying to run service that uses port results in error
Port 20102 is already being used by another process (pid: 821)
Though process is not active: ps ax | grep 821
gives nothing
netstat -a | grep 20102
gives nothing as well
How is it possible and what can be done?