Hi,
The icegridadmin cannot patch a deployed application. The registry throws the following exception
.\LocatorInfo.cpp:375: Ice::NotRegisteredException:
no object with id `${application}.IcePatch2/server' is registered
The patch fixes a mistake made in src/IceGrid/DescriptorHelper.cpp:Resolver:perator()
In order to apply the patch:
> cd Ice-3.1.0
> patch -p0 < IceGrid.DescriptorHelper.patch.txt

perator()
Reply With Quote