vert-x3 / vertx-examples

Vert.x examples
Apache License 2.0
3.55k stars 2.09k forks source link

(NO_HANDLERS,-1) No handlers for address ping-address #350

Closed garrettcyoung closed 5 years ago

garrettcyoung commented 5 years ago

I'm trying to get the event bus to work without a clustermanager. I'm using vertx 3.7.0. I thought I'd modify the example core-examples/eventbus/pointtopoint to use the Runner.runExample method instead of the Runner.runClusteredExample. In addition I have both verticle deployed in the same JVM by using a new class that contains a static main(). When using the runExample method I always get this error as the reply on the Sender: (NO_HANDLERS,-1) No handlers for address ping-address When using the runClusteredExample It all works correctly.

tsegismont commented 5 years ago

Cross posted on the forum