SEVERE [com.vontu.manager.incident.operation.LookupCustomAttributes] Failed to instantiate lookup plug-in com.vontu.lookup.csv.CsvLookup. It was unloaded. Cause: com.vontu.api.incident.attributes.AttributeLookupException: Failed to instantiate lookup plug-in com.vontu.lookup.csv.CsvLookup. It was unloaded. com.vontu.api.incident.attributes.AttributeLookupException: Failed to initialize Csv lookup. com.vontu.lookup.common.InitializationException java.lang.NullPointerException
Caused by: java.lang.NullPointerException at com.vontu.lookup.csv.CachedDocManager.validaterow(CachedDocManager.java:171) at com.vontu.lookup.csv.CachedDocManager.populateCache(CachedDocManager.java:99)
The error is caused by a case mismatch in the CSV column headers vs the CsvLookup.properties file.
CSV File Headers:
User|Email|Owner
CsvLookup.properties:
attr.endpoint-user-name = user attr.sender-email = email attr.file-owner = owner keys = user:email:owner
Applies To
Data Loss Prevention 11.5.1