Unrecognized Windows Sockets error:0: Jvm_bind Exception resolution
java.net.SocketException:Unrecognized Windows Sockets error:0: Jvm_bind
The reason for this exception is that the server port is occupied so the workaround is:
1. It is possible that the Tomcat port you are using now conflicts with the port of your other tomcat, or the port of the database. Workaround:
Click Servers at the MyEclipse console, then right-click the Tomcat icon, then configure server Connector, modify port number to 8088, or change the port numbers according to your needs
2. This may be the cause of the process. Right-click on the computer, click Manage, double-click the service under the name of the application, and then double-click the service, select the unwanted Tomcat program right-click, click Stop, then close the unused Tomcat port and its program
Unrecognized Windows Sockets error:0: What about Jvm_bind exceptions