2 Replies Latest reply on May 7, 2013 5:56 PM by adrianoschmidt

    Domain Shutdown error

    jmascreen

      Hi I am facing this issue while shutdown of the domain which as been binded to local IP rather that the loop back - "JBAS010850: No handler for operation shutdown at address []

        • 1. Re: Domain Shutdown error
          brian.stansberry

          In a manged domain, the shutdown operation is not located in the root resource (i.e. address []). A shutdown operation in the root resource would imply shutting down the entire domain. That's something we haven't implemented at this point. To shutdown an individual host, you address the root resource for that host. So, for a host named "host-2":

           

           

          /host=host-2:shutdown

           

           

          For a host named "master" (which is the name of the host in the default host.xml the AS ships):

           

          /host=master:shutdown

          • 2. Re: Domain Shutdown error
            adrianoschmidt

            Thanks!! I had the same problem and with "/host=master:shutdown" worked!!!