Archived

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

Patch #10 for Ice-3.3.0 (IceGrid): session server deactivation on application update

benoit
benoit Rennes, France
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:
$ cd Ice-3.3.0
$ patch -p1 < patch.txt

Cheers,
Benoit.