Hi,
I started a topology with storm jar command and it started fine. I then
used storm kill with same topology name and i get the following exception -

861  [main] INFO  backtype.storm.thrift - Connecting to Nimbus at
hfdvtelpascapp1.vm.itg.corp.us.shldcorp.com:6627
Exception in thread "main" NotAliveException(msg:oktopology is not alive)
        at
backtype.storm.generated.Nimbus$killTopologyWithOpts_result.read(Nimbus.java:4828)
        at
org.apache.thrift7.TServiceClient.receiveBase(TServiceClient.java:78)
        at
backtype.storm.generated.Nimbus$Client.recv_killTopologyWithOpts(Nimbus.java:225)
        at
backtype.storm.generated.Nimbus$Client.killTopologyWithOpts(Nimbus.java:211)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:601)
        at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:93)
        at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:28)
        at
backtype.storm.command.kill_topology$_main.doInvoke(kill_topology.clj:12)
        at clojure.lang.RestFn.applyTo(RestFn.java:137)
        at backtype.storm.command.kill_topology.main(Unknown Source)

Any clues as to what I am missing?

Regards,
Kashyap

Reply via email to