I have run IceStorm and the clock demo in winxp, it work well.
But when I run IceStorm in RH AS4, and run publisher and subscriber in winxp.
The publisher raise the Ice::ConnectionRefusedException when it call clock->tick(). I suprise that it have connected with server when it call manager->retrieve("time") and why it's can't connected when it call clock->tick().
My config file as follow:
My config_service file as follow:Code:Clock.Subscriber.Endpoints=tcp IceStorm.TopicManager.Proxy=IceStorm/TopicManager:tcp -h 192.168.6.2 -p 10000 IceStorm.TopicManager.Endpoints=tcp -h 192.168.6.2 -p 10000 IceStorm.Publish.Endpoints=tcp IceStorm.Trace.TopicManager=2 IceStorm.Trace.Topic=1 IceStorm.Trace.Subscriber=1 IceStorm.Trace.Flush=1 IceStorm.Flush.Timeout = 200
Code:IceBox.ServiceManager.Endpoints=tcp -p 9998 IceBox.Service.IceStorm=IceStormService,21:create --Ice.Config=config Freeze.DbEnv.IceStorm.DbHome=db

.
Reply With Quote