-
Type: Bug
-
Status: Resolved
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 9.10
-
Fix Version/s: 9.10-HF33, 10.10-HF08, 11.1, 2021.0
-
Component/s: Renditions
-
Release Notes Summary:AbstractRenditionBuilderWork cleanup is safer.
-
Tags:
-
Backlog priority:900
-
Sprint:nxplatform 11.1.11
-
Story Points:2
Any org.nuxeo.ecm.core.work.api.Work#cleanUp implementation should expect that session can be null especially in case of cleanup after an error.
2019-06-04 14:27:00,243 ERROR [renditionBuilderPool-02,in:1,inCheckpoint:0,out:0,lastRead:1559658259838,lastTimer:0,wm:204427527429685249,loop:6827,checkpoint] [org.nuxeo.lib.stream.computation.log.ComputationRunner] renditionBuilder: Exception in processLoop: null
java.lang.NullPointerException
at org.nuxeo.ecm.platform.rendition.lazy.AbstractRenditionBuilderWork.cleanUp(AbstractRenditionBuilderWork.java:136)
at org.nuxeo.ecm.work.WorkComputation.processRecord(WorkComputation.java:129)
at org.nuxeo.lib.stream.computation.log.ComputationRunner.processRecord(ComputationRunner.java:285)
- is related to
-
NXP-27611 Fix AbstractRenditionBuilderWork cleanup NuxeoException
- Resolved