Purpose

This page gives information on how to resolve issue when the following error message is present in analysis log:

Failed to parse xml file: (unterminated end tag '<tag name>')

Observed in
Release
Yes/No
1.3.x(tick)
1.2.x(tick)
1.1.x(tick)
1.0.x(tick)


Observed on RDBMS
RDBMS
Yes/No
CSS4(tick)
CSS3(tick)
CSS2(tick)
Action Plan

The error message indicates that the analyzer has failed to parse xml file because the end tag of an element is missing. This is an expected behavior as the xml tag is not complete.

 Perform the following steps:

  1. Using a text editor like Notepad++ , search in all the XML files present in the source code for the mentioned tag. For instance in the following example:

    the 'Setting' tag is opened with no termination tag in those files, so you should search for 'Setting' string
  2. Open the detected XML file, add the termination tag and save the file
  3. Run analysis

Impact on Analysis Results and Dashboard
Impact of issue: Analysis will throw error
Impact after applying solution: No impact
Notes/comments


Related Pages