簡體   English   中英

WFLYCTL0180:缺少/不可用的依賴項和反射性信息錯誤的服務

[英]WFLYCTL0180: Services with missing/unavailable dependencies and reflective information error

17:15:41,160 ERROR [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0021: Deploy of deployment "ETS_EAR.ear" 

已回滾並顯示以下失敗消息:

{
    "WFLYCTL0080: Failed services" => {
        "jboss.deployment.subunit.\"ETS_EAR.ear\".\"ETSServices-0.0.1-SNAPSHOT.jar\".POST_MODULE" => "WFLYSRV0153: Failed to process phase POST_MODULE of subdeployment \"ETSServices-0.0.1-SNAPSHOT.jar\" of deployment \"ETS_EAR.ear\"
    Caused by: java.lang.RuntimeException: WFLYSRV0177: Error getting reflective information for interface com.*.ets.remote.LoggingRemoteInter with ClassLoader ModuleClassLoader for Module \"deployment.ETS_EAR.ear.ETSServiceRemote-0.0.1-SNAPSHOT.jar\" from Service Module Loader
    Caused by: java.lang.NoClassDefFoundError: com/*/ets/client/jsflogging/ParentLoggingTO
    Caused by: java.lang.ClassNotFoundException: com.xocialive.ets.client.jsflogging.ParentLoggingTO from [Module \"deployment.ETS_EAR.ear.ETSServiceRemote-0.0.1-SNAPSHOT.jar\" from Service Module Loader]",
        "jboss.deployment.subunit.\"ETS_EAR.ear\".\"ETSValidators-0.0.1-SNAPSHOT.jar\".POST_MODULE" => "WFLYSRV0153: Failed to process phase POST_MODULE of subdeployment \"ETSValidators-0.0.1-SNAPSHOT.jar\" of deployment \"ETS_EAR.ear\"
    Caused by: java.lang.RuntimeException: WFLYSRV0177: Error getting reflective information for class com.*.validators.MCSValidatorEJB with ClassLoader ModuleClassLoader for Module \"deployment.ETS_EAR.ear.ETSValidators-0.0.1-SNAPSHOT.jar\" from Service Module Loader
    Caused by: java.lang.NoClassDefFoundError: Failed to link */*/*/YEFIErrorStructure/xml/schemas/version2_3/CommonErrorStructure (Module \"deployment.ETS_EAR.ear.MCSIntegration-0.0.1-SNAPSHOT.jar\" from Service Module Loader): org/apache/axis/AxisFault"
    },
    "WFLYCTL0412: Required services that are not installed:" => [
        "jboss.deployment.unit.\"ETS_EAR.ear\".WeldStartService",
        "jboss.deployment.unit.\"ETS_EAR.ear\".beanmanager"
    ],
    "WFLYCTL0180: Services with missing/unavailable dependencies" => ["jboss.deployment.unit.\"ETS_EAR.ear\".weld.weldClassIntrospector is missing [jboss.deployment.unit.\"ETS_EAR.ear\".beanmanager, jboss.deployment.unit.\"ETS_EAR.ear\".WeldStartService]"]
}

使用@resource(lookup = ...)代替@resource(name

資源

暫無
暫無

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

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