View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015631ParaView(No Category)public2015-08-10 15:092016-08-12 09:59
ReporterCory Quammen 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version 
Summary0015631: Python annotation filter with representation property inheritance enabled causes error messages
DescriptionTo reproduce:

- Run ParaView, builtin server
- Edit -> Settings... General tab, enable Inherit Representation Properties
- Load can.ex2
- Add Python Annotation filter. Click apply.

You will get an error message like the following:

ERROR: In /home/cory/code/src/ParaView-review/ParaViewCore/ServerImplementation/Core/vtkPVSessionCore.cxx, line 390
vtkPVSessionCore (0xd0d460): Object type: vtkTextRepresentation, could not find requested method: "SetPosition"
or the method was called with incorrect arguments.

while processing
Message 0 = Invoke
  Argument 0 = vtk_object_pointer {vtkTextRepresentation (0x4764460)}
  Argument 1 = string_value {SetPosition}
  Argument 2 = float64_value {0}
  Argument 3 = float64_value {0}
  Argument 4 = float64_value {0}



ERROR: In /home/cory/code/src/ParaView-review/ParaViewCore/ServerImplementation/Core/vtkPVSessionCore.cxx, line 391
vtkPVSessionCore (0xd0d460): Aborting execution for debugging purposes.


ERROR: In /home/cory/code/src/ParaView-review/ParaViewCore/ServerImplementation/Core/vtkSIProxy.cxx, line 134
vtkSIProxy (0x47d2910): Error pushing property state: Position


ERROR: In /home/cory/code/src/ParaView-review/ParaViewCore/ServerImplementation/Core/vtkPVSessionCore.cxx, line 390
vtkPVSessionCore (0xd0d460): Object type: vtkTextProperty, could not find requested method: "SetOrientation"
or the method was called with incorrect arguments.

while processing
Message 0 = Invoke
  Argument 0 = vtk_object_pointer {vtkTextProperty (0x4293f00)}
  Argument 1 = string_value {SetOrientation}
  Argument 2 = float64_value {0}
  Argument 3 = float64_value {0}
  Argument 4 = float64_value {0}



ERROR: In /home/cory/code/src/ParaView-review/ParaViewCore/ServerImplementation/Core/vtkPVSessionCore.cxx, line 391
vtkPVSessionCore (0xd0d460): Aborting execution for debugging purposes.


ERROR: In /home/cory/code/src/ParaView-review/ParaViewCore/ServerImplementation/Core/vtkSIProxy.cxx, line 134
vtkSIProxy (0x47e5620): Error pushing property state: Orientation
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0038859)
Kitware Robot (administrator)
2016-08-12 09:59

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2015-08-10 15:09 Cory Quammen New Issue
2016-08-12 09:59 Kitware Robot Note Added: 0038859
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved
2016-08-12 09:59 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team