Hi,
I'm running an ice service inside an icebox (inside an icegrid). It's the only service in the icebox. Activation mode is set to on demand. So when the first call to a proxy of the service is called, I would expect the icebox to be started and then the call serviced. Now that happens, except sometimes it doesn't. Most of the times it fails when the icegrid is started up just after a reboot.
Sometimes the activation of the icebox timed out. I pinned it down to the adapter->activate() call. So sometimes it hangs. What would be possible causes for the adapter's activate call to fail? The fact that it doesn't fail all the time seems to indicate it's a timing issue. but I can't figure out what.
I'm running Ice 3.4.1 on windows 7. The service is a c++ icebox service, built using VS 2010.
Thanks
Budyanto

Reply With Quote
