Hey there,
we are sporadically facing a NullPointerException when calling the AdGroupCriterionServiceInterface#mutate.
Here the interesting part of the stacktrace:
Caused by: java.lang.NullPointerException
at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:324)
at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:269)
at org.apache.axis.Message.writeTo(Message.java:539)
at com.google.api.ads.common.lib.soap.ResponseInfoXPathSet.parseMessage(ResponseInfoXPathSet.java:76)
at com.google.api.ads.common.lib.soap.axis.AxisHandler.invokeSoapCall(AxisHandler.java:249)
at com.google.api.ads.common.lib.soap.SoapServiceClient.callSoapClient(SoapServiceClient.java:63)
at com.google.api.ads.common.lib.soap.SoapServiceClient.invoke(SoapServiceClient.java:93)
at com.sun.proxy.$Proxy371.mutate(Unknown Source)
at com.google.api.ads.adwords.axis.v201809.cm.AdGroupCriterionServiceInterface$mutate.call(Unknown Source)
It seems like that the response of the soap transmission causes the nullpointer
We already tried to turn on the api logs but the response is not in there, cause it seems like that the response is writter after the message is parsed, which seems to be the problem.
The last time we faced that was on Thursday, 11. July 2019 08:45:37 (GMT)
Does anyone have an idea whats exactly the problem and how this could be solved?
Greetings,
Georg Unterberger