<div dir="ltr">Version;<div>ParaView-5.2.0-RC3-Qt4-OpenGL2-MPI-Linux-64bit<br></div><div><br></div><div>changing the index fixed the application key issue so I can bring up;<br></div><div>mymachine/visualizer</div><div><br></div><div>(a blank grey static paraview box with no controls)</div><div><br></div><div>but not sure how I acutally get the paraview gui. from the old write up mymachine/paraview would bring it up but this fails with a;</div><div><span style="color:rgb(0,0,0);font-family:"times new roman";font-size:medium">{"error": "id not provided in GET request"}<br></span><br><br>once I get this working, let me know if you want a modified version of the writeup<br><br><br>relevant configs, sorry for the extended path locations...</div><div><br></div><div><br></div><div>startup.json</div><div><div><br></div><div>#!/bin/bash</div><div><br></div><div>export DISPLAY=:0.0</div><div>pvw_home=/home/ashton/Treetop/PROJECTS/LVC_modeling_group/paraview_webserver</div><div>$pvw_home/pv/pv-current/bin/pvpython $pvw_home/pv/pv-current/lib/python2.7/site-packages/vtk/web/launcher.py $pvw_home/pvw/conf/launcher.json &</div></div><div><br></div><div><br></div><div><br></div><div><br></div><div>001-pvw.conf</div><div><br></div><div><div><VirtualHost *:80></div><div>  ServerName   lanikai</div><div>  ServerAdmin  <a href="mailto:YOUR_EMAIL@COMPANY.COM">YOUR_EMAIL@COMPANY.COM</a></div><div>  DocumentRoot /home/ashton/Treetop/PROJECTS/LVC_modeling_group/paraview_webserver/www</div><div><br></div><div>  #SSLEngine On</div><div>  #SSLCertificateFile /usr/local/share/ca-certificates/DOIRootCA.crt</div><div>  #SSLCertificateChainFile /usr/local/share/ca-certificates/DOIRootCA.crt</div><div><br></div><div>  ErrorLog /home/ashton/Treetop/PROJECTS/LVC_modeling_group/paraview_webserver/logs/error.log</div><div>  CustomLog /home/ashton/Treetop/PROJECTS/LVC_modeling_group/paraview_webserver/logs/access.log combined</div><div><br></div><div>  <Directory /home/ashton/Treetop/PROJECTS/LVC_modeling_group/paraview_webserver/www></div><div>      Options Indexes FollowSymLinks</div><div>      Order allow,deny</div><div>      Allow from all</div><div>      AllowOverride None</div><div>      Require all granted</div><div>  </Directory></div><div><br></div><div>  # Handle launcher forwarding</div><div>  ProxyPass /paraview <a href="http://localhost:8080/paraview">http://localhost:8080/paraview</a></div><div><br></div><div>  # Handle WebSocket forwarding</div><div>  RewriteEngine On</div><div>  RewriteMap  session-to-port  txt:/home/ashton/Treetop/PROJECTS/LVC_modeling_group/paraview_webserver/proxy.txt</div><div>  RewriteCond %{QUERY_STRING}  ^sessionId=(.*)$               [NC]</div><div>  RewriteRule ^/proxy.*$       ws://${session-to-port:%1}/ws  [P]</div><div></VirtualHost></div></div><div><br></div><div><br></div><div><br></div><div><br></div><div>launcher.json<br><div><br></div><div>  "resources": [ {"port_range": [9001, 9103], "host": "localhost"} ],</div><div>  "sessionData": {</div><div>    "updir": "/home/ashton/Treetop/PROJECTS/LVC_modeling_group/paraview_webserver"</div><div>  },</div><div>  "configuration": {</div><div>    "log_dir": "/home/ashton/Treetop/PROJECTS/LVC_modeling_group/paraview_webserver/pvw/logs",</div><div>    "host": "localhost",</div><div>    "endpoint": "paraview",</div><div>    "sessionURL": "ws://lanikai/proxy?sessionId=${id}&path=ws",</div><div>    "timeout": 25,</div><div>    "upload_dir": "/home/ashton/Treetop/PROJECTS/LVC_modeling_group/paraview_webserver/pvw/upload",</div><div>    "fields": ["file", "host", "port", "updir"],</div><div>    "port": 8080,</div><div>    "proxy_file": "/home/ashton/Treetop/PROJECTS/LVC_modeling_group/paraview_webserver/proxy.txt"</div><div>  },</div><div>  "properties": {</div><div>    "web_path": "/home/ashton/Treetop/PROJECTS/LVC_modeling_group/paraview_webserver/pv/pv-current/share/paraview-5.2/web",</div><div>    "dataDir": "/home/ashton/Treetop/PROJECTS/LVC_modeling_group/paraview_webserver/pvw/data",</div><div>    "python_exec": "/home/ashton/Treetop/PROJECTS/LVC_modeling_group/paraview_webserver/pv/pv-current/bin/pvpython"</div><div>  },</div><div>  "apps": {</div><div>    "visualizer": {</div><div>      "cmd": [</div><div>        "${python_exec}", </div><div>        "-dr", </div><div>        "${web_path}/visualizer/server/pvw-visualizer.py",</div><div>        "--port", "${port}", </div><div>        "--data-dir", "${dataDir}", </div><div>        "-f", </div><div>        "--authKey", "${secret}"</div><div>      ],</div><div>      "ready_line" : "Starting factory"</div><div>    },</div><div>    "lightviz": {</div><div>      "cmd": [</div><div>        "${python_exec}", </div><div>        "-dr", </div><div>        "${web_path}/lightviz/server/pvw-light-viz.py",</div><div>        "--port", "${port}", </div><div>        "--data", "${dataDir}", </div><div>        "-f", </div><div>        "--authKey", "${secret}"</div><div>      ],</div><div>      "ready_line" : "Starting factory"</div><div>    }</div><div>  }</div><div>}</div><br><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 8, 2016 at 1:00 PM, Sebastien Jourdain <span dir="ltr"><<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">It should be a valid write up, but I may have failed to update visualizer and light-viz inside ParaView bundle.<div>Which version of ParaView are you using?</div><div><br></div><div>If you don't mind try to replace index.html inside <span style="background-color:rgb(238,238,238);color:rgb(77,77,76);font-family:"source code pro",monaco,menlo,consolas,monospace;font-size:14.25px;white-space:pre-wrap">/data/www/{visualizer/<wbr>lightviz}/index.html</span> by the one you can download here:</div><div><br></div><div><a href="https://github.com/Kitware/visualizer/blob/master/dist/index.html" target="_blank">https://github.com/Kitware/<wbr>visualizer/blob/master/dist/<wbr>index.html</a><br></div><div><a href="https://github.com/Kitware/light-viz/blob/master/dist/index.html" target="_blank">https://github.com/Kitware/<wbr>light-viz/blob/master/dist/<wbr>index.html</a><br></div><div><br></div><div>Seb</div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 8, 2016 at 1:53 PM, Sebastien Jourdain <span dir="ltr"><<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.<wbr>com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">To fix the "Next/Previous" link issue, I had to move some files arounds. If you remove /guides/ you should be good.<div><br></div><div>Let me know if I missed a link to go to that page.</div><div><br></div><div>Seb</div><div><br></div><div>Link: <a href="https://kitware.github.io/paraviewweb/docs/ubuntu_14_04.html#Installation-of-ParaViewWeb" target="_blank">https://kitware.github.io/para<wbr>viewweb/docs/ubuntu_14_04.html<wbr>#Installation-of-ParaViewWeb</a></div></div><div class="m_-4492342829694677326HOEnZb"><div class="m_-4492342829694677326h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 8, 2016 at 1:40 PM, andrealphus <span dir="ltr"><<a href="mailto:andrealphus@gmail.com" target="_blank">andrealphus@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Sebastien,<div><br></div><div>I followed the Ubuntu guide I found through the link you sent me at;</div><div><a href="https://kitware.github.io/paraviewweb/docs/guides/ubuntu_14_04.html#Installation-of-ParaViewWeb" target="_blank">https://kitware.github.io/para<wbr>viewweb/docs/guides/ubuntu_14_<wbr>04.html#Installation-of-ParaVi<wbr>ewWeb</a><br><br>although between this morning and now, it seems to have gone 404.</div><div><br></div><div>is that not a valid write up?</div><div><br></div><div>I keep getting a</div><div>"ERROR: Launch request is missing application key."<br><br>when I try and load;</div><div>localhost/visualizer</div><div>or</div><div>localhost/lightviz</div><div><br></div><div><br></div><div><br></div></div><div class="m_-4492342829694677326m_-5349366137509011980HOEnZb"><div class="m_-4492342829694677326m_-5349366137509011980h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 8, 2016 at 10:16 AM, Sebastien Jourdain <span dir="ltr"><<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.co<wbr>m</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-size:12.8px">Ashton,</span><br><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">You should be able to download ParaView 5.2 RC3 or better RC4 (small fixes went in)</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Then you should be able to run one of the following command line to try it out.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><img src="cid:ii_158452799fd77a67" alt="Inline image 2" width="546" height="410"><br></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Otherwise building ParaView yourself will only require to turn Python ON.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Then you can get visualizer here: <a href="https://kitware.github.io/visualizer/" target="_blank">https://kitware.github.i<wbr>o/visualizer/</a></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Hope that help,</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Seb</span></div></div><div class="m_-4492342829694677326m_-5349366137509011980m_7494271169838560158HOEnZb"><div class="m_-4492342829694677326m_-5349366137509011980m_7494271169838560158h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 8, 2016 at 11:08 AM, Sebastien Jourdain <span dir="ltr"><<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.co<wbr>m</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The ParaViewWeb documentation has moved to <a href="https://kitware.github.io/paraviewweb/" target="_blank">https://kitware.github.io/p<wbr>araviewweb/</a>.<div><br></div><div>We are still in the process of deprecating the previous documentation location.</div></div><div class="m_-4492342829694677326m_-5349366137509011980m_7494271169838560158m_-2057802256149385140HOEnZb"><div class="m_-4492342829694677326m_-5349366137509011980m_7494271169838560158m_-2057802256149385140h5"><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 8, 2016 at 10:58 AM, andrealphus <span dir="ltr"><<a href="mailto:andrealphus@gmail.com" target="_blank">andrealphus@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Could someone explain to me how to correctly set up a local paraview webserver??<br>
<br>
I've tried to follow the write-ups here;<br>
<a href="http://www.paraview.org/ParaView3/Doc/Nightly/www/js-doc/index.html#!/guide/quick_start" rel="noreferrer" target="_blank">http://www.paraview.org/ParaVi<wbr>ew3/Doc/Nightly/www/js-doc/ind<wbr>ex.html#!/guide/quick_start</a><br>
<br>
But they seem inaccuracte/out of date. I have tried both the<br>
quickstart and Ububtu LTS writeups.<br>
<br>
I have an apache 2 server running.<br>
<br>
Ive tried installing PV from both the direct download page (source and<br>
binaries) as well as a github clone.<br>
<br>
<br>
In regards to the quickstart it also seems like the given paths have<br>
changed? (can someone verify??)<br>
<br>
in the weite up<br>
/bin/pvpython lib/paraview-4.1/site-packages<wbr>/paraview/web/pv_web_visualize<wbr>r.py<br>
 \<br>
            --content ./share/paraview-4.1/www<br>
            \<br>
            --data-dir /path-to-share/<br>
            \<br>
            --port 8080 &<br>
<br>
to:<br>
./bin/pvpython share/paraview-5.2/web/visuali<wbr>zer/server/pvw-visualizer.py \<br>
 --content share/paraview-5.2/web/visuali<wbr>zer/www  \<br>
--data-dir  /path-to-share<br>
--port 8080<br>
<br>
I can get a visualizer window up and running, but there are no control<br>
buttons to load buttons just a frozen screen of the paraview grey<br>
background and axis (which I can not rotate).<br>
<br>
If I need to compile from source are there any specific flags I need<br>
to set in ccmake beside paraview python?<br>
<br>
<br>
Thanks!<br>
<br>
-ashton<br>
______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" rel="noreferrer" target="_blank">http://paraview.org/Wiki/ParaV<wbr>iew</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/paraview</a><br>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br></div>