Uploaded image for project: '[Read Only] - Hippo Site Toolkit 2'
  1. [Read Only] - Hippo Site Toolkit 2
  2. HSTTWO-2968

HST model fails to load new channel added manually

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • High
    • Resolution: Fixed
    • 2.28.00
    • 2.28.05
    • None
    • Sprint 84

    Description

      When a new translated channel is added manually in the console, the HST does not show it in the frontend. When Tomcat is restarted (without any additional config changes) the channel does appear.

      The reproduction path is one of the exercises in the base developer training:

      1. checkout the base developer training project:
      $ svn co https://svn.onehippo.org/repos/closed/training/hippo-training-base-developer/trunk -r195775

      2. build & start it
      $ mvn clean install
      $ mvn -Pcargo.run

      3. In the console, add a node of type “hst:mount” to /hst:hst/hst:hosts/dev-localhost/localhost/hst:root and name it “nl”

      4. Add the following properties to /hst:hst/hst:hosts/dev-localhost/localhost/hst:root/nl:

      • hst:channelpath (string) = /hst:hst/hst:channels/mijnhippoproject
      • hst:mountpoint (string) = /hst:hst/hst:sites/mijnhippoproject
      • hst:locale (string) = nl_NL

      5. Copy /hst:hst/hst:channels/myhippoproject to /hst:hst/hst:channels/mijnhippoproject, change the name of the channel. Also change the headerName property of its child node.

      6. Copy /hst:hst/hst:sites/myhippoproject to /hst:hst/hst:sites/mijnhippoproject
      and set the value of the hst:content property to “/content/documents/mijnhippoproject”.

      7. Add a node of type "hst:configuration" to /hst:hst/hst:configurations, and name it “common”.

      8. On the node /hst:hst/hst:configurations/myhippoproject add a property "hst:inheritsfrom" with value "../common". The hst:configuration for myhippoproject now inherits the common configuration.

      9. Move these subnodes from /hst:hst/hst:configurations/myhippoproject to its /common sibling:
      hst:catalog, hst:components, hst:templates.

      10. Copy the node /hst:hst/hst:configurations/myhippoproject and name it "mijnhippoproject". We now have hst:configurations for both sites, that inherit some parts from /common but also have some configuration that is specific for them (although that is at the moment still equal for both). Now save all your changes.

      Expected: going to http://localhost:8080/site/nl shows the new Dutch site.
      Actual: the new site is not shown, and the exception shown below is logged. After Tomcat is restarted, the new site does show up (without any additional configuration changes).

      Logged exception:

      [INFO] [talledLocalContainer] 14.05.2014 14:34:00 WARN http-bio-8080-exec-11 [HstManagerImpl.synchronousBuild:281] Exception during model loading happened. Return previous stale model. Reason:
      [INFO] [talledLocalContainer] org.hippoecm.hst.configuration.model.ModelLoadingException: Could not load hst node model due to Runtime Exception :
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.model.HstManagerImpl.buildSites(HstManagerImpl.java:344)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.model.HstManagerImpl.synchronousBuild(HstManagerImpl.java:273)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.model.HstManagerImpl.getVirtualHosts(HstManagerImpl.java:256)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.container.HstFilter.doFilter(HstFilter.java:302)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.container.XSSUrlFilter.doFilter(XSSUrlFilter.java:49)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
      [INFO] [talledLocalContainer] at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
      [INFO] [talledLocalContainer] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
      [INFO] [talledLocalContainer] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
      [INFO] [talledLocalContainer] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
      [INFO] [talledLocalContainer] at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
      [INFO] [talledLocalContainer] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
      [INFO] [talledLocalContainer] at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)
      [INFO] [talledLocalContainer] at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
      [INFO] [talledLocalContainer] at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:315)
      [INFO] [talledLocalContainer] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      [INFO] [talledLocalContainer] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [INFO] [talledLocalContainer] at java.lang.Thread.run(Thread.java:722)
      [INFO] [talledLocalContainer] Caused by: java.util.ConcurrentModificationException
      [INFO] [talledLocalContainer] at java.util.LinkedHashMap$LinkedHashIterator.nextEntry(LinkedHashMap.java:394)
      [INFO] [talledLocalContainer] at java.util.LinkedHashMap$ValueIterator.next(LinkedHashMap.java:409)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.cache.HstNodeImpl.update(HstNodeImpl.java:285)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.cache.HstNodeImpl.childrenReload(HstNodeImpl.java:305)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.cache.HstNodeImpl.update(HstNodeImpl.java:282)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.cache.HstNodeImpl.update(HstNodeImpl.java:263)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.cache.HstNodeLoadingCache.getNode(HstNodeLoadingCache.java:134)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.hosting.VirtualHostsService.quickModelCheck(VirtualHostsService.java:319)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.hosting.VirtualHostsService.<init>(VirtualHostsService.java:173)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.model.HstManagerImpl.buildSites(HstManagerImpl.java:329)
      [INFO] [talledLocalContainer] ... 26 more
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 ERROR http-bio-8080-exec-11 [CompositeConfigurationNodes.<init>:80] Relative inherit path '../common' for node '/hst:hst/hst:configurations/myhippoproject' does not point to a node of type 'hst:configuration' or does not exist. Fix this path.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 ERROR http-bio-8080-exec-11 [CompositeConfigurationNodes.<init>:80] Relative inherit path '../common' for node '/hst:hst/hst:configurations/myhippoproject' does not point to a node of type 'hst:configuration' or does not exist. Fix this path.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 ERROR http-bio-8080-exec-11 [CompositeConfigurationNodes.<init>:80] Relative inherit path '../common' for node '/hst:hst/hst:configurations/myhippoproject' does not point to a node of type 'hst:configuration' or does not exist. Fix this path.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 ERROR http-bio-8080-exec-11 [CompositeConfigurationNodes.<init>:80] Relative inherit path '../common' for node '/hst:hst/hst:configurations/myhippoproject' does not point to a node of type 'hst:configuration' or does not exist. Fix this path.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [MountService.<init>:571] Configured Mount '/hst:hst/hst:hosts/dev-localhost/localhost/hst:root/nl' is incorrect. Available child mounts will still be loaded.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [MountService.<init>:571] Configured Mount '/hst:hst/hst:hosts/dev-localhost/localhost/hst:root/nl' is incorrect. Available child mounts will still be loaded.
      [INFO] [talledLocalContainer] org.hippoecm.hst.configuration.model.ModelLoadingException: No configuration node found at '/hst:hst/hst:configurations/mijnhippoproject'. Cannot load model for it.
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.cache.HstConfigurationLoadingCache.getCompositeConfigurationNodes(HstConfigurationLoadingCache.java:219)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.cache.HstConfigurationLoadingCache.getComponentsConfiguration(HstConfigurationLoadingCache.java:141)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.site.HstSiteService.init(HstSiteService.java:105)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.site.HstSiteService.<init>(HstSiteService.java:80)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.site.HstSiteService.createLiveSiteService(HstSiteService.java:61)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.hosting.MountService.<init>(MountService.java:560)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.hosting.MountService.<init>(MountService.java:577)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.hosting.VirtualHostService.<init>(VirtualHostService.java:285)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.hosting.VirtualHostsService.<init>(VirtualHostsService.java:298)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.model.HstManagerImpl.buildSites(HstManagerImpl.java:329)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.model.HstManagerImpl.synchronousBuild(HstManagerImpl.java:273)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.model.HstManagerImpl.getVirtualHosts(HstManagerImpl.java:256)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.container.HstFilter.doFilter(HstFilter.java:302)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
      [INFO] [talledLocalContainer] at org.hippoecm.hst.container.XSSUrlFilter.doFilter(XSSUrlFilter.java:49)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
      [INFO] [talledLocalContainer] at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:88)
      [INFO] [talledLocalContainer] at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
      [INFO] [talledLocalContainer] at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
      [INFO] [talledLocalContainer] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:98)
      [INFO] [talledLocalContainer] at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
      [INFO] [talledLocalContainer] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
      [INFO] [talledLocalContainer] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
      [INFO] [talledLocalContainer] at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1040)
      [INFO] [talledLocalContainer] at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:607)
      [INFO] [talledLocalContainer] at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:315)
      [INFO] [talledLocalContainer] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      [INFO] [talledLocalContainer] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [INFO] [talledLocalContainer] at java.lang.Thread.run(Thread.java:722)
      [INFO] [talledLocalContainer] at java.lang.Thread.run(Thread.java:722)
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 ERROR http-bio-8080-exec-11 [CompositeConfigurationNodes.<init>:80] Relative inherit path '../common' for node '/hst:hst/hst:configurations/myhippoproject' does not point to a node of type 'hst:configuration' or does not exist. Fix this path.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 ERROR http-bio-8080-exec-11 [CompositeConfigurationNodes.<init>:80] Relative inherit path '../common' for node '/hst:hst/hst:configurations/myhippoproject' does not point to a node of type 'hst:configuration' or does not exist. Fix this path.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 ERROR http-bio-8080-exec-11 [CompositeConfigurationNodes.<init>:80] Relative inherit path '../common' for node '/hst:hst/hst:configurations/myhippoproject' does not point to a node of type 'hst:configuration' or does not exist. Fix this path.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.populateComponentReferences:853] Cannot lookup referenced component 'hst:components/header' for this component ['hst:abstractpages/base/header']. We skip this reference
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.populateComponentReferences:853] Cannot lookup referenced component 'hst:components/leftmenu' for this component ['hst:abstractpages/base/main/leftmenu']. We skip this reference
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.populateComponentReferences:853] Cannot lookup referenced component 'hst:components/search' for this component ['hst:pages/search/main/content']. We skip this reference
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.populateComponentReferences:853] Cannot lookup referenced component 'hst:components/content' for this component ['hst:pages/home/main/content']. We skip this reference
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.populateComponentReferences:853] Cannot lookup referenced component 'hst:components/content' for this component ['hst:pages/newspage/main/content']. We skip this reference
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.populateComponentReferences:853] Cannot lookup referenced component 'hst:components/content' for this component ['hst:pages/textpage/main/content']. We skip this reference
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.populateComponentReferences:853] Cannot lookup referenced component 'hst:components/overview' for this component ['hst:pages/overview/main/content']. We skip this reference
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.populateComponentReferences:853] Cannot lookup referenced component 'hst:components/notfound' for this component ['hst:pages/pagenotfound/main/content']. We skip this reference
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'layout.webpage' for hst component 'HstComponentConfiguration [id=hst:abstractpages/base, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:abstractpages/base, className=null, template=layout.webpage]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main' for hst component 'HstComponentConfiguration [id=hst:abstractpages/base/main, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:abstractpages/base/main, className=null, template=base.main]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main.right' for hst component 'HstComponentConfiguration [id=hst:abstractpages/base/main/right, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:abstractpages/base/main/right, className=null, template=base.main.right]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'layout.webpage' for hst component 'HstComponentConfiguration [id=hst:pages/home, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/home, className=null, template=layout.webpage]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main' for hst component 'HstComponentConfiguration [id=hst:pages/home/main, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/home/main, className=null, template=base.main]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'home.main.content' for hst component 'HstComponentConfiguration [id=hst:pages/home/main/content, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/home/main/content, className=null, template=home.main.content]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main.right' for hst component 'HstComponentConfiguration [id=hst:pages/home/main-hst:abstractpages/base/main/right, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:abstractpages/base/main/right, className=null, template=base.main.right]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'layout.webpage' for hst component 'HstComponentConfiguration [id=hst:pages/newspage, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/newspage, className=null, template=layout.webpage]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main' for hst component 'HstComponentConfiguration [id=hst:pages/newspage/main, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/newspage/main, className=null, template=base.main]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'news.main.content' for hst component 'HstComponentConfiguration [id=hst:pages/newspage/main/content, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/newspage/main/content, className=null, template=news.main.content]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main.right' for hst component 'HstComponentConfiguration [id=hst:pages/newspage/main-hst:abstractpages/base/main/right, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:abstractpages/base/main/right, className=null, template=base.main.right]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'layout.webpage' for hst component 'HstComponentConfiguration [id=hst:pages/overview, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/overview, className=null, template=layout.webpage]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main' for hst component 'HstComponentConfiguration [id=hst:pages/overview/main, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/overview/main, className=null, template=base.main]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main.right' for hst component 'HstComponentConfiguration [id=hst:pages/overview/main-hst:abstractpages/base/main/right, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:abstractpages/base/main/right, className=null, template=base.main.right]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'layout.webpage' for hst component 'HstComponentConfiguration [id=hst:pages/search, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/search, className=null, template=layout.webpage]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main' for hst component 'HstComponentConfiguration [id=hst:pages/search/main, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/search/main, className=null, template=base.main]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main.right' for hst component 'HstComponentConfiguration [id=hst:pages/search/main-hst:abstractpages/base/main/right, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:abstractpages/base/main/right, className=null, template=base.main.right]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'layout.webpage' for hst component 'HstComponentConfiguration [id=hst:pages/agendapage, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/agendapage, className=null, template=layout.webpage]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main' for hst component 'HstComponentConfiguration [id=hst:pages/agendapage/main, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/agendapage/main, className=null, template=base.main]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'agenda.detail' for hst component 'HstComponentConfiguration [id=hst:pages/agendapage/main/content, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/agendapage/main/content, className=org.example.components.AgendaDetail, template=agenda.detail]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main.right' for hst component 'HstComponentConfiguration [id=hst:pages/agendapage/main-hst:abstractpages/base/main/right, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:abstractpages/base/main/right, className=null, template=base.main.right]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'layout.webpage' for hst component 'HstComponentConfiguration [id=hst:pages/agendaoverview, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/agendaoverview, className=null, template=layout.webpage]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main' for hst component 'HstComponentConfiguration [id=hst:pages/agendaoverview/main, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/agendaoverview/main, className=null, template=base.main]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'agenda.overview' for hst component 'HstComponentConfiguration [id=hst:pages/agendaoverview/main/content, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/agendaoverview/main/content, className=org.example.components.AgendaOverview, template=agenda.overview]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main.right' for hst component 'HstComponentConfiguration [id=hst:pages/agendaoverview/main-hst:abstractpages/base/main/right, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:abstractpages/base/main/right, className=null, template=base.main.right]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'layout.webpage' for hst component 'HstComponentConfiguration [id=hst:pages/newsoverview, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/newsoverview, className=null, template=layout.webpage]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main' for hst component 'HstComponentConfiguration [id=hst:pages/newsoverview-hst:pages/overview/main, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/overview/main, className=null, template=base.main]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main.right' for hst component 'HstComponentConfiguration [id=hst:pages/newsoverview-hst:pages/overview/mainhst:pages/overview/main-hst:abstractpages/base/main/right, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:abstractpages/base/main/right, className=null, template=base.main.right]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'layout.webpage' for hst component 'HstComponentConfiguration [id=hst:pages/textpage, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/textpage, className=null, template=layout.webpage]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main' for hst component 'HstComponentConfiguration [id=hst:pages/textpage/main, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/textpage/main, className=null, template=base.main]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main.right' for hst component 'HstComponentConfiguration [id=hst:pages/textpage/main-hst:abstractpages/base/main/right, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:abstractpages/base/main/right, className=null, template=base.main.right]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'layout.webpage' for hst component 'HstComponentConfiguration [id=hst:pages/pagenotfound, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/pagenotfound, className=null, template=layout.webpage]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main' for hst component 'HstComponentConfiguration [id=hst:pages/pagenotfound/main, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:pages/pagenotfound/main, className=null, template=base.main]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 WARN http-bio-8080-exec-11 [HstComponentConfigurationService.setRenderPath:1004] Cannot find hst:template 'base.main.right' for hst component 'HstComponentConfiguration [id=hst:pages/pagenotfound/main-hst:abstractpages/base/main/right, stored jcr location=/hst:hst/hst:configurations/myhippoproject/hst:abstractpages/base/main/right, className=null, template=base.main.right]'.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:03 ERROR http-bio-8080-exec-11 [CompositeConfigurationNodes.<init>:80] Relative inherit path '../common' for node '/hst:hst/hst:configurations/myhippoproject' does not point to a node of type 'hst:configuration' or does not exist. Fix this path.
      [INFO] [talledLocalContainer] 14.05.2014 14:34:04 WARN http-bio-8080-exec-11 [AggregationValve.processWindowsRender:445] Component 'container' gets rendered but never adds anything to the response. Component id is 'hst:pages/home/main/content/container' and renderer 'classpath:vbox.ftl' is never flushed to a parent component. This is waste.

      Attachments

        Activity

          People

            jsheriff Junaidh Kadhar Sheriff
            mdenburger Mathijs den Burger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: