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 Yves Peckstadt, 1 year ago
io.vertx.core.VertxException: Thread blocked
at java.lang.Object.hashCode(Native Method)
at java.util.concurrent.ConcurrentHashMap.putVal(ConcurrentHashMap.java:1012)
at java.util.concurrent.ConcurrentHashMap.put(ConcurrentHashMap.java:1006)
at io.vertx.core.impl.ConcurrentHashSet.add(ConcurrentHashSet.java:74)
at io.vertx.core.impl.ContextImpl.addCloseHook(ContextImpl.java:116)
at io.vertx.core.impl.VertxImpl.scheduleTimeout(VertxImpl.java:390)
at io.vertx.core.impl.VertxImpl.setTimer(VertxImpl.java:267)
at io.vertx.core.eventbus.impl.HandlerRegistration.
(HandlerRegistration.java:62) at io.vertx.core.eventbus.impl.EventBusImpl.createReplyHandlerRegistration(EventBusImpl.java:401)
at io.vertx.core.eventbus.impl.EventBusImpl.sendOrPubInternal(EventBusImpl.java:413)
at io.vertx.core.eventbus.impl.EventBusImpl.send(EventBusImpl.java:94)
at io.vertx.core.eventbus.impl.EventBusImpl.send(EventBusImpl.java:84)
at io.vertx.rxjava.core.eventbus.EventBus.send(EventBus.java:84)
at io.vertx.rxjava.core.eventbus.EventBus.sendObservable(EventBus.java:107)