-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.8.0-HF16, 5.9.4
-
Fix Version/s: 5.8.0-HF17, 5.9.5
-
Component/s: Tests
-
Tags:
Visible here:
A watchA4jRequests/waitForA4jRequest is missing when saving the user.
This might randomly cause concurrent calls in test userCreations which ends up with and unresolvable document:
2014-07-05 18:39:37,154 INFO [http-bio-0.0.0.0-8080-exec-48] [org.jboss.seam.core.Manager] Using org.nuxeo.ecm.platform.ui.web.seam.NuxeoConcurrentRequestResolver to resolve concurrent calls 2014-07-05 18:39:37,211 ERROR [http-bio-0.0.0.0-8080-exec-48] [facelets.viewhandler] Error Rendering View[/view_admin.xhtml] ... Caused by: org.nuxeo.ecm.core.model.NoSuchDocumentException: No such document: adfd2847-6f42-4cdd-a56b-85895968c2cc at org.nuxeo.ecm.core.storage.sql.coremodel.SQLSession.getDocumentByUUID(SQLSession.java:245) at org.nuxeo.ecm.core.api.AbstractSession.resolveReference(AbstractSession.java:359) at org.nuxeo.ecm.core.api.AbstractSession.getDocument(AbstractSession.java:1014)