transport error 202: bind failed: Address already in use

background: I have terminated some test debugger without properly saying goodbye. the JDWP didn't close related socket.

so if I want to run Testng case again with maven, it can't instantiate the JDWP again.

reason: port is in use.

solution:

1. skip test , then debug. console will prompt success

transport error 202: bind failed: Address already in use_第1张图片

2.remove 'click' on Skip tests ,debug again.

transport error 202: bind failed: Address already in use_第2张图片

 

转载于:https://www.cnblogs.com/daniel123/p/8487592.html

你可能感兴趣的:(transport error 202: bind failed: Address already in use)