John, This should be fixed now. The problem was that the plugin manager loads the server manager xml every time a plugin is loaded be it on server or client. Until now, that didn't do much harm since the old xml would simply get replaced by the new one. However I added a new <Extension/> tag which allows the user to extend an existing element and that meant that repeated loading of an xml is no longer idempotent. This commit should fix the issue. The plugin manager now no longer loads XMLs if it has already been loaded for the plugin.
/cvsroot/ParaView3/ParaView3/Qt/Core/pqPluginManager.h,v <-- Qt/Core/pqPluginManager.h new revision: 1.17; previous revision: 1.16 /cvsroot/ParaView3/ParaView3/Qt/Core/pqPluginManager.cxx,v <-- Qt/Core/pqPluginManager.cxx new revision: 1.38; previous revision: 1.37 /cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxyManager.h,v <-- Servers/ServerManager/vtkSMProxyManager.h new revision: 1.58; previous revision: 1.57 /cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMProxyManager.cxx,v <-- Servers/ServerManager/vtkSMProxyManager.cxx new revision: 1.83; previous revision: 1.82 Utkarsh On Wed, Jul 29, 2009 at 8:29 AM, Utkarsh Ayachit<[email protected]> wrote: > I do! And I know who to blame as well -- me :). I'll look at it. I > knew about this but then totally forgot about it before I committed > the changes. > > Utkarsh > > On Wed, Jul 29, 2009 at 7:19 AM, John Biddiscombe<[email protected]> wrote: >> Utkarsh >> >> We've noticed that when you run paraview and connect to N pvservers, then N >> point sprite representations get added to the gui - causing a trail of >> warnings. Disconnecting and reconnecting can increase this number to quite >> amusing levels. I've not had a chance to look into the code, but I expect >> you know exactly where to look... >> >> JB >> >> Thanks for the info. We will fix the issue in the next patch release. >> >> Utkarsh >> >> On Thu, Jul 23, 2009 at 1:32 PM, Kalle<[email protected]> wrote: >> >> >> Hi Stephane, >> >> it's working now! >> >> When i start my self compiled paraview (win32) in it's build directory >> (without any installation) everything is fine. (Paraview 3.6.1, CVS, 2 weeks >> ago). >> >> PointSprite can be selected as representation and i see a decent config >> panel for the PointSprite Properties. >> >> But there might remain the issue with the two missing shared libs in the >> installer for win und linux... >> >> Thanks, >> >> Kalle. >> >> >> >> >> >> >> >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://www.paraview.org/mailman/listinfo/paraview >> >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://www.paraview.org/mailman/listinfo/paraview >> >> >> -- >> John Biddiscombe, email:biddisco @ cscs.ch >> http://www.cscs.ch/ >> CSCS, Swiss National Supercomputing Centre | Tel: +41 (91) 610.82.07 >> Via Cantonale, 6928 Manno, Switzerland | Fax: +41 (91) 610.82.82 > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
