[Paraview] Rendering Error - OpenGLRenderWindow

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Mar 22 21:28:59 EDT 2016


Looks like you're not only running on a machine without a GPU but also
without an accessible XServer. If that's the case, you'll need to use
the OSMesa version of ParaView (not sure if that's available in your
distribution) or build one yourself. This wiki page may help shed some
light on how to do that:
http://www.paraview.org/Wiki/ParaView/ParaView_And_Mesa_3D

You don't necessarily have to do rendering on server-side. From your
settings dialog, you can set the "Remote Rendering Threshold" under
the "Render View" tab to the maximum and the all rendering will happen
on the client side.

Utkarsh

On Tue, Mar 22, 2016 at 7:03 PM, Bruno Mendes - LAD
<bruno.mendes.lad at gmail.com> wrote:
> Hi,
>
> I'm trying to use Paraview-4.0.1 installed by apt-get. Could anyone help me,
> please?
>
>
> I'm using Ubuntu 14.04 Desktop / ParaView Client and Ubuntu 14.04 Server
> /ParaView Server and got the following situation:
>
> The dependences of ParaView, openmpi, vtk are all the ubuntu 14.04 versions.
>
> The pvserver is running on a machine without GPU, so I use the command
> "mpirun -np 32 pvserver --use-offscreen-rendering" to start the ParaView
> server.
>
> When i run paraview on client, I receive this error below but the program
> open:
> ############
> QInotifyFileSystemWatcherEngine::addPaths: inotify_add_watch failed: No such
> file or directory
> QFileSystemWatcher: failed to add paths: /root/.config/ibus/bus
> Bus::open: Can not get ibus-daemon's address.
> IBusInputContext::createInputContext: no connection to ibus-daemon
> ############
>
> And when I select the option "Surface" or "Surface with Edges" on the top of
> the screen I receive this error and the server is disconnected, closing the
> mpirun process:
>
> ############
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx,
> line 531
>
> vtkXOpenGLRenderWindow (0x1d15c50): bad X server connection. DISPLAY=
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx,
> line 322
>
> vtkXOpenGLRenderWindow (0x1d15c50): bad X server connection. DISPLAY=
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 812
>
> vtkSocketCommunicator (0x17c6530): Could not receive tag. 144432
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 812
>
> vtkSocketCommunicator (0x17c6530): Could not receive tag. 144432
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 812
>
> vtkSocketCommunicator (0x17c6530): Could not receive tag. 0
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkCommunicator.cxx, line 502
>
> vtkSocketCommunicator (0x17c6530): Could not receive data!
>
>
>
> Generic Warning: In
> /build/buildd/paraview-4.0.1/VTK/Rendering/Parallel/vtkSynchronizedRenderers.cxx,
> line 718
>
> Only 3 or 4 component images are handled.
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 812
>
> vtkSocketCommunicator (0x17c6530): Could not receive tag. 16
>
>
>
> ERROR: In /build/buildd/paraview-4.0.1/VTK/Common/System/vtkSocket.cxx, line
> 572
>
> vtkClientSocket (0x17c5f10): Socket error in call to send. Broken pipe.
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 735
>
> vtkSocketCommunicator (0x17c6530): Could not send tag.
>
>
>
> ERROR: In /build/buildd/paraview-4.0.1/VTK/Common/System/vtkSocket.cxx, line
> 572
>
> vtkClientSocket (0x17c5f10): Socket error in call to send. Broken pipe.
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 735
>
> vtkSocketCommunicator (0x17c6530): Could not send tag.
>
>
>
> ERROR: In /build/buildd/paraview-4.0.1/VTK/Common/System/vtkSocket.cxx, line
> 572
>
> vtkClientSocket (0x17c5f10): Socket error in call to send. Broken pipe.
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 735
>
> vtkSocketCommunicator (0x17c6530): Could not send tag.
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 812
>
> vtkSocketCommunicator (0x17c6530): Could not receive tag. 188969
>
> ############
>
>
>
>
> On the client side, I've tried to export this environment variable before
> run paraview: "export LIBGL_ALWAYS_INDIRECT=y" either
>
>
> When I do this, after connect the client to server, i've got this error:
>
>
> ############
>
> X Error: GLXBadContextTag 176
>
> Extension: 156 (Uknown extension)
>
> Minor opcode: 5 (Unknown request)
>
> Resource id: 0x5600134
>
> X Error: 0 0
>
> Extension: 156 (Uknown extension)
>
> Minor opcode: 26 (Unknown request)
>
> Resource id: 0x0
>
> ############
>
>
>
> And when I select the option "Surface" or "Surface with Edges" on the top of
> the screen I receive the same error and the server is disconnected, closing
> the mpirun process:
>
>
>
> ############
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx,
> line 531
>
> vtkXOpenGLRenderWindow (0x269b780): bad X server connection. DISPLAY=ð?
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Rendering/OpenGL/vtkXOpenGLRenderWindow.cxx,
> line 322
>
> vtkXOpenGLRenderWindow (0x269b780): bad X server connection. DISPLAY=ð?À
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 812
>
> vtkSocketCommunicator (0x15241f0): Could not receive tag. 144432
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 812
>
> vtkSocketCommunicator (0x15241f0): Could not receive tag. 144432
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 812
>
> vtkSocketCommunicator (0x15241f0): Could not receive tag. 0
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkCommunicator.cxx, line 502
>
> vtkSocketCommunicator (0x15241f0): Could not receive data!
>
>
>
> Generic Warning: In
> /build/buildd/paraview-4.0.1/VTK/Rendering/Parallel/vtkSynchronizedRenderers.cxx,
> line 718
>
> Only 3 or 4 component images are handled.
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 812
>
> vtkSocketCommunicator (0x15241f0): Could not receive tag. 16
>
>
>
> ERROR: In /build/buildd/paraview-4.0.1/VTK/Common/System/vtkSocket.cxx, line
> 572
>
> vtkClientSocket (0x1523c10): Socket error in call to send. Broken pipe.
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 735
>
> vtkSocketCommunicator (0x15241f0): Could not send tag.
>
>
>
> ERROR: In /build/buildd/paraview-4.0.1/VTK/Common/System/vtkSocket.cxx, line
> 572
>
> vtkClientSocket (0x1523c10): Socket error in call to send. Broken pipe.
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 735
>
> vtkSocketCommunicator (0x15241f0): Could not send tag.
>
>
>
> ERROR: In /build/buildd/paraview-4.0.1/VTK/Common/System/vtkSocket.cxx, line
> 572
>
> vtkClientSocket (0x1523c10): Socket error in call to send. Broken pipe.
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 735
>
> vtkSocketCommunicator (0x15241f0): Could not send tag.
>
>
>
> ERROR: In
> /build/buildd/paraview-4.0.1/VTK/Parallel/Core/vtkSocketCommunicator.cxx,
> line 812
>
> vtkSocketCommunicator (0x15241f0): Could not receive tag. 188969
>
>
> ############
>
>
>
>
> Att,
> Bruno Bragança Mendes
> HPC LAB - LAD/PUCRS
> Av. Ipiranga, 6681 - Prédio 32 Térreo - Sala 120
> +55 51 33538001
>
> _______________________________________________
> 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
>
> Search the list archives at: http://markmail.org/search/?q=ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview
>


More information about the ParaView mailing list