Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
2.26.03, CMS-10.0-alpha-1
-
None
Description
1) Login on CMS that has blueprint for channels with content root Go Green or Testsuite
2) Go to the Channel Manager and click Add Channel
3) Select a blueprint with reuse content option and click next
4) Give name/URL and click the Content Root selector
Expected: No exception setting the initial path
Actual: Exception:
[INFO] [talledLocalContainer] 18.06.2014 14:07:19 ERROR [org.onehippo.cms7.channelmanager.widgets.JcrPathWidget.createPickerConfig():122] Could not retrieve the UUID of initial picker path node 'undefined'. Using the default initial path of 'cms-pickers/folders' instead.
[INFO] [talledLocalContainer] javax.jcr.RepositoryException: Not an absolute path: undefined
[INFO] [talledLocalContainer] at org.apache.jackrabbit.core.session.SessionItemOperation.perform(SessionItemOperation.java:189)
[INFO] [talledLocalContainer] at org.apache.jackrabbit.core.session.SessionState.perform(SessionState.java:216)
[INFO] [talledLocalContainer] at org.apache.jackrabbit.core.SessionImpl.perform(SessionImpl.java:365)
[INFO] [talledLocalContainer] at org.apache.jackrabbit.core.SessionImpl.getNode(SessionImpl.java:1115)
[INFO] [talledLocalContainer] at org.hippoecm.repository.decorating.SessionDecorator.getNode(SessionDecorator.java:353)
[INFO] [talledLocalContainer] at org.onehippo.cms7.channelmanager.widgets.JcrPathWidget.createPickerConfig(JcrPathWidget.java:116)
[INFO] [talledLocalContainer] at org.onehippo.cms7.channelmanager.widgets.ExtLinkPicker.parsePickerConfig(ExtLinkPicker.java:165)
[INFO] [talledLocalContainer] at org.onehippo.cms7.channelmanager.widgets.ExtLinkPicker$1.onEvent(ExtLinkPicker.java:106)