Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Outdated
-
3.04.05
-
None
-
Go Green Test server
Description
1. Login to CMS with admin user
2. Click on Channel Manager perspective >> Click "Add Channel"
3. In blueprint select "Website"
4. In Add channel Website dialog define name, url etc
5. From Content path select /content/documents/hippo-geht-gruen
Expected - German channel should be created successfully & listed in channel manager perspective. Also user should be able to edit German site via hst config or template composer
Actual - German channel is not created and not listed in the channel manager, below exception is seen.
------------------------------------------------------------------------------------------------------------------------------------------------------------
[INFO] [talledLocalContainer] 26.10.2011 15:37:43 ERROR [org.onehippo.cms7.channelmanager.channels.ChannelStore.createRecord():239] Could not save channel 'German Website'
[INFO] [talledLocalContainer] org.hippoecm.hst.configuration.channel.MountNotFoundException: /hst:hst/hst:hosts/dev-localhost/localhost/hst:root/cms
[INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.channel.ChannelManagerImpl.createMountNode(ChannelManagerImpl.java:551)
[INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.channel.ChannelManagerImpl.createChannel(ChannelManagerImpl.java:462)
[INFO] [talledLocalContainer] at org.hippoecm.hst.configuration.channel.ChannelManagerImpl.persist(ChannelManagerImpl.java:326)
[INFO] [talledLocalContainer] at org.onehippo.cms7.channelmanager.channels.ChannelStore$1.run(ChannelStore.java:233)
[INFO] [talledLocalContainer] at org.onehippo.cms7.channelmanager.channels.ChannelStore$1.run(ChannelStore.java:231)
[INFO] [talledLocalContainer] at java.security.AccessController.doPrivileged(Native Method)
[INFO] [talledLocalContainer] at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
[INFO] [talledLocalContainer] at org.hippoecm.hst.security.HstSubject.doAsPrivileged(HstSubject.java:117)
[INFO] [talledLocalContainer] at org.onehippo.cms7.channelmanager.channels.ChannelStore.createRecord(ChannelStore.java:231)
[INFO] [talledLocalContainer] at org.wicketstuff.js.ext.data.ExtJsonStore$1.onRequest(ExtJsonStore.java:56)
[INFO] [talledLocalContainer] at org.apache.wicket.request.target.component.listener.BehaviorRequestTarget.processEvents(BehaviorRequestTarget.java:157)
[INFO] [talledLocalContainer] at org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92)
[INFO] [talledLocalContainer] at org.hippoecm.frontend.PluginRequestCycleProcessor.processEvents(PluginRequestCycleProcessor.java:95)
[INFO] [talledLocalContainer] at org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1252)
[INFO] [talledLocalContainer] at org.apache.wicket.RequestCycle.step(RequestCycle.java:1331)
[INFO] [talledLocalContainer] at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1438)
[INFO] [talledLocalContainer] at org.apache.wicket.RequestCycle.request(RequestCycle.java:546)
[INFO] [talledLocalContainer] at org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:486)
[INFO] [talledLocalContainer] at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:319)
[INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
[INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
[INFO] [talledLocalContainer] at org.hippoecm.frontend.ResourceRewriteFilter.doFilter(ResourceRewriteFilter.java:129)
[INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
[INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
[INFO] [talledLocalContainer] at org.hippoecm.frontend.plugins.login.ConcurrentLoginFilter.doFilter(ConcurrentLoginFilter.java:54)
[INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
[INFO] [talledLocalContainer] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
[INFO] [talledLocalContainer] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
[INFO] [talledLocalContainer] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
[INFO] [talledLocalContainer] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
[INFO] [talledLocalContainer] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
[INFO] [talledLocalContainer] at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:554)
[INFO] [talledLocalContainer] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
[INFO] [talledLocalContainer] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
[INFO] [talledLocalContainer] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
[INFO] [talledLocalContainer] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:588)
[INFO] [talledLocalContainer] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
[INFO] [talledLocalContainer] at java.lang.Thread.run(Thread.java:680)
Attachments
Issue Links
- relates to
-
HSTTWO-1851 Channel Manager: Add channel: sub-site - Unable to create a new subsite
- Closed