<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 16px; font-family: 'Arial Unicode MS', sans-serif;">
<div>
<div>Yes – it was a versions issue.    I “borrowed” someone else’s build script and didn’t look closely enough to see that it wasn’t picking up the production release.     8-)</div>
<div><br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div><span style="font-family: 'Arial Unicode MS'; font-size: medium;">________________________________</span></div>
<div style="font-family: 'Arial Unicode MS'; font-size: medium;">Rick Angelini</div>
<div style="font-family: 'Arial Unicode MS'; font-size: medium;">USArmy Research Laboratory</div>
<div style="font-family: 'Arial Unicode MS'; font-size: medium;">CISD/HPC Architectures Team</div>
<div style="font-family: 'Arial Unicode MS'; font-size: medium;">Phone:  410-278-6266</div>
</div>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Burlen Loring <<a href="mailto:burlen.loring@gmail.com">burlen.loring@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Thursday, July 10, 2014 at 12:16 PM<br>
<span style="font-weight:bold">To: </span>"U.S. ARL" <<a href="mailto:Richard.C.Angelini.CIV@mail.mil">Richard.C.Angelini.CIV@mail.mil</a>>, "<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>" <<a href="mailto:paraview@paraview.org">paraview@paraview.org</a>><br>
<span style="font-weight:bold">Subject: </span>Re: [Paraview] connectivity errors<br>
</div>
<div><br>
</div>
<div>
<div text="#000000" bgcolor="#FFFFFF">Hi Rich,<br>
<br>
Did you get it to work? You should be using the same version on both sides. If you are setting this up for multiple people it's simpler to use the official releases, and do version check in your server side scripts, print a nice error message when someone connects
 with an unsupported version. The <a href="https://github.com/burlen/pvserver-configs">
scripts</a> I wrote for NERSC Edison  have this check.<br>
<br>
Burlen<br>
<br>
<div class="moz-cite-prefix">On 07/09/2014 06:15 AM, Angelini, Richard C (Rick) CIV USARMY ARL (US) wrote:<br>
</div>
<blockquote cite="mid:CFE2B7FE.DA58%25Richard.C.Angelini.CIV@mail.mil" type="cite">
<pre wrap="">I forgot to include that I get the same behavior on both an OSX and Linux
ParaView client - so I don’t think that it’s a client-side software issue.
  But, what I don’t understand is what could happen on the server side to
crash the client?

I think that my cmake/build command is pretty straight forward an
essentially identical to the cmake command I’ve used on other Cray systems:

cmake \
-DCMAKE_INSTALL_PREFIX:PATH=${HOME}/pv-test/${version}_osmesa \
-DCMAKE_BUILD_TYPE=Release \
-DParaView_FROM_GIT=ON \
-DENABLE_boost=ON \
-DENABLE_cgns=OFF \
-DENABLE_ffmpeg=ON \
-DENABLE_fontconfig=ON \
-DENABLE_freetype=ON \
-DENABLE_hdf5=ON \
-DENABLE_libxml2=ON \
-DENABLE_matplotlib=OFF \
-DENABLE_mesa=OFF \
-DENABLE_mpi=ON \
-DENABLE_numpy=ON \
-DENABLE_osmesa=ON \
-DENABLE_paraview=ON \
-DENABLE_png=ON \
-DENABLE_python=ON \
-DENABLE_qhull=ON \
-DENABLE_qt=OFF \
-DENABLE_silo=ON \
-DENABLE_szip=ON \
-DENABLE_visitbridge=ON \
-DMPI_CXX_LIBRARIES:STRING="/opt/cray/mpt/6.3.1/gni/mpich2-gnu/48/lib/libmp
ichcxx.so" \
-DMPI_C_LIBRARIES:STRING="/opt/cray/mpt/6.3.1/gni/mpich2-gnu/48/lib/libmpic
h.so" \
-DMPI_LIBRARY:FILEPATH="/opt/cray/mpt/6.3.1/gni/mpich2-gnu/48/lib/libmpichc
xx.so" \
-DMPI_CXX_INCLUDE_PATH:STRING="/opt/cray/mpt/6.3.1/gni/mpich2-gnu/48/includ
e/" \
-DMPI_C_INCLUDE_PATH:STRING="/opt/cray/mpt/6.3.1/gni/mpich2-gnu/48/include/
" \
-DUSE_SYSTEM_mpi=ON \
-DUSE_SYSTEM_python=ON \
-DUSE_SYSTEM_zlib=ON \
../Source



________________________________
Rick Angelini
USArmy Research Laboratory
CISD/HPC Architectures Team
Phone:  410-278-6266




On 7/9/14, 9:02 AM, "Angelini, Richard C (Rick) CIV USARMY ARL (US)"
<a class="moz-txt-link-rfc2396E" href="mailto:richard.c.angelini.civ@mail.mil"><richard.c.angelini.civ@mail.mil></a> wrote:

</pre>
<blockquote type="cite">
<pre wrap="">I¹m setting up Paraview client/server  on a new Cray XC30 system.   I have
a totally clean build on Paraview on the Cray side, but I can¹t get the
client-server connection to work, and I¹m seeing a strange error.   It
looks like the client-server connection is being established, and then the
client crashes with this error:

Accepting connection(s): my-client-host:53484
ERROR: In 
/Users/kitware/Dashboards/MyTests/NightlyMaster/ParaViewSuperbuild-Release
/
paraview/src/paraview/ParaViewCore/ServerImplementation/Core/vtkSIProxyDef
i
nitionManager.cxx, line 565
vtkSIProxyDefinitionManager (0x113fe5fc0): No proxy that matches:
group=misc and proxy=StrictLoadBalancing were found.


Segmentation fault



On the server side,  I¹m getting a more standard connectivity error:

Client connected.
ERROR: In 
/p/home/angelini/PV/Build_4.1.0_osmesa/paraview/src/paraview/VTK/Parallel/
C
ore/vtkSocketCommunicator.cxx, line 812
vtkSocketCommunicator (0xe2b930): Could not receive tag. 1


I know that the communication path from the compute nodes to the client
workstation is valid because VisIt and Ensight both work on this system.

Any ideas?



________________________________
Rick Angelini
USArmy Research Laboratory
CISD/HPC Architectures Team
Phone:  410-278-6266


</pre>
</blockquote>
<pre wrap="">_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://public.kitware.com/mailman/listinfo/paraview">http://public.kitware.com/mailman/listinfo/paraview</a></pre>
</blockquote>
<br>
</div>
</div>
</span>
</body>
</html>