Archived

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

remote node server launch problem...

Having a bit of a trouble getting the servers to launch on the remote nodes. Created a config.XXX and specified IceGrid.Node.Name=XXX in the
property list. Ran icegridnode on the remote host with
icegridnode --Ice.Config=config.XXX

My Server descriptor for Node XXX looks like

<node name = "XXX" >
...
</node>

My client is able to get an object proxy but gives a:Ice::NoEndpointException:
no suitable endpoint available for proxy when I try to use that proxy.

With localhost I can get it to work. Am I missing something?

thanks for the help.
Kishore

Comments

  • solved.

    Had missed out the host name from the Ice.Default.Locator entry of the config.xxx file.

    after adding hostname for the registry it worked.
    At last!

    kishore wrote: »
    Having a bit of a trouble getting the servers to launch on the remote nodes. Created a config.XXX and specified IceGrid.Node.Name=XXX in the
    property list. Ran icegridnode on the remote host with
    icegridnode --Ice.Config=config.XXX

    My Server descriptor for Node XXX looks like

    <node name = "XXX" >
    ...
    </node>

    My client is able to get an object proxy but gives a:Ice::NoEndpointException:
    no suitable endpoint available for proxy when I try to use that proxy.

    With localhost I can get it to work. Am I missing something?

    thanks for the help.
    Kishore