Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Wickford
-
Fix Version/s: Wickford
-
Component/s: None
-
Labels:None
-
Sprint:Wickford - Sprint 7
Description
Here are my steps:
1) Deploy an order with 1 AML campaign
2) Add 2 AML Campaigns from UI and redeploy from UI
3) Delete one campaign from step 2 from UI and redeploy from UI
4) Add the deleted campaign back which now has a new campaign id, and redeploy from UI
On the redeploy from step 4, the error 'Cannot undelete campaigns' can be seen in the listener logs. However, the AML UI says 'deployed' and adwords displays the campaigns as expected.
2013-09-12 14:05:00.491 (2) [pool-3-thread-11]: CampaignID: 1939: Cannot undelete campaigns
2013-09-12 14:05:00.491 (2) [pool-3-thread-11]: Exception [Campaign request failed for accountID 368.]:com.thesearchagency.admaxlistener.exception.AdMaxException: Cannot undelete campaigns
at com.thesearchagency.admaxlistener.worker.RequestWorker.handleCampaign(RequestWorker.java:499)
at com.thesearchagency.admaxlistener.worker.RequestWorker.processRequest(RequestWorker.java:536)
at com.thesearchagency.admaxlistener.worker.RequestWorker.call(RequestWorker.java:207)
at com.thesearchagency.admaxlistener.worker.RequestWorker.call(RequestWorker.java:83)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)