Hello,
I am working on an application that most likely will act as an Ice server as well as an IceStorm publisher. I have been able to get the functionality to work separately, but when I attempt to launch the Ice server with the IceStorm server already running I get a socket exception (WSAADDRINUSE), even after modification of the IceStorm port number in the config file.
This is also the case with the demo applications ('Hello' demo for Ice and 'Clock' demo for IceStorm). I changed the port in the IceStorm 'clock' demo config file from 10000 to 9998 in hopes that would correct the issue, but I still get the socket exception when trying to launch the IceStorm server if the 'Hello' server is already running.
Thanks in advance for your help.

Reply With Quote