[Paraview] Problems running pvserver in parallel
Sven Buijssen
sven.buijssen at tu-dortmund.de
Wed May 26 03:57:18 EDT 2010
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
More information about the ParaView
mailing list