部署

时间:2018-03-02 10:56:06

标签: jboss7.x

我在域模式下运行jboss 7.1  我在main-server-group中创建了一个服务器,即nodeOne。保持自动启动为真,端口偏移为800,jvm为默认值jvm。 在控制台上检查时,服务器已成功创建并显示为运行状态。但是,当我尝试在此服务器组上部署war文件时,部署失败。请查找以下错误日志以进一步了解该问题。

2018-03-02 15:12:54,359 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: JBoss EAP 7.1.0.GA (WildFly Core 3.0.10.Final-redhat-1) started (with errors) in 28900ms - Started 232 of 561 services (47 services failed or missing dependencies, 358 services are lazy, passive or on-demand)
2018-03-02 15:54:28,825 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-5) WFLYSRV0027: Starting deployment of "kau.adjxrs.11.war" (runtime-name: "kau.adjxrs.11.war")
2018-03-02 15:54:32,177 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 16) WFLYCTL0013: Operation ("add") failed - address: ([("deployment" => "kau.adjxrs.11.war")]) - failure description: {"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.\"kau.adjxrs.11.war\".PARSE"],
    "Services that may be the cause:" => [
        "jboss.http-upgrade-registry.default",
        "org.wildfly.network.interface.public"
    ]
}}
2018-03-02 15:54:32,181 ERROR [org.jboss.as.server] (ServerService Thread Pool -- 16) WFLYSRV0021: Deploy of deployment "kau.adjxrs.11.war" was rolled back with the following failure message: 
{"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.\"kau.adjxrs.11.war\".PARSE"],
    "Services that may be the cause:" => [
        "jboss.http-upgrade-registry.default",
        "org.wildfly.network.interface.public"
    ]
}}
2018-03-02 15:54:32,242 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0028: Stopped deployment kau.adjxrs.11.war (runtime-name: kau.adjxrs.11.war) in 59ms

请帮助我了解如何解决此问题。

0 个答案:

没有答案