Many a time happen that you are trying to connect your eclipse debugger through remote application server like JBOSS and it always shows waiting to connect. This happens because the port you are trying to connect is bind to some another application. Find and listening port 1. Go to run 2. Type cmd 3. Write this command ----------- netstat -ano | find " <port> " *<port> you are trying to listen in my case this is 8080 you will get a list of process listening to that port 4. Kill all the task write this command taskkill / F / PID 7820 7820-- This is the Id which you can see in the last coloumn That's it your port is free to use now.
A Full Stack developer who is facing problems in development cycle and here you find solution of errors of those problems.This includes all exception and configuration issues. Solutions which i have written in blog are the one which worked for me after killing my time :) .