Re: java.lang.VerifyError

2016-01-08 Thread Anthony Madrigal
Hi, You can click the dropdown next to the reply button on the right then click *Reply privately to author.* Cheers, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.goo

Re: java.lang.VerifyError

2016-01-07 Thread sritamsspl
ok, where can I send my code?? is there any email ID?? On Thursday, January 7, 2016 at 7:52:08 PM UTC+5:30, Anthony Madrigal wrote: > > Hi, > > Sorry, you are having trouble setting up the project. Could you please *reply > privately to author *your code and ads.properties file so that I could >

Re: java.lang.VerifyError

2016-01-06 Thread sritamsspl
When I paste code in to my project and tried to run using main method in shows error Jan 07, 2016 12:19:13 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet action threw exception java.lang.VerifyError: Cannot inherit from final class at

Re: java.lang.VerifyError

2016-01-06 Thread Anthony Madrigal
Hi, Do you have all your dependencies, jar files, and properties files set up correctly? Regards, Anthony AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDe

Re: java.lang.VerifyError

2016-01-05 Thread sritamsspl
I am not sending request through Soap, I have downloaded client library for java, and copy that library code in to my java application, when I call library from my application it shows an error java.lang.VerifyError: Cannot inherit from final class

Re: java.lang.VerifyError

2016-01-05 Thread Anthony Madrigal
Hi, Please make sure you are using a client customer Id in your ads.properties file, *not *MCC customer Id. If you are using a client customer Id, could you please *reply privately to author *with the SOAP request and response that resulted in this error? Thanks, Anthony AdWords API Team --

java.lang.VerifyError

2016-01-05 Thread sritamsspl
: SEVERE: Servlet.service() for servlet action threw exception java.lang.VerifyError: Cannot inherit from final class at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(Unknown Source) at java.security.SecureClassLoader.defineClass(Unknown Source) at

Re: Getting a "java.lang.VerifyError: Cannot inherit from final class" when running in Tomcat

2012-09-28 Thread David Torres
>> >> String clientLoginToken = new >> ClientLoginTokens.Builder().forApi(ClientLoginTokens.Api.ADWORDS).from(mapConfiguration).build().requestToken(); >> >> is throwing this error: >> >> java.lang.VerifyError: Cannot inherit from final class >>

Re: Getting a "java.lang.VerifyError: Cannot inherit from final class" when running in Tomcat

2012-09-24 Thread Oliver
ild().requestToken(); > > is throwing this error: > > java.lang.VerifyError: Cannot inherit from final class > at java.lang.ClassLoader.defineClass1(Native Method) > at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) > at java.

Getting a "java.lang.VerifyError: Cannot inherit from final class" when running in Tomcat

2012-09-21 Thread Oliver
build().requestToken(); is throwing this error: java.lang.VerifyError: Cannot inherit from final class at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631) at java.lang.ClassLoader.defineClass(ClassLoader.jav