Featured Post

The great debacle of healthcare.gov

This is the first time in history when the president of the United States of America, or probably for any head of state around the world,...

Tuesday, November 27, 2007

Kill a dangling process in Windows XP

If I stop the Rational Application Developer (RAD) Test Environment server (version 5.1), sometimes the shows the error message that the ports (9080, 9090 and 9043) are already opened by another process.



Solution:



1. See the all running processes in the console:
c:\>netstat -ao

2. Look for the process id that owns the port numbers. And kill the process(es):
c:\>taskkill /a /PID 3172

No comments: