Bug #2787
Index Processing throwing NPE
Status:
Closed
Priority:
Normal
Assignee:
Skye Roseboom
Category:
d1_indexer
Target version:
Start date:
2012-05-21
Due date:
% Done:
100%
Milestone:
CCI-1.0.0
Product Version:
*
Story Points:
Sprint:
Description
Looks related to changes in accepting connections from localhost. Running the index tool on cn-dev environment now throwing NPE in the pre-existing 'indexer api' logic.
History
#1 Updated by Skye Roseboom over 12 years ago
Seems related to resource map parsing as most documents are being indexed.
#2 Updated by Skye Roseboom over 12 years ago
- Status changed from New to In Progress
#3 Updated by Skye Roseboom over 12 years ago
- Status changed from In Progress to Closed
Discovered and corrected source of the NPE.
Turned out to be a resource map with no document references / empty data package. Added logic to detect and properly handle this scenario.