Unable to open debugger port in intellij. The port number 9009 matches the one which has been set in the configuration file for the application.
I once have this problem too. My solution is to work around this problem by kill the application which is using the port. Here is a article to teach us how to check which application is using which port, find it and kill/close it.