<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>> Date: Wed, 26 May 2010 09:57:18 +0200<br>> From: sven.buijssen@tu-dortmund.de<br>> To: nataliehapp@hotmail.com<br>> CC: paraview@paraview.org<br>> Subject: Re: [Paraview] Problems running pvserver in parallel<br>> <br>> Hi Natalie,<br>> <br>> The error is meant to tell you that there is already some process using<br>> port 11111. Given that you seem to be running ParaView on Linux you can<br>> confirm this by<br>> $ netstat -na | grep 11111<br>> or alternatively<br>> $ lsof -i:11111<br>> <br>> The latter will tell you the name of the process that is blocking the<br>> port (the first won't). If that name is cropped and not unique try<br>> adding "+c15" to the lsof command line. Either kill the process that<br>> blocks the port or use another one yourself with<br>> $ pvserver --server-port=11112<br>> <br>> Sven<br>> <br>> <br>> Natalie Happenhofer wrote, On 26.05.2010 09:40:<br>> > Hi!<br>> > <br>> > I've got another problem - kind of "from one day to the other". I<br>> > remember having tested paraview in parallel yesterday, but today I try<br>> > <br>> > /mpirun -np 4 ./pvserver<br>> > /<br>> > and it says<br>> > <br>> > /Listen on port: 11111<br>> > Process id: 0 >> ERROR: In<br>> > /home/happenhofer/svn/paraview/branches/ParaView-3.8.0-RC2/Servers/Common/vtkProcessModuleConnectionManager.cxx,<br>> > line 192<br>> > vtkProcessModuleConnectionManager (0x18dc570): Failed to set up server<br>> > socket./<br>> > <br>> > Any ideas what could cause the problem here?<br>> > <br>> > Thanks a lot,<br>> > Natalie<br>> > <br>> > ------------------------------------------------------------------------<br>> > ¿Tu casilla de email se queda sin espacio? Hotmail te ofrece 25 GB<br>> > gratis. Registra tu cuenta aquí <http://mail.live.com/><br>> > <br>> > <br>> > <br>> > _______________________________________________<br>> > Powered by www.kitware.com<br>> > <br>> > Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html<br>> > <br>> > Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView<br>> > <br>> > Follow this link to subscribe/unsubscribe:<br>> > http://www.paraview.org/mailman/listinfo/paraview<br>> <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>