Archived

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

Creating proxy using Glacier2 router fails 2nd time around

I'm using a glacier2 router and the first time I create a proxy and add the router everything works great. Then I destroy the router and attempt to create the same proxy. The 2nd time around when I add the router using ice_router and get a runtime error, no exception throne.

The same program without adding the router at all to the proxy, in other words no invocation of ice_router ever, works fine.

Any suggestions?

Regards --Roland

Comments

  • There is currently no way to remove a router proxy from an object adapter. Once it has been added, the object adapter has to keep it until the object adapter is destroyed.

    I'm afraid that you are using Glacier2 routers in a way that we have never tested before, therefore I don't know why you get a runtime error instead of a proper exception :(