An Ice client application must supply a proxy for the locator object, which it can do in several ways:

The Ice run time's efforts to resolve an indirect proxy can be traced by setting the following configuration properties:

{zcode}
Ice.Trace.Network=2
Ice.Trace.Protocol=1
Ice.Trace.Locator=2
{zcode}

See Ice Trace Properties for more information on these properties.

See Also