apache / incubator-hugegraph-commons

(Archived Warning)Please visit "apache/hugegraph" repo instead
https://github.com/apache/hugegraph/tree/master/hugegraph-commons
Apache License 2.0
29 stars 45 forks source link

NullPointerException in EventHub.destroy() #18

Closed javeme closed 5 years ago

javeme commented 5 years ago

exception when running PerfExample2 with error args:

Exception in thread "main" java.lang.NullPointerException
    at com.baidu.hugegraph.event.EventHub.destroy(EventHub.java:80)
    at com.baidu.hugegraph.HugeGraph.shutdown(HugeGraph.java:570)
    at com.baidu.hugegraph.example.PerfExample2.main(PerfExample2.java:44)