我尝试在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
}
有人遇到过同样的问题吗?
答案 0 :(得分:2)
请检查您的图书馆。我遇到了同样的问题。我通过用javax.faces-2.1.17.jar替换javax.faces-2.2.6.jar来修复它。