最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

java - Wildfly failed service during jboss deployment - Stack Overflow

programmeradmin5浏览0评论
{
    \"WFLYCTL0080: Failed services\" => {\"jboss.deployment.subunit.\\\"appRestServiceEAR.ear\\\".\\\"appRestServices.war\\\".POST_MODULE\" => \"WFLYSRV0153: Failed to process phase POST_MODULE of subdeployment \\\"appRestServices.war\\\" of deployment \\\"appRestServiceEAR.ear\\\"
    Caused by: java.lang.NoClassDefFoundError: Failed to link /glassfish/jersey/server/ResourceConfig$RuntimeConfig (Module \\\"deployment.appRestServiceEAR.ear.appRestServices.war\\\" from Service Module Loader): Failed to link /glassfish/jersey/server/ResourceConfig (Module \\\"deployment.appRestServiceEAR.ear.appRestServices.war\\\" from Service Module Loader): Failed to link /glassfish/jersey/server/ServerConfig (Module \\\"deployment.appRestServiceEAR.ear.appRestServices.war\\\" from Service Module Loader): Failed to link /glassfish/jersey/ExtendedConfig (Module \\\"deployment.appRestServiceEAR.ear.appRestServices.war\\\" from Service Module Loader): jakarta/ws/rs/core/Configuration
    Caused by: java.lang.ClassNotFoundException: jakarta.ws.rs.core.Configuration from [Module \\\"deployment.appRestServiceEAR.ear.appRestServices.war\\\" from Service Module Loader]\"},
    \"WFLYCTL0412: Required services that are not installed:\" => [
        \"jboss.deployment.unit.\\\"appRestServiceEAR.ear\\\".WeldStartService\",
        \"jboss.deployment.unit.\\\"appRestServiceEAR.ear\\\".beanmanager\"
    ],
    \"WFLYCTL0180: Services with missing/unavailable dependencies\" => [\"jboss.deployment.unit.\\\"appRestServiceEAR.ear\\\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\\\"appRestServiceEAR.ear\\\".WeldStartService, jboss.deployment.unit.\\\"appRestServiceEAR.ear\\\".beanmanager]\"]
}

While I'm restarting jboss getting the above error. I tried deploying the same rest services in another server but it's working fine there. Jboss EAP version is 7.4.19.GA. Any idea why it's getting failed ?

发布评论

评论列表(0)

  1. 暂无评论