Details
-
Bug
-
Status: Closed
-
Top
-
Resolution: Fixed
-
None
-
None
-
None
Description
The message during the infinite loop is:
at org.hippoecm.repository.decorating.ItemVisitorDecorator.visit(ItemVisitorDecorator.java:48)
at org.apache.jackrabbit.core.NodeImpl.accept(NodeImpl.java:2067)
at org.hippoecm.repository.decorating.ItemDecorator.accept(ItemDecorator.java:138)
at javax.jcr.util.TraversingItemVisitor.visit(TraversingItemVisitor.java:207)
I wanted to export my content node. I found that trying to export the grandchild 'cms' caused the same problem and I moved that node out of the content node. After this, the content node could be exported.
Then I tried the cms node. It turned out that children that gave the same problem, could be exported after I removed files from that that contained facet selects. They are documents of the document 'redirect' and contain a facet select directly in the document. I also use facet select nodes in compound types and they seem not to cause problems. Neither do the facet selects that are automatically generated for links.
Weird is that the 'offending' documents could be exported on their own, but their parent could not be exported as long as they are in.
However, after I deleted the 'offending' documents of type 'redirect', I still could not export the 'cms' node. I could export the 'cms' node after deleting or moving the 'learn/user' child node. The 'user' node could be exported on its own, but 'cms/learn' or 'cms' could not be exported with 'learn/user' in it.
Then I could export cms/learn after removing user/information_architects/how_to and usr/information_architects/concepts, but still not 'cms'. I can not find documents of type 'redirect' in those folders.
An example of an export of a 'redirect' document is attached.