-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.4.2-HF30, 5.5.0-HF05, 5.6-RC1, 5.6
-
Component/s: Core
Provide better error messages than the following when an async event fails to reconnect its event bundle due to a missing document.
13:51:46,286 ERROR [ReconnectedEventBundleImpl] Can not refetch Doc with ref e46f0466-23b7-4643-bba2-0bf0748e3ba1 org.nuxeo.ecm.core.api.ClientException: Failed to get document e46f0466-23b7-4643-bba2-0bf0748e3ba1 at org.nuxeo.ecm.core.api.AbstractSession.getDocument(AbstractSession.java:1135) at org.nuxeo.ecm.core.event.impl.ReconnectedEventBundleImpl.getReconnectedEvents(ReconnectedEventBundleImpl.java:159) at org.nuxeo.ecm.core.event.impl.ReconnectedEventBundleImpl.iterator(ReconnectedEventBundleImpl.java:232) at org.nuxeo.ecm.core.storage.sql.coremodel.BinaryTextListener.handleEvent(BinaryTextListener.java:85) ... Caused by: org.nuxeo.ecm.core.api.WrappedException: Exception: org.nuxeo.ecm.core.model.NoSuchDocumentException. message: No such document: e46f0466-23b7-4643-bba2-0bf0748e3ba1 ...