View Single Post
  #1 (permalink)  
Old 07-19-2005
gminorcoles gminorcoles is offline
Registered User
 
Name: George Coles
Organization: QIM LLC
Project: Trading Application
 
Join Date: Jan 2005
Location: Charlottesville, VA
Posts: 11
icepackregistry start service - cannot find the path specified

I get this error in the event log when I try to start the icepack registry as a service:
.\PropertiesI.cpp:559: Ice::SyscallException:
syscall exception: The system cannot find the path specified.


C:\Program Files\qim\qim.rlauncher.ice.ProcessLauncherServer\ bin>icepackregistry
--start icepackregistry --Ice.Config="C:\Program Files\qim\qim.rlauncher.ice.Pr
ocessLauncherServer\icepack.config"
Service start pending.
Service failed to start.
Current state: 1
Exit code: 1
Service specific exit code: 0
Check point: 0
Wait hint: 0


Here are the contents of my config file:

Ice.Default.Locator=IcePack/Locator:default -p 12004

#IcePack.Registry.Client.Endpoints=default -p 12004
IcePack.Registry.Client.Endpoints=default -p 11000 -h 192.168.1.6
IcePack.Registry.Server.Endpoints=default
IcePack.Registry.Internal.Endpoints=default
IcePack.Registry.Admin.Endpoints=default
IcePack.Registry.Data=C:/db/registry

#IcePack.Node.Name=node
IcePack.Node.Endpoints=default
IcePack.Node.Data=db/node
IcePack.Node.CollocateRegistry=1


It works when I use the same arguments but dont try to start as a service, ie, just run icepackregistry without the --start servicename arg.
__________________
...
Reply With Quote