microsoft / mindaro

Bridge to Kubernetes - for Visual Studio and Visual Studio Code
MIT License
307 stars 106 forks source link

"Port 5341 in use", cannot start debugging. #323

Closed catnip-se closed 2 years ago

catnip-se commented 2 years ago

Today i started getting the following message when starting debugging.

image

Port 5341 is used by System Service. Rebooting didn't help.

Logs 2022-05-10T11-54-52.0975367.log bridge-library-2022-05-10-11-55-00-44232.txt bridge-mindarocli-2022-05-10-11-55-00-44232.txt

Environment Details Visual Studio 2022 17.1.6 Client's version: 3.0.20220308.1 Operating System: Windows 10 Enterprise, 21H2, 19044.1586

catnip-se commented 2 years ago

This problem was due to a local installation of Seq using the same port number as a service in the cluster. Uninstalling local instance solved the problem.