1 Reply Latest reply on Apr 13, 2012 2:16 AM by jaikiran

    JBoss AS7 does not start on system reboot because network is not fully up

    kc7bfi

      I get the following error

      [Host Controller] 08:22:34,783 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-39) MSC00001: Failed to start service jboss.network.management: org.jboss.msc.service.StartException in service jboss.network.management: JBAS015810: failed to resolve interface management

      [Host Controller]     at org.jboss.as.server.services.net.NetworkInterfaceService.start(NetworkInterfaceService.java:97) [jboss-as-server-7.1.2.Final-SNAPSHOT.jar:7.1.2.Final-SNAPSHOT]

      [Host Controller]     at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

      [Host Controller]     at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]

      [Host Controller]     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.7.0_02]

      [Host Controller]     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.7.0_02]

      [Host Controller]     at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_02]

      It appears that JBoss is trying to start before the network is up. I have the service dependent upon

      Tcpip

      Afd

      Is there some other service I should add to ensure that the network is fully up? David