Bom dia, ao subir o servidor Wildfly ele retorna os seguintes erros: Como poderia resolver?
ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation (“deploy”) failed - address: ([(“deployment” => “casadocodigo.war”)]) - failure description: { “WFLYCTL0412: Required services that are not installed:” => [ “jboss.naming.context.java.jms.topics.checkoutsTopic”, “jboss.ra.activemq-ra”, “jboss.naming.context.java.jboss.DefaultJMSConnectionFactory” ],
“WFLYCTL0180: Services with missing/unavailable dependencies” => [ “jboss.deployment.unit.“casadocodigo.war”.component.GenerateInvoiceListener.CREATE is missing [jboss.ra.activemq-ra]”, “jboss.naming.context.java.module.casadocodigo.casadocodigo.env.“br.com.casadocodigo.loja.models.BroadcastCheckout”.checkoutsTopic is missing [jboss.naming.context.java.jms.topics.checkoutsTopic]”, “jboss.deployment.unit.“casadocodigo.war”.component.SendCheckoutEmailListener.CREATE is missing [jboss.ra.activemq-ra]”, “jboss.naming.context.java.module.casadocodigo.casadocodigo.DefaultJMSConnectionFactory is missing [jboss.naming.context.java.jboss.DefaultJMSConnectionFactory]” ],
“Services that may be the cause:” => [ “jboss.naming.context.java.jboss.DefaultJMSConnectionFactory”, “jboss.naming.context.java.jms.topics.checkoutsTopic”, “jboss.ra.activemq-ra”, “jboss.security.security-domain.other” ] } } 09:09:44,578 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation (“add”) failed - address: ([ (“subsystem” => “messaging-activemq”), (“server” => “default”) ]) - failure description: { “WFLYCTL0412: Required services that are not installed:” => [“jboss.security.security-domain.other”], “WFLYCTL0180: Services with missing/unavailable dependencies” => [“jboss.messaging-activemq.default is missing [jboss.security.security-domain.other]”], “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.naming.context.java.jboss.DefaultJMSConnectionFactory”, “jboss.naming.context.java.jms.topics.checkoutsTopic”, “jboss.ra.activemq-ra”, “jboss.security.security-domain.other” ] } }