View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005686ParaView(No Category)public2007-09-12 13:392007-09-21 13:12
ReporterMark Richardson 
Assigned ToUtkarsh Ayachit 
PriorityhighSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005686: Line chart is blank in client/server mode
DescriptionNo 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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships
duplicate of 0005683closed Plots don't work client/server 

  Notes
(0008952)
Alan Scott (manager)
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 (administrator)
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 (manager)
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 (manager)
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.

 Issue History
Date Modified Username Field Change
2007-09-12 13:39 Mark Richardson New Issue
2007-09-12 14:14 Mark Richardson Relationship added duplicate of 0005683
2007-09-12 16:56 Alan Scott Note Added: 0008952
2007-09-13 09:30 Utkarsh Ayachit Status backlog => tabled
2007-09-13 09:30 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2007-09-13 09:30 Utkarsh Ayachit Status tabled => @80@
2007-09-13 09:30 Utkarsh Ayachit Resolution open => fixed
2007-09-13 09:30 Utkarsh Ayachit Note Added: 0008968
2007-09-17 17:01 Alan Scott Note Added: 0009035
2007-09-17 17:01 Alan Scott Status @80@ => tabled
2007-09-20 13:52 Berk Geveci Status tabled => @80@
2007-09-21 13:12 Alan Scott Status @80@ => closed
2007-09-21 13:12 Alan Scott Note Added: 0009194
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team