Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: AdMax
-
Labels:None
Description
Creating a place holder bug to track the existing INVALID_CRITERION_ID errors found in production.
This is linked to Hosted JIRA - HIBUSMS-53/16/30/31.
BPIDs that failed.
0016755490
0016529305
0015442186
0010144985
0016753712
0013151469
0010333182
0016569205
Error seen in the logs
2012-12-13 10:56:25.737 (2) [P1T1]: ApiErrors: 1 ApiError(s) found:
2012-12-13 10:56:25.738 (2) [P1T1]: - com.google.api.adwords.v201206.cm.CriterionError: CriterionError.INVALID_CRITERION_ID: Error Type=CriterionError field=operations[19].operand.criterion, trigger=1007090
2012-12-13 10:56:25.738 (3) [P1T1]: (ExtraInfo) We can't retry.
2012-12-13 10:56:25.746 (2) [P1T1]: com.google.api.adwords.v201206.cm.CriterionError: ApiError: fieldpath=operations[19].operand.criterion, trigger=1007090 apierrortype=CriterionError, reason=[INVALID_CRITERION_ID]
2012-12-13 10:56:25.746 (3) [P1T1]: Not retrying exception. message1=[CriterionError.INVALID_CRITERION_ID @ operations[19].operand.criterion; trigger:'1007090']
2012-12-13 10:56:25.746 (3) [P1T1]: Caught other/unrecoverable API Error: "com.google.api.adwords.v201206.cm.ApiException"
2012-12-13 10:56:25.767 (2) [P1T1]: Exception [Exception running content editor, quitting]:java.lang.IndexOutOfBoundsException: Index: 19, Size: 4
at java.util.LinkedList.entry(LinkedList.java:368)
at java.util.LinkedList.get(LinkedList.java:313)
at com.thesearchagency.searchengines.google.contenteditor.changerequest.ChangeRequestItemGroup.getErrorMap(ChangeRequestItemGroup.java:95)
at com.thesearchagency.searchengines.google.contenteditor.changerequest.ChangeRequestItemGroup.init(ChangeRequestItemGroup.java:60)
at com.thesearchagency.searchengines.google.contenteditor.changerequest.ChangeRequestItemGroup.<init>(ChangeRequestItemGroup.java:40)
at com.thesearchagency.searchengines.google.contenteditor.changerequest.BaseChangeRequest.associateAndGroupAPIErrors(BaseChangeRequest.java:475)
at com.thesearchagency.searchengines.google.contenteditor.changerequest.BaseChangeRequest.handleAPIError(BaseChangeRequest.java:226)
at com.thesearchagency.searchengines.google.contenteditor.changerequest.BaseChangeRequest.makeRequest(BaseChangeRequest.java:150)
at com.thesearchagency.searchengines.google.contenteditor.GoogleContentEditor$SearchEngineUserWorker.handleCampaignTargets(GoogleContentEditor.java:1076)
at com.thesearchagency.searchengines.google.contenteditor.GoogleContentEditor$SearchEngineUserWorker.run(GoogleContentEditor.java:883)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)