簡體   English   中英

無法將應用程序部署到 jboss v7.4,日志顯示“地址已在使用中”

[英]Failed to deploy application to jboss v7.4, logs says "address already in use"

我在嘗試將應用程序部署到 jboss7.4 版本時在日志中收到“地址已在使用中”異常。 應用程序未能部署。 我該如何解決這個問題?

15:29:26,241 ERROR [org.jboss.as.controller.management-operation] [] [] WFLYCTL0013: Operation ("add") failed - address: ([
    ("core-service" => "management"),
    ("management-interface" => "native-interface")
]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.remoting.server.management" => "WFLYRMT0004: Address already in use 0.0.0.0:10499
    Caused by: java.net.BindException: Address already in use"}}
15:29:26,263 ERROR [org.jboss.as.controller.management-operation] [] [] WFLYCTL0013: Operation ("add") failed - address: ([
    ("core-service" => "management"),
    ("management-interface" => "http-interface")
]) - failure description: {
    "WFLYCTL0080: Failed services" => {"org.wildfly.management.http.extensible" => "java.net.BindException: Address already in use /0.0.0.0:10490"},
    "WFLYCTL0412: Required services that are not installed:" => ["jboss.http-upgrade-registry.http-management"],
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.remoting.remoting-http-upgrade-service.http-management is missing [jboss.http-upgrade-registry.http-management]"]
}
15:29:26,272 ERROR [org.jboss.as.controller] [] [] WFLYCTL0459: Triggering roll back due to missing management services.
15:29:26,272 ERROR [org.jboss.as.controller.management-operation] [] [] WFLYCTL0013: Operation ("add") failed - address: ([
    ("core-service" => "management"),
    ("management-interface" => "native-interface")
]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.remoting.server.management" => "WFLYRMT0004: Address already in use 0.0.0.0:10499
    Caused by: java.net.BindException: Address already in use"}}

我發現了使用這些端口的應用程序的 PID,並使用了 kill -9 PID。 有效。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM