Bug #2602
Null pointer exception occurred while parsing
Start date:
09/07/2022
Due date:
09/08/2022
% Done:
100%
Estimated time:
2.00 h
Description
Library reference DT - https://drive.google.com/drive/folders/1hpzCkbq6LNBOXHZqDyOUSpb5jb_tJo8x
Null pointer exception occurred while parsing the 21.txt
Updated by Venmuhilan B about 2 years ago
- Status changed from New to In Progress
Reason
Exception occurred while parsing the 21.txt during resume Ingestion
In the 21.txt file, the first document has section name and l-url but not any other fields(usually this is used for heading and it will not have rank).
During the resume, the previous document’s rank is not present in the documentMarkers and the current document doesn't have the rank. When accessing the rank it causes the null pointer exception
Updated by Venmuhilan B about 2 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Fix
Added a check for all the logs statements that is accessing the rank( i.e documentMarkers.get(rank).getData())
Updated by Ayush Khandelwal about 2 years ago
- Due date set to 09/08/2022
- Priority changed from Normal to Urgent
- Estimated time set to 2.00 h
Updated by Venmuhilan B about 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Venmuhilan B to Ayush Khandelwal
Updated by Ayush Khandelwal about 2 years ago
- Status changed from Feedback to Closed
Working as expected on QA