Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-3892

DomainLifecycleUtil.start() does not work if DomainLifecycleUtil.stop() is used to stop the host.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 9.0.0.Beta1
    • 9.0.0.Alpha1
    • Test Suite
    • None

    Description

      The slave host does not restart after it is stopped using DomainLifecycleUtil.stop()

      Steps to reproduce:

      DomainTestSupport testSupport = DomainTestSupport.create( DomainTestSupport.Configuration.create(DomainHostJoinLeavesTestCase.class.getSimpleName(),
      "domain-configs/domain.xml",
      "host-configs/host-master.xml", "host-configs/host-slave.xml"));

      testSupport.start();

      DomainLifecycleUtil slaveDomainLifecycleUtil = testSupport.getDomainSlaveLifecycleUtil();

      slaveDomainLifecycleUtil.stop();
      slaveDomainLifecycleUtil.start();

      Attachments

        Issue Links

          Activity

            People

              psotirop@redhat.com Panagiotis Sotiropoulos
              psotirop@redhat.com Panagiotis Sotiropoulos
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: