I’m having an issue where Nsight Monitor is crashing on startup, showing the exception:
Failed with exception CommunicationException: A TCP error (10013: An attempt was made to access a socket in a way forbidden by its access permissions) occurred while listening on IP Endpoint=0.0.0.0:8000.
I see that some other application is using port 8000, using ‘netstat -ab’, but don’t know which application due to the IT policy of my company.
I’m not able to change Nsight’s port number through GUI and can’t find the config file to do so.
How can I fix this?