Search code examples
visual-studio-codeazure-stream-analytics

Getting EADDRINUSE error while running stream analytics job locally in VS code


I am trying to run a stream analytics job locally in VS code. I am getting this error "Error: listen EADDRINUSE: address already in use 127.0.0.1:8999 : Port 8999 is already used by another local credential server" enter image description here

I tried to find the process using the port by " netstat -ano -p tcp | findstr "8999" and I have killed the process with PID. There was only one item showing. But still this error keep coming.

I am not sure how to resolve. Are there any detailed logs available for VS code or anyway I can try another port number.

Thanks


Solution

  • Please run your stream analytics job using the latest ASA version and see if this error still occurs.