1 Reply Latest reply on Jan 6, 2017 12:43 PM by lafr

    Unable to Enable an EAR Deployment.

    jbossjim

      The following message is displayed when trying to upload an .ear deployment. Please suggest.

       

      Fri Jan 06 10:37:48 GMT+530 2017

      Unable to modify deployment.

      Unexpected HTTP response: 500  Request { "operation" => "deploy", "address" => [("deployment" => "dolphin")] }  
      Response  Internal Server Error { "outcome" => "failed", "failure-description" => { "WFLYCTL0080: Failed services" =>
      {"jboss.deployment.unit.dolphin.POST_MODULE" => "org.jboss.msc.service.StartException in service jboss.deployment.unit.dolphin.POST_MODULE:
      WFLYSRV0153: Failed to process phase POST_MODULE of deployment \"dolphin\"
      Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: java.lang.
      ClassNotFoundException: ind.gov.cgda.sagacity.dolphin.session.utils.MarathonOther
      from [Module \"deployment.dolphin:main\" from Service Module Loader]
      Caused by: java.lang.ClassNotFoundException: ind.gov.cgda.sagacity.dolphin.session.utils.MarathonOther
      from [Module \"deployment.dolphin:main\" from Service Module Loader]"},
      "WFLYCTL0412: Required services that are not installed:" => ["jboss.deployment.unit.dolphin.POST_MODULE"],
      "WFLYCTL0180: Services with missing/unavailable dependencies" => undefined }, "rolled-back" => true }
        • 1. Re: Unable to Enable an EAR Deployment.
          lafr

          Caused by: java.lang.ClassNotFoundException: ind.gov.cgda.sagacity.dolphin.session.utils.MarathonOther from [Module \"deployment.dolphin:main\" from Service Module Loader],

          Is this missing class part of your ear?

          Show us the modules you ear has.