Archived

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

Patch for Ice-3.1.0: icegridadmin application patch bug fix

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::operator()

In order to apply the patch:
> cd Ice-3.1.0
> patch -p0 < IceGrid.DescriptorHelper.patch.txt

Comments

  • benoit
    benoit Rennes, France
    Hi Michael,

    Thanks a lot for the bug report and the patch. You can expect this to be fixed in the next patch release.

    Cheers,
    Benoit.