<div dir="ltr">That indeed was the problem. Client was 5.2.0 RC3 whereas server was RC4. I downgraded server to RC3 and its working fine now. Thanks</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Nov 27, 2016 at 4:37 PM, Cory Quammen <span dir="ltr"><<a href="mailto:cory.quammen@kitware.com" target="_blank">cory.quammen@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Sounds like a mismatch between the code from which the client and<br>
server were built. You need to compile the server code with the same<br>
code with which the client was built. If your binary is version 5.2.0,<br>
then on the server side make sure you are using the 5.2.0 source code,<br>
either downloaded from [1] or check out the v5.2.0 tag in the git<br>
repository. If you are building from the git repository, make sure you<br>
run 'git submodule update' after checking out the v5.2.0 tag and<br>
before you compile - that is a common source of problems with<br>
client/server communication.<br>
<br>
HTH,<br>
Cory<br>
<br>
[1] <a href="http://www.paraview.org/download/" rel="noreferrer" target="_blank">http://www.paraview.org/<wbr>download/</a><br>
<div class="HOEnZb"><div class="h5"><br>
On Sun, Nov 27, 2016 at 4:25 PM, Khayam Gondal <<a href="mailto:khayam.gondal@gmail.com">khayam.gondal@gmail.com</a>> wrote:<br>
> I built the server. Its on ubuntu with 2K40 GPUs. Client is pre build binary<br>
> on windows7.<br>
> Can you tell me how can i start client with debugger?<br>
> Actually everything i was working fine until I recently rebuild the server<br>
> and this problem popped up.<br>
><br>
><br>
> On Nov 27, 2016 16:06, "Cory Quammen" <<a href="mailto:cory.quammen@kitware.com">cory.quammen@kitware.com</a>> wrote:<br>
>><br>
>> Did you build ParaView or are you using a binary release?<br>
>><br>
>> Could you run the client through a debugger and provide a stack trace<br>
>> where it crashes? That would help get an idea of what might be going<br>
>> on.<br>
>><br>
>> Thanks,<br>
>> Cory<br>
>><br>
>> On Sun, Nov 27, 2016 at 10:30 AM, Khayam Gondal <<a href="mailto:khayam.gondal@gmail.com">khayam.gondal@gmail.com</a>><br>
>> wrote:<br>
>> > Hi,<br>
>> > I have paraview in server-client mode installed. Client is successfully<br>
>> > connected to server. But when I try to load data into paraview from GUI,<br>
>> > it<br>
>> > crashes and on server side shows following errors.<br>
>> ><br>
>> > Client connected.<br>
>> > ERROR: In /ParaView/VTK/Parallel/Core/<wbr>vtkSocketCommunicator.cxx, line<br>
>> > 809<br>
>> > vtkSocketCommunicator (0x1f634f0): Could not receive tag. 1<br>
>> ><br>
>> > ERROR: In /ParaView/VTK/Common/System/<wbr>vtkSocket.cxx, line 572<br>
>> > vtkClientSocket (0x1f95d50): Socket error in call to send. Broken pipe.<br>
>> ><br>
>> > ERROR: In /ParaView/VTK/Common/System/<wbr>vtkSocket.cxx, line 572<br>
>> > vtkClientSocket (0x1f95d50): Socket error in call to send. Broken pipe.<br>
>> ><br>
>> > ERROR: In /ParaView/VTK/Common/System/<wbr>vtkSocket.cxx, line 572<br>
>> ><br>
>> > However same data files work fine on my local system. Any idea whats<br>
>> > wrong<br>
>> > here?<br>
>> ><br>
>> ><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<br>
>> > <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
>> ><br>
>> > Search the list archives at:<br>
>> > <a href="http://markmail.org/search/?q=Paraview-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>Paraview-developers</a><br>
>> ><br>
>> > Follow this link to subscribe/unsubscribe:<br>
>> > <a href="http://public.kitware.com/mailman/listinfo/paraview-developers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/paraview-<wbr>developers</a><br>
>> ><br>
>><br>
>><br>
>><br>
>> --<br>
>> Cory Quammen<br>
>> Staff R&D Engineer<br>
>> Kitware, Inc.<br>
<br>
<br>
<br>
--<br>
Cory Quammen<br>
Staff R&D Engineer<br>
Kitware, Inc.<br>
</div></div></blockquote></div><br></div>