1 Reply Latest reply on Dec 2, 2010 1:07 PM by dmlloyd

    ServerDeploymentStartStopHandler cannot access ServerDeploymentRepository

    thomas.diesler

      After the recent update to the deployment chain I see that

       

      ServerDeploymentStartStopHandler.activate(...)

       

      is called before the ServerDeploymentRepository service comes up.

       

      This results in a ServiceNotFoundException in ServerDeploymentStartStopHandler.getDeploymentRepository(...) which is then swallowed and does not show up on the console and neither in the logs.

       

      As a result, deployements do silently not activate.

       

      https://jira.jboss.org/browse/JBAS-8690