-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8
-
Fix Version/s: 5.8.0-HF08, 5.9.3
-
Component/s: Publishing
Step to reproduce:
- install "document count" addon (aka quota plugins)
- Add some documents to the working list
- Browse a selection and use "Publish here" link from the working list actions
=> an error is displayed with the following stacktrace
Calling getChildrenNodes on a closed tree ... Caused by: org.nuxeo.ecm.core.api.ClientException: Calling getChildrenNodes on a closed tree at org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl.publish(PublisherServiceImpl.java:446) at org.nuxeo.ecm.platform.publisher.impl.service.PublisherServiceImpl.publish(PublisherServiceImpl.java:435) at org.nuxeo.ecm.platform.publisher.web.PublishActionsBean.publishDocumentList(PublishActionsBean.java:666) at org.nuxeo.ecm.platform.publisher.web.PublishActionsBean.publishWorkList(PublishActionsBean.java:616) ...