Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minified reaction error #31 and websocket connection error #534

Closed
rasunag27 opened this issue Nov 3, 2021 · 1 comment
Closed

Minified reaction error #31 and websocket connection error #534

rasunag27 opened this issue Nov 3, 2021 · 1 comment

Comments

@rasunag27
Copy link

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
Copy link
Collaborator

jourdain commented Nov 3, 2021

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.

@jourdain jourdain closed this as completed Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants