Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Mercury
-
Fix Version/s: Mercury
-
Component/s: AdMax JMS Listener
-
Labels:None
-
Environment:
Bigmgr: bidmgr-distribution-2.9.0-SNAPSHOT-dev-t20160111053919-bin.tar.gz (Build #1045)
Core: smb-ear-2.9.0-SNAPSHOT-b420-t20151203-153215-CI.ear (Build #420)
-
Sprint:Sprint 18
Description
New deployments fail due to old errors in the system
1) Deployed an order to both distributions.
2) Order error'ed out with following log details
Listener log
2016-01-22 11:02:42.540 (3) [P6T1]: ... SEUser 1563 finished
2016-01-22 11:02:42.540 (3) [pool-16-thread-2]: ------------Google Content Editor done
2016-01-22 11:02:42.540 (3) [pool-16-thread-2]: Completed Google Update Campaign Worker..
2016-01-22 11:02:42.542 (3) [pool-3-thread-2]: Campaign structure sync not enabled for this request.
2016-01-22 11:02:42,544 [pool-3-thread-2] INFO jdbc.sqlonly - SELECT `errors`.`errorJson` FROM `campaigns` JOIN `errors` ON `errors`.`campaignName` = `campaigns`.`name`
WHERE `campaigns`.`id` IN (3032)
2016-01-22 11:02:42.549 (3) [pool-3-thread-2]: Structure sync disabled, ignoring 0 structure operation errors.
2016-01-22 11:02:42.549 (3) [pool-3-thread-2]: 6161_GM has no applicable GCE errors.
2016-01-22 11:02:42,551 [pool-3-thread-2] INFO jdbc.sqlonly - SELECT `errors`.`errorJson` FROM `campaigns` JOIN `errors` ON `errors`.`campaignName` = `campaigns`.`name`
WHERE `campaigns`.`id` IN (1519)
2016-01-22 11:02:42.555 (3) [pool-3-thread-2]: Structure sync disabled, ignoring 0 structure operation errors.
2016-01-22 11:02:42.555 (2) [pool-3-thread-2]: Error: CampID: 6160_GM Info: [[Google API error, type=Campaign, errorCode=0, errorText=AuthenticationError, reason=AuthenticationError.GOOGLE_ACCOUNT_COOKIE_INVALID, field=]
2016-01-22 11:02:42.555 (2) [pool-3-thread-2]: 6160_GM has 1 distinct deployment errors.
2016-01-22 11:02:42,557 [pool-3-thread-2] INFO jdbc.sqlonly - SELECT `errors`.`errorJson` FROM `campaigns` JOIN `errors` ON `errors`.`campaignName` = `campaigns`.`name`
WHERE `campaigns`.`id` IN (1518)
2016-01-22 11:02:42.562 (3) [pool-3-thread-2]: Structure sync disabled, ignoring 0 structure operation errors.
2016-01-22 11:02:42.562 (3) [pool-3-thread-2]: 6160_GT has no applicable GCE errors.
2016-01-22 11:02:42,564 [pool-3-thread-2] INFO jdbc.sqlonly - SELECT `errors`.`errorJson` FROM `campaigns` JOIN `errors` ON `errors`.`campaignName` = `campaigns`.`name`
WHERE `campaigns`.`id` IN (3031)
2016-01-22 11:02:42.568 (3) [pool-3-thread-2]: Structure sync disabled, ignoring 0 structure operation errors.
2016-01-22 11:02:42.568 (3) [pool-3-thread-2]: 6161_GT has no applicable GCE errors.
2016-01-22 11:02:42.569 (3) [pool-3-thread-2]: Finished UPDATE request for campaign d16bf7a7-80e6-42e0-9bd6-80a66784a831_10001_20_6160_GM: FAILED (merchant: d16bf7a7-80e6-42e0-9bd6-80a66784a831)
2016-01-22 11:02:42.569 (3) [pool-3-thread-2]: Finished UPDATE request for campaign d16bf7a7-80e6-42e0-9bd6-80a66784a831_10001_20_6160_GT: SUCCEEDED (merchant: d16bf7a7-80e6-42e0-9bd6-80a66784a831)
2016-01-22 11:02:42.569 (3) [pool-3-thread-2]: Finished UPDATE request for campaign d16bf7a7-80e6-42e0-9bd6-80a66784a831_10001_20_6161_GM: SUCCEEDED (merchant: d16bf7a7-80e6-42e0-9bd6-80a66784a831)
2016-01-22 11:02:42.570 (3) [pool-3-thread-2]: Finished UPDATE request for campaign d16bf7a7-80e6-42e0-9bd6-80a66784a831_10001_20_6161_GT: SUCCEEDED (merchant: d16bf7a7-80e6-42e0-9bd6-80a66784a831)
2016-01-22 11:02:42.570 (3) [pool-3-thread-2]: d16bf7a7-80e6-42e0-9bd6-80a66784a831 has 0 campaigns for a SE Update accounts sync.
2016-01-22 11:02:42.570 (3) [pool-3-thread-2]: d16bf7a7-80e6-42e0-9bd6-80a66784a831 has 0 campaigns for a SE Update groups-listings sync.
Errors from content_editor_google.gce_campaignError were picked up by Bing campaigns and they failed as Bing campaigns got created with the same ids as Google campaign ids.