Service Catalog Order guides or Catalog Items display a message "The element type 'g2:evaluate' must be terminated by the matching end-tag ''."Description<!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms After upgrading to Jakarta, Service Catalog Catalog Items or Record Producers may no longer be functional and instead the system may display errors like the ones below: "The element type 'g2:evaluate' must be terminated by the matching end-tag '</g2:evaluate>'." or,"The element type "j2.while" must be terminated by the matching end-tag '</j2:evaluate>'." Release Jakarta and later releases Cause Stricter enforcement of jelly tags in compliance with coding best practices now require a close tag for every open tag, example '<j2:' open tag requires a matching close tag ' </j:'Customers with a customized version of the 'com.glideapp.servicecatalog_checkout_view' UI Page could run into this issue in different areas within Service Catalog depending on where the system encounters the missing close tag issue Resolution Switch to the attached out of box Jakarta Patch 7 XML file of the 'com.glideapp.servicecatalog_checkout_view' UI Page. Please be sure to have a backup of the customized version, prior to importing the attached XML of the UI Page into instanceAlternately, customers may fix the issue in their customized version of the 'com.glideapp.servicecatalog_checkout_view' UI page by adding the missing close tags example ' </j:' as appropriate within the HTML script of the UI pageTo propagate the fix to remaining instances, customers may use Update Sets or Export/Import XML functionality provided by ServiceNow as per the links below Additional Information Export/Import >>>>> https://docs.servicenow.com/csh?topicname=c_ExportAndImportXMLFiles.html&version=latest Update Sets >>>>> https://docs.servicenow.com/csh?topicname=get-started-update-sets.html&version=latest