What version of ZeroMQ are you running?

You should be running 2.1.7 with nathan's provided fork of JZMQ.

Michael Rose (@Xorlev <https://twitter.com/xorlev>)
Senior Platform Engineer, FullContact <http://www.fullcontact.com/>
[email protected]


On Fri, Jan 10, 2014 at 9:09 PM, Gaurav Sehgal <[email protected]> wrote:

> Hi,
>      I am getting the following exception in the cluster. These exceptions
> happen in the worker log; but they eventually cause to topology to die. Can
> anyone please share some inputs.
>
>
> java.lang.UnsatisfiedLinkError: org.zeromq.ZMQ$Socket.destroy()V
>     at org.zeromq.ZMQ$Socket.destroy(Native Method)
>     at org.zeromq.ZMQ$Socket.close(ZMQ.java:432)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     at java.lang.reflect.Method.invoke(Method.java:597)
>     at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:93)
>     at clojure.lang.Reflector.invokeNoArgInstanceMember(Reflector.java:298)
>     at backtype.storm.messaging.zmq.ZMQConnection.close(zmq.clj:45)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>     at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>     at java.lang.reflect.Method.invoke(Method.java:597)
>     at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:93)
>     at clojure.lang.Reflector.invokeNoArgInstanceMember(Reflector.java:298)
>     at
> backtype.storm.daemon.worker$mk_refresh_connections$this__4293.invoke(worker.clj:252)
>     at
> backtype.storm.daemon.worker$mk_refresh_connections$this__4293.invoke(worker.clj:218)
>     at
> backtype.storm.timer$schedule_recurring$this__1776.invoke(timer.clj:69)
>     at backtype.storm.timer$mk_timer$fn__1759$fn__1760.invoke(timer.clj:33)
>     at backtype.storm.timer$mk_timer$fn__1759.invoke(timer.clj:26)
>     at clojure.lang.AFn.run(AFn.java:24)
>     at java.lang.Thread.run(Thread.java:662)
>
>
> Cheers!
> Gaurav
>
>
>

Reply via email to