I am running large jobs on Google using BatchJobService and I got this 
exception.

The exception was followed by StackoverFlowException which finally broke 
tomcat.

Any idea? Any fix?

This code is already in production (no bug while testing) and I need urgent 
solution.

Thanks.

2016-02-23 11:59:43,565 [AdwordsJobExecutor-akka.actor.default-dispatcher-
1107] 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=AEnB2UrYlOJfNSy-IcYwZ_PKHxkSYEX-2WYpJqBGEW5VNkEEsINqDke5U_tD5V6Z-VW1TtAQeM6EzFplEjmsvbQruRcM_qjK5g.
 
Exception: com.google.api.client.http.HttpResponseException: 503 Service 
Unavailable
Service Unavailable


2016-02-23 11:59:43,711 [AdwordsJobExecutor-akka.actor.default-dispatcher-
1109] ERROR 
 StackTrace.invoke0([...]) at Line ? 
Full Stack Trace:


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.google.api.ads.adwords.lib.utils.
BatchJobHelperInterface$uploadBatchJobOperations.call(Unknown Source)
 at com.bonial.megan.helpers.BatchProcessingServiceHelper.uploadOperations(
BatchProcessingServiceHelper.groovy:117)
 at com.bonial.megan.helpers.
BatchProcessingServiceHelper$uploadOperations$23.callStatic(Unknown Source)
 at com.bonial.megan.services.BatchProcessingService.
createAndUploadBatchJobOperations(BatchProcessingService.groovy:62)
 at com.bonial.megan.services.
BatchProcessingService$createAndUploadBatchJobOperations$0.call(Unknown 
Source)
 at com.bonial.megan.execution.actors.stateChange.mutate.
StateChangeMutateActor$_onReceiveBody_closure1.doCall(StateChangeMutateActor
.groovy:42)
 at sun.reflect.GeneratedMethodAccessor932.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(
DelegatingMethodAccessorImpl.java:43)
 at java.lang.reflect.Method.invoke(Method.java:483)
 at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)
 at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:324)
 at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1207)
 at groovy.lang.ExpandoMetaClass.invokeMethod(ExpandoMetaClass.java:1121)
 at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1016)
 at groovy.lang.Closure.call(Closure.java:423)
 at org.codehaus.groovy.runtime.DefaultGroovyMethods.callClosureForMapEntry(
DefaultGroovyMethods.java:5223)
 at org.codehaus.groovy.runtime.DefaultGroovyMethods.each(
DefaultGroovyMethods.java:2104)
 at org.codehaus.groovy.runtime.dgm$163.invoke(Unknown Source)
 at org.codehaus.groovy.runtime.callsite.
PojoMetaMethodSite$PojoMetaMethodSiteNoUnwrapNoCoerce.invoke(
PojoMetaMethodSite.java:271)
 at org.codehaus.groovy.runtime.callsite.PojoMetaMethodSite.call(
PojoMetaMethodSite.java:53)
 at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(
AbstractCallSite.java:122)
 at com.bonial.megan.execution.actors.stateChange.mutate.
StateChangeMutateActor.onReceiveBody(StateChangeMutateActor.groovy:41)
 at com.bonial.megan.execution.actors.stateChange.mutate.
StateChangeMutateActor$onReceiveBody$2.callCurrent(Unknown Source)
 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)

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
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/b14f85a9-59c8-49d8-b8db-da93541b4c4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • BatchJobService H... Biniam Asnake
    • Re: BatchJob... 'Umesh Dengale' via AdWords API Forum
      • Re: Batc... Biniam Asnake
        • Re: ... 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
          • ... Biniam Asnake
          • ... Biniam Asnake
            • ... 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
              • ... Biniam Asnake
    • Re: BatchJob... robert.barreiro via AdWords API Forum
      • Re: Batc... 'Josh Radcliff (AdWords API Team)' via AdWords API Forum
        • Re: ... robert.barreiro via AdWords API Forum

Reply via email to