Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2010 June - First Wednesday
-
Fix Version/s: None
-
Component/s: Data Summarization
-
Labels:None
-
Environment:
staging-xml1
Description
I was testing BM-117, and when I ran ./seupdate.sh -S 3 -a 299 -d3 --listings -f -U 719 --groups -I, I got the following exception.
2010-05-26 11:49:07.852 (2) [P2T1]: Exception [syncing listings, returning ]:com.thesearchagency.searchengines.SearchEngineCommandException: java.lang.Exception: Could not create Criterion instance for AdGroup:517391330 CampaignId: 20655530 KeyWord Type BoomUserList is unsupported
at com.thesearchagency.searchengines.google.GoogleAPISearchEngine$ListingChunk.getListings(GoogleAPISearchEngine.java:3538)
at com.thesearchagency.searchengines.SearchEngineUpdater$SearchEngineAccountWorker.syncListings(SearchEngineUpdater.java:1640)
at com.thesearchagency.searchengines.SearchEngineUpdater$SearchEngineAccountWorker.run(SearchEngineUpdater.java:1581)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.Exception: Could not create Criterion instance for AdGroup:517391330 CampaignId: 20655530 KeyWord Type BoomUserList is unsupported
at com.thesearchagency.searchengines.google.GoogleAPISearchEngine$ListingChunk$TsaCriterionFactory.getInstance(GoogleAPISearchEngine.java:3661)
at com.thesearchagency.searchengines.google.GoogleAPISearchEngine$ListingChunk.getListings(GoogleAPISearchEngine.java:3019)
... 8 more