|
Getting the following error after updating to the 4.31 simultaneous release. Happens on startup and task list synchronization. More of a nuisance as it doesn't appear to affect basic functionalities. Any workarounds? |
Answered by
gvl2023
Apr 18, 2024
Replies: 1 comment 2 replies
|
Solved this by deleting all files in eclipse-workspace/.metadata/.mylyn/.taskListIndex and restarting Eclipse. Looks like Mylyn can't gracefully handle Lucene version upgrade between Eclipse releases. Perhaps the Refresh Search Index operation should verify that index is valid with respect to available lucene versions and rebuild from scratch as needed. |
2 replies
Answer selected by
ruspl-afed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved this by deleting all files in eclipse-workspace/.metadata/.mylyn/.taskListIndex and restarting Eclipse. Looks like Mylyn can't gracefully handle Lucene version upgrade between Eclipse releases. Perhaps the Refresh Search Index operation should verify that index is valid with respect to available lucene versions and rebuild from scratch as needed.