Hi,
I am trying to setup paraviewweb inside a docker container. I have followed this tutorial Kitware/paraviewweb-demo: Website and launcher for ParaViewWeb container demo (github.com), the osmesa version and using the kitware/paraview:pvw-v5.7.1-osmesa-py3 image.
When I start the container I can see the 4 application (Visualizer, Divvy, Lite and Glance) but if I try and connect to Lite for example I get a “Connection closed before receiving a handshake response” error or for Visualizer & Divvy I get “Session did not start before timeout expired. Check session logs.”
Also I have checked the logs found at
/pvw/launcher/logs
and they all say the following:
Presets were imported successfully
wslink: Starting factory
CRITICAL:twisted:wslink: Starting factory
I have not modified anything yet this happened on a fresh container.
Does anyone know what the issue might be.
Thanks.