-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X
-
Fix Version/s: 7.0.0 DXP FP92, 7.0.10.14 DXP SP14, 7.0.X, 7.1.10 DXP FP18, 7.1.10.5 SP5
-
Component/s: Documents & Media, Portal Services > Store
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Story Points:1
-
Fix Priority:3
-
Last Working Version:
-
Git Pull Request:
This is happening with old documents that were created in environments with:
- JCR as store impl.
- Fixpacks newer to de-71 (7.0) or dxp-7 (7.1) installed.
Steps to reproduce (7.0), it's the same for 7.1:
- Configure JCR a store for D&M.
- Start the server.
- Add a basic document, upload a pdf.
- Try to edit the basic document added previously: select a new pdf and publish.
Expected result: document is edited without problems.
Current result: the following exception occurs (tested with de-90):
com.liferay.portal.kernel.exception.SystemException: javax.jcr.version.VersionException: No version with label 'PWC' exists in this version history. at com.liferay.portal.store.jcr.JCRStore.deleteFile(JCRStore.java:442) at com.liferay.portlet.documentlibrary.store.DLStoreImpl.deleteFile(DLStoreImpl.java:228)
- is caused by
-
LPS-88762 Cannot update a DLFileEntry with a new content in case last version is inconsistent and points to a non-existing file in DLStore
- Closed