What is problem?
The error message indicates that you have already used this port and the server can’t run another server in same port.
What should we do to fix already in use issue for vault?
sudo netstat -tulpnType in terminal and check printed list.

In printed list, each running process has pin. Thanks to this pins, we can kill any process.
kill 1806When we typed, selected process will be killed.
Comments
Pooja
February 15, 2023sudo: netstat: command not found
Pooja
February 15, 2023sorry, it is working now
Pooja
February 15, 2023sudo: netstat: command not found
Pooja
February 15, 2023sorry, it is working now
Pooja
February 15, 2023Hi Team , Thanks it helped me .
Pooja
February 15, 2023Hi Team , Thanks it helped me .