0 Replies Latest reply on Feb 2, 2017 12:21 PM by lauradp

    Missing dependencies in Application StartUp

    lauradp

      Hello everybody,

      I'm trying to deploy on WIldfly 10.0.0 a Web Application thath I used to deploy in JBoss AS 7.1.1.

       

      When I deploy it I get many errors (see attached log for details and configuration) due to:

       

       

       

      2017-02-02 17:49:08,685 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([

          ("subsystem" => "messaging-activemq"),

          ("server" => "default")

      ]) - failure description: {

          "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.messaging-activemq.default is missing [jboss.binding.messaging, jboss.binding.messaging-throughput]"],

          "WFLYCTL0288: 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.messaging-activemq.default.jms.manager"],

              "Services that may be the cause:" => [

                  "jboss.binding.messaging",

                  "jboss.binding.messaging-throughput",

                  "jboss.naming.context.java.jboss.DefaultJMSConnectionFactory"

              ]

          }

      }

       

      Is there anything wrong in my configuration? Could be the issue due to HornetQ becoming artemis activeMQ? Can anyone help me solving this issue?

       

      Thanks in advance,

      Laura