Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: Matador
-
Fix Version/s: Matador
-
Component/s: Business Location Service
-
Labels:None
-
Environment:
Tested on Himalaya
-
Sprint:Sprint 3
Description
Migrator script when run in pre-migration mode on an order that is in "Quote" state throws exception in the log
Script: java -jar location-extension-migrator-1.0-SNAPSHOT.jar -e "atul.sanagar@thesearchagency.com" -p "Test123" -r "qa5amltest" -s "http://aml-qa5-front1/sapi/rest" -m "cecf004c-05a8-472e-a97f-9cdc555c1de6" -o "pre"
Exception in thread "main" java.lang.NullPointerException
at com.thesearchagency.aml.migration.MatadorLocationMigratorApp.filterForLocationExtensions(MatadorLocationMigratorApp.java:530)
at com.thesearchagency.aml.migration.MatadorLocationMigratorApp.run(MatadorLocationMigratorApp.java:280)
at com.thesearchagency.aml.migration.MatadorLocationMigratorApp.main(MatadorLocationMigratorApp.java:92)