Paraview Error: Start-end tags mismatch. Error offset: 15464]

Hi Everyone,

I am curious if anyone come across the following error. I tried searching on Google for this error. Not much help.


ERROR: In vtkCityGMLReader.cxx, line 1085
vtkCityGMLReader (000002976C5A8CC0): XML [C:\Users\sanshu\OneDrive - University of Delaware - o365\UD_PhD\Research\Extra\airy.TBrook.xml] parsed with errors: Start-end tags mismatch. Error offset: 15464]

ERROR: In vtkExecutive.cxx, line 741
vtkPVCompositeDataPipeline (000002976BC6EB30): Algorithm vtkCityGMLReader (000002976C5A8CC0) returned failure for request: vtkInformation (000002976C5C6120)
Debug: Off
Modified Time: 628543
Reference Count: 1
Registered Events: (none)
Request: REQUEST_DATA
FORWARD_DIRECTION: 0
ALGORITHM_AFTER_FORWARD: 1
FROM_OUTPUT_PORT: 0

Based on the error message, it seems that your data file is corrupted. Specifically, there is a begin tag that does not have a matching end tag.
You can try an XML validator to check you file
https://www.xmlvalidation.com/

maybe will give you a better error message, or use an editor and move to the character listed in the message to get more information.

Dan