| Summary: | [server] NullPointerException in Indexer.indexWorkspace() after migration | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Anthony Hunter <ahunter.eclipse> |
| Component: | Server | Assignee: | Anthony Hunter <ahunter.eclipse> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | john.arthorne |
| Version: | 4.0 | ||
| Target Milestone: | 5.0 RC1 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Anthony Hunter
We can force index regeneration programmatically by incrementing SearchActivator#CURRENT_INDEX_GENERATION. After that change all servers will get indexes regenerated on startup. Oops just realized this bug is a few months old. I believe I fixed the symptom (NPE) already. We should make sure index generation is incremented at least once for 5.0 release though. (In reply to John Arthorne from comment #2) > Oops just realized this bug is a few months old. I believe I fixed the > symptom (NPE) already. We should make sure index generation is incremented > at least once for 5.0 release though. Yes, I have verified that this NPE no longer occurs. |