Details
-
Bug
-
Status: Closed
-
High
-
Resolution: Cannot Reproduce
-
None
-
Platform 218 - FeatureComplete, Platform 220 - Hardening, Platform 221 - 14.0 CodeFreeze
Description
In multi site mode, the sites begin bootstrapping before the platform has completed initializing. This is a racing issue: ConfigurationServiceImpl#applySiteConfig is sometimes called before ConfigurationServiceImpl#init has completed, and the former requires the WebfilesService to be up and running, a service which is started by the latter.
The applySiteConfig is invoked for every site (webapp) that has completed loading by Tomcat (via org.hippoecm.hst.site.container.HstContextLoaderListener that is a ServletContextListener)
Attachments
Issue Links
- relates to
-
HCM-281 Webfiles not always reloaded in single site mode
- Closed