[Paraview] Problems running pvserver in parallel

Moreland, Kenneth kmorel at sandia.gov
Fri May 28 10:58:08 EDT 2010


I captured this on the wiki:

http://www.paraview.org/Wiki/Setting_up_a_ParaView_Server#Server_reports:_Failed_to_set_up_server_socket

-Ken


On 5/26/10 2:07 AM, "Natalie Happenhofer" <nataliehapp at hotmail.com> wrote:

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
>

________________________________
Subir, organizar y compartir documentos online, está a un clic de tu bandeja de entrada.  Ver más <http://www.descubrewindowslive.com/hotmail/almacenamiento.asp>


   ****      Kenneth Moreland
    ***      Sandia National Laboratories
***********
*** *** ***  email: kmorel at sandia.gov
**  ***  **  phone: (505) 844-8919
    ***      web:   http://www.cs.unm.edu/~kmorel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100528/8d80d9f4/attachment-0001.htm>


More information about the ParaView mailing list