0

I have a JBoss EAP 7.1 server running on a Windows 2010 machine. I have created windows service for JBoss start in automate mode and while restarting the system few times JBoss started but few time service not started i am getting the below error

MSC000001: Failed to start service org.wildfly.network.interface.public: org.jboss.msc.service.StartException in service org.wildfly.network.interface.public: WFLYSRV0082: failed to resolve interface public

Standalone:

    <interfaces>
        <interface name="management">
            <inet-address value="${jboss.bind.address.management:myip}"/>
        </interface>
        <interface name="public">
            <inet-address value="${jboss.bind.address:myip}"/>
        </interface>
    </interfaces>

I defined myip in host file.

Could you please help us to resolve the issue?

2
  • Try setting the service to "Delayed Start"
    – Moab
    Commented Feb 26, 2021 at 13:53
  • i tried "Delayed Start" that's not worked Commented Mar 2, 2021 at 11:03

0

You must log in to answer this question.

Browse other questions tagged .