Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Graffiti v1.00
-
Fix Version/s: Graffiti v1.00
-
Component/s: Reporting
-
Labels:None
-
Environment:
Services-Tagging-Phase-I# 136
AdMax-Tagging-Phase-I# 100
DB: staging-db5, staging-db6, staging-db7
UI: Client-st
Jboss: staging-jboss5
Description
1. Login to Admax
2. Navigate to Home -> Reporting ->Apply Tags
3. Upload a tagsheet which has no tags added but its headers, ids, checksum are fine (tagsheet attached)
Observed that the upload failed and there are no reasons in the "more info" dialog box
And found the below exception in the "errorText" field of "tagImportJobs" table in "tagging_service" database
java.lang.NullPointerException
at com.thesearchagency.services.tagging.tagimport.dao.TagImportDAO.loadData(TagImportDAO.java:73)
at com.thesearchagency.services.tagging.tagimport.TagImportHandler.bulkLoadData(TagImportHandler.java:763)
at com.thesearchagency.services.tagging.tagimport.TagImportHandler.processCSV(TagImportHandler.java:504)
at com.thesearchagency.services.tagging.tagimport.TagImportHandler.doImport(TagImportHandler.java:568)
at com.thesearchagency.services.tagging.tagimport.TagImportHandler.main(TagImportHandler.java:993)
Note:
1. The same issues occurs in all tagobject levels from account to keyword
2. When a single tag is added to any row the upload is done successfully