Jboss 在wildfly中部署EAR时出错

Jboss 在wildfly中部署EAR时出错,jboss,jenkins,ear,wildfly,Jboss,Jenkins,Ear,Wildfly,当我想在wildfly中部署我的多模块maven Spring项目时,我总是会遇到这个错误。 詹金斯为我做了一个耳朵锉刀,我刚把它添加到wildfly上 有人知道这是什么意思吗?我在网上找不到它 谢谢 我的错误日志文件: Tue Apr 01 17:41:45 GMT+200 2014 Failed to enable fal2-ear-0.0.8.ear. Unexpected HTTP response: 500 Request { "address" => [("dep

当我想在wildfly中部署我的多模块maven Spring项目时,我总是会遇到这个错误。 詹金斯为我做了一个耳朵锉刀,我刚把它添加到wildfly上

有人知道这是什么意思吗?我在网上找不到它

谢谢

我的错误日志文件:

 Tue Apr 01 17:41:45 GMT+200 2014
Failed to enable fal2-ear-0.0.8.ear.

Unexpected HTTP response: 500

Request
{
    "address" => [("deployment" => "fal2-ear-0.0.8.ear")],
    "operation" => "deploy"
}

Response

Internal Server Error
{
    "outcome" => "failed",
    "failure-description" => {"JBAS014879: 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.subunit.\"fal2-ear-0.0.8.ear\".\"ccbe-fal2.war\".INSTALL",
            "jboss.deployment.unit.\"fal2-ear-0.0.8.ear\".INSTALL"
        ],
        "Services that may be the cause:" => ["jboss.remoting.remotingConnectorInfoService.http-remoting-connector"]
    }},
    "rolled-back" => true
}

事实上,对于一个独立的野蝇,我也有同样的问题

  • 首先,我看了一下standalone/log/server.log。最后一行说 http侦听器未初始化
  • 然后我检查了standalone/configuration/standalone-full.xml。上面说 http已经分配了8080
  • 检查端口,切诺基服务器正在使用8080
  • 所以我改变了cherokee端口并重新启动了两台(cherokee和Wildfly)服务器,这就成功了


    希望您像我那样解决了问题。

    您的server.log说明了什么?我添加了日志文件。thx提前:)愚蠢。端口8080已在使用:)@Rodrigo:如果添加多个http侦听器,也可能导致此错误。
        2014-04-01 09:21:08,942 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "fal2-ear-0.0.6.ear" (runtime-name: "fal2-ear-0.0.6.ear")
    2014-04-01 09:21:09,425 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015876: Starting deployment of "null" (runtime-name: "ccbe-fal2.war")
    2014-04-01 09:21:11,599 ERROR [org.jboss.as.controller.management-operation] (XNIO-1 task-6) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "fal2-ear-0.0.6.ear")]) - failure description: {"JBAS014879: 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.subunit.\"fal2-ear-0.0.6.ear\".\"ccbe-fal2.war\".INSTALL",
            "jboss.deployment.unit.\"fal2-ear-0.0.6.ear\".INSTALL"
        ],
        "Services that may be the cause:" => ["jboss.remoting.remotingConnectorInfoService.http-remoting-connector"]
    }}
    2014-04-01 09:21:11,614 ERROR [org.jboss.as.server] (XNIO-1 task-6) JBAS015870: Deploy of deployment "fal2-ear-0.0.6.ear" was rolled back with the following failure message: 
    {"JBAS014879: 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.subunit.\"fal2-ear-0.0.6.ear\".\"ccbe-fal2.war\".INSTALL",
            "jboss.deployment.unit.\"fal2-ear-0.0.6.ear\".INSTALL"
        ],
        "Services that may be the cause:" => ["jboss.remoting.remotingConnectorInfoService.http-remoting-connector"]
    }}
    2014-04-01 09:21:11,692 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment null (runtime-name: ccbe-fal2.war) in 79ms
    2014-04-01 09:21:11,692 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment fal2-ear-0.0.6.ear (runtime-name: fal2-ear-0.0.6.ear) in 83ms
    2014-04-01 09:21:11,692 INFO  [org.jboss.as.controller] (XNIO-1 task-6) JBAS014774: Service status report
    JBAS014777:   Services which failed to start:      service jboss.undertow.listener.default: org.jboss.msc.service.StartException in service jboss.undertow.listener.default: Could not start http listener