-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 6.2.10 EE GA1, 6.2.X EE, 7.0.0 Alpha 2
-
Fix Version/s: 6.2.4 CE GA5, 6.2.X EE, 7.0.0 Alpha 2
-
Component/s: Bookmarks
-
Labels:
-
Branch Version/s:6.2.x
-
Backported to Branch:Committed
-
Story Points:1.5
-
Fix Priority:3
-
Git Pull Request:
Steps to reproduce:
1.) Start a 6.1.30 bundle
2.) Control Panel --> Bookmarks
2.) Create a bookmark folder, and inside of it, a bookmark
3.) Shut down the portal, upgrade to 6.2
Result: The VerifyBookmarks process fails with a NullPointerException
This is because the BookmarksEntryIndexer is not yet registered during the Verify process hence it's value will be null.
With LPS-48189 the following snippet was inserted to DLFileEntryLocalServiceImpl. setTreePaths() and JournalArticleLocalServiceImpl.setTreePaths(), but not to BokkmarksEntryLocalServiceImpl.setTreePaths()
if (!reindex) { return; }