[Paraview] Problems running pvserver in parallel

Natalie Happenhofer nataliehapp at hotmail.com
Wed May 26 04:07:38 EDT 2010


Great, thanks a lot!

Natalie

> Date: Wed, 26 May 2010 09:57:18 +0200
> From: sven.buijssen at tu-dortmund.de
> To: nataliehapp at hotmail.com
> CC: paraview at paraview.org
> Subject: Re: [Paraview] Problems running pvserver in parallel
> 
> Hi Natalie,
> 
> The error is meant to tell you that there is already some process using
> port 11111. Given that you seem to be running ParaView on Linux you can
> confirm this by
> $ netstat -na | grep 11111
> or alternatively
> $ lsof -i:11111
> 
> The latter will tell you the name of the process that is blocking the
> port (the first won't). If that name is cropped and not unique try
> adding "+c15" to the lsof command line. Either kill the process that
> blocks the port or use another one yourself with
> $ pvserver --server-port=11112
> 
> Sven
> 
> 
> Natalie Happenhofer wrote, On 26.05.2010 09:40:
> > Hi!
> > 
> > I've got another problem - kind of "from one day to the other". I
> > remember having tested paraview in parallel yesterday, but today I try
> > 
> > /mpirun -np 4 ./pvserver
> > /
> > and it says
> > 
> > /Listen on port: 11111
> > Process id: 0 >> ERROR: In
> > /home/happenhofer/svn/paraview/branches/ParaView-3.8.0-RC2/Servers/Common/vtkProcessModuleConnectionManager.cxx,
> > line 192
> > vtkProcessModuleConnectionManager (0x18dc570): Failed to set up server
> > socket./
> > 
> > Any ideas what could cause the problem here?
> > 
> > Thanks a lot,
> > Natalie
> > 
> > ------------------------------------------------------------------------
> > ¿Tu casilla de email se queda sin espacio? Hotmail te ofrece 25 GB
> > gratis. Registra tu cuenta aquí <http://mail.live.com/>
> > 
> > 
> > 
> > _______________________________________________
> > 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
> 
 		 	   		  
_________________________________________________________________
Organizar y compartir tus documentos nunca fue tan fácil. Hotmail te da 25 GB gratis. Ver más
http://www.descubrewindowslive.com/hotmail/almacenamiento.asp
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100526/51c080d2/attachment.htm>


More information about the ParaView mailing list