<div><a href="http://paraview.org/Wiki/ParaViewWeb_Building">http://paraview.org/Wiki/ParaViewWeb_Building</a></div><div><br></div><div>1) There is no field CORE_SERVICE_URL</div><div> CORE_SERVICE_URL           <a href="http://localhost:8080/PWService">http://localhost:8080/PWService</a>     &lt;---- Use the deployment address otherwise the sample </div>
<div><br></div><div>2) The following fields have different names. This was not that hard to</div><div>figure anyway.</div><div> </div><div>JAVA_ARCHIVE               /opt/jdk1.6.0_18/bin/jar</div><div>  JAVA_RUNTIME               /opt/jdk1.6.0_18/bin/java  </div>
<div>  JAVA_COMPILE               /opt/jdk1.6.0_18/bin/javac</div><div><br></div><div><br></div><div>3) ParaviewAdapter and PWServer used interchangeable, which confused me.</div><div><br></div><div>4) All the components (PWAdapter, PWService, PWApp, PWConsole) are being</div>
<div>installed to the same directory install-pw. I am not sure why one</div><div>needs to do these one by one, when we have cmake. This process could</div><div>possiblly be automated.</div><div><br></div><div><br></div><div>
<br></div><div><a href="http://paraview.org/Wiki/ParaViewWeb_with_system_tomcat_package">http://paraview.org/Wiki/ParaViewWeb_with_system_tomcat_package</a></div><div><br></div><div>5) The following fields should be filled as well </div>
<div>OPENGL_INCLUDE_DIR</div><div>OPENGL_glu_LIBRARY</div><div>OPENGL_xmesa_INCLUDE_DIR   OPENGL_xmesa_INCLUDE_DIR-NOTFOUND</div><div><br></div><div>however OPENGL_gl_LIBRARY should be left empty. This is reported in</div>
<div>one of the kitware forums. I guess it was vtk issue tracker. </div><div><br></div><div>The last issue that I remember is that, Paraview was trying to run</div><div>PWServer from / directory. Not sure why, but we had to put a link</div>
<div>there.</div><div><br></div>Cagatay<div><br><div class="gmail_quote">On Tue, May 1, 2012 at 7:15 PM, Sebastien Jourdain <span dir="ltr">&lt;<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Glad to hear that you solved your problem.<br>
<br>
And please share your &quot;hacks&quot; if you think they could be useful to<br>
other or if something can be improved in ParaViewWeb itself...<br>
<br>
Thanks,<br>
<br>
Seb<br>
<div class="HOEnZb"><div class="h5"><br>
On Tue, May 1, 2012 at 8:49 PM, Cagatay Bilgin &lt;<a href="mailto:bilgincc@gmail.com">bilgincc@gmail.com</a>&gt; wrote:<br>
&gt; Using the latest ParaView solved the problem.<br>
&gt; We were using 3.12 before. There were quite<br>
&gt; a few hacks that we had to do to get things working.<br>
&gt;<br>
&gt; It is a joy to watch once things start rolling :)<br>
&gt;<br>
&gt; Cagatay<br>
&gt;<br>
&gt;<br>
&gt; On Tue, May 1, 2012 at 3:39 PM, Sebastien Jourdain<br>
&gt; &lt;<a href="mailto:sebastien.jourdain@kitware.com">sebastien.jourdain@kitware.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ve posted it on the mailing list, but as I followed the thread,<br>
&gt;&gt; Goodwin end-up being in the to: and not you...<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; ---------- Forwarded message ----------<br>
&gt;&gt; From: Sebastien Jourdain &lt;<a href="mailto:sebastien.jourdain@kitware.com">sebastien.jourdain@kitware.com</a>&gt;<br>
&gt;&gt; Date: Tue, May 1, 2012 at 6:37 PM<br>
&gt;&gt; Subject: Re: [Paraview] headless paraview installation<br>
&gt;&gt; To: Goodwin Lawlor &lt;<a href="mailto:goodwin.lawlor.lists@gmail.com">goodwin.lawlor.lists@gmail.com</a>&gt;<br>
&gt;&gt; Cc: <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Hi guys,<br>
&gt;&gt;<br>
&gt;&gt; the WebGL export need to be requested by the client. Is the issue<br>
&gt;&gt; happening with the sample applications or with a custom one ?<br>
&gt;&gt; Do you know if switching back to another render just work or as<br>
&gt;&gt; Goodwin suggested a segfault occurred ?<br>
&gt;&gt; You can look at the log files in the working.dir/logs/pw-xxxx.log<br>
&gt;&gt;<br>
&gt;&gt; Moreover, which version of ParaView are you using ? 3.14.1 ?<br>
&gt;&gt;<br>
&gt;&gt; Seb<br>
&gt;&gt;<br>
&gt;&gt; On Tue, May 1, 2012 at 4:52 PM, Goodwin Lawlor<br>
&gt;&gt; &lt;<a href="mailto:goodwin.lawlor.lists@gmail.com">goodwin.lawlor.lists@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi Cagatay,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; What version of PVW are you using?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I installed PVW on a headless AWS server last Aug and WebGL rendering<br>
&gt;&gt; &gt; wouldn&#39;t work because of a bug<br>
&gt;&gt; &gt; in  vtkPVSynchronizedRenderWindows::GetIsInCave()<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; To fix the bug, just replace the method body with &quot;return false;&quot;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I would think that the bug has been fixed in a release version since<br>
&gt;&gt; &gt; then<br>
&gt;&gt; &gt; though.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Goodwin<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On Tue, May 1, 2012 at 7:55 PM, Cagatay Bilgin &lt;<a href="mailto:bilgincc@gmail.com">bilgincc@gmail.com</a>&gt;<br>
&gt;&gt; &gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; We are interested in using paraviewweb in<br>
&gt;&gt; &gt;&gt; our lab and integrate it with the segmentation<br>
&gt;&gt; &gt;&gt; tools we are developing.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; We were able to install and use paraviewweb on my<br>
&gt;&gt; &gt;&gt; local machine. All the examples, shuttle, service etc<br>
&gt;&gt; &gt;&gt; worked as expected.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Our second installation was on a server without X.<br>
&gt;&gt; &gt;&gt; The installation went fine but webgl does not<br>
&gt;&gt; &gt;&gt; seem to work for this installation however JS, Java, Flex are<br>
&gt;&gt; &gt;&gt; all working. Could this be related to the graphics card of<br>
&gt;&gt; &gt;&gt; the machine ? I am not a paraview or GL expert but if<br>
&gt;&gt; &gt;&gt; paraview is doing server side rendering and the graphics<br>
&gt;&gt; &gt;&gt; card is not compatible for webgl, then this would be a<br>
&gt;&gt; &gt;&gt; problem I guess ?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Any clues are greatly appreciated.<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Cagatay<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; _______________________________________________<br>
&gt;&gt; &gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; &gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; &gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>