1 Reply Latest reply on Aug 16, 2011 10:13 AM by brian.stansberry

    boot domain configuration without domain controller

    lazo

      I need to start AS in domain mode without starting domain controller or connecting to remote domain controller. AS will start as "node" which will run native managenent interface and wait for external connection to define address of domain controller using:

       

      connect node_ip

      /host=node1:write-remote-domain-controller(host=172.16.254.128, port=9999)

       

       

      I tryied to start with local domain controller and remove it before defining remote

       

      /host=node1:remove-local-domain-controller

      /host=node1:write-remote-domain-controller(host=172.16.254.128, port=9999)

       

      but I get an exception:

      java.lang.IllegalStateException: Configuration persister for domain model is already initialized

       

       

      Is it posible to configure this behavior ?