MantisBT - ParaView
View Issue Details
0010665ParaViewBugpublic2010-05-03 17:522011-07-29 10:43
Ken Moreland 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
4.03.12 
0010665: Plugins built for server not listed
When you open the plugin manager, all of the plugins built with ParaView are listed under the local plugins, which makes it easy to select them for loading. However, the list for remote plugins starts up blank, even after connecting to a server that was built with plugins.
No tags attached.
related to 0009972closed Utkarsh Ayachit PV_PLUGIN_PATH is not respected by pvbatch/pvpython 
related to 0010835closed Utkarsh Ayachit Autoload doesn't work for XML-only plug-ins 
png NoServerPlugins.png (146,069) 2010-05-03 17:54
https://www.vtk.org/Bug/file/8082/NoServerPlugins.png
png
Issue History
2010-05-03 17:52Ken MorelandNew Issue
2010-05-03 17:54Ken MorelandFile Added: NoServerPlugins.png
2010-05-03 17:55Ken MorelandNote Added: 0020522
2010-06-15 11:30Utkarsh AyachitTarget Version3.10 => 3.8.1
2010-06-15 11:30Utkarsh AyachitStatusbacklog => tabled
2010-06-15 11:30Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-07-08 16:27Utkarsh AyachitNote Added: 0021332
2010-07-08 16:28Utkarsh AyachitRelationship addedrelated to 0009972
2010-07-08 16:28Utkarsh AyachitNote Added: 0021333
2010-12-06 11:01Robert MaynardAssigned ToUtkarsh Ayachit => Robert Maynard
2010-12-06 11:01Robert MaynardTarget Version3.8.1 => 3.10.1
2011-02-14 10:01Robert MaynardRelationship addedrelated to 0010835
2011-02-16 08:58Utkarsh AyachitNote Added: 0025448
2011-02-16 08:58Utkarsh AyachitTarget Version3.10.1 => 4.0
2011-04-09 09:50Utkarsh AyachitNote Added: 0026157
2011-04-09 09:50Utkarsh AyachitStatustabled => @80@
2011-04-09 09:50Utkarsh AyachitFixed in Version => 4.0
2011-04-09 09:50Utkarsh AyachitResolutionopen => fixed
2011-04-09 09:50Utkarsh AyachitAssigned ToRobert Maynard => Utkarsh Ayachit
2011-05-02 21:24Alan ScottNote Added: 0026409
2011-05-02 21:24Alan ScottStatus@80@ => closed
2011-07-29 10:43Utkarsh AyachitFixed in Version4.0 => 3.12

Notes
(0020522)
Ken Moreland   
2010-05-03 17:55   
Probably overkill, but I've attached an image of my plugin manager showing a blank entry for server-side plugins.
(0021332)
Utkarsh Ayachit   
2010-07-08 16:27   
* Currently vtkSMPluginManager has code to load the ".plugins" file and update its internal data-structures. This only works on the client side since these data-structures are not built on the server processes.
* vtkSMPluginManager uses something that it calls "serveruri". ServerManager does not know about "serveruri", so that's not correct. We need to fix it so that the vtkSMPluginManager doesn't rely on "serveruri".
* We may want to look at how to build the data-structures on all processes on their own about plugins available/loaded etc. Also managing PV_PLUGIN_PATH on all processes and then fetching that info to client for displaying in the dialog. This will make is easier for pvpython to respect plugin paths as well.
(0021333)
Utkarsh Ayachit   
2010-07-08 16:28   
Adding relationship with BUG 0009972 since we can come up with a fix that address both these issues.
(0025448)
Utkarsh Ayachit   
2011-02-16 08:58   
Changing to 4.0 since this will straight forward after the Collaboration changes (those bring in improvements to the plugin manager as well)
(0026157)
Utkarsh Ayachit   
2011-04-09 09:50   
Fixed by merge from "Collaboration" branch. The plugin base code was improved to enable this functionality.
(0026409)
Alan Scott   
2011-05-02 21:24   
Tested previously, remote server, unknown version, Linux.