<div dir="ltr">Dear Utkarsh,<br>can you give a quick update whether the suggested bug fix is likely to be solved:<br><br>> Proxies are being created before the session was "ready for use". Like<br>
> I said, collaboration isn't being used actively in production so such<br>
> issues are expected. Since I don't have active projects funding this,<br>> I will try to track down the bug exposed by (a) and give you a fix<br>
> over the weekend if I can.<div class="gmail_extra"><br></div><div class="gmail_extra">Otherwise I'll have to find a workaround like having my client queue all pipeline commands until ParaView has connected and only then execute them so that ParaView can follow the correct pipeline state.<br><br></div><div class="gmail_extra">Peter<br><br></div><div class="gmail_extra"><div class="gmail_quote">2016-06-16 21:41 GMT+02:00 Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Peter,<br>
<br>
In ParaView's collaboration support there's the notion of a master and<br>
everyone else. The first client that connects to the pvserver is the<br>
"master" by default. The master is the only one that should create new<br>
proxies. This doesn't preclude the other clients from not creating new<br>
proxies, but if they do, things start acting funny. Also all client<br>
have exactly the same views as the proxy. They can be showing a<br>
different camera, but not have different number of views or types of<br>
views etc.<br>
<span class=""><br>
> If I compile the example with "USEVIEW" defined in the beginning,<br>
> a) Starting in the order pvserver->example->ParaView, ParaView reports "This<br>
> code may not work in multi-clients mode. Could not locate server on which<br>
> the source is being added." and shows the sphere in the renderer, but not in<br>
> the pipeline panel.<br>
<br>
</span>There seems to be a bug where the ParaView client has trouble loading<br>
existing state from another client. It seems to work as expected if<br>
the "master" starts creating sphere etc. after the other client has<br>
connected.<br>
<span class=""><br>
> c) Starting in the order pvserver->example->ParaView, ParaView reports<br>
> "Could not locate server on which the source is being added." and shows<br>
> nothing.<br>
<br>
</span>Same issue as (a).<br>
<span class=""><br>
> d) Starting in the order pvserver->ParaView->example, ParaView shows "Sph1"<br>
> in the pipeline panel, but nothing in the renderer.<br>
<br>
</span>In this case your non-master example has created a view which is not supported.<br>
<span class=""><br>
> Why does the Sphere not show up in ParaView's pipeline panel in case a)?<br>
<br>
</span>A bug in loading initial collaboration state.<br>
<span class=""><br>
> Why does the Sphere show up in ParaView's pipeline panel, but not in the<br>
> renderer in case d)?<br>
<br>
</span>You're showing sphere in a view not known to master.<br>
<span class=""><br>
> And what does "This code may not work in multi-clients mode" and "Could not<br>
> locate server on which the source is being added" exactly wnat to tell me?<br>
<br>
</span>Proxies are being created before the session was "ready for use". Like<br>
I said, collaboration isn't being used actively in production so such<br>
issues are expected. Since I don't have active projects funding this,<br>
I will try to track down the bug exposed by (a) and give you a fix<br>
over the weekend if I can.<br>
<span class="HOEnZb"><font color="#888888"><br>
Utkarsh<br>
</font></span></blockquote></div><br></div></div>