[jboss-jira] [JBoss JIRA] (AS7-4887) Failing to resolve public interface should not halt startup
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Wed May 30 11:30:18 EDT 2012
[ https://issues.jboss.org/browse/AS7-4887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño reassigned AS7-4887:
-------------------------------------
Assignee: Galder Zamarreño (was: Jason Greene)
> Failing to resolve public interface should not halt startup
> -----------------------------------------------------------
>
> Key: AS7-4887
> URL: https://issues.jboss.org/browse/AS7-4887
> Project: Application Server 7
> Issue Type: Bug
> Components: Server
> Affects Versions: 7.1.2.Final (EAP)
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 7.1.3.Final (EAP)
>
>
> Whenever I faced AS7-4886 or AS7-3223 on OSX (when working offline), I'd execute the following to workaround it:
> {code}sudo ifconfig en0 alias 127.0.0.1{code}
> However, when that is set, AS7 does not start any more and fails with the following:
> {code}21:42:14,636 WARN [org.jboss.as.controller] JBAS014622: Value '127.0.0.1' for interface selection criteria 'inet-address' is ambiguous, as more than one address or network interface available on the machine matches it. Because of this ambiguity, no address will be selected as a match. Matching addresses: [/127.0.0.1]. Matching network interfaces: [lo0, en0].
> 21:42:14,636 WARN [org.jboss.as.controller] JBAS014622: Value '127.0.0.1' for interface selection criteria 'inet-address' is ambiguous, as more than one address or network interface available on the machine matches it. Because of this ambiguity, no address will be selected as a match. Matching addresses: [/127.0.0.1]. Matching network interfaces: [lo0, en0].
> 21:42:14,639 ERROR [org.jboss.msc.service.fail] MSC00001: Failed to start service jboss.network.public: org.jboss.msc.service.StartException in service jboss.network.public: JBAS015810: failed to resolve interface public
> at org.jboss.as.server.services.net.NetworkInterfaceService.start(NetworkInterfaceService.java:97) [jboss-as-server-7.x.incremental.379.jar:7.x.incremental.379]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [classes.jar:1.6.0_31]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [classes.jar:1.6.0_31]
> at java.lang.Thread.run(Thread.java:680) [classes.jar:1.6.0_31]{code}
> I can understand the ambiguity and the WARN messages, but can we please stop halting startup??
> Dunno who to assign this to...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list