UNEXPECTED_INTERNAL_API_ERROR on creating TextAds

209 views
Skip to first unread message

Minh Tran

unread,
Feb 13, 2012, 11:46:30 PM2/13/12
to adwor...@googlegroups.com
I've been the sandbox for the last month and it has been working ok til today. I've attached the request/response/stacktrace as follows. Any ideas?


11:18:31,781 DEBUG com.google.api.adwords.lib.AdWordsUser.soap_xml main - <?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 <soapenv:Header>
  <ns1:RequestHeader soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201109">
   <ns1:authToken xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201109">******</ns1:authToken>
   <ns1:clientCustomerId>7731807187</ns1:clientCustomerId>
   <ns1:developerToken>DQAAAPkAAAC1qmrjyo5eAl6ZFiZigHr4HuHyHX_pHF02OjH0E31BTxuxPuYPToyrIgN6yOwoAnjA2Lm66o10NmYpZQOML8OcCg4fpFOU_L3BZSUfGYCLDcJvmkxcIC6Zcz4oOgiWiPk6TPVi69WjaEih4pbSQrDOH_-SceNLtqb1NRC4FJLxbTAJ9q9YbCBB-NUHQPGAikaTFZj-xOR9UK2uDtzwL8STkIJDo-Ju1gfpAl4a63PWdVsg4gIW0NHdaRVwFXeEhGv-jlRxi8Wxsmpce7MlFynvCz3UcDIZfRSe7AecNkovFlHgZ-HqMda4aVwErYgxw7TMVJNGl5vmM-ke7tHPM9bP</ns1:developerToken>
   <ns1:userAgent>AdWords API Java Client Library - v - Appliances Online Adwords Portal</ns1:userAgent>
   <ns1:validateOnly>false</ns1:validateOnly>
   <ns1:partialFailure>false</ns1:partialFailure>
  </ns1:RequestHeader>
 </soapenv:Header>
 <soapenv:Body>
   <operations>
    <operator>ADD</operator>
    <operand>
     <adGroupId>3065319783</adGroupId>
     <ad xsi:type="ns2:TextAd" xmlns:ns2="https://adwords.google.com/api/adwords/cm/v201109">
      <headline>uJsVPXsPxv</headline>
      <description1>tgLowQfpwH</description1>
      <description2>NThPBzFpKa</description2>
     </ad>
    </operand>
   </operations>
  </mutate>
 </soapenv:Body>
</soapenv:Envelope>



11:18:31,790 DEBUG com.google.api.adwords.lib.AdWordsUser.soap_xml main - <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Header><ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201109"><requestId>0004b8e188f0e6600a0c981400002879</requestId><serviceName>AdGroupAdService</serviceName><methodName>mutate</methodName><operations>1</operations><responseTime>142</responseTime><units>40</units></ResponseHeader></soap:Header><soap:Body><soap:Fault><faultcode>soap:Server</faultcode><faultstring>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.&lt;init&gt;(InternalApiErro]</faultstring><detail><ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201109"><message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.&lt;init&gt;(InternalApiErro]</message><ApplicationException.Type>ApiException</ApplicationException.Type><errors xsi:type="InternalApiError" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><fieldPath/><trigger/><errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</errorString><ApiError.Type>InternalApiError</ApiError.Type><reason>UNEXPECTED_INTERNAL_API_ERROR</reason></errors></ApiExceptionFault></detail></soap:Fault></soap:Body></soap:Envelope>
11:18:31,792  WARN au.com.appliancesonline.adwords_portal.audit_wrappers.AbstractAuditedAdWordsService main - 
AxisFault
 faultSubcode: 
 faultString: [InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.&lt;init&gt;(InternalApiErro]
 faultActor: 
 faultNode: 
 faultDetail: 
{https://adwords.google.com/api/adwords/cm/v201109}ApiExceptionFault:<message>[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.&lt;init&gt;(InternalApiErro]</message><ApplicationException.Type>ApiException</ApplicationException.Type><errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="InternalApiError"><fieldPath/><trigger/><errorString>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR</errorString><ApiError.Type>InternalApiError</ApiError.Type><reason>UNEXPECTED_INTERNAL_API_ERROR</reason></errors>

[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError.<init>(InternalApiErro]
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at java.lang.Class.newInstance0(Class.java:355)
at java.lang.Class.newInstance(Class.java:308)
at org.apache.axis.encoding.ser.BeanDeserializer.<init>(BeanDeserializer.java:104)
at org.apache.axis.encoding.ser.BeanDeserializer.<init>(BeanDeserializer.java:90)
at com.google.api.adwords.v201109.cm.ApiException.getDeserializer(ApiException.java:142)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:154)
at org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:84)
at org.apache.axis.encoding.DeserializationContext.getDeserializer(DeserializationContext.java:464)
at org.apache.axis.encoding.DeserializationContext.getDeserializerForType(DeserializationContext.java:547)
at org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:157)
at org.apache.axis.encoding.DeserializationContext.startElement(DeserializationContext.java:1035)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.startElement(AbstractSAXParser.java:501)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.scanStartElement(XMLNSDocumentScannerImpl.java:400)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl$FragmentContentDriver.next(XMLDocumentFragmentScannerImpl.java:2756)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:648)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
at javax.xml.parsers.SAXParser.parse(SAXParser.java:395)
at org.apache.axis.encoding.DeserializationContext.parse(DeserializationContext.java:227)
at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:696)
at org.apache.axis.Message.getSOAPEnvelope(Message.java:435)
at org.apache.axis.handlers.soap.MustUnderstandChecker.invoke(MustUnderstandChecker.java:62)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:206)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at com.google.api.adwords.v201109.cm.AdGroupAdServiceSoapBindingStub.mutate(AdGroupAdServiceSoapBindingStub.java:1125)
at au.com.appliancesonline.adwords_portal.audit_wrappers.AuditedAdGroupAdServiceInterface.doMutate(AuditedAdGroupAdServiceInterface.java:40)
at au.com.appliancesonline.adwords_portal.audit_wrappers.AuditedAdGroupAdServiceInterface.doMutate(AuditedAdGroupAdServiceInterface.java:1)
at au.com.appliancesonline.adwords_portal.audit_wrappers.AbstractAuditedAdWordsService.mutate(AbstractAuditedAdWordsService.java:55)
at au.com.appliancesonline.adwords_portal.audit_wrappers.AuditedAdGroupAdServiceInterface.mutate(AuditedAdGroupAdServiceInterface.java:1)
at au.com.appliancesonline.adwords_portal.service.impl.AdGroupAdServiceImpl.doAddOperation(AdGroupAdServiceImpl.java:75)
at au.com.appliancesonline.adwords_portal.service.impl.AdGroupAdServiceImpl.addAdGroupAd(AdGroupAdServiceImpl.java:45)

Kevin

unread,
Feb 14, 2012, 9:10:53 PM2/14/12
to adwor...@googlegroups.com
I'm getting a similar error too.

-Kevin

Hudarsono Hu

unread,
Feb 14, 2012, 9:25:14 PM2/14/12
to AdWords API Forum
same here

Pip

unread,
Feb 15, 2012, 6:10:38 AM2/15/12
to AdWords API Forum
Has anyone managed to get this problem resolved?

On Feb 15, 2:25 am, Hudarsono Hu <hudars...@gopherindonesia.com>
wrote:

Damian

unread,
Feb 15, 2012, 6:28:05 AM2/15/12
to AdWords API Forum
same here, on creating text ads

Nuno Severo

unread,
Feb 15, 2012, 8:19:09 AM2/15/12
to AdWords API Forum
same here. can't create text ads.
 
Anyone else with this problem?


--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Vladimir Panitsky

unread,
Feb 15, 2012, 8:45:59 AM2/15/12
to AdWords API Forum
I've the same problem on ruby with adwords-api 0.5.0

Ovid

unread,
Feb 15, 2012, 12:36:23 PM2/15/12
to adwor...@googlegroups.com

Joe

unread,
Feb 16, 2012, 4:12:24 PM2/16/12
to AdWords API Forum
Same issue here too. Somebody please look into it.

Thanks,
Joe

On Feb 15, 9:36 am, Ovid <curtis....@gmail.com> wrote:
> Same issue here. I've also reported this at this link:
>
> https://groups.google.com/forum/embed/?place=forum/adwords-api&showse...sort:date/adwords-api/6wGMm8iFuSI/2IwANBMHLtUJ

Anash P. Oommen

unread,
Feb 21, 2012, 5:42:42 AM2/21/12
to adwor...@googlegroups.com
Hi everyone,

This issue should be fixed now. Let me know if you are still seeing these errors.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

m...@adwordize.de

unread,
Jul 24, 2013, 4:18:02 AM7/24/13
to adwor...@googlegroups.com
Still getting same error while mutatelink in php v201306 sdk 
Reply all
Reply to author
Forward
0 new messages