Windows view port is occupied by process

Source: Internet
Author: User

This problem is mainly derived from once because the JDK environment is not good cause tomcat often hang, hang after the restart and lead to port occupancy errors, so summed up an article, the purpose is to see the process occupied by the port, and then kill the process, to resolve the port occupancy error problem:



Execute under Windows command-line window:
c:\>netstat-aon|findstr "1527", and then look at the output results, such as:

See, the port is occupied by a process with process number 5852 , continue to execute the following command:
c:\>tasklist|findstr "5852" to see the results such as:

It's clear thatthe Java.exe process takes up port 5852 and then shuts down the process in Explorer.

Windows view port is occupied by process

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.