AdWords API Re: AuthenticationError.CLIENT_EMAIL_INVALID

2010-03-16 Thread Achal Rastogi
Hi Eric, I just upgraded our java client lib to 7.1.0. It resolved the memory issue but I am still seeing a lot of AuthenticationError.CLIENT_EMAIL_INVALID errors which failed our bid update. Any suggestion on a workaround? thanks Jeff On Mar 15, 7:17 am, AdWords API Advisor wrote: > Hi Jeff, >

AdWords API ssl broken pipe | connection reset by peer

2009-06-07 Thread Achal Rastogi
Hi, Just checking to see if anyone is experiencing ssl connection failures as well. Here is the stack trace our logs are dumping out - 2009-06-07 22:28:38,263 ERROR [Thread-13486] (GoogleBidUploader.java: 202)- javax.net.ssl.SSLException: Connection has been shutdown: javax.net.ssl.SSLException

AdWords API Re: Java Client Library Updated (v2.1.0)

2008-08-31 Thread Achal Rastogi
j2ee dependency might be removed but it still exist in includelib folder and become part of full jar when built from source. On Aug 28, 10:54 am, AdWords API Advisor <[EMAIL PROTECTED]> wrote: > An updated version of Java client library is available > fromhttp://code.google.com/p/google-api-adwo

AdWords API Re: source code and compiled .jar do not appear to be the same in awapi_java_lib_1.0.1

2008-08-31 Thread Achal Rastogi
I compiled the source on my own and am successfully using it right now. I faced similar issues, quick summary below: 1) Problem is this line : ((AdWordsService) obj).setServiceAccountant(new ServiceAccountant((Stub) obj)); this is line 173 of BaseCredentials.java - if you are not aware of aspe