JBoss cannot assign requested address: jvm_bind: 7777

Source: Internet
Author: User
Tags jboss

This error occurs during JBoss startup when Apache and JBoss are configured this morning:

Cannot assign requested address: jvm_bind: 7777

After searching online for half a day, I finally found the answer from the author below,

Reprinted as follows: Thank you very much http://hi.baidu.com/higkoo/blog/item/2fc696248281c9348644f9eb.html

Suddenly JBoss cannot be started, and an error is prompted:
Cannot assign requested address: jvm_bind: 8080

The port is occupied, but port 8080 is not occupied (netstat-naop | grep 8080 ).
Check the configuration carefully. server. xml:
Default Value: <connector Port = "8080" Address= "$ {JBoss. Bind. Address }"

Current: <connector Port = "8080" Address= "$ {0.0.0 }"
// This setting is available in windows.

If you remember this modification method correctly, it is possible in windows. If an error occurs, do not:
Change to: <connector Port = "8080" Address= "0.0.0.0"

Sure enough, success!

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.