eclipse-vertx / vert.x

Vert.x is a tool-kit for building reactive applications on the JVM
http://vertx.io
Other
14.26k stars 2.07k forks source link

Vertx-1.3.0.final and de.marx-labs.redis-client-v0.3 causes NoSuchMethodError #456

Closed wuman closed 11 years ago

wuman commented 11 years ago

Running vertx-1.3.0.final with de.marx-labs.redis-client-v0.3 causes NoSuchMethodError:

 java.lang.NoSuchMethodError: org.vertx.java.core.eventbus.EventBus.registerHandler(Ljava/lang/String;Lorg/vertx/java/core/Handler;)Ljava/lang/String;
     at net.ml.vertx.mods.redis.RedisClient.connect(RedisClient.java:100)
     at net.ml.vertx.mods.redis.RedisClient.start(RedisClient.java:81)
     at org.vertx.java.deploy.impl.VerticleManager$10.run(VerticleManager.java:745)
     at org.vertx.java.core.impl.Context$2.run(Context.java:122)
     at org.vertx.java.core.impl.Context$1.run(Context.java:112)
     at org.vertx.java.core.impl.OrderedExecutorFactory$OrderedExecutor$1.run(OrderedExecutorFactory.java:90)
     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
     at java.lang.Thread.run(Thread.java:722)
purplefox commented 11 years ago

de.marx-labs.redis-client-v0.3 is a 3rd party module. Please post the issue against the relevant project.

purplefox commented 11 years ago

This is the project for that module https://github.com/thmarx/vert.x-busmod-redis

wuman commented 11 years ago

Thanks! Sorry about posting in the wrong project. Still kind of a vert.x newbie.