<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
Great, thanks a lot!<br><br>Natalie<br><br>&gt; Date: Wed, 26 May 2010 09:57:18 +0200<br>&gt; From: sven.buijssen@tu-dortmund.de<br>&gt; To: nataliehapp@hotmail.com<br>&gt; CC: paraview@paraview.org<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 "+c15" 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 "from one day to the other". 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; ¿Tu casilla de email se queda sin espacio? Hotmail te ofrece 25 GB<br>&gt; &gt; gratis. Registra tu cuenta aquí &lt;http://mail.live.com/&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 http://www.kitware.com/opensource/opensource.html<br>&gt; &gt; <br>&gt; &gt; Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView<br>&gt; &gt; <br>&gt; &gt; Follow this link to subscribe/unsubscribe:<br>&gt; &gt; http://www.paraview.org/mailman/listinfo/paraview<br>&gt; <br>                                               <br /><hr />Subir, organizar y compartir documentos online, está a un clic de tu bandeja de entrada.  <a href='http://www.descubrewindowslive.com/hotmail/almacenamiento.asp' target='_new'>Ver más</a></body>
</html>