[Paraview] PV: ERROR: Can not connect to localhost on port 33206

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri Jul 7 14:39:42 EDT 2006


ParaView has two client-server configurations.
1) client -- server
2) client -- render server -- data server.

Seems like you are starting a pvclient in a "client-render-server" mode,
 you are starting the render server and then instead of starting a data
server (pvdataserver) you are starting a server(which is data+render
server--pvserver) and hence pvserver is complaining.

Try using the executables: pvclient, pvrenderserver, pvdataserver.

Utkarsh.


Peter J. Bismuti wrote:
> I rebuilt and now cannot seem to get the server to connect. Can anywayone give 
> me a hint as to what the problem is?  Thanks. 
> 
> bash-3.00$  pvclient -rc -crs &
> [1] 26440
> bash-3.00$ Listen on render server port: 22221
> Listen on port: 11111
> Waiting for server...
>  pvrenderserver -rc -ch=sitka
> Connect to sitka:22221
> connected to port 11111
> connected to port 22221
> Server connected.
> WaitForConnection: id :0  Port:33206
> 
> 
> 
> pjb9508 at e002:~/VTK/paraview-2.4.3-linux>  pvserver --reverse-connection  
> --client-host=sitka
> Connect to sitka.ca.boeing.com:11111
> Connect: id :0  host: localhost  Port:33206
> ERROR: In ~/VTK/paraview-2.4.3/VTK/Parallel/vtkSocketCommunicator.cxx, line 
> 521
> vtkSocketCommunicator (0x2ee03f0): Can not connect to localhost on port 33206
> 
> 
> _______________________________________________
> ParaView mailing list
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
> 



More information about the ParaView mailing list