<HTML>
<HEAD>
<TITLE>Re: [Paraview] Problems running pvserver in parallel</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I captured this on the wiki:<BR>
<BR>
<a href="http://www.paraview.org/Wiki/Setting_up_a_ParaView_Server#Server_reports:_Failed_to_set_up_server_socket">http://www.paraview.org/Wiki/Setting_up_a_ParaView_Server#Server_reports:_Failed_to_set_up_server_socket</a><BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 5/26/10 2:07 AM, &quot;Natalie Happenhofer&quot; &lt;<a href="nataliehapp@hotmail.com">nataliehapp@hotmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'>Great, thanks a lot!<BR>
<BR>
Natalie<BR>
<BR>
&gt; Date: Wed, 26 May 2010 09:57:18 +0200<BR>
&gt; From: <a href="sven.buijssen@tu-dortmund.de">sven.buijssen@tu-dortmund.de</a><BR>
&gt; To: <a href="nataliehapp@hotmail.com">nataliehapp@hotmail.com</a><BR>
&gt; CC: <a href="paraview@paraview.org">paraview@paraview.org</a><BR>
&gt; Subject: Re: [Paraview] Problems running pvserver in parallel<BR>
&gt; <BR>
&gt; Hi Natalie,<BR>
&gt; <BR>
&gt; The error is meant to tell you that there is already some process using<BR>
&gt; port 11111. Given that you seem to be running ParaView on Linux you can<BR>
&gt; confirm this by<BR>
&gt; $ netstat -na | grep 11111<BR>
&gt; or alternatively<BR>
&gt; $ lsof -i:11111<BR>
&gt; <BR>
&gt; The latter will tell you the name of the process that is blocking the<BR>
&gt; port (the first won't). If that name is cropped and not unique try<BR>
&gt; adding &quot;+c15&quot; to the lsof command line. Either kill the process that<BR>
&gt; blocks the port or use another one yourself with<BR>
&gt; $ pvserver --server-port=11112<BR>
&gt; <BR>
&gt; Sven<BR>
&gt; <BR>
&gt; <BR>
&gt; Natalie Happenhofer wrote, On 26.05.2010 09:40:<BR>
&gt; &gt; Hi!<BR>
&gt; &gt; <BR>
&gt; &gt; I've got another problem - kind of &quot;from one day to the other&quot;. I<BR>
&gt; &gt; remember having tested paraview in parallel yesterday, but today I try<BR>
&gt; &gt; <BR>
&gt; &gt; /mpirun -np 4 ./pvserver<BR>
&gt; &gt; /<BR>
&gt; &gt; and it says<BR>
&gt; &gt; <BR>
&gt; &gt; /Listen on port: 11111<BR>
&gt; &gt; Process id: 0 &gt;&gt; ERROR: In<BR>
&gt; &gt; /home/happenhofer/svn/paraview/branches/ParaView-3.8.0-RC2/Servers/Common/vtkProcessModuleConnectionManager.cxx,<BR>
&gt; &gt; line 192<BR>
&gt; &gt; vtkProcessModuleConnectionManager (0x18dc570): Failed to set up server<BR>
&gt; &gt; socket./<BR>
&gt; &gt; <BR>
&gt; &gt; Any ideas what could cause the problem here?<BR>
&gt; &gt; <BR>
&gt; &gt; Thanks a lot,<BR>
&gt; &gt; Natalie<BR>
&gt; &gt; <BR>
&gt; &gt; ------------------------------------------------------------------------<BR>
&gt; &gt; &iquest;Tu casilla de email se queda sin espacio? Hotmail te ofrece 25 GB<BR>
&gt; &gt; gratis. Registra tu cuenta aqu&iacute; &lt;<a href="http://mail.live.com/">http://mail.live.com/</a>&gt;<BR>
&gt; &gt; <BR>
&gt; &gt; <BR>
&gt; &gt; <BR>
&gt; &gt; _______________________________________________<BR>
&gt; &gt; Powered by www.kitware.com<BR>
&gt; &gt; <BR>
&gt; &gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><BR>
&gt; &gt; <BR>
&gt; &gt; Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a><BR>
&gt; &gt; <BR>
&gt; &gt; Follow this link to subscribe/unsubscribe:<BR>
&gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><BR>
&gt; <BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="100%">Subir, organizar y compartir documentos online, est&aacute; a un clic de tu bandeja de entrada. &nbsp;Ver m&aacute;s &lt;<a href="http://www.descubrewindowslive.com/hotmail/almacenamiento.asp">http://www.descubrewindowslive.com/hotmail/almacenamiento.asp</a>&gt; <BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:10pt'><BR>
</SPAN></FONT><SPAN STYLE='font-size:10pt'><FONT FACE="Consolas, Courier New, Courier"><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</FONT></SPAN></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>