java.lang.RuntimeException: java.net.BindException: Address already in use: bind- Resolved


Getting error message :- java.lang.RuntimeException: java.net.BindException: Address already in use: bind

========================================================================

now we need to kill this process to start again our test


E:\Selenium\2018_March\Hybrid.TestNG>netstat -ano | find "4444"
  TCP    0.0.0.0:4444           0.0.0.0:0              LISTENING       137924
  TCP    [::]:4444              [::]:0                 LISTENING       137924



E:\Selenium\2018_March\Hybrid.TestNG>taskkill -pid "137924" /f
SUCCESS: The process with PID 137924 has been terminated.