Archived

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

Connect failed HELP!

HELLO,
I have a problem to connect to the server, when i run the client, given these message,how to solve it?

..\ICE-1.2.0\src\Ice\Network.cpp:447: Ice::Con
nectFailedException:
connect failed: WSAECONNREFUSED
Press any key to continue

Comments

  • Re: Connect failed HELP!
    Originally posted by alesio
    HELLO,

    ..\ICE-1.2.0\src\Ice\Network.cpp:447: Ice::Con
    nectFailedException:
    connect failed: WSAECONNREFUSED

    This means that no-one is listening at the address and port the client is trying to connect to. Most likely, the proxy used by the client does not match the address and port at which the server is listening.

    Run client and server with --Ice.Trace.Network=3. That will quickly point out any mismatch.

    Cheers,

    Michi.