[jboss-as7-dev] Error in xml question
Max Rydahl Andersen
max.andersen at redhat.com
Tue May 10 02:45:31 EDT 2011
Hi,
I was playing with the plug computer today that Jason setup and noticed that he configured it to only bind to one port, i.e.
<interface name="default">
<inet-address value="192.168.3.1"/>
</interface>
in an attempt to fix that quickly I tried to add an extra inet-address:
<interface name="default">
<inet-address value="192.168.3.1"/>
<inet-address value="192.168.2.10"/>
</interface>
When I booted as7 beta4-snapshot up it seem to work fine except it didn't ;)
I found the following IMO confusing message:
23:26:45,856 ERROR [org.jboss.msc.service.fail] MSC00001: Failed to start service jboss.network.default: org.jboss.msc.servic
e.StartException in service jboss.network.default: failed to resolve interface default
at org.jboss.as.server.services.net.NetworkInterfaceService.start(NetworkInterfaceService.java:106)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1675)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [:1.6.0_18]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [:1.6.0_18]
at java.lang.Thread.run(Thread.java:636) [:1.6.0_18]
Didn't see any parsing errors/messages that would lead me to the apparent problem in standalone.xml.
Is this the expected/wanted behavior ?
/max
http://about.me/maxandersen
More information about the jboss-as7-dev
mailing list