[Paraview] Error when connecting to pvserver (pv 4.3.1)

Schlottke, Michael M.Schlottke at aia.rwth-aachen.de
Sat Apr 11 12:45:12 EDT 2015


Hi,

I just installed PV 4.3.1 from source as I need to compile some custom plugins. Using the GUI client in a standalone fashion is no problem and everything works as expected. However, I’ve had difficulties when trying to connect to a pvserver instance.

The server dies with the following error messages:
#######################################
Waiting for client...
Connection URL: cs://aia257:11111
Accepting connection(s): aia257:11111
Client connected.
Warning: In /home/mic/.pool/.src/ParaView-v4.3.1-source/ParaViewCore/ClientServerCore/Rendering/vtkPVClientServerSynchronizedRenderers.cxx, line 170
vtkPVClientServerSynchronizedRenderers (0x1dfa530): Could not create the compressor by name .

ERROR: In /home/mic/.pool/.src/ParaView-v4.3.1-source/VTK/Parallel/Core/vtkSocketCommunicator.cxx, line 878
vtkSocketCommunicator (0xbe1f50): Tag mismatch: got 10, expecting 1.

Exiting…
#######################################

While the client spills out a ton of messages like the following and finally dies with “xcb_io.c…” error:

#######################################
X Error: GLXBadContextTag 152
  Extension:    145 (Uknown extension)
  Minor opcode: 115 (Unknown request)
  Resource id:  0x1
X Error: GLXBadContextTag 152
  Extension:    145 (Uknown extension)
  Minor opcode: 1 (Unknown request)
  Resource id:  0x1
X Error: GLXBadContextTag 152
  Extension:    145 (Uknown extension)
  Minor opcode: 145 (Unknown request)
  Resource id:  0x1
paraview: xcb_io.c:549: _XRead: Assertion `dpy->xcb->reply_data != ((void *)0)' failed.
#######################################

Any ideas what I’m doing wrong? This happens directly on attempting to connect. I’ve added the configure command I used below.

Thanks a lot in advance,

Michael


P.S:

Used command to configure ParaView:
  CC=gcc CXX=g++ cmake $PV_SRC \
    -DBUILD_DOCUMENTATION:BOOL=ON \
    -DBUILD_SHARED_LIBS:BOOL=ON \
    -DCMAKE_BUILD_TYPE:STRING=Release \
    -DCMAKE_INSTALL_PREFIX:PATH=$PREFIX \
    -DPARAVIEW_ENABLE_PYTHON:BOOL=ON \
    -DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=ON \
    -DPARAVIEW_USE_MPI:BOOL=ON \
    -DPYTHON_LIBRARY:FILEPATH=$PYTHON27/lib/libpython2.7.so \
    -DPYTHON_INCLUDE_DIR:PATH=$PYTHON27/include/python2.7


--
Michael Schlottke

Chair of Fluid Mechanics and Institute of Aerodynamics
RWTH Aachen University
Wüllnerstraße 5a
52062 Aachen
Germany

Phone: +49 (241) 80 95188
Fax: +49 (241) 80 92257
Mail: m.schlottke at aia.rwth-aachen.de<mailto:m.schlottke at aia.rwth-aachen.de>
Web: http://www.aia.rwth-aachen.de

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview/attachments/20150411/339d624d/attachment.html>


More information about the ParaView mailing list