NXP-18192 has been fixed in 7.10 and later versions but is happening in 6.0 with the same stack trace:
Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:635) at java.util.ArrayList.get(ArrayList.java:411) at org.nuxeo.ecm.platform.thumbnail.factories.ThumbnailFolderishFactory.getThumbnail(ThumbnailFolderishFactory.java:37) at org.nuxeo.ecm.core.api.thumbnail.ThumbnailServiceImpl.getThumbnail(ThumbnailServiceImpl.java:93) at org.nuxeo.ecm.core.api.thumbnail.ThumbnailAdapter.getThumbnail(ThumbnailAdapter.java:43) at org.nuxeo.ecm.platform.thumbnail.seam.ThumbnailManagerBean.downloadThumbnail(ThumbnailManagerBean.java:72) at sun.reflect.GeneratedMethodAccessor363.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606)
This seems to happen when there are many documents returned after several searches. No exact test case was provided but the stack being the same and the issue not backported so far it is safe to assume a backport will fix this.
- is related to
-
NXP-18192 Fix inconsistency between CoreSession#hasChildren and CoreSession#getChildren
- Resolved