Kitware / paraviewweb

Web framework for building interactive visualization relying on VTK or ParaView to produce visualization data
http://kitware.github.io/paraviewweb/
BSD 3-Clause "New" or "Revised" License
160 stars 50 forks source link

Minified reaction error #31 and websocket connection error #534

Closed rasunag27 closed 2 years ago

rasunag27 commented 2 years ago

Hi,

I am trying to run Paraview web Visualizer inside docker. For this, I used osmesa-visualizer docker image using the command:

docker pull kitware/paraviewweb:pvw-visualizer-osmesa-master

But when I run the docker, it runs the apache server and also launcher. When I go to web browser using the link http://localhost:9000/visualizer, I get the following error presented below:

visualizer_websocker_minified_error

The logs in the laucherLog.Log is captured and also proxy is popped with unique no.

What work around needs to be done?

Regards, Sunag R A.

jourdain commented 2 years ago

The images to use going forward are under kitware/paraview:*. You won't find a 5.9 as it was broken for ParaViewWeb but we will definitely see a 5.10.

The list of image to use are available here: https://hub.docker.com/r/kitware/paraview/tags?page=1&name=pvw

Also the pvw-* images are meant to be generic as the user will have to provide its app and launcher config by mounting it in the right location which is described here.

The error describe here match the expected behavior of the generic image when a user does not provide the mandatory structure described in the guide above.