Primefaces 5.0 Showcase未在JBoss EAP 6.2上运行

时间:2014-06-17 04:09:17

标签: primefaces jboss6.x

我尝试在Primefaces 5.0 Showcase上部署JBoss EAP 6.2并失败。

错误:

Unexpected HTTP response: 500

Request
{
    "address" => [("deployment" => "primeshowcase_50.war")],
    "operation" => "deploy"
}

Response

Internal Server Error
{
    "outcome" => "failed",
    "failure-description" => {"JBAS014671: Failed services" =>     {"jboss.web.deployment.default-host./primeshowcase_50" =>     "org.jboss.msc.service.StartException in service     jboss.web.deployment.default-host./primeshowcase_50:     org.jboss.msc.service.StartException in anonymous service: JBAS018040:     Failed to start context
    Caused by: org.jboss.msc.service.StartException in anonymous service:     JBAS018040: Failed to start context"}},
    "rolled-back" => true
}

有人遇到过同样的问题吗?

1 个答案:

答案 0 :(得分:2)

请检查您的图书馆。我遇到了同样的问题。我通过用javax.faces-2.1.17.jar替换javax.faces-2.2.6.jar来修复它。