Raashid,<br><br>The problem below is a bug. We will address it soon.<br><br>-berk<br><br><div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<p>
-----------------------------------------------------------------------------<br>
One of the processes started by mpirun has exited with a nonzero exit<br>
code.&nbsp; This typically indicates that the process finished in error.<br>
If your process did not finish in error, be sure to include a &quot;return<br>
0&quot; or &quot;exit(0)&quot; in your C code before exiting the application.<br>
<br>
PID 27473 failed on node n1 (<a href="http://10.101.11.72" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">10.101.11.72</a>) due to signal 6.<br>
-----------------------------------------------------------------------------<br>
Process id: 1 &gt;&gt; ERROR: In /home/raashid/ParaView3/Servers/Common/vtkProcessModule.cxx, line 971<br>
vtkProcessModule (0x80f1d68): Invalid arguments to vtkClientServerStream::Invoke.&nbsp; There must be at least two arguments.&nbsp; The first must be an object and the second a string.<br>
while processing<br>
Message 0 = Invoke<br>
&nbsp; Argument 0 = id_value {34}<br>
&nbsp; Argument 1 = string_value {AddRenderer}<br>
&nbsp; Argument 2 = int32_value {0}<br>
&nbsp; Argument 3 = id_value {32}<br>
<br>
<br>
Process id: 1 &gt;&gt; ERROR: In /home/raashid/ParaView3/Servers/Common/vtkProcessModule.cxx, line 973<br>
vtkProcessModule (0x80f1d68): Aborting execution for debugging purposes.<br>
<br>
<br>
The script on the client end is <br>
<br>
raashid@bean:~/ParaView3-unix/bin$ ./pvpython<br>
Python 2.5.1 (r251:54863, May&nbsp; 2 2007, 16:53:27) <br>
[GCC 4.1.2 (Ubuntu 4.1.2-0ubuntu4)] on linux2<br>
Type &quot;help&quot;, &quot;copyright&quot;, &quot;credits&quot; or &quot;license&quot; for more information.<br>
&gt;&gt;&gt; import paraview<br>
&gt;&gt;&gt; paraview.ActiveConnection = paraview.Connect(&quot;<a href="http://10.101.11.71" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">10.101.11.71</a>&quot;, 11111)<br>
&gt;&gt;&gt; reader = paraview.CreateProxy(&quot;sources&quot;, &quot;XMLUnstructuredGridReader&quot;, &quot;sources&quot;)<br>
&gt;&gt;&gt; reader.SetFileName(&quot;fire_ug.vtu&quot;)<br>
&gt;&gt;&gt; reader.UpdateVTKObjects()<br>
&gt;&gt;&gt; isosurface_filter = paraview.CreateProxy(&quot;filters&quot;, &quot;Contour&quot;, &quot;filters&quot;)<br>
&gt;&gt;&gt; isosurface_filter.SetInput(reader)<br>
&gt;&gt;&gt; isosurface_filter.SetContourValues(298.38, 396.84, 495.31, 593.775, 692)<br>
&gt;&gt;&gt; isosurface_filter.UpdateVTKObjects()<br>
&gt;&gt;&gt; renWin = paraview.CreateRenderWindow()<br>
<br>
<br>
The pvserver crashed as soon as I tried to creat the window<br>
<br><br></p></blockquote></div>