Uncaught exception in the SynchronizationContext
Hey, when uploading operations I sometime get this error:
UNKNOWN: Uncaught exception in the SynchronizationContext
Seems like a problem with the SynchronizationContext that the GRPC uses.
Please let me know if you encountered this issue before and know what to do with is,
Thanks!
UNKNOWN: Uncaught exception in the SynchronizationContext
Seems like a problem with the SynchronizationContext that the GRPC uses.
Please let me know if you encountered this issue before and know what to do with is,
Thanks!
io.grpc.Status.asRuntimeException(Status.java:526),
io.grpc.internal.RetriableStream$1.uncaughtException(RetriableStream.java:75),
io.grpc.SynchronizationContext.drain(SynchronizationContext.java:97),
io.grpc.SynchronizationContext.execute(SynchronizationContext.java:127),
io.grpc.internal.RetriableStream.cancel(RetriableStream.java:490),
io.grpc.internal.RetriableStream.start(RetriableStream.java:358),
io.grpc.internal.ClientCallImpl.startInternal(ClientCallImpl.java:287),
io.grpc.internal.ClientCallImpl.start(ClientCallImpl.java:189),
io.grpc.ForwardingClientCall.start(ForwardingClientCall.java:32),
com.google.api.gax.grpc.GrpcHeaderInterceptor$1.start(GrpcHeaderInterceptor.java:94),
io.grpc.ForwardingClientCall.start(ForwardingClientCall.java:32),
com.google.ads.googleads.lib.logging.LoggingInterceptor$1.start(LoggingInterceptor.java:76),
io.grpc.stub.ClientCalls.startCall(ClientCalls.java:332),
io.grpc.stub.ClientCalls.asyncUnaryRequestCall(ClientCalls.java:306),
io.grpc.stub.ClientCalls.futureUnaryCall(ClientCalls.java:218),
com.google.api.gax.grpc.GrpcDirectCallable.futureCall(GrpcDirectCallable.java:63),
com.google.api.gax.grpc.GrpcUnaryRequestParamCallable.futureCall(GrpcUnaryRequestParamCallable.java:65),
com.google.api.gax.grpc.GrpcExceptionCallable.futureCall(GrpcExceptionCallable.java:64),
com.google.api.gax.rpc.AttemptCallable.call(AttemptCallable.java:87),
com.google.api.gax.rpc.RetryingCallable.futureCall(RetryingCallable.java:63),
com.google.api.gax.rpc.RetryingCallable.futureCall(RetryingCallable.java:41),
com.google.ads.googleads.lib.stubs.callables.ExceptionTransformingUnaryCallable.futureCall(ExceptionTransformingUnaryCallable.java:49),
com.google.api.gax.rpc.UnaryCallable$1.futureCall(UnaryCallable.java:126),
com.google.api.gax.rpc.UnaryCallable.futureCall(UnaryCallable.java:87),
com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112),
com.google.ads.googleads.v11.services.OfflineUserDataJobServiceClient.addOfflineUserDataJobOperations(OfflineUserDataJobServiceClient.java:383),
Read more here: Source link