Re: BatchJobService HTTP 503 Service Unavailable - [URGENT]

2016-03-19 Thread krishnaveni . ramasamy

com.google.api.client.http.HttpResponseException: 503 Service Unavailable

com.google.api.client.http.HttpResponseException: 503 Service Unavailable
{
 "error": {
  "errors": [
   {
"domain": "global",
"reason": "backendError",
"message": ""
   }
  ],
  "code": 503,
  "message": ""
 }
}

at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1061)
at 
com.emailarchive.web.googlerestspring.endpointstest.EmailArchiveRestServiceEndpointTest$2.run(EmailArchiveRestServiceEndpointTest.java:236)
at java.lang.Thread.run(Thread.java:745)
com.google.api.client.http.HttpResponseException: 503 Service Unavailable
{
 "error": {
  "errors": [
   {
"domain": "global",
"reason": "backendError",
"message": ""
   }
  ],
  "code": 503,
  "message": ""
 }
}

at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1061)
at 
com.emailarchive.web.googlerestspring.endpointstest.EmailArchiveRestServiceEndpointTest$2.run(EmailArchiveRestServiceEndpointTest.java:236)
at java.lang.Thread.run(Thread.java:745)
-THREAD STATUS START-




On Friday, March 11, 2016 at 7:42:41 PM UTC+5:30, 
robert@mercadolibre.com wrote:
>
> Hi Josh.
>
> We've added a new retry logic and today the service is running without 
> problems, didn't have any issues so far.
>
> Thanks for your support and from my side consider this closed.
> Regards,
>
> Robert.
>
>
>
>
> El miércoles, 9 de marzo de 2016, 14:57:46 (UTC-3), Josh Radcliff (AdWords 
> API Team) escribió:
>>
>> Hi,
>>
>> Are you both still experiencing this issue? I only ask because I just 
>> tried submitting a batch job and was able to successfully download the 
>> results without any issues.
>>
>> If you're still seeing this problem, please send me the following so I 
>> can investigate your particular jobs:
>>
>>- AdWords customer ID (xxx-xxx-) of the account
>>- IDs of any *BatchJob*s with this problem
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>> On Tuesday, March 8, 2016 at 10:06:35 AM UTC-5, Biniam Asnake wrote:
>>>
>>> Yes Josh. I am retrying it using fault tolerance capabilities of Akka.io 
>>> but failing 2 times in a row.
>>>
>>> On Tue, Mar 8, 2016 at 3:56 PM, robert.barreiro via AdWords API Forum <
>>> adwor...@googlegroups.com> wrote:
>>>

 Hi Josh, thanks for your advice.
 We are just doing that, adding a retry logic to get the results and if 
 it still fails wait some minutes before retrying again.
 The odd thing is that all the jobs failed (dozens) and we were not able 
 to retrieve the result from any of them.

 I will do this and will let you know.


 Thanks,

 Regards.


 El martes, 8 de marzo de 2016, 11:29:08 (UTC-3), Josh Radcliff (AdWords 
 API Team) escribió:
>
> Hi,
>
> When that error occurred, did you retry your request after waiting a 
> few seconds? Those errors look like temporary errors that may have gone 
> away on retry.
>
> Thanks,
> Josh, AdWords API Team
>
>
> On Tuesday, March 8, 2016 at 9:08:57 AM UTC-5, 
> robert@mercadolibre.com wrote:
>>
>> I've experimented similar issues yesterday when trying to create new 
>> keywords using BatchJobs: 
>>
>> BatchJobException: Failed to download batch job mutate response from 
>> URL: 
>> https://batch-job-download-prod-ebe9b43.storage.googleapis.com/8976.
>> ..
>>
>> All our jobs failed. 
>> Was there any problems with this service yesterday? We didn't make 
>> any modifications on the application and the process has been working 
>> fine 
>> por some time now.
>>
>> Thank you.
>>
> -- 
 -- 
 =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 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 adwor...@googlegroups.com
 To unsubscribe from this group, send email to
 adwords-api...@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 a topic in the 
 Google Groups "AdWords API Forum" group.
 To unsubscribe from this topic, visit 
 https://groups.google.com/d/topic/adwords-api/3zDAb_Sgl80/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to 
 adwords-api...@googlegroups.com.
 Visit this group at https://groups.google.com/group/adwords-api.
 To view this discussion on the web visit 
 https://groups.google.com/d/msgid/adwords-api/69235700-ef67-4f2e-9466-919d905b4254%40googlegroups.com
  
 

Re: BatchJobService HTTP 503 Service Unavailable - [URGENT]

2016-03-19 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi,

When you encountered the error below, did you retry as mentioned in earlier 
posts 
?

Thanks,
Josh, AdWords API Team

On Friday, March 18, 2016 at 9:09:56 AM UTC-4, 
krishnaveni.ramas...@sparsolutions.com wrote:
>
>
> com.google.api.client.http.HttpResponseException: 503 Service Unavailable
>
> com.google.api.client.http.HttpResponseException: 503 Service Unavailable
> {
>  "error": {
>   "errors": [
>{
> "domain": "global",
> "reason": "backendError",
> "message": ""
>}
>   ],
>   "code": 503,
>   "message": ""
>  }
> }
>
> at 
> com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1061)
> at 
> com.emailarchive.web.googlerestspring.endpointstest.EmailArchiveRestServiceEndpointTest$2.run(EmailArchiveRestServiceEndpointTest.java:236)
> at java.lang.Thread.run(Thread.java:745)
> com.google.api.client.http.HttpResponseException: 503 Service Unavailable
> {
>  "error": {
>   "errors": [
>{
> "domain": "global",
> "reason": "backendError",
> "message": ""
>}
>   ],
>   "code": 503,
>   "message": ""
>  }
> }
>
> at 
> com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1061)
> at 
> com.emailarchive.web.googlerestspring.endpointstest.EmailArchiveRestServiceEndpointTest$2.run(EmailArchiveRestServiceEndpointTest.java:236)
> at java.lang.Thread.run(Thread.java:745)
> -THREAD STATUS START-
>
>
>
>
> On Friday, March 11, 2016 at 7:42:41 PM UTC+5:30, 
> robert@mercadolibre.com wrote:
>>
>> Hi Josh.
>>
>> We've added a new retry logic and today the service is running without 
>> problems, didn't have any issues so far.
>>
>> Thanks for your support and from my side consider this closed.
>> Regards,
>>
>> Robert.
>>
>>
>>
>>
>> El miércoles, 9 de marzo de 2016, 14:57:46 (UTC-3), Josh Radcliff 
>> (AdWords API Team) escribió:
>>>
>>> Hi,
>>>
>>> Are you both still experiencing this issue? I only ask because I just 
>>> tried submitting a batch job and was able to successfully download the 
>>> results without any issues.
>>>
>>> If you're still seeing this problem, please send me the following so I 
>>> can investigate your particular jobs:
>>>
>>>- AdWords customer ID (xxx-xxx-) of the account
>>>- IDs of any *BatchJob*s with this problem
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Tuesday, March 8, 2016 at 10:06:35 AM UTC-5, Biniam Asnake wrote:

 Yes Josh. I am retrying it using fault tolerance capabilities of 
 Akka.io but failing 2 times in a row.

 On Tue, Mar 8, 2016 at 3:56 PM, robert.barreiro via AdWords API Forum <
 adwor...@googlegroups.com> wrote:

>
> Hi Josh, thanks for your advice.
> We are just doing that, adding a retry logic to get the results and if 
> it still fails wait some minutes before retrying again.
> The odd thing is that all the jobs failed (dozens) and we were not 
> able to retrieve the result from any of them.
>
> I will do this and will let you know.
>
>
> Thanks,
>
> Regards.
>
>
> El martes, 8 de marzo de 2016, 11:29:08 (UTC-3), Josh Radcliff 
> (AdWords API Team) escribió:
>>
>> Hi,
>>
>> When that error occurred, did you retry your request after waiting a 
>> few seconds? Those errors look like temporary errors that may have gone 
>> away on retry.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>>
>> On Tuesday, March 8, 2016 at 9:08:57 AM UTC-5, 
>> robert@mercadolibre.com wrote:
>>>
>>> I've experimented similar issues yesterday when trying to create new 
>>> keywords using BatchJobs: 
>>>
>>> BatchJobException: Failed to download batch job mutate response from 
>>> URL: 
>>> https://batch-job-download-prod-ebe9b43.storage.googleapis.com/8976.
>>> ..
>>>
>>> All our jobs failed. 
>>> Was there any problems with this service yesterday? We didn't make 
>>> any modifications on the application and the process has been working 
>>> fine 
>>> por some time now.
>>>
>>> Thank you.
>>>
>> -- 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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 adwor...@googlegroups.com
> To unsubscribe from this group, send email to
> adwords-api...@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 a topic in the 
> Google Groups "AdWords API Forum" group.
> To u

Re: BatchJobService HTTP 503 Service Unavailable - [URGENT]

2016-03-11 Thread robert.barreiro via AdWords API Forum
Hi Josh.

We've added a new retry logic and today the service is running without 
problems, didn't have any issues so far.

Thanks for your support and from my side consider this closed.
Regards,

Robert.




El miércoles, 9 de marzo de 2016, 14:57:46 (UTC-3), Josh Radcliff (AdWords 
API Team) escribió:
>
> Hi,
>
> Are you both still experiencing this issue? I only ask because I just 
> tried submitting a batch job and was able to successfully download the 
> results without any issues.
>
> If you're still seeing this problem, please send me the following so I can 
> investigate your particular jobs:
>
>- AdWords customer ID (xxx-xxx-) of the account
>- IDs of any *BatchJob*s with this problem
>
> Thanks,
> Josh, AdWords API Team
>
> On Tuesday, March 8, 2016 at 10:06:35 AM UTC-5, Biniam Asnake wrote:
>>
>> Yes Josh. I am retrying it using fault tolerance capabilities of Akka.io 
>> but failing 2 times in a row.
>>
>> On Tue, Mar 8, 2016 at 3:56 PM, robert.barreiro via AdWords API Forum <
>> adwor...@googlegroups.com > wrote:
>>
>>>
>>> Hi Josh, thanks for your advice.
>>> We are just doing that, adding a retry logic to get the results and if 
>>> it still fails wait some minutes before retrying again.
>>> The odd thing is that all the jobs failed (dozens) and we were not able 
>>> to retrieve the result from any of them.
>>>
>>> I will do this and will let you know.
>>>
>>>
>>> Thanks,
>>>
>>> Regards.
>>>
>>>
>>> El martes, 8 de marzo de 2016, 11:29:08 (UTC-3), Josh Radcliff (AdWords 
>>> API Team) escribió:

 Hi,

 When that error occurred, did you retry your request after waiting a 
 few seconds? Those errors look like temporary errors that may have gone 
 away on retry.

 Thanks,
 Josh, AdWords API Team


 On Tuesday, March 8, 2016 at 9:08:57 AM UTC-5, 
 robert@mercadolibre.com wrote:
>
> I've experimented similar issues yesterday when trying to create new 
> keywords using BatchJobs: 
>
> BatchJobException: Failed to download batch job mutate response from 
> URL: 
> https://batch-job-download-prod-ebe9b43.storage.googleapis.com/8976...
>
> All our jobs failed. 
> Was there any problems with this service yesterday? We didn't make any 
> modifications on the application and the process has been working fine 
> por 
> some time now.
>
> Thank you.
>
 -- 
>>> -- 
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>> 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 adwor...@googlegroups.com 
>>> 
>>> To unsubscribe from this group, send email to
>>> adwords-api...@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 a topic in the 
>>> Google Groups "AdWords API Forum" group.
>>> To unsubscribe from this topic, visit 
>>> https://groups.google.com/d/topic/adwords-api/3zDAb_Sgl80/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to 
>>> adwords-api...@googlegroups.com .
>>> Visit this group at https://groups.google.com/group/adwords-api.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/adwords-api/69235700-ef67-4f2e-9466-919d905b4254%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> -- 
>> Biniam Asnake
>>
>> Lead Software Engineer (M.Sc. Information Science)
>>
>> Email: biniam...@gmail.com 
>>
>> Blog: http://binyit.blogspot.com/
>>
>> LinkedIn: https://www.linkedin.com/in/biniama
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on th

Re: BatchJobService HTTP 503 Service Unavailable - [URGENT]

2016-03-09 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi,

Are you both still experiencing this issue? I only ask because I just tried 
submitting a batch job and was able to successfully download the results 
without any issues.

If you're still seeing this problem, please send me the following so I can 
investigate your particular jobs:

   - AdWords customer ID (xxx-xxx-) of the account
   - IDs of any *BatchJob*s with this problem

Thanks,
Josh, AdWords API Team

On Tuesday, March 8, 2016 at 10:06:35 AM UTC-5, Biniam Asnake wrote:
>
> Yes Josh. I am retrying it using fault tolerance capabilities of Akka.io 
> but failing 2 times in a row.
>
> On Tue, Mar 8, 2016 at 3:56 PM, robert.barreiro via AdWords API Forum <
> adwords-api@googlegroups.com> wrote:
>
>>
>> Hi Josh, thanks for your advice.
>> We are just doing that, adding a retry logic to get the results and if it 
>> still fails wait some minutes before retrying again.
>> The odd thing is that all the jobs failed (dozens) and we were not able 
>> to retrieve the result from any of them.
>>
>> I will do this and will let you know.
>>
>>
>> Thanks,
>>
>> Regards.
>>
>>
>> El martes, 8 de marzo de 2016, 11:29:08 (UTC-3), Josh Radcliff (AdWords 
>> API Team) escribió:
>>>
>>> Hi,
>>>
>>> When that error occurred, did you retry your request after waiting a few 
>>> seconds? Those errors look like temporary errors that may have gone away on 
>>> retry.
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>>
>>> On Tuesday, March 8, 2016 at 9:08:57 AM UTC-5, 
>>> robert@mercadolibre.com wrote:

 I've experimented similar issues yesterday when trying to create new 
 keywords using BatchJobs: 

 BatchJobException: Failed to download batch job mutate response from 
 URL: 
 https://batch-job-download-prod-ebe9b43.storage.googleapis.com/8976...

 All our jobs failed. 
 Was there any problems with this service yesterday? We didn't make any 
 modifications on the application and the process has been working fine por 
 some time now.

 Thank you.

>>> -- 
>> -- 
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> 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 a topic in the 
>> Google Groups "AdWords API Forum" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/adwords-api/3zDAb_Sgl80/unsubscribe.
>> To unsubscribe from this group and all its topics, send an email to 
>> adwords-api+unsubscr...@googlegroups.com.
>> Visit this group at https://groups.google.com/group/adwords-api.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/adwords-api/69235700-ef67-4f2e-9466-919d905b4254%40googlegroups.com
>>  
>> 
>> .
>>
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Biniam Asnake
>
> Lead Software Engineer (M.Sc. Information Science)
>
> Email: biniamasn...@gmail.com
>
> Blog: http://binyit.blogspot.com/
>
> LinkedIn: https://www.linkedin.com/in/biniama
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/e57f99df-cd4d-4b34-99d7-2392a97d60a3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJobService HTTP 503 Service Unavailable - [URGENT]

2016-03-08 Thread Biniam Asnake
Yes Josh. I am retrying it using fault tolerance capabilities of Akka.io
but failing 2 times in a row.

On Tue, Mar 8, 2016 at 3:56 PM, robert.barreiro via AdWords API Forum <
adwords-api@googlegroups.com> wrote:

>
> Hi Josh, thanks for your advice.
> We are just doing that, adding a retry logic to get the results and if it
> still fails wait some minutes before retrying again.
> The odd thing is that all the jobs failed (dozens) and we were not able to
> retrieve the result from any of them.
>
> I will do this and will let you know.
>
>
> Thanks,
>
> Regards.
>
>
> El martes, 8 de marzo de 2016, 11:29:08 (UTC-3), Josh Radcliff (AdWords
> API Team) escribió:
>>
>> Hi,
>>
>> When that error occurred, did you retry your request after waiting a few
>> seconds? Those errors look like temporary errors that may have gone away on
>> retry.
>>
>> Thanks,
>> Josh, AdWords API Team
>>
>>
>> On Tuesday, March 8, 2016 at 9:08:57 AM UTC-5,
>> robert@mercadolibre.com wrote:
>>>
>>> I've experimented similar issues yesterday when trying to create new
>>> keywords using BatchJobs:
>>>
>>> BatchJobException: Failed to download batch job mutate response from
>>> URL:
>>> https://batch-job-download-prod-ebe9b43.storage.googleapis.com/8976...
>>>
>>> All our jobs failed.
>>> Was there any problems with this service yesterday? We didn't make any
>>> modifications on the application and the process has been working fine por
>>> some time now.
>>>
>>> Thank you.
>>>
>> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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 a topic in the
> Google Groups "AdWords API Forum" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/adwords-api/3zDAb_Sgl80/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> adwords-api+unsubscr...@googlegroups.com.
> Visit this group at https://groups.google.com/group/adwords-api.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/adwords-api/69235700-ef67-4f2e-9466-919d905b4254%40googlegroups.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Biniam Asnake

Lead Software Engineer (M.Sc. Information Science)

Email: biniamasn...@gmail.com

Blog: http://binyit.blogspot.com/

LinkedIn: https://www.linkedin.com/in/biniama

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/CAOtw1B9UykAt1F8uu0ebEU1SCUs%2BU_QfKg0FPKd1ms5aY9L2oQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJobService HTTP 503 Service Unavailable - [URGENT]

2016-03-08 Thread robert.barreiro via AdWords API Forum

Hi Josh, thanks for your advice.
We are just doing that, adding a retry logic to get the results and if it 
still fails wait some minutes before retrying again.
The odd thing is that all the jobs failed (dozens) and we were not able to 
retrieve the result from any of them.

I will do this and will let you know.


Thanks,

Regards.


El martes, 8 de marzo de 2016, 11:29:08 (UTC-3), Josh Radcliff (AdWords API 
Team) escribió:
>
> Hi,
>
> When that error occurred, did you retry your request after waiting a few 
> seconds? Those errors look like temporary errors that may have gone away on 
> retry.
>
> Thanks,
> Josh, AdWords API Team
>
> On Tuesday, March 8, 2016 at 9:08:57 AM UTC-5, robert@mercadolibre.com 
>  wrote:
>>
>> I've experimented similar issues yesterday when trying to create new 
>> keywords using BatchJobs: 
>>
>> BatchJobException: Failed to download batch job mutate response from URL: 
>> https://batch-job-download-prod-ebe9b43.storage.googleapis.com/8976...
>>
>> All our jobs failed. 
>> Was there any problems with this service yesterday? We didn't make any 
>> modifications on the application and the process has been working fine por 
>> some time now.
>>
>> Thank you.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/69235700-ef67-4f2e-9466-919d905b4254%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJobService HTTP 503 Service Unavailable - [URGENT]

2016-03-08 Thread 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
Hi,

When that error occurred, did you retry your request after waiting a few 
seconds? Those errors look like temporary errors that may have gone away on 
retry.

Thanks,
Josh, AdWords API Team

On Tuesday, March 8, 2016 at 9:08:57 AM UTC-5, 
robert.barre...@mercadolibre.com wrote:
>
> I've experimented similar issues yesterday when trying to create new 
> keywords using BatchJobs: 
>
> BatchJobException: Failed to download batch job mutate response from URL: 
> https://batch-job-download-prod-ebe9b43.storage.googleapis.com/8976...
>
> All our jobs failed. 
> Was there any problems with this service yesterday? We didn't make any 
> modifications on the application and the process has been working fine por 
> some time now.
>
> Thank you.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4f47f1b8-a075-4398-87d1-c2a2852dc092%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJobService HTTP 503 Service Unavailable - [URGENT]

2016-03-08 Thread robert.barreiro via AdWords API Forum
I've experimented similar issues yesterday when trying to create new 
keywords using BatchJobs: 

BatchJobException: Failed to download batch job mutate response from URL: 
https://batch-job-download-prod-ebe9b43.storage.googleapis.com/8976...

All our jobs failed. 
Was there any problems with this service yesterday? We didn't make any 
modifications on the application and the process has been working fine por 
some time now.

Thank you.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/90bac123-9512-4e70-8f9c-9451faa8228a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: BatchJobService HTTP 503 Service Unavailable - [URGENT]

2016-03-08 Thread Biniam Asnake
This issue is still happening. I am retrying the job but failing again.

Here is the new stacktrace.

Please help.

2016-03-07 19:10:16,859 
[AdwordsJobExecutor-akka.actor.default-dispatcher-51] WARN 
com.google.api.ads.adwords.lib.utils.batch_job.logUpload([...]) at Line 74 
FAILED (null) batch job upload to 
https://www.googleapis.com/upload/storage/v1/b/batch-job-upload-prod-ebe9b43/o?uploadType=resumable&upload_id=AEnB2UpKqM4JyHBHTTur4BCIHKpCvM6dFWBGEb9EyoKBRKvgwcOIL4EfrT170vfa5XlxNoNh3PwWtRPCKyRrPc5S7_opW12hHQ.
 
Exception: com.google.api.client.http.HttpResponseException: 503 Service 
Unavailable
Service Unavailable

2016-03-07 19:10:16,861 
[AdwordsJobExecutor-akka.actor.default-dispatcher-51] ERROR 
com.bonial.megan.services.BatchProcessingService.call([...]) at Line ? 
Error uploading operations to Google Adwords

com.google.api.client.http.HttpResponseException: 503 Service Unavailable
Service Unavailable
at com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1061)
at 
com.google.api.ads.adwords.lib.utils.BatchJobUploader.uploadBatchJobOperations(BatchJobUploader.java:114)
at 
com.google.api.ads.adwords.axis.utils.v201509.batchjob.BatchJobHelper.uploadBatchJobOperations(BatchJobHelper.java:82)
at 
com.bonial.megan.helpers.BatchProcessingServiceHelper.uploadOperations(BatchProcessingServiceHelper.groovy:117)
at 
com.bonial.megan.services.BatchProcessingService.createAndUploadBatchJobOperations(BatchProcessingService.groovy:62)
at 
com.bonial.megan.execution.actors.forcedSwitchOff.mutate.ForcedSwitchOffMutateActor$_onReceiveBody_closure1.doCall(ForcedSwitchOffMutateActor.groovy:40)
at 
com.bonial.megan.execution.actors.forcedSwitchOff.mutate.ForcedSwitchOffMutateActor.onReceiveBody(ForcedSwitchOffMutateActor.groovy:39)
at 
com.bonial.megan.execution.actors.AbstractActor.onReceive(AbstractActor.groovy:41)
at 
akka.actor.UntypedActor$$anonfun$receive$1.applyOrElse(UntypedActor.scala:167)
at akka.actor.Actor$class.aroundReceive(Actor.scala:465)
at akka.actor.UntypedActor.aroundReceive(UntypedActor.scala:97)
at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
at akka.actor.ActorCell.invoke_aroundBody0(ActorCell.scala:487)
at akka.actor.ActorCell$AjcClosure1.run(ActorCell.scala:1)
at org.aspectj.runtime.reflect.JoinPointImpl.proceed(JoinPointImpl.java:149)
at 
akka.kamon.instrumentation.ActorCellInstrumentation$$anonfun$aroundBehaviourInvoke$1.apply(ActorCellInstrumentation.scala:62)
at kamon.trace.Tracer$.withContext(TracerModule.scala:57)
at 
akka.kamon.instrumentation.ActorCellInstrumentation.aroundBehaviourInvoke(ActorCellInstrumentation.scala:61)
at akka.actor.ActorCell.invoke(ActorCell.scala:483)
at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:254)
at akka.dispatch.Mailbox.run(Mailbox.scala:221)
at akka.dispatch.Mailbox.exec(Mailbox.scala:231)
at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
at 
scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
at 
scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
2016-03-07 19:10:16,878 
[AdwordsJobExecutor-akka.actor.default-dispatcher-35] ERROR 
com.bonial.megan.execution.actors.forcedSwitchOff.mutate.ForcedSwitchOffMutateSupervisor.invoke0([...])
 
at Line ? 
BatchJobException [Problem sending data to batch upload URL.] detected. 
Caused by: 




com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger.logSoapXml([...])
 
at Line 83 
SOAP Request:
http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

https://adwords.google.com/api/adwords/cm/v201509"; 
soapenv:mustUnderstand="0">
1621197255
MYDEVELOPERTOKEN
began:1.0.0 (AwApi-Java, AdWords-Axis/2.7.0, 
Common-Java/2.7.0, Axis/1.4, Java/1.8.0_25, maven)
false
true



https://adwords.google.com/api/adwords/cm/v201509";>

ADD







2016-03-07 19:10:49,266 
[AdwordsJobExecutor-akka.actor.default-dispatcher-59] WARN 
com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger.logSoapXml([...])
 
at Line 84 
SOAP Response:
http://schemas.xmlsoap.org/soap/envelope/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>


http://xml.apache.org/axis/";>ns1:HTTP
(502)Bad Gateway

return code:  502


  
  
  Error 502 (Server Error)!!1