We have a tricky firewall situation here so I have to use reverse tunneling per 
http://www.paraview.org/Wiki/Reverse_connection_and_port_forwarding#Reverse_Connection_Over_an_ssh_Tunnel

I'm not sure I'm doing it right.  I can do it with a single server, but when I 
try to run in parallel, it looks like something is broken.  My understanding is 
that when launched under MPI, the servers should talk to eachother and only one 
of the servers should try to connect back to the client.  I compiled with MPI, 
and am running in an MPI environment, but it looks as though the pvservers are 
not talking to each other but are each trying to make their own connection to 
the client.  Below is the output.  Can anyone help me get this up and running?  
I know I'm close.  

Thanks! 

rcook@prism127 (IMG_private): srun -n 8 
/usr/global/tools/Kitware/Paraview/3.12.0-OSMesa/chaos_4_x86_64_ib/bin/pvserver 
--use-offscreen-rendering  --reverse-connection  --client-host=localhost 
Waiting for client
Connection URL: csrc://localhost:11111
Client connected.
Waiting for client
Connection URL: csrc://localhost:11111
ERROR: In 
/nfs/tmp2/rcook/ParaView/3.12.0/ParaView-3.12.0/VTK/Common/vtkSocket.cxx, line 
481
vtkClientSocket (0xd8ee20): Socket error in call to connect. Connection refused.

ERROR: In 
/nfs/tmp2/rcook/ParaView/3.12.0/ParaView-3.12.0/VTK/Common/vtkClientSocket.cxx, 
line 53
vtkClientSocket (0xd8ee20): Failed to connect to server localhost:11111

Warning: In 
/nfs/tmp2/rcook/ParaView/3.12.0/ParaView-3.12.0/ParaViewCore/ClientServerCore/vtkTCPNetworkAccessManager.cxx,
 line 250
vtkTCPNetworkAccessManager (0x6619a0): Connect failed.  Retrying for 59.9994 
more seconds.

ERROR: In 
/nfs/tmp2/rcook/ParaView/3.12.0/ParaView-3.12.0/VTK/Common/vtkSocket.cxx, line 
481
vtkClientSocket (0xd8ee20): Socket error in call to connect. Connection refused.

ERROR: In 
/nfs/tmp2/rcook/ParaView/3.12.0/ParaView-3.12.0/VTK/Common/vtkClientSocket.cxx, 
line 53
vtkClientSocket (0xd8ee20): Failed to connect to server localhost:11111

Warning: In 
/nfs/tmp2/rcook/ParaView/3.12.0/ParaView-3.12.0/ParaViewCore/ClientServerCore/vtkTCPNetworkAccessManager.cxx,
 line 250
vtkTCPNetworkAccessManager (0x6619a0): Connect failed.  Retrying for 58.9972 
more seconds.

ERROR: In 
/nfs/tmp2/rcook/ParaView/3.12.0/ParaView-3.12.0/VTK/Common/vtkSocket.cxx, line 
481
vtkClientSocket (0xd8ee20): Socket error in call to connect. Connection refused.

ERROR: In 
/nfs/tmp2/rcook/ParaView/3.12.0/ParaView-3.12.0/VTK/Common/vtkClientSocket.cxx, 
line 53
vtkClientSocket (0xd8ee20): Failed to connect to server localhost:11111

Warning: In 
/nfs/tmp2/rcook/ParaView/3.12.0/ParaView-3.12.0/ParaViewCore/ClientServerCore/vtkTCPNetworkAccessManager.cxx,
 line 250
vtkTCPNetworkAccessManager (0x6619a0): Connect failed.  Retrying for 57.9952 
more seconds.


etc. etc. etc. 
-- 
✐Richard Cook   
✇ Lawrence Livermore National Laboratory
Bldg-453 Rm-4024, Mail Stop L-557        
7000 East Avenue,  Livermore, CA, 94550, USA
☎ (office) (925) 423-9605    
☎ (fax) (925) 423-6961
---
Information Management & Graphics Grp., Services & Development Div., Integrated 
Computing & Communications Dept.
(opinions expressed herein are mine and not those of LLNL)



_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to