|
Hi,
I don't see how it could work if you remove the servers from the application, to which server would the client connect to? Could you post the configuration file of the client as well?
The Ice::ObjectNotExistException indicates that the client setCallback request is rejected by Glacier2. This can happen if the client doesn't have an active session or is using another network connection than the one used to create the session.
You should enable network tracing in your client (with Ice.Trace.Network=2) and Glacier2 tracing (with Glacier2.Client.Trace.Reject=1) to see if it gives you some hints.
Cheers,
Benoit
|