MantisBT - ParaView
View Issue Details
0012850ParaView(No Category)public2012-01-08 12:072016-08-12 09:59
Stephen J. Bespalko 
Kitware Robot 
normalminorhave not tried
closedmoved 
3.12 
 
Collaboration
crash
0012850: pvblot crashes after database file is selected on OS X Lion
After selecting a file in the "Open Blot File" dialog window, and selecting "OK" the following text appears in the a window titled "Dialog":

Traceback (most recent call last):
  File "<string>", line 1, in <module>
TypeError: __init__() takes exactly 3 arguments (2 given)
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: 'NoneType' object has no attribute 'SetHost'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Volumes/dev/paraview-support/ParaView-3.12.0-build/_CPack_Packages/Darwin-i386/DragNDrop/ParaView-3.12.0-Darwin-i386/ParaView 3.12.0.app/Contents/Python/paraview/simple.py", line 1027, in <module>
    Connect()
  File "/Volumes/dev/paraview-support/ParaView-3.12.0-build/_CPack_Packages/Darwin-i386/DragNDrop/ParaView-3.12.0-Darwin-i386/ParaView 3.12.0.app/Contents/Python/paraview/simple.py", line 56, in Connect
    session = servermanager.Connect(ds_host, ds_port, rs_host, rs_port)
  File "/Volumes/dev/paraview-support/ParaView-3.12.0-build/_CPack_Packages/Darwin-i386/DragNDrop/ParaView-3.12.0-Darwin-i386/ParaView 3.12.0.app/Contents/Python/paraview/servermanager.py", line 1825, in Connect
    raise RuntimeError, "Cannot create a session through python. Use the GUI to setup the connection."
RuntimeError: Cannot create a session through python. Use the GUI to setup the connection.
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Volumes/dev/paraview-support/ParaView-3.12.0-build/_CPack_Packages/Darwin-i386/DragNDrop/ParaView-3.12.0-Darwin-i386/ParaView 3.12.0.app/Contents/Python/paraview/servermanager.py", line 1891, in GetRenderView
    for aProxy in ProxyManager():
  File "/Volumes/dev/paraview-support/ParaView-3.12.0-build/_CPack_Packages/Darwin-i386/DragNDrop/ParaView-3.12.0-Darwin-i386/ParaView 3.12.0.app/Contents/Python/paraview/servermanager.py", line 1706, in next
    self.AProxy = _getPyProxy(self.SMIterator.GetProxy())
  File "/Volumes/dev/paraview-support/ParaView-3.12.0-build/_CPack_Packages/Darwin-i386/DragNDrop/ParaView-3.12.0-Darwin-i386/ParaView 3.12.0.app/Contents/Python/paraview/servermanager.py", line 2227, in _getPyProxy
    classForProxy = _findClassForProxy(_make_name_valid(xmlName), smproxy.GetXMLGroup())
  File "/Volumes/dev/paraview-support/ParaView-3.12.0-build/_CPack_Packages/Darwin-i386/DragNDrop/ParaView-3.12.0-Darwin-i386/ParaView 3.12.0.app/Contents/Python/paraview/servermanager.py", line 2298, in _findClassForProxy
    elif xmlName in rendering.__dict__:
NameError: global name 'rendering' is not defined
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/Volumes/dev/paraview-support/ParaView-3.12.0-build/_CPack_Packages/Darwin-i386/DragNDrop/ParaView-3.12.0-Darwin-i386/ParaView 3.12.0.app/Contents/Python/paraview/servermanager.py", line 2003, in load_module
    exec code in module.__dict__
  File "<pvblot>", line 31, in <module>
  File "/Volumes/dev/paraview-support/ParaView-3.12.0-build/_CPack_Packages/Darwin-i386/DragNDrop/ParaView-3.12.0-Darwin-i386/ParaView 3.12.0.app/Contents/Python/paraview/servermanager.py", line 2003, in load_module
    exec code in module.__dict__
  File "<blotish>", line 33, in <module>
  File "/Volumes/dev/paraview-support/ParaView-3.12.0-build/_CPack_Packages/Darwin-i386/DragNDrop/ParaView-3.12.0-Darwin-i386/ParaView 3.12.0.app/Contents/Python/paraview/simple.py", line 1027, in <module>
    Connect()
  File "/Volumes/dev/paraview-support/ParaView-3.12.0-build/_CPack_Packages/Darwin-i386/DragNDrop/ParaView-3.12.0-Darwin-i386/ParaView 3.12.0.app/Contents/Python/paraview/simple.py", line 56, in Connect
    session = servermanager.Connect(ds_host, ds_port, rs_host, rs_port)
  File "/Volumes/dev/paraview-support/ParaView-3.12.0-build/_CPack_Packages/Darwin-i386/DragNDrop/ParaView-3.12.0-Darwin-i386/ParaView 3.12.0.app/Contents/Python/paraview/servermanager.py", line 1825, in Connect
    raise RuntimeError, "Cannot create a session through python. Use the GUI to setup the connection."
RuntimeError: Cannot create a session through python. Use the GUI to setup the connection.
Traceback (most recent call last):
  File "<string>", line 1, in <module>
NameError: name 'pvblot' is not defined
>>>

========

at lease here, the file does not matter.
No tags attached.
Issue History
2012-01-08 12:07Stephen J. BespalkoNew Issue
2016-08-12 09:59Kitware RobotNote Added: 0038122
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved
2016-08-12 09:59Kitware RobotAssigned To => Kitware Robot

Notes
(0038122)
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.