io.vertx.core.VertxException: Thread blocked
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by Alan Quinton, 1 year ago
via GitHub by jeniok
, 1 year agovia GitHub by chemist777
, 1 year agovia GitHub by peterhendriks
, 1 year agovia GitHub by chemist777
, 1 year agovia GitHub by cescoffier
, 1 year agoio.vertx.core.VertxException: Thread blocked
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:502)
at com.rabbitmq.utility.BlockingCell.get(BlockingCell.java:50)
at com.rabbitmq.utility.BlockingCell.get(BlockingCell.java:65)
at com.rabbitmq.utility.BlockingCell.uninterruptibleGet(BlockingCell.java:111)
at com.rabbitmq.utility.BlockingValueOrException.uninterruptibleGetValue(BlockingValueOrException.java:37)
at com.rabbitmq.client.impl.AMQChannel$BlockingRpcContinuation.getReply(AMQChannel.java:349)
at com.rabbitmq.client.impl.ChannelN.close(ChannelN.java:573)
at com.rabbitmq.client.impl.ChannelN.close(ChannelN.java:505)
at com.rabbitmq.client.impl.ChannelN.waitForConfirmsOrDie(ChannelN.java:224)