[Solved] port (127.0.0.1:64444): java.net.SocketException “Interrupted function call: accept failed“

port (127.0.0.1:64444): java.net.SocketException “Interrupted function call: accept failed“

 

Solution:

Method 1: change JMX port

Method 2:
delete process:
query the process occupied by port 1099:
netstat -aon|findstr 1099
delete:
taskkill /pid 1111 -t -f

 

Read More: