Error initializing listener of type tcp: listen tcp 127.0.0.1:8200: bind: address already in use

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 -tulpn

Type in terminal and check printed list.

In printed list, each running process has pin. Thanks to this pins, we can kill any process.

kill 1806

When we typed, selected process will be killed.

Comments

  • Pooja

    February 15, 2023

    sudo: netstat: command not found

    • Pooja

      February 15, 2023

      sorry, it is working now

  • Pooja

    February 15, 2023

    sudo: netstat: command not found

    • Pooja

      February 15, 2023

      sorry, it is working now

  • Pooja

    February 15, 2023

    Hi Team , Thanks it helped me .

  • Pooja

    February 15, 2023

    Hi Team , Thanks it helped me .

Add comment:

Close

As an engineering leader with over 7 years of experience, I transform complex challenges into scalable, high-impact software. I’ve had the privilege of building products that serve 60 million users, evolving from a hands-on engineer to a leader who empowers teams to deliver exceptional results.

AOS WARE