Webconsole Issue: listen tcp :5000: bind: address already in use

Hi All,

I am unable to run webconsole on a virtual machine. I have tried installing webconsole all possible ways mentioned in documentation.

Please suggest what could be the possible reason ? Is there any configuration to do for webconsole ?
Attached is the log file.

@Simran, perhaps there is another process in your VM that uses that port?
I am using sudo netstat -nap | grep 5000 to check this.

Hope it helps.