MantisBT - ParaView
View Issue Details
0005686ParaView(No Category)public2007-09-12 13:392007-09-21 13:12
Mark Richardson 
Utkarsh Ayachit 
highmajoralways
closedfixed 
 
 
0005686: Line chart is blank in client/server mode
No data arrays are available to display in the line chart in client server mode. I used two exodus files that work in builtin mode. I also used a wavelet source. I can color by the arrays in the 3D view.

I also tried a histogram. The server popped up some messages about no arrays available, but was still able to display the histogram.
No tags attached.
duplicate of 0005683closed  Plots don't work client/server 
Issue History
2007-09-12 13:39Mark RichardsonNew Issue
2007-09-12 14:14Mark RichardsonRelationship addedduplicate of 0005683
2007-09-12 16:56Alan ScottNote Added: 0008952
2007-09-13 09:30Utkarsh AyachitStatusbacklog => tabled
2007-09-13 09:30Utkarsh AyachitAssigned To => Utkarsh Ayachit
2007-09-13 09:30Utkarsh AyachitStatustabled => @80@
2007-09-13 09:30Utkarsh AyachitResolutionopen => fixed
2007-09-13 09:30Utkarsh AyachitNote Added: 0008968
2007-09-17 17:01Alan ScottNote Added: 0009035
2007-09-17 17:01Alan ScottStatus@80@ => tabled
2007-09-20 13:52Berk GeveciStatustabled => @80@
2007-09-21 13:12Alan ScottStatus@80@ => closed
2007-09-21 13:12Alan ScottNote Added: 0009194
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0008952)
Alan Scott   
2007-09-12 16:56   
From 5683:

Plots are not working client/server.

* Client/server, XP/Linux, 3 6 processors.
* Open disk_out_ref.exo.
* Variables all on. Apply.
* Data Analysis/ Plot over Line/ Apply.

Nothing happens in the plotting window. Just a whole lot of empty.

alan
(0008968)
Utkarsh Ayachit   
2007-09-13 09:30   
Since the xy plot representation was changed to used
data information from the post processor proxy which is a client only proxy,
this issue surfaced. The problem was that vtkServerConnection did not implement
gathering of data from client. Fixed that.

/cvsroot/ParaView3/ParaView3/Servers/Common/vtkServerConnection.cxx,v <-- vtkServerConnection.cxx
new revision: 1.14; previous revision: 1.13


I was not able to reproduce the histogram problem.
(0009035)
Alan Scott   
2007-09-17 17:01   
When I do client/server, Plot over Line, it barfs. Specifics are as follows:

Nightly, September 17.
XP client, Linux server.
6 nodes.
open disk_out_ref.exo.
Turn all variables on.
Filter/ Plot over Line.
I keep the server running, and have the probe line visible, but not plot.

Output window looks like this:

ERROR: In C:\alan\paraviewNightly\src\ParaView3\VTK\Filtering\vtkStreamingDemandDrivenPipeline.cxx, line 698
vtkCompositeDataPipeline (0AEAD288): The update extent specified in the information for output port 0 on algorithm vtkPolyLineToRectilinearGridFilter(0AEAA9E0) is 0 1431655765 0 2147483647 0 2147483647, which is outside the whole extent 0 -1 0 -1 0 -1.


ERROR: In C:\alan\paraviewNightly\src\ParaView3\VTK\Filtering\vtkStreamingDemandDrivenPipeline.cxx, line 698
vtkCompositeDataPipeline (0AEAD288): The update extent specified in the information for output port 0 on algorithm vtkPolyLineToRectilinearGridFilter(0AEAA9E0) is 0 1431655765 0 2147483647 0 2147483647, which is outside the whole extent 0 -1 0 -1 0 -1.

(0009194)
Alan Scott   
2007-09-21 13:12   
Looks like there was a timing issue - this bug was fixed, I tested on old code. It is now fixed.