legacy-knowledge-base
公開されました Sep. 10, 2025

Changes to Site Templates are not propagated to pages

written-by

Daniel Mijarra

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

Issue

  • Changes made to a site template are not propagated to the pages that use the template.
  • We can see the next error in the server log:
[LayoutSetPrototypeMergeBackgroundTaskExecutor:219] Merge fail count increased to 1 for layout set prototype 11111
com.liferay.exportimport.kernel.exception.ExportImportRuntimeException: class java.util.HashMap cannot be cast to class java.util.TimeZone

Environment

  • Liferay DXP 2024.Q4

Resolution

  • The issue is caused by missing sun.util.calendar.ZoneInfo class name in the json.deserialization.whitelist.class.names property.
  • Check if the json.deserialization.whitelist.class.names property is present in your portal-ext.properties file and contains the sun.util.calendar.ZoneInfo value (see portal.properties#L7574-L7612 for reference).
did-this-article-resolve-your-issue

legacy-knowledge-base