Archived

This forum has been archived. Please start a new discussion on GitHub.

connection timeout

Hi,
My Ice version is 3.3.1 and Compiler version is Visual Studio 2005, Operating system is Windows server 2003 SP2. There always exists a problem like " Connection timeout while establishing a connection" when I Pub an event uising IceStorm. So, I confuse that whether Win server 2003 SP2 does not suppout Ice 3.3.1 well. Please do let me konw whether it is exactly the reason what I have said. If not, please tell me what may other reasons will cuase this problem. Thank you very much!
Best wishes!:)

Comments

  • benoit
    benoit Rennes, France
    Hi,

    Ice 3.3.1 is supported on Windows Server 2003 SP2 with Visual Studio 2005 SP1 (see here for the list of supported platforms by Ice 3.3.1). You should however upgrade to 3.4.1 if you want to need support here on the forums.

    A connection timeout exception is an expected error condition that occurs if the Ice client runtime can't establish a network connection after a given timeout. You should enable network tracing to figure out to the faulty IP address (with the Ice.Trace.Network=2 property).

    Cheers,
    Benoit.