Archived

This forum has been archived. Please start a new discussion on GitHub.

how to shut down a node?

Hi,
I used Ice-3.1.1.
I have 2 problems:
1)The Ice commands(icegridnode for exmple) can't recognize chinese path.
2)I have found that the IceGridGUI.jar can shut down a node,but i can't find the functions that can shut down a node in NodeObserver class and RegistryObserver class in the chapter 36.12 of the Ice-3.1.1.pdf.

Comments

  • benoit
    benoit Rennes, France
    Hi,
    russule wrote: »
    Hi,
    I used Ice-3.1.1.
    I have 2 problems:
    1)The Ice commands(icegridnode for exmple) can't recognize chinese path.

    Yes, adding support for this is on our TODO list. If you have a commercial interest in this, please contact us at info@zeroc.com.
    2)I have found that the IceGridGUI.jar can shut down a node,but i can't find the functions that can shut down a node in NodeObserver class and RegistryObserver class in the chapter 36.12 of the Ice-3.1.1.pdf.

    The observer interfaces only allow you to receive updates from the registry about the deployment. You can't do anything with them. You need to use the IceGrid::Admin interface to manage the deployment (and the shutdownNode() method to shutdown a node).

    Cheers,
    Benoit.
  • thank you!