Error when running my jar:
Running my project locally in itellij works fine, But when trying to run a executable jar I created I get the following error: Exception in thread "main" io.grpc.ManagedChannelProvider$ProviderNotFoundException: No functional channel service provider found. Try adding a dependency on the grpc-okhttp, grpc-netty, or grpc-netty-shaded artifact I tried adding all those libraries but it didn't help. trace- at io.grpc.ManagedChannelProvider.provider(ManagedChannelProvider.java:43) at io.grpc.ManagedChannelBuilder.forAddress(ManagedChannelBuilder.java:39) at com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.createSingleChannel(InstantiatingGrpcChannelProvider.java:348) at com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.access$1900(InstantiatingGrpcChannelProvider.java:82) at com.google.api.gax.grpc.InstantiatingGrpcChannelProvider$1.createSingleChannel(InstantiatingGrpcChannelProvider.java:239) at com.google.api.gax.grpc.ChannelPool.create(ChannelPool.java:72) at com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.createChannel(InstantiatingGrpcChannelProvider.java:249) at com.google.api.gax.grpc.InstantiatingGrpcChannelProvider.getTransportChannel(InstantiatingGrpcChannelProvider.java:227) at com.google.api.gax.rpc.ClientContext.create(ClientContext.java:205) at com.google.ads.googleads.v10.services.stub.GrpcConversionAdjustmentUploadServiceStub.create(GrpcConversionAdjustmentUploadServiceStub.java:69) at com.google.ads.googleads.v10.services.stub.ConversionAdjustmentUploadServiceStubSettings.createStub(ConversionAdjustmentUploadServiceStubSettings.java:101) at com.google.ads.googleads.v10.services.ConversionAdjustmentUploadServiceClient.(ConversionAdjustmentUploadServiceClient.java:137) at com.google.ads.googleads.v10.services.ConversionAdjustmentUploadServiceClient.create(ConversionAdjustmentUploadServiceClient.java:114) at com.google.ads.googleads.lib.catalog.GeneratedCatalog$V10Client.createConversionAdjustmentUploadServiceClient(GeneratedCatalog.java:5279) at scala.services.GoogleAdsUtils$.uploadAdjustments(GoogleAdsUtils.scala:52) at scala.ProcessUploadAdjustments$.uploadConversions(ProcessUploadAdjustments.scala:22) at scala.UploadApp$.doUpload(UploadApp.scala:11) at scala.UploadApp$.delayedEndpoint$scala$UploadApp$1(UploadApp.scala:21) at scala.UploadApp$delayedInit$body.apply(UploadApp.scala:6) at scala.Function0.apply$mcV$sp(Function0.scala:34) at scala.Function0.apply$mcV$sp$(Function0.scala:34) at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12) at scala.App.$anonfun$main$1$adapted(App.scala:76) at scala.collection.immutable.List.foreach(List.scala:389) at scala.App.main(App.scala:76) at scala.App.main$(App.scala:74) at scala.UploadApp$.main(UploadApp.scala:6) at scala.UploadApp.main(UploadApp.scala) Client library version: 17.0.1 Google Ads API version 10 JDK version: 1.8.0_231 Thank you -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/6f0af918-74e9-46ff-be64-eaa4bb1145ebn%40googlegroups.com.
