Idea start Tomcat error 1099 is already in use

Source: Internet
Author: User

Idea to start Tomcat error, error running tomcat7.0.52:address localhost:1099 is already in use or java.rmi.server.ExportException : Port already in use:1099, which indicates that 1099 ports are occupied by other processes.
Workaround:
1. Win+r, run, enter cmd, enter command prompt
2. Enter Netstat-aon | findstr 1099, find the process ID that occupies 1099 ports:PID
3. Input taskkill-f-pid pid
4. Restart Tomcat

If you receive a prompt for insufficient action permissions when you perform step 3rd, when step 1th enters the command prompt, the attachment-> right-> runs the-> command prompt as an administrator, and then executes the following steps.

The 3rd step can also first use the command tasklist | findstr PID to view the process name, and then Task Manager-> show the process-> end process for all users.

Reference when starting Tomcat error: Agent throws exception: Java.rmi.server.ExportException:Port already in use:1099 solution

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.