Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Fuji
-
Fix Version/s: Fuji
-
Component/s: None
-
Labels:None
-
Environment:
aml-qa7-monman1
Description
When we run the rejection report tool then for location its throwing not a valid id.
Steps to reproduce
Step 1: Run the script for an account.
Snippet of the log
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header/>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>0010</faultcode>
<faultstring>not a valid id.</faultstring>
<faultactor/>
<detail>
<requestKey>onBehalfOfAccountId</requestKey>
<requestValue>JNrwM-WlqG-8UrFa-aWok</requestValue>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
2014-11-27 09:28:26,610 [pool-1-thread-1] INFO c.t.s.c.y.impl.request.Request - isRetryableGenericException: handling com.thesearchagency.services.client.yahoojapan.impl.ServiceFactoryException (message=Creating AdGroupAdService)
2014-11-27 09:28:26,610 [pool-1-thread-1] INFO c.t.s.c.y.impl.request.Request - Checking to see if we can retry cause for com.thesearchagency.services.client.yahoojapan.impl.ServiceFactoryException
2014-11-27 09:28:26,611 [pool-1-thread-1] INFO c.t.s.c.y.impl.request.Request - isRetryableGenericException: handling javax.xml.ws.soap.SOAPFaultException (message=not a valid id.)
2014-11-27 09:28:26,611 [pool-1-thread-1] INFO c.t.s.c.y.impl.request.Request - Checking to see if we can retry cause for javax.xml.ws.soap.SOAPFaultException
2014-11-27 09:28:26,611 [pool-1-thread-1] INFO c.t.s.c.y.impl.request.Request - isRetryableGenericException: handling org.apache.cxf.binding.soap.SoapFault (message=not a valid id.)
2014-11-27 09:28:26,618 [pool-1-thread-1] WARN c.t.s.c.y.impl.request.Request - Could not retry Exception with request
com.thesearchagency.services.client.yahoojapan.impl.ServiceFactoryException: Creating AdGroupAdService
at com.thesearchagency.services.client.yahoojapan.impl.ServiceFactory.createAdGroupAdService(ServiceFactory.java:153) ~[yj-soap-client-1.0.1-SNAPSHOT.jar:na]
at com.thesearchagency.services.client.yahoojapan.impl.ServiceCache.getAdGroupAdService(ServiceCache.java:107) ~[yj-soap-client-1.0.1-SNAPSHOT.jar:na]
at com.thesearchagency.services.client.yahoojapan.impl.serviceclient.AdGroupAdServiceClient$5.sendRequest(AdGroupAdServiceClient.java:255) ~[yj-soap-client-1.0.1-SNAPSHOT.jar:na]
Please full log attached.