[Paraview] problem getting pvserver to load plugin; possible connected error message

2009-09-17 Thread Christine Corbett Moran
I have created a plugin which functions on my client machine (when the GUI is run on the client) as well as on my server machine (when the GUI is run on the server machine), but not if I run the GUI on the client and connect to the server machine running pvserver (I am currently for the exercise ru

Re: [Paraview] problem getting pvserver to load plugin; possible connected error message

2009-09-17 Thread Utkarsh Ayachit
After you get the error message when you try to load the plugin on the remote side, has the server disconnected/crashed or something on those lines? Utkarsh On Thu, Sep 17, 2009 at 4:20 AM, Christine Corbett Moran wrote: > I have created a plugin which functions on my client machine (when the GU

Re: [Paraview] problem getting pvserver to load plugin; possible connected error message

2009-09-17 Thread Christine Corbett Moran
No, no crash, and I can still use the connection as normal. Only I am unable to load the plugin. Christine On Thu, Sep 17, 2009 at 2:53 PM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > After you get the error message when you try to load the plugin on the > remote side, has the server

Re: [Paraview] problem getting pvserver to load plugin; possible connected error message (fixed)

2009-09-21 Thread Christine Corbett Moran
My issue was solved by putting the client and server plugins into the same plugin, then loading on both client and server. I had previously given them two different names, which was the root of the problem even if I tried loading both my client and my server plugin on both the client and the server

Re: [Paraview] problem getting pvserver to load plugin; possible connected error message (fixed)

2009-09-21 Thread Utkarsh Ayachit
Are there any error messages on the server side when you get that error "failed to gather information" on the client? Utkarsh On Mon, Sep 21, 2009 at 2:18 PM, Christine Corbett Moran wrote: > My issue was solved by putting the client and server plugins into the > same plugin, then loading on bot

Re: [Paraview] problem getting pvserver to load plugin; possible connected error message (fixed)

2009-09-21 Thread Christine Corbett Moran
Yes, that is one of the errors. The errors I get are (as I listed in my original email) >> > Client error: >> > ERROR: In /BUILD/ParaView3/Servers/Common/vtkClientConnection.cxx, line >> > 414 >> > vtkClientConnection (0x1a20700): Could not create information object. >> > >> > Server error: >> > ER

Re: [Paraview] problem getting pvserver to load plugin; possible connected error message (fixed)

2009-09-21 Thread Christine Corbett Moran
Ah, sorry I parsed your email wrong. I will have to look again to see if I get a reverse error I will let you know. On Mon, Sep 21, 2009 at 8:33 PM, Christine Corbett Moran wrote: > Yes, that is one of the errors. The errors I get are (as I listed in > my original email) >>> > Client error: >

Re: [Paraview] problem getting pvserver to load plugin; possible connected error message (fixed)

2009-09-21 Thread Utkarsh Ayachit
Is it possible that your server and client ParaView versions don't exactly match? Are you working off CVS by any chance? Utkarsh On Mon, Sep 21, 2009 at 2:36 PM, Christine Corbett Moran wrote: > Ah, sorry I parsed your email wrong. I will have to look again to see > if I get a reverse error

Re: [Paraview] problem getting pvserver to load plugin; possible connected error message (fixed)

2009-09-29 Thread Utkarsh Ayachit
Any update on this? On Mon, Sep 21, 2009 at 3:19 PM, Christine Corbett Moran wrote: > I am working off of a build of the source checkout of cvs on both > client and server so that is a possibility (a likely one in fact). > Both are versions 3.7 but are slightly off in the version number. I > reco