Archived

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

icegridregistry and icegridnode

my pc enviroment is xp sp2

when i run icegridregistry --ice.config=d:\myicegrid\config.grid
raise: error: invalid option: `--ice.config'
i run icegridnode --ice.config=d:\myicegrid\config.node
raise : error: invalid option: `--ice.config=d:\myicegrid\config.node'

i run icegridregistry and it raise error: property `icegrid.registry.data' is not set
i run icegridnode and it raise error: property `Ice.Default.Locator' is not set

Comments

  • benoit
    benoit Rennes, France
    Hi,

    The case is wrong for the option that specifies the location of the configuration file, it should be: --Ice.Config instead of --ice.config. Try:

    $ icegridregistry --Ice.Config=d:\myicegrid\config.grid

    Cheers,
    Benoit.
  • thanks!
    i get