Archived

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

NoEndpointException

If I run the server and then the simulator, I get the following error message:

/home/jaxy/workspace/CraneInterface/Simulator/simulator: Reference.cpp:1585: Ice::NoEndpointException:
no suitable endpoint available for proxy `SimpleLogFile -t @ CraneAdapter'
terminate called after throwing an instance of 'IceUtil::NullHandleException'
what(): /usr/include/IceUtil/Handle.h:46: IceUtil::NullHandleException

What is wrong??

Comments

  • bernard
    bernard Jupiter, FL
    Peter,

    Short code excerpts are easier to review and therefore preferred.

    I also recommend reading the Ice manual, in particular the section about Location Services: http://www.zeroc.com/doc/Ice-3.3.1/manual/Adv_server.33.18.html

    While I didn't check your code, one possible cause for this exception is that your CraneAdapter didn't register itself with the IceGrid registry, perhaps because you forgot to activate this adapter.

    Best regards,
    Bernard