Details
-
Type: Bug
-
Status: Closed
-
Priority: Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Fix Version/s: 2.0.2
-
Component/s: Admax Deployment Service, Data Summarization
-
Labels:None
-
Environment:
Build Details
MMS Server Build : smb-ear-2.0.2-SNAPSHOT-p755-t20130123-184625-CI.ear
Bid Manager Build : tsa-build-bidmgr-2013-01-23-p780-r75ae71433b377e5c12a564a4486d2b3c5b897f31
-
Sprint:Sprint 2
Description
When an order request is deployed then the seupdate runs with some error and Groups,Sources and Listing are not sync in st-tracker database.
Steps to reproduce.
1. Create a merchant.
2. Create an order for the merchant.
3. Check the Listener log.[Seupdate runs multiple time and for last run it throws has error for more details please look snippet and attached log]
4. Login to Mysql and execute the following query
select * from `st-tracker`.searchEngineGroups where searchEngineAccountID in (1180,1181,1182);
select * from `st-tracker`.sources where searchEngineAccountID in (1180,1181,1182);
select * from `st-tracker`.searchEngineListings where searchEngineAccountID in (1180,1181,1182);
shows empty rows for all the table.
Snippet of the log
/usr/local/tsa/bidmgr/libs/thirdparty/mail.jar:/usr/local/tsa/bidmgr/libs/thirdparty/commons-collections-3.2.1.jar, com.thesearchagency.searchengines.SearchEngineUpdater, -d, 3, --inactive, --accountid, 211, --accounts, --seaccount, 1180,1181,1182, --groups, --listings] has error]
Please find log file attached.