Reputation: 169
I woke up for work and started receiving this error, but I can't find this specific error anywhere.
I tried using netstat -ano to find any instances running on the aformentioned port, and also the ports I run Tomcat on:
HTTP port: 8090 JMX port: 1099
But no processes are running on any of the three ports. Any ideas?
Upvotes: 13
Views: 17344
Reputation: 772
Restart your Idea. It works for me.
Previously, I tried: net stop winnat. But not working. I got received the message:
"El servicio de Controlador de Windows NAT no se ha iniciado. Puede obtener más ayuda con el comando NET HELPMSG 3521."
Sorry for my English (fix me please)
Upvotes: 0
Reputation: 351
Oh,my! This helps me a lot
// run cmd as administator
net stop winnat
net start winnat
Before,I have tried this,but it doesn't work
ipconfig /flushdns
netsh winsock reset
Upvotes: 34
Reputation: 111
As for me,the problem begin when i use idea to debug my web application. Then i find where the port configured and change to another port.
Upvotes: 11