Dear all,
I’m new in this forum and I hope that following the threads and discussing with the most expert users I can learn something useful to improve my skills in using Paraview.
I always used ParaView as a standalone application and now I’m trying to use the ParaViewWeb version.
I have an active EC2 instance on AWS and I’m following this example for the OSMesa:
Everything works fine, however when it comes to the end, to try the application nothing happens.
I have some questions:
-
Is it correct to run the docker image as following? I put the target folder in the -v option and the IP address in place of xxx.xxx.xxx.xxx however I don’t know the port to be specified…
sudo docker run
-p 127.0.0.1:8081:80
-v /home/ubuntu/data
-e “SERVER_NAME=xxx:xxx:xxx:xxx”
-e “PROTOCOL=ws”
-ti kitware/paraviewweb:pvw-visualizer-osmesa-5.5.0 -
When I run the previous command I get this message. Is it correct?
Starting/Restarting Apache webserver
- Restarting Apache httpd web server apache2
AH00558: apache2: Could not reliably determine the server’s fully qualified domain name, using 172.17.0.2. Set the ‘ServerName’ directive globally to suppress this message
[ OK ] Starting the wslink launcher OK
- Finally, when I try to run the visualizer, using the url http://xxx.xxx.xxx.xxx/visualizer the site is unreachable.
Where am I wrong?
Thanks,
whiteW