Hi,
The IceGrid registry might deactivates servers with the "session" activation mode when the application that contains these servers is updated. The patch below fixes this problem.
Note that you only need this patch if you use the "session" activation mode, servers with other activation modes (on-demand, manual, etc) are not affected by this issue.
To apply the patch:
Cheers,Code:$ cd Ice-3.3.0 $ patch -p1 < patch.txt
Benoit.

Reply With Quote