Hello Christoph

On 03/06/2012 03:04 AM, "Christoph Fünfzig" wrote:
> I have a very strange problem with
>    testClusterClient server1
>    testClusterServer -w server1
>
> This pair is working for one server PC (server1) running Windows 7 Ultimate,
> but not for another (server2) with hardly any difference.
>
> OSGClusterServer is waiting in acceptGroup:
>    "if (bound&&  _connection&&  _connection->acceptGroup(0.2)>= 0)"
> OSGClusterWindow gives error WSAECONNREFUSED=10061
> in the socket connect:
>    "// connect to server
>     channel = connection->connectPoint(respAddress);"
> Obvious firewall issues have been ruled out, switch is standard 1GBit.
> Does anyone know what causes this?

description of WSACONNREFUSED is:

Connection refused.
     No connection could be made because the target computer actively 
refused it. This usually results from trying to connect to a service 
that is inactive on the foreign host—that is, one with no server 
application running.

My initial guess would be that it's either a firewall or permissions 
issue on the server. Since you've ruled out the firewall is the user 
account on the server perhaps lacking permissions to open a port for 
connecting?

        Cheers,
                Carsten

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to