Re: NullPointerException in Java-Client-Library

2014-10-28 Thread Gopi
I am facing the same issue while trying to migrate to 201409. Using 
GetRefreshToken sample code i created the refresh Token. 

I am trying to use the same refresh token that was generated and trying to 
generate GoogleCredential with OfflineCredentials am i missing something or 
something changed.

Thanks
Gopi

On Tuesday, July 22, 2014 8:04:09 AM UTC-7, Josh Radcliff (AdWords API 
Team) wrote:

 Hi Stacie,

 It's quite possible that the transient *invalid_client* errors were 
 leading to the NPEs. I definitely would like to improve the error handling 
 so we do not mask the underlying OAuth error with an NPE.

 Cheers,
 Josh, AdWords API TEam

 On Monday, July 21, 2014 3:01:27 PM UTC-4, Stacie Waleyko wrote:

 Hi,

 We saw the exact same error on July 17 when trying to get a new access 
 token. Since we have never seen it before, and it happened on the 17th, I 
 was wondering if it was possibly triggered by errors from this other 
 thread: Failed to refresh access token. { error : invalid_client } 
 on perfectly good client 
 https://groups.google.com/forum/?fromgroups=#!topic/adwords-api/LuT8mGtYKTY?
  
 Unfortunately we didn't log any of the HTTP request/responses so I do not 
 have anymore information but the error did go away later in the day.

 Thanks,

 Stacie


 On Thursday, July 17, 2014 9:11:56 AM UTC-7, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi,

 Thanks for pointing this out. I believe this is the same issue 
 highlighted on our github issues list:

 https://github.com/googleads/googleads-java-lib/issues/19

 We're working on a fix -- please subscribe to notifications on the 
 github issue for updates.

 Thanks,
 Josh, AdWords API Team

 On Thursday, July 17, 2014 5:11:26 AM UTC-4, Alex wrote:

 If the httpRequest is not successfull then the client-library tries to 
 throw a TokenResponseException in 
 com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(). But 
 during the construction of that exception a NullPointerException is thrown.

 java.lang.NullPointerException


 com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191)


 com.google.api.client.util.Preconditions.checkNotNull(Preconditions.java:127)


 com.google.api.client.json.jackson2.JacksonFactory.createJsonParser(JacksonFactory.java:96)


 com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:85)


 com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:81)


 com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:88)


 com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)


 com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307)


 com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:570)


 com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:248)


 com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:489)


 com.google.api.ads.common.lib.auth.OAuth2Helper.callRefreshToken(OAuth2Helper.java:70)


 com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:144)



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d1e8d232-de0a-4a20-87ec-b6586f59e3d2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: NullPointerException in Java-Client-Library

2014-07-22 Thread Stacie Waleyko
Hi,

We saw the exact same error on July 17 when trying to get a new access 
token. Since we have never seen it before, and it happened on the 17th, I 
was wondering if it was possibly triggered by errors from this other 
thread: Failed to refresh access token. { error : invalid_client } on 
perfectly good client 
https://groups.google.com/forum/?fromgroups=#!topic/adwords-api/LuT8mGtYKTY? 
Unfortunately we didn't log any of the HTTP request/responses so I do not 
have anymore information but the error did go away later in the day.

Thanks,

Stacie


On Thursday, July 17, 2014 9:11:56 AM UTC-7, Josh Radcliff (AdWords API 
Team) wrote:

 Hi,

 Thanks for pointing this out. I believe this is the same issue highlighted 
 on our github issues list:

 https://github.com/googleads/googleads-java-lib/issues/19

 We're working on a fix -- please subscribe to notifications on the github 
 issue for updates.

 Thanks,
 Josh, AdWords API Team

 On Thursday, July 17, 2014 5:11:26 AM UTC-4, Alex wrote:

 If the httpRequest is not successfull then the client-library tries to 
 throw a TokenResponseException in 
 com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(). But 
 during the construction of that exception a NullPointerException is thrown.

 java.lang.NullPointerException


 com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191)


 com.google.api.client.util.Preconditions.checkNotNull(Preconditions.java:127)


 com.google.api.client.json.jackson2.JacksonFactory.createJsonParser(JacksonFactory.java:96)


 com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:85)


 com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:81)


 com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:88)


 com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)


 com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307)


 com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:570)


 com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:248)


 com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:489)


 com.google.api.ads.common.lib.auth.OAuth2Helper.callRefreshToken(OAuth2Helper.java:70)


 com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:144)



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: NullPointerException in Java-Client-Library

2014-07-22 Thread Josh Radcliff (AdWords API Team)
Hi Stacie,

It's quite possible that the transient *invalid_client* errors were leading 
to the NPEs. I definitely would like to improve the error handling so we do 
not mask the underlying OAuth error with an NPE.

Cheers,
Josh, AdWords API TEam

On Monday, July 21, 2014 3:01:27 PM UTC-4, Stacie Waleyko wrote:

 Hi,

 We saw the exact same error on July 17 when trying to get a new access 
 token. Since we have never seen it before, and it happened on the 17th, I 
 was wondering if it was possibly triggered by errors from this other 
 thread: Failed to refresh access token. { error : invalid_client } 
 on perfectly good client 
 https://groups.google.com/forum/?fromgroups=#!topic/adwords-api/LuT8mGtYKTY?
  
 Unfortunately we didn't log any of the HTTP request/responses so I do not 
 have anymore information but the error did go away later in the day.

 Thanks,

 Stacie


 On Thursday, July 17, 2014 9:11:56 AM UTC-7, Josh Radcliff (AdWords API 
 Team) wrote:

 Hi,

 Thanks for pointing this out. I believe this is the same issue 
 highlighted on our github issues list:

 https://github.com/googleads/googleads-java-lib/issues/19

 We're working on a fix -- please subscribe to notifications on the github 
 issue for updates.

 Thanks,
 Josh, AdWords API Team

 On Thursday, July 17, 2014 5:11:26 AM UTC-4, Alex wrote:

 If the httpRequest is not successfull then the client-library tries to 
 throw a TokenResponseException in 
 com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(). But 
 during the construction of that exception a NullPointerException is thrown.

 java.lang.NullPointerException


 com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191)


 com.google.api.client.util.Preconditions.checkNotNull(Preconditions.java:127)


 com.google.api.client.json.jackson2.JacksonFactory.createJsonParser(JacksonFactory.java:96)


 com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:85)


 com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:81)


 com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:88)


 com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)


 com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307)


 com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:570)


 com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:248)


 com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:489)


 com.google.api.ads.common.lib.auth.OAuth2Helper.callRefreshToken(OAuth2Helper.java:70)


 com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:144)



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


NullPointerException in Java-Client-Library

2014-07-17 Thread Alex
 

If the httpRequest is not successfull then the client-library tries to 
throw a TokenResponseException in 
com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(). But 
during the construction of that exception a NullPointerException is thrown.

java.lang.NullPointerException

com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191)

com.google.api.client.util.Preconditions.checkNotNull(Preconditions.java:127)

com.google.api.client.json.jackson2.JacksonFactory.createJsonParser(JacksonFactory.java:96)

com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:85)

com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:81)

com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:88)

com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)

com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307)

com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:570)

com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:248)

com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:489)

com.google.api.ads.common.lib.auth.OAuth2Helper.callRefreshToken(OAuth2Helper.java:70)

com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:144)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: NullPointerException in Java-Client-Library

2014-07-17 Thread Josh Radcliff (AdWords API Team)
Hi,

Thanks for pointing this out. I believe this is the same issue highlighted 
on our github issues list:

https://github.com/googleads/googleads-java-lib/issues/19

We're working on a fix -- please subscribe to notifications on the github 
issue for updates.

Thanks,
Josh, AdWords API Team

On Thursday, July 17, 2014 5:11:26 AM UTC-4, Alex wrote:

 If the httpRequest is not successfull then the client-library tries to 
 throw a TokenResponseException in 
 com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(). But 
 during the construction of that exception a NullPointerException is thrown.

 java.lang.NullPointerException


 com.google.api.client.repackaged.com.google.common.base.Preconditions.checkNotNull(Preconditions.java:191)


 com.google.api.client.util.Preconditions.checkNotNull(Preconditions.java:127)


 com.google.api.client.json.jackson2.JacksonFactory.createJsonParser(JacksonFactory.java:96)


 com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:85)


 com.google.api.client.json.JsonObjectParser.parseAndClose(JsonObjectParser.java:81)


 com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:88)


 com.google.api.client.auth.oauth2.TokenRequest.executeUnparsed(TokenRequest.java:287)


 com.google.api.client.auth.oauth2.TokenRequest.execute(TokenRequest.java:307)


 com.google.api.client.auth.oauth2.Credential.executeRefreshToken(Credential.java:570)


 com.google.api.client.googleapis.auth.oauth2.GoogleCredential.executeRefreshToken(GoogleCredential.java:248)


 com.google.api.client.auth.oauth2.Credential.refreshToken(Credential.java:489)


 com.google.api.ads.common.lib.auth.OAuth2Helper.callRefreshToken(OAuth2Helper.java:70)


 com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:144)


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.