MantisBT - ParaView
View Issue Details
0015631ParaView(No Category)public2015-08-10 15:092016-08-12 09:59
Cory Quammen 
Kitware Robot 
normalminorhave not tried
closedmoved 
git-master 
 
TBD
incorrect functionality
0015631: Python annotation filter with representation property inheritance enabled causes error messages
To 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
No tags attached.
Issue History
2015-08-10 15:09Cory QuammenNew Issue
2016-08-12 09:59Kitware RobotNote Added: 0038859
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved
2016-08-12 09:59Kitware RobotAssigned To => Kitware Robot

Notes
(0038859)
Kitware Robot   
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.