I\'m trying to debug Maven tests in Eclipse. When I launch tests with the maven option maven.surefire.debug, I get this error :
ERROR: transport error 202: b
To kill a process listening on a port:
This command should list processes listening on all ports:
netstat -ano
The -o option will display the process id.
If you're using a *nix system, you can refine a little further with:
netstat -ano | grep
When you have the process id, you can terminate it with:
Windows:
Others:
kill