<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">
<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>
                                <td>
                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="http://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>
                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
<nic name="eth1">
</h3>
<span style="margin-bottom: 10px;">
created by <a href="http://community.jboss.org/people/kabir.khan%40jboss.com">Kabir Khan</a> in <i>JBoss AS7 Development</i> - <a href="http://community.jboss.org/message/561780#561780">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">
<div class="jive-rendered-content"><p>I get problems starting up the current master (I'm on OS X):</p><p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p><div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">11:53:35,758 ERROR [server] Service [service jboss.network.external] start failed: org.jboss.msc.service.StartException in service service jboss.network.external: failed to resolve interface for external, <unknown-TODO> line 80, column 36</div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">at org.jboss.as.services.net.NetworkInterfaceService.start(NetworkInterfaceService.java:70)</div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1001)</div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_20]</div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_20]</div><div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">at java.lang.Thread.run(Thread.java:637) [:1.6.0_20]</div><div> </div><p>11:53:35,758 ERROR [server] Service [service jboss.network.external] start failed: org.jboss.msc.service.StartException in service service jboss.network.external: failed to resolve interface for external, <unknown-TODO> line 80, column 36</p><p><span style="white-space:pre"> </span>at org.jboss.as.services.net.NetworkInterfaceService.start(NetworkInterfaceService.java:70)</p><p><span style="white-space:pre"> </span>at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1001)</p><p><span style="white-space:pre"> </span>at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_20]</p><p><span style="white-space:pre"> </span>at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_20]</p><p><span style="white-space:pre"> </span>at java.lang.Thread.run(Thread.java:637) [:1.6.0_20]</p><div> </div><div>This is due to the following in domain.xml:</div><div><div><div>       <interface name="external"></div><div>            <!--  </div><div>                Here we name the NIC; the IP address associated with NIC whose</div><div>                byte representation has the lowest</div><div>            --></div><div>            <nic name="eth1"/></div><div>        </interface></div></div></div><div> </div><div>If I change that to </div><div> </div><div><div>       <interface name="external"></div><div>            <!--  </div><div>                Here we name the NIC; the IP address associated with NIC whose</div><div>                byte representation has the lowest</div><div>            --></div><div>            <!-- nic name="eth1"/ --></div><div>            <inet-address value="127.0.0.1"/></div><div>        </interface></div></div><div> </div><div>it starts fine. Not sure if I need to add a NIC alias or something like that (or how to do that if that is the case). This is my setup:</div><div> </div><div><div>$ifconfig </div><div>lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384</div><div><span style="white-space: pre;"> </span>inet6 ::1 prefixlen 128 </div><div><span style="white-space: pre;"> </span>inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 </div><div><span style="white-space: pre;"> </span>inet 127.0.0.1 netmask 0xff000000 </div><div>gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280</div><div>stf0: flags=0<> mtu 1280</div><div>en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500</div><div><span style="white-space: pre;"> </span>ether 00:1e:c2:1c:42:41 </div><div><span style="white-space: pre;"> </span>media: autoselect</div><div><span style="white-space: pre;"> </span>status: inactive</div><div>en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500</div><div><span style="white-space: pre;"> </span>ether 00:1e:c2:bc:4f:91 </div><div><span style="white-space: pre;"> </span>inet6 fe80::21e:c2ff:febc:4f91%en1 prefixlen 64 scopeid 0x5 </div><div><span style="white-space: pre;"> </span>inet 192.168.1.69 netmask 0xffffff00 broadcast 192.168.1.255</div><div><span style="white-space: pre;"> </span>media: <unknown subtype></div><div><span style="white-space: pre;"> </span>status: active</div><div>fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 4078</div><div><span style="white-space: pre;"> </span>lladdr 00:1f:5b:ff:fe:28:9c:f2 </div><div><span style="white-space: pre;"> </span>media: autoselect <full-duplex></div><div><span style="white-space: pre;"> </span>status: inactive</div><div>vnic0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500</div><div><span style="white-space: pre;"> </span>ether 00:1c:42:00:00:08 </div><div><span style="white-space: pre;"> </span>inet 10.211.55.2 netmask 0xffffff00 broadcast 10.211.55.255</div><div><span style="white-space: pre;"> </span>media: autoselect</div><div><span style="white-space: pre;"> </span>status: active</div><div>vnic1: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500</div><div><span style="white-space: pre;"> </span>ether 00:1c:42:00:00:09 </div><div><span style="white-space: pre;"> </span>inet 10.37.129.2 netmask 0xffffff00 broadcast 10.37.129.255</div><div><span style="white-space: pre;"> </span>media: autoselect</div><div><span style="white-space: pre;"> </span>status: active</div><div>utun0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1280</div><div><span style="white-space: pre;"> </span>inet 10.36.7.86 --> 10.36.7.86 netmask 0xfffffc00 </div></div><div> </div><div> </div><div> </div><div> </div><div> </div><div> </div></div>
<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
<p style="margin: 0;">Reply to this message by <a href="http://community.jboss.org/message/561780#561780">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss AS7 Development at <a href="http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2225">Community</a></p>
</div></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</div>
</body>
</html>