run exception
See original GitHub issueERROR 15388 --- [ault-executor-0] io.grpc.internal.ManagedChannelImpl : [Channel<3>: (etcd)] Uncaught exception in the SynchronizationContext. Panic!
java.lang.NoSuchMethodError: io.netty.buffer.PooledByteBufAllocator.<init>(ZIIIIIIZ)V
at io.grpc.netty.Utils.createByteBufAllocator(Utils.java:172) ~[grpc-netty-1.39.0.jar:1.39.0]
at io.grpc.netty.Utils.access$000(Utils.java:71) ~[grpc-netty-1.39.0.jar:1.39.0]
at io.grpc.netty.Utils$ByteBufAllocatorPreferDirectHolder.<clinit>(Utils.java:93) ~[grpc-netty-1.39.0.jar:1.39.0]
at io.grpc.netty.Utils.getByteBufAllocator(Utils.java:140) ~[grpc-netty-1.39.0.jar:1.39.0]
at io.grpc.netty.NettyClientTransport.start(NettyClientTransport.java:231) ~[grpc-netty-1.39.0.jar:1.39.0]
at io.grpc.internal.ForwardingConnectionClientTransport.start(ForwardingConnectionClientTransport.java:33) ~[grpc-core-1.39.0.jar:1.39.0]
at io.grpc.internal.ForwardingConnectionClientTransport.start(ForwardingConnectionClientTransport.java:33) ~[grpc-core-1.39.0.jar:1.39.0]
at io.grpc.internal.InternalSubchannel.startNewTransport(InternalSubchannel.java:258) ~[grpc-core-1.39.0.jar:1.39.0]
at io.grpc.internal.InternalSubchannel.access$400(InternalSubchannel.java:65) ~[grpc-core-1.39.0.jar:1.39.0]
at io.grpc.internal.InternalSubchannel$2.run(InternalSubchannel.java:200) ~[grpc-core-1.39.0.jar:1.39.0]
at io.grpc.SynchronizationContext.drain(SynchronizationContext.java:95) [grpc-api-1.39.0.jar:1.39.0]
at io.grpc.SynchronizationContext.execute(SynchronizationContext.java:127) [grpc-api-1.39.0.jar:1.39.0]
at io.grpc.internal.ManagedChannelImpl$NameResolverListener.onResult(ManagedChannelImpl.java:1863) [grpc-core-1.39.0.jar:1.39.0]
at io.grpc.NameResolver$Listener2.onAddresses(NameResolver.java:208) [grpc-api-1.39.0.jar:1.39.0]
at io.etcd.jetcd.resolver.SmartNameResolver.doResolve(SmartNameResolver.java:141) [jetcd-core-0.5.0.jar:na]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_271]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_271]
at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_271]
Issue Analytics
- State:
- Created 2 years ago
- Comments:20
Top Results From Across the Web
How to handle Task.Run Exception - Stack Overflow
When a task is run, any exceptions that it throws are retained and re-thrown when something waits for the task's result or for...
Read more >Exception handling (Task Parallel Library) - Microsoft Learn
Unhandled exceptions that are thrown by user code that is running inside a task are propagated back to the calling thread, except in...
Read more >8. Errors and Exceptions — Python 3.11.1 documentation
Exceptions ¶. Even if a statement or expression is syntactically correct, it may cause an error when an attempt is made to execute...
Read more >How to properly handle exception in Task.Run | TatLead
Run , throw the exception outside. public static async Task ExtractZip(string sourceArchiveFileName, string destinationDirectoryName) ...
Read more >C# - Handling exceptions from Tasks that are not awaited
In this post I demonstrate two ways to handle exceptions that are thrown in tasks with no await keyword. (Yes the task faults...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
you can use jetcd-all if you want to use a “self-containing” artifact as it shades all the needed dependencies.
@zhengyuyzhao u can see https://github.com/yametech/etcd-registry-spring-boot-starter