Github user wurstmeister commented on the pull request:

    https://github.com/apache/incubator-storm/pull/207#issuecomment-52386607
  
    @d2r, I've added the stack trace here, I think it might make more sense to 
re-open this jira (but I'm not sure about the policy on re-opening tickets) 
since it looks like the change does not actually work as expected and has not 
been released yet. If you don't like this approach I will open a new jira
    ```
    java.lang.NullPointerException: null
        at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:26) 
~[clojure-1.5.1.jar:na]
        at backtype.storm.testing$submit_local_topology.invoke(testing.clj:261) 
~[storm-core-0.9.3-incubating-SNAPSHOT.jar:0.9.3-incubating-SNAPSHOT]
        at 
backtype.storm.LocalCluster$_submitTopology.invoke(LocalCluster.clj:43) 
~[storm-core-0.9.3-incubating-SNAPSHOT.jar:0.9.3-incubating-SNAPSHOT]
        at backtype.storm.LocalCluster.submitTopology(Unknown Source) 
~[storm-core-0.9.3-incubating-SNAPSHOT.jar:0.9.3-incubating-SNAPSHOT]
    ```
    
    ```
    LocalCluster cluster = new LocalCluster("localhost", 2181L);
    cluster.submitTopology(TOPOLOGY_NAME, config, builder.createTopology());
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to