BIND () error = 10048 error Solution

Source: Internet
Author: User

PromptBIND () error = 10048

Cause: other programs use port 2425 of the Flying Pigeon

For example, feiqiu uses port 2425.


Solution: run the netstat command to check which process occupies the port.

Format: netstat-ano | find "2425"

Result: UDP 0.0.0.0: 2425 *: * 1716

The final 1716 is the process ID that occupies the 2425 process. Let's see what it is. You can end the process directly and then open the Flying Pigeon.

 

For the netstat command, enter the command netstat /? View More

CMD> netstat-anocmd> netstat-ancmd> netstat-anb-A: Display All connections and listening ports.-N: display the address and port number in numbers, no DNS resolution-B displays the executable programs involved in creating each connection or listening port. -O: displays the process ID associated with the connection.


Display process ID in Task Manager Process List: View-Select column-check PID


Solution 2: manually specify the bound port number

When starting a Flying Pigeon, specify the bound port number for it.

CMD & gt; ipmsg2007.exe 1234

However, the problem is that both sides must change to the same port number. More Flying Pigeon details:

Http://www.azhi.net/blog/default.asp? Cat = 5


This article is from the share your knowledge blog, please be sure to keep this source http://skypegnu1.blog.51cto.com/8991766/1436413

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.