1 Reply Latest reply on Jan 31, 2018 11:53 AM by ctomc

    How to debug FSW bootstrap process?

    doyyan

      Dear Folks,

       

      We have a FSW 6.2.1 installation and I want to DEBUG its bootstrap process mainly because to track the source code if we have a JBOSS error. It all came about because we have had jboss startup errors which didn't appear to give info.

      So, I thought JBoss (at least Wildfly/AS) being open source, I can downloaded to my JBDS installation and start FSW in a debug mode to see what's going on.

      But I don't know where to start in the Wildfly codebase, i.e where does the FSW start in the code during bootstrapping. I am aware it starts with the jboss-module.jar, but after then how does it do Networking connections etc?

      If you folk can help me, I can try and track code for any future issues.

       

      By the way, the error we get during startup is given below:

       

       

      16:57:54,743 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014612: Operation ("add") failed - address: ([

          ("core-service" => "management"),

          ("management-interface" => "http-interface")

      ]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => ["jboss.serverManagement.controller.management.http is missing [jboss.binding.management-http]"]}

      16:57:54,746 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014612: Operation ("add") failed - address: ([

          ("subsystem" => "web"),

          ("virtual-server" => "default-host")

      ]) - failure description: {"JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => {

          "Services that were unable to start:" => ["jboss.web.default-host.welcome"],

          "Services that may be the cause:" => ["jboss.binding.management-http"]

      }}

      16:57:54,809 INFO  [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report

      JBAS014775:    New missing/unsatisfied dependencies:

            service jboss.binding.management-http (missing) dependents: [service jboss.serverManagement.controller.management.http]

       

        14:15:15,868 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014612: Operation ("add") failed - address: ([

          ("core-service" => "management"),

          ("management-interface" => "native-interface")

      ]) - failure description: {"JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => {

          "Services that were unable to start:" => ["jboss.remoting.server.management"],

          "Services that may be the cause:" => ["jboss.network.management"]

        • 1. Re: How to debug FSW bootstrap process?
          ctomc

          from your error message you have

          JBAS014775:    New missing/unsatisfied dependencies:

                service jboss.binding.management-http (missing) dependents: [service jboss.serverManagement.controller.management.http]

           

          which would indicate that your are missing "managment-http" socket-binding in standalone.xml (or any other configuration you might be running)