0 Replies Latest reply on Dec 18, 2015 12:56 PM by daniel9x

    JBAS014775:    New missing/unsatisfied dependencies - Unable to make sense of error

    daniel9x

      This is the error I am getting when I try to deploy my war into the new JBOSS EAP 6 Structure. This war is working in my old JBOSS AS 5 instance I should add.

       

      JBAS014775:New missing/unsatisfied dependencies:
        service jboss.deployment.subunit."clinicalTrials.war".WEB-INF/classes (missing) dependents: [service jboss.deployment.unit."clinicalTrials.war".PARSE]
        service jboss.deployment.subunit."clinicalTrials.war".WEB-INF/classes.STRUCTURE (missing) dependents: [service jboss.deployment.unit."clinicalTrials.war".PARSE]

       

       

      How do I get more information on what dependencies are actually missing? I tried changing the log level to DEBUG but didn't get much more information. What does the .STRUCTURE and .PARSE stuff mean? The war has the classes in it. Pleas help.