Archived

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

[IceGrid+IceStorm] ConnectionRefusedException

Hi,
What is wrong in the demo "replicated" of IceStorm using IceGRid because I have these errors :
$ icegridnode --Ice.Config=config.grid

02/10/10 16:19:41.181 icegridnode: warning: couldn't reach the IceGrid registry
(this is expected if it's down, otherwise please check the value of the Ice.Defa
ult.Locator property):
Network.cpp:1220: Ice::ConnectionRefusedException:
connection refused: WSAECONNREFUSED

May be it want icegridregistry .... for starting icegrid ?

Thanks

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Which Ice version do you use and which platform?

    Did you modify the config.grid file? Could you post the content of the configuration file here?

    Cheers,
    Benoit.
  • Hi,
    Which Ice version do you use and which platform?
    I use Ice-3.3.1 with Windows 7
    Did you modify the config.grid file? Could you post the content of the configuration file here?
    At the first time no, but when I have these errors I made the modification below in the config.grid file :

    old configuration which generate error (original version) :
    ...
    Ice.Default.Locator=DemoIceGrid/Locator:default -p 4061
    ...
    IceGrid.Registry.Client.Endpoints=default -p 10001
    ....
    new configuration
    ...
    Ice.Default.Locator=DemoIceGrid/Locator:default -p 10001
    ...
    IceGrid.Registry.Client.Endpoints=default -p 10001
    ...

    the new configuration work fine but I'd like to know your idea

    thanks