Excerpt - CMS Snapshot Analysis - Run Analyzer - Non Fatal Error - JEE with Core CAST AIP - Failed to parse xml file unterminated end tag name - 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