Still no luck..
Anyway here are my config files (which work in cmd line box)
Icebox and iceStorm Configs are blow
Code:
IceStorm.Directory=C:\Windows\ServiceProfiles\LocalService\AppData\Local\icebox\data
IceBox.ServiceManager.Endpoints=tcp -p 0
IceBox.Service.IceStorm=IceStormService,34:createIceStorm --Ice.Config="C:\Windows\ServiceProfiles\LocalService\AppData\Local\icebox\data\icebox.config_storm"
Code:
IceStorm.InstanceName=IceStorm
IceStorm.TopicManager.Endpoints=tcp -p 17614
IceStorm.Publish.Endpoints=tcp -p 0:udp -p 0
IceStorm.Trace.TopicManager=2
IceStorm.Trace.Topic=1
IceStorm.Trace.Subscriber=1
IceStorm.Flush.Timeout=2000
IceStorm.Transient=1
The LocalService has full access the the directory in question.
I have tried different format fo the service bin path but all give the windows services 1053 error after the timeout:
Code:
c:\Program Files\ZeroC\Ice-3.4.2\bin\icebox.exe --Ice.Config=c:\Windows\ServiceProfiles\LocalService\AppData\Local\icebox\data\icebox.config
"c:\Program Files\ZeroC\Ice-3.4.2\bin\icebox.exe" --Ice.Config="c:\Windows\ServiceProfiles\LocalService\AppData\Local\icebox\data\icebox.config"
c:\Program Files\ZeroC\Ice-3.4.2\bin\icebox.exe --Ice.Config="c:\Windows\ServiceProfiles\LocalService\AppData\Local\icebox\data\icebox.config"
c:\Program Files\ZeroC\Ice-3.4.2\bin\icebox.exe --Ice.Config=c:\Windows\ServiceProfiles\LocalService\AppData\Local\icebox\data\icebox.config