question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ERROR 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:closed
  • Created 2 years ago
  • Comments:20

github_iconTop GitHub Comments

1reaction
lburgazzolicommented, Jul 28, 2021

you can use jetcd-all if you want to use a “self-containing” artifact as it shades all the needed dependencies.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found