You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unexpected exception in Clojure verticle
java.lang.NullPointerException
at vertx.eventbus$reply_STAR_.invoke(eventbus.clj:225)
at vertx.eventbus$reply.invoke(eventbus.clj:249)
at yourvertxproject.slowVerticles$eval359$fn__360$fn__361.invoke(slowVerticles.clj:10)
at vertx.core$as_handler$fn__234.invoke(core.clj:97)
at vertx.core$as_handler$reify__238.handle(core.clj:101)
at org.vertx.java.core.impl.DefaultVertx$InternalTimerHandler.run(DefaultVertx.java:432)
at org.vertx.java.core.impl.DefaultContext$3.run(DefaultContext.java:175)
at io.netty.util.concurrent.PromiseTask$RunnableAdapter.call(PromiseTask.java:38)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:123)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:370)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Thread.java:745)
Unexpected exception in Clojure verticle
java.lang.NullPointerException
at vertx.eventbus$reply_STAR_.invoke(eventbus.clj:225)
at vertx.eventbus$reply.invoke(eventbus.clj:249)
at yourvertxproject.slowVerticles$eval359$fn__360$fn__361.invoke(slowVerticles.clj:10)
at vertx.core$as_handler$fn__234.invoke(core.clj:97)
at vertx.core$as_handler$reify__238.handle(core.clj:101)
at org.vertx.java.core.impl.DefaultVertx$InternalTimerHandler.run(DefaultVertx.java:432)
at org.vertx.java.core.impl.DefaultContext$3.run(DefaultContext.java:175)
at io.netty.util.concurrent.PromiseTask$RunnableAdapter.call(PromiseTask.java:38)
at io.netty.util.concurrent.ScheduledFutureTask.run(ScheduledFutureTask.java:123)
at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:370)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353)
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
at java.lang.Thread.run(Thread.java:745)
@cocodrino thanks for the report, and @stream1984 thanks for the fix. I'll merge the fix in, but don't think it's worth making a release right now, especially since an easy workaround (using bound-fn) exists. I'll leave this issue open until we do release, in case anyone else stumbles over the issue.
hi...when I run this code I get an error
server
verticle
the problem fixes when I use directly timer*
the bound-fn is also required
The text was updated successfully, but these errors were encountered: