Archived
This forum has been archived. Please start a new discussion on GitHub.
Patch for icegridnode, release 3.0.0
Hi,
The icegridnode in Ice 3.0.0 might incorrectly remove service configuration files or database environment directories. To work-around the problem, you should make sure to specify the services and the database environments in alphabetical order (sorted by name). You can also apply the following patch to fix the problem.
To apply the patch to the Ice source distribution:
Thanks,
Benoit.
The icegridnode in Ice 3.0.0 might incorrectly remove service configuration files or database environment directories. To work-around the problem, you should make sure to specify the services and the database environments in alphabetical order (sorted by name). You can also apply the following patch to fix the problem.
To apply the patch to the Ice source distribution:
$ cd Ice-3.0.0
$ patch -p0 < icegrid.3.0.patch.txt
$ patch -p0 < icegrid.3.0.patch.txt
Thanks,
Benoit.
0