I am trying to search for recommended keywords using the KeywordPlanIdeaServiceClient.(I used google-ads:17.0.1 and Java11 and Spring Boot)
Results are viewed normally, but an error logs occurs.
Is there anything else I need to configure?
the logs are blow.
I've only edited the top part of the logs.
If you need the full logs, I will send it to you by private mail.
java.lang.ClassNotFoundException: io.grpc.netty.NettyChannelProvider
.
.
.
java.lang.UnsupportedOperationException: Reflective setAccessible(true) disabled
.
.
.
java.lang.IllegalAccessException: class io.grpc.netty.shaded.io.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module
.
.
.
java.lang.ExceptionInInitializerError: null
at io.grpc.netty.shaded.io.netty.channel.epoll.Epoll.<clinit>(Epoll.java:39) ~[grpc-netty-shaded-1.42.1.jar:1.42.1]
.
.
.
java.lang.ClassNotFoundException: io.grpc.override.ContextStorageOverride
.
.
.
java.lang.ClassNotFoundException: io.perfmark.impl.SecretPerfMarkImpl$PerfMarkImpl
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581) ~[na:na]
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) ~[na:na]