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,
>
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
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
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