Развертывание приложения JBoss не удалось с WFLYCTL0288 - PullRequest
0 голосов
/ 18 октября 2019

Я очень плохо знаком с JBoss и пытаюсь развернуть мое приложение на jboss-eap-7.0, но оно не удалось с ошибкой -

"{\"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.deployment.unit.\\\"xy.war\\\".component.\\\"com.abc.xy.InitializationServlet\\\".START\",
        \"jboss.deployment.unit.\\\"xy.war\\\".component.\\\"com.abc.xy.commonui.components.AjaxTree.Servlets.TreeController\\\".START\",
        \"jboss.deployment.unit.\\\"xy.war\\\".component.\\\"com.abc.xy.commonui.components.customlistbox.xyCustomListBoxTag\\\".START\",
        \"jboss.deployment.unit.\\\"xy.war\\\".component.\\\"com.abc.xy.commonui.components.exprbuilder.xyExprBuilderController\\\".START\",

 \"jboss.deployment.unit.\\\"xy.war\\\".component.\\\"org.zkoss.zk.ui.http.HttpSessionListener\\\".START\",
        \"jboss.deployment.unit.\\\"xy.war\\\".deploymentCompleteService\",
        \"jboss.deployment.unit.\\\"xy.war\\\".ejb3.client-context.registration-service\",
        \"jboss.undertow.deployment.default-server.default-host./xy\",
        \"jboss.undertow.deployment.default-server.default-host./xy.UndertowDeploymentInfoService\"
    ],
    \"Services that may be the cause:\" => [\"jboss.remoting.remotingConnectorInfoService.http-remoting-connector\"]
}}"

Может кто-нибудь помочь понять, как это можно исправить?

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...