Hi Michael,<br><br>Thanks for your response. That is possible since I have 6 million nodes and 4 million elements. However, I was able to open a file with 1 million nodes and 7 million elements before...<br><br>And I have this new file that&#39;s 30k nodes long and 600k elements. It just crashed paraview (quit unexpectedly is the message I got from the Mac OS) without giving any sort of warning. Did that three times...<br>
<br>What could this problem here? (I checked the number of elements, nodes etc and everything seems legit and it&#39;s way smaller than what I was able to open...)<br><br>Thanks,<br>Karen<br><br><br><br><div class="gmail_quote">
On Tue, Sep 22, 2009 at 12:15 PM, Stephens, Michael M ERDC-ITL-MS <span dir="ltr">&lt;<a href="mailto:Michael.M.Stephens@usace.army.mil">Michael.M.Stephens@usace.army.mil</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
karen,<br>
<br>
here&#39;s a possibility.<br>
i haven&#39;t done the math for your number of points/cells; but xml files have<br>
an inherent size limit.<br>
i&#39;ve seen this error for appended vtk xml files (not ascii as yours are)<br>
<br>
i believe it has to do with the size of the offsets.<br>
it&#39;s a limitation of xml itself.<br>
<br>
i&#39;ve use vtkpython scripts on a 64 bit linux machine to write vtk xml files<br>
that i can&#39;t read<br>
with vtk or paraview. which is just wrong.<br>
<br>
i&#39;ve asked that the xml writers take a look at what&#39;s being written<br>
and at least send a warning that the file violates this xml limit.<br>
hasn&#39;t happened yet.<br>
<br>
just a thought.<br>
<font color="#888888"><br>
-m<br>
</font><div><div></div><div class="h5"><br>
-----Original Message-----<br>
From: <a href="mailto:paraview-bounces@paraview.org">paraview-bounces@paraview.org</a> [mailto:<a href="mailto:paraview-bounces@paraview.org">paraview-bounces@paraview.org</a>] On<br>
Behalf Of Karen Lee<br>
Sent: Monday, September 21, 2009 4:08 PM<br>
To: <a href="mailto:paraview@paraview.org">paraview@paraview.org</a><br>
Subject: [Paraview] error message<br>
<br>
Dear paraview developers and users,<br>
<br>
I got this error when I attempted to open a .vtu file:<br>
<br>
ERROR: In<br>
/Users/berk/Work/ReleaseBuilds/ParaView3/VTK/IO/vtkXMLDataReader.cxx, line<br>
502<br>
vtkXMLUnstructuredGridReader (0x19373cb0): Cannot read point data array &quot;rho&quot;<br>
from PointData in piece 0.  The data array in the element may be too short.<br>
<br>
<br>
ERROR: In<br>
/Users/berk/Work/ReleaseBuilds/ParaView3/VTK/IO/vtkXMLDataReader.cxx, line<br>
502<br>
vtkXMLUnstructuredGridReader (0x193f8e00): Cannot read point data array &quot;|E|&quot;<br>
from PointData in piece 0.  The data array in the element may be too short.<br>
<br>
<br>
ERROR: In<br>
/Users/berk/Work/ReleaseBuilds/ParaView3/VTK/IO/vtkXMLDataReader.cxx, line<br>
502<br>
vtkXMLUnstructuredGridReader (0x19328870): Cannot read point data array &quot;|E|&quot;<br>
from PointData in piece 0.  The data array in the element may be too short.<br>
<br>
<br>
ERROR: In<br>
/Users/berk/Work/ReleaseBuilds/ParaView3/Servers/Filters/vtkTransferFunctionE<br>
ditorWidgetSimple1D.cxx, line 1246<br>
vtkTransferFunctionEditorWidgetSimple1D (0x178c99d0): Cannot move a transfer<br>
function node horizontally past the ones on either side of it.<br>
<br>
<br>
ERROR: In<br>
/Users/berk/Work/ReleaseBuilds/ParaView3/VTK/Filtering/vtkColorTransferFuncti<br>
on.cxx, line 1105<br>
vtkColorTransferFunction (0x262505d0): Index out of range!<br>
<br>
<br>
ERROR: In<br>
/Users/berk/Work/ReleaseBuilds/ParaView3/VTK/IO/vtkXMLDataReader.cxx, line<br>
502<br>
vtkXMLUnstructuredGridReader (0x26251870): Cannot read point data array &quot;rho&quot;<br>
from PointData in piece 0.  The data array in the element may be too short.<br>
<br>
<br>
I guess it&#39;s all the same error. I  have some working files from before and I<br>
created this file from the same script. I have checked the number of points<br>
and the number of elements literally more than 5 or 6 times, and I have no<br>
idea why it would give me ths kind of error... My file is huge so I won&#39;t<br>
sent it, but it looks roughly like this:<br>
<br>
&lt;?xml version=&quot;1.0&quot;?&gt;<br>
&lt;VTKFile type=&quot;UnstructuredGrid&quot;&gt;<br>
&lt;UnstructuredGrid&gt;<br>
&lt;Piece NumberOfPoints=&quot;6225340&quot;  NumberOfCells=&quot;4980272&quot; &gt;<br>
&lt;Points&gt;<br>
&lt;DataArray type=&quot;Float32&quot; NumberOfComponents=&quot;3&quot;&gt;<br>
-0.101 -0.0184 -0.0834<br>
-0.088 -0.05915 -0.1417<br>
-0.050499994 -0.00920002 -0.1417<br>
 ... x y z coordinates, 6225340 of these numbers in total<br>
&lt;/DataArray&gt;<br>
&lt;/Points&gt;<br>
&lt;Cells&gt;<br>
&lt;DataArray type=&quot;Int32&quot; Name=&quot;connectivity&quot;&gt;<br>
1 4 7 2<br>
2 1 6 7<br>
2 6 8 7<br>
7 2 4 8<br>
6 2 0 1<br>
.... (lists of elements, 4980272 of these in total, and starting from 0 for<br>
node indexing like I did in the other files that opened fine.)<br>
&lt;/DataArray&gt;<br>
&lt;DataArray type=&quot;Int32&quot; Name=&quot;offsets&quot;&gt;<br>
4<br>
8<br>
12<br>
..., number of these is 4980272<br>
&lt;/DataArray&gt;<br>
&lt;DataArray type=&quot;UInt8&quot; Name=&quot;types&quot;&gt;<br>
10<br>
10<br>
10<br>
... (4980272 copies of &quot;10&quot;)<br>
&lt;/DataArray&gt;<br>
&lt;/Cells&gt;<br>
&lt;PointData Scalars=&quot;rho&quot; &gt;<br>
&lt;DataArray type=&quot;Float32&quot; Name=&quot;rho&quot;&gt;<br>
1.2663767364491398E-10<br>
6.45082075320499E-11<br>
... (number of data entries = number of nodes = 6225340)<br>
&lt;/DataArray&gt;<br>
&lt;/PointData&gt;<br>
&lt;/Piece&gt;<br>
&lt;/UnstructuredGrid&gt;<br>
&lt;/VTKFile&gt;<br>
<br>
Could the problem be that the file is too large? I&#39;m running on a Macpro with<br>
16 GB&#39;s of RAM, and it&#39;s a 2 x 2.26GHz quad-core Intel Xeon processor.<br>
<br>
Any help would be greatly appreciated!<br>
<br>
Thanks,<br>
Karen<br>
<br>
</div></div></blockquote></div><br>