Hi Utkarsh,<div><br></div><div>I guess we&#39;ve found the problem. The connection was really getting lost in our local network. After tweaking some servers in our lab, the things are now working.</div><div><br></div><div>

Thanks for your help!</div><div><br></div><div>Renato.<br><br><div class="gmail_quote">On Thu, Sep 6, 2012 at 11:58 AM, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I think that&#39;s you first clue. The fact that even telnet cannot<br>
connect back to your client machine/port indicates that something is<br>
either blocking the connection or it&#39;s just getting lost in the<br>
network. Does ping &quot;my.ip.external.address&quot; work from the server host?<br>
<br>
Utkarsh<br>
<br>
On Thu, Sep 6, 2012 at 10:03 AM, Renato Elias &lt;<a href="mailto:rnelias@gmail.com">rnelias@gmail.com</a>&gt; wrote:<br>
&gt; Hi Utkarsh,<br>
<div class="HOEnZb"><div class="h5">&gt;<br>
&gt; neither an error message I get from pvserver. It just keep waiting for<br>
&gt; connection until exit due to time out... the client stays there with the<br>
&gt; &quot;waiting for server connection&quot; screen open and nothing happens.<br>
&gt;<br>
&gt; I&#39;m not familiar with telnet commands but tried the following:<br>
&gt;<br>
&gt; telnet&gt; open my.ip.external.address 11111<br>
&gt; Trying my.ip.external.address...<br>
&gt;<br>
&gt; and it just hangs trying to connect.<br>
&gt;<br>
&gt; The client in this test is a Macbook running Lion. I&#39;ve tried with the<br>
&gt; firewall open and closed as well.<br>
&gt;<br>
&gt; Any more hints?<br>
&gt;<br>
&gt; Renato.<br>
&gt;<br>
&gt; On Thu, Sep 6, 2012 at 10:46 AM, Utkarsh Ayachit<br>
&gt; &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Renato,<br>
&gt;&gt;<br>
&gt;&gt; Here&#39;s what I get the server spewing when I run &quot;pvserver --rc&quot;<br>
&gt;&gt; without any client already running:<br>
&gt;&gt;<br>
&gt;&gt; ------------------------------<br>
&gt;&gt; Connecting to client (reverse connection requested)...<br>
&gt;&gt; Connection URL: csrc://miranda:11111<br>
&gt;&gt; ERROR: In<br>
&gt;&gt; /home/utkarsh/Kitware/ParaView3/ParaView/VTK/Common/System/vtkSocket.cxx,<br>
&gt;&gt; line 481<br>
&gt;&gt; vtkClientSocket (0xfbc520): Socket error in call to connect. Connection<br>
&gt;&gt; refused.<br>
&gt;&gt;<br>
&gt;&gt; ERROR: In<br>
&gt;&gt; /home/utkarsh/Kitware/ParaView3/ParaView/VTK/Common/System/vtkClientSocket.cxx,<br>
&gt;&gt; line 53<br>
&gt;&gt; vtkClientSocket (0xfbc520): Failed to connect to server miranda:11111<br>
&gt;&gt;<br>
&gt;&gt; Warning: In<br>
&gt;&gt; /home/utkarsh/Kitware/ParaView3/ParaView/ParaViewCore/ClientServerCore/Core/vtkTCPNetworkAccessManager.cxx,<br>
&gt;&gt; line 302<br>
&gt;&gt; vtkTCPNetworkAccessManager (0x8cdc50): Connect failed.  Retrying for<br>
&gt;&gt; 59.9997 more seconds.<br>
&gt;&gt;<br>
&gt;&gt; ERROR: In<br>
&gt;&gt; /home/utkarsh/Kitware/ParaView3/ParaView/VTK/Common/System/vtkSocket.cxx,<br>
&gt;&gt; line 481<br>
&gt;&gt; vtkClientSocket (0xfbc520): Socket error in call to connect. Connection<br>
&gt;&gt; refused.<br>
&gt;&gt;<br>
&gt;&gt; ERROR: In<br>
&gt;&gt; /home/utkarsh/Kitware/ParaView3/ParaView/VTK/Common/System/vtkClientSocket.cxx,<br>
&gt;&gt; line 53<br>
&gt;&gt; vtkClientSocket (0xfbc520): Failed to connect to server miranda:11111<br>
&gt;&gt; ------------------------------<br>
&gt;&gt;<br>
&gt;&gt; Thus if the socket connection failed, it should start reporting error<br>
&gt;&gt; and attempting again. Since the server totally just freezes, even when<br>
&gt;&gt; no client is waiting for it at the other end, I am getting somehow the<br>
&gt;&gt; BSD socket &quot;connect&quot; call is never returning success or failure.<br>
&gt;&gt;<br>
&gt;&gt; Try this: from the server node, try to telnet to you client host/port.<br>
&gt;&gt; Does that work?<br>
&gt;&gt;<br>
&gt;&gt; Utkarsh<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Sep 6, 2012 at 9:34 AM, Renato Elias &lt;<a href="mailto:rnelias@gmail.com">rnelias@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi everybody,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I&#39;d like to understand what is happening with a client-server connection<br>
&gt;&gt; &gt; I&#39;m<br>
&gt;&gt; &gt; trying to create in PV-3.14.1.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; pvserver is running on a SGI Altix ICE compiled with OpenMPI 1.6 and<br>
&gt;&gt; &gt; Mesa<br>
&gt;&gt; &gt; library for offscreen rendering. Everything run smoothly from the<br>
&gt;&gt; &gt; compilation and installation but when I try to connect with a client<br>
&gt;&gt; &gt; (same<br>
&gt;&gt; &gt; version), they can&#39;t get connected. The machine runs Torque batch system<br>
&gt;&gt; &gt; but<br>
&gt;&gt; &gt; I certified that pvserver was running after the client. Tests I&#39;ve done<br>
&gt;&gt; &gt; to<br>
&gt;&gt; &gt; remove some common problems.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 1). Client and server in the same network<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; case a). Server running in the computing nodes under Torque batch<br>
&gt;&gt; &gt; system.<br>
&gt;&gt; &gt; Nothing happens. pvserver just sits with the following message:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Connecting to client (reverse connection requested)...<br>
&gt;&gt; &gt; Connection URL: csrc://my.client.local.ip:11111<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; case b). Server running in the fron-end interactively (launched from<br>
&gt;&gt; &gt; command<br>
&gt;&gt; &gt; line). It would remove problems due to batch system and NAT not running<br>
&gt;&gt; &gt; in<br>
&gt;&gt; &gt; the computing nodes but the same message posted before appears and<br>
&gt;&gt; &gt; nothing<br>
&gt;&gt; &gt; happens.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; In both cases I also did tests with client&#39;s firewall turned off with<br>
&gt;&gt; &gt; similar result (nothing happens)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; 2). Client running remotely.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Same behavior mentioned before.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; The question is: Is there a &quot;verbose mode reverse connection&quot; that could<br>
&gt;&gt; &gt; help me understand what is happening?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Any help would be appreciated<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; --<br>
&gt;&gt; &gt; Renato N. Elias<br>
&gt;&gt; &gt; =============================================<br>
&gt;&gt; &gt; Professor, at Department of Civil Engineering<br>
&gt;&gt; &gt; COPPE/Federal University of Rio de Janeiro<br>
&gt;&gt; &gt; PO Box 68506, Rio de Janeiro, RJ 21945-970, Brazil<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; &gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Renato N. Elias<br>
&gt; =============================================<br>
&gt; Professor, at Department of Civil Engineering<br>
&gt; COPPE/Federal University of Rio de Janeiro<br>
&gt; PO Box 68506, Rio de Janeiro, RJ 21945-970, Brazil<br>
&gt;<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Renato N. Elias<div>=============================================</div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Professor, at </span><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Department of Civil Engineering</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">COPPE/Federal University of Rio de Janeiro</span><br style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">

<span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">PO Box 68506, Rio de Janeiro, RJ 21945-970, Brazil</span></div><br>
</div>