On Wed, Jun 26, 2013 at 12:23 AM, Youdhveer Panwar <
youdhveer.pan...@mediaagility.com> wrote:

> I am facing issue in running a servlet to fetch data from DFP Java API,
>

Here is the following exception: (comes at   List<Network> networks =
> networkService.getAllNetworks();  )
>
> INFO: Fetching networks.......
> Jun 26, 2013 10:51:04 AM com.google.apphosting.utils.jetty.JettyLogger warn
> WARNING: Error for /dfpLatest.do
> java.lang.AbstractMethodError:
> com.google.api.ads.common.lib.soap.jaxws.JaxWsHandler.putAllHttpHeaders(Ljava/lang/Object;Ljava/util/Map;)V
>         at
> com.google.api.ads.dfp.lib.soap.DfpHttpHeaderHandler.setHttpHeaders(DfpHttpHeaderHandler.java:53)
>         at
> com.google.api.ads.dfp.jaxws.DfpJaxWsHeaderHandler.setHeaders(DfpJaxWsHeaderHandler.java:86)
>         at
> com.google.api.ads.dfp.jaxws.DfpJaxWsHeaderHandler.setHeaders(DfpJaxWsHeaderHandler.java:1)
>         at
> com.google.api.ads.common.lib.client.AdsServiceClient.setHeaders(AdsServiceClient.java:111)
>
>
AbstractMethodError tends to occur when you have multiple conflicting
versions of the same library. Can you check your JAXWS and ads-related jars
and see if you have any version discrepancies?


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to