Re: [Paraview] Visualizing a Cone with PVW - Connection can't be established

2014-07-21 Thread Sebastien Jourdain
Which version of Apache are you using? Do you have the ws_tunnelling (<= wrong name but something like that) module enabled? You may be able to check the system log that apache generate to see what went wrong. Do you know how much time the POST request took? Seb On Mon, Jul 21, 2014 at 1:59 PM,

Re: [Paraview] Visualizing a Cone with PVW - Connection can't be established

2014-07-21 Thread Dmitry Duplyakin
Continue troubleshooting... Now we get this in response to POST: {"updir": "/Home", "sessionManagerURL": "http://54.211.22.94:/paraview/";, "port": , "host": "localhost", "sessionURL": "ws:// 54.211.22.94/proxy?sessionId=369f8648-110f-11e4-b402-22000b0185a8", "id": "369f8648-110f-11e4-b402-22

Re: [Paraview] Visualizing a Cone with PVW - Connection can't be established

2014-07-21 Thread Dmitry Duplyakin
This helped tremendously! Both "-f" and "${host}" now make a lot more sense. POST works fine now and we can see the Rewrite rule in action. Something there still needs attention and we are investigating further. Thanks for you patience and all the help that allows us to move forward. On Mon, J

Re: [Paraview] Visualizing a Cone with PVW - Connection can't be established

2014-07-21 Thread Sebastien Jourdain
Hi Dmitry, you may still have a typo => "ws://${host}/proxy?sessionId=${id}", ${host} should have been replaced with a static string that match the host that the web browser is using to reach apache. Moreover, I forgot to mention that you need to add "-f" in your set of arguments. That will for

Re: [Paraview] Visualizing a Cone with PVW - Connection can't be established

2014-07-21 Thread Dmitry Duplyakin
Thanks for this detailed description! The process is starting to make sense and we can communicate more efficiently about our configuration and problems. Here is our complete launch.json (with the right sessionURL for a config with Apache, according to your email): { "configuration": { "content"

Re: [Paraview] Visualizing a Cone with PVW - Connection can't be established

2014-07-21 Thread Sebastien Jourdain
Hi Dmitry, First of all you need to understand the role of apache here in order to see how the configuration should be. As you may know, you can use ParaViewWeb without Apache, but such setup is not meant for production. The list below is what you get when you add Apache: - Apache can be use to s

[Paraview] AMR Cut Plane

2014-07-21 Thread Henry Lehmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Paraview Users, i am recently working with vtkOverlappingAMR. i set up one of this data sets using the "Image to AMR" filter in paraview, which basicly creates an octree with 4 levels and 512 blocks on level 4 in my setup. so i basicly converted

Re: [Paraview] Visualizing a Cone with PVW - Connection can't be established

2014-07-21 Thread Dmitry Duplyakin
Thank you very much, Sebastien! Launcher side: > > "sessionURL": "ws://YOUR_HOST_NAME_TO_REPLACE(the one used to connect to > apache)/proxy?sessionId=${id}", > > "proxy_file": "/data/proxy.txt" > > This is exactly what we have in our launcher: "sessionURL": "ws://${host}:${port}/ws", "host"

[Paraview] Use vtkLookupTable for PV scalarbar (and rendering)

2014-07-21 Thread Markus Fuger
Hello everybody, I am developing some Python code that uses VTK quite intensively. I as well needed to create certain color bars and lookup tables. Due to the fact that I am not intending to replace ParaView for the users completely but want to make them use the same lookup tables (which are fi