Archived

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

icegridregistry config problem

Hi,
I am trying to configure icegridregistry. I pass it the location of my registry.cfg file, using config settings taken from the samples in the icegrid section of the 3.3.1 documentation.

IceGrid.Registry.Data=C:/zeroc/IceFIX-1.0.0/db/registry
IceGrid.Registry.Client.EndPoints=tcp -p 6660
IceGrid.Registry.Server.EndPoints=tcp
IceGrid.Registry.Internal.Endpoints=tcp
IceGrid.Registry.AdminPermissionsVerifier=IceGrid/NullPermissionsVerifier
IceGrid.Registry.DynamicRegistration=1

When I run
C:\zeroc\IceFIX-1.0.0\bin>icegridregistry --Ice.Config=C:/zeroc/IceFIX-1.0.0/qimconfig/registry.cfg

I get these errors
05/01/09 10:20:45.178 warning: unknown property: IceGrid.Registry.Client.EndPoints
05/01/09 10:20:45.178 warning: unknown property: IceGrid.Registry.Server.EndPoints
05/01/09 10:20:45.178 icegridregistry: error: property `IceGrid.Registry.Client.Endpoints' is not set

I am running on Windows XP. This I am sure comes down to some maddeningly simple mistake, can you help me find it?

Comments