Failed to start ChirpStack open-source LoRaWAN Network Server

used below command to see who is using the port

netstat -npl

found this one

tcp6       0      0 :::8080                 :::*                    LISTEN      518/chirpstack-appl 

I found another chirpstack application was using 8080 , I killed that process and restarted network server and it worked.

sudo kill 518

and for restart

systemctl restart  chirpstack