Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in kafka spout in bro topology #11

Open
tinchoa opened this issue Aug 20, 2015 · 2 comments
Open

Error in kafka spout in bro topology #11

tinchoa opened this issue Aug 20, 2015 · 2 comments

Comments

@tinchoa
Copy link

tinchoa commented Aug 20, 2015

I'm having this error during the execution of fab vagrant quickstart in kafka spout:

java.lang.NoSuchMethodError: org.apache.zookeeper.ZooKeeper.(Ljava/lang/String;ILorg/apache/zookeeper/Watcher;Z)V at org.apache.curator.utils.DefaultZookeeperFactory.newZooKeeper(DefaultZookeeperFactory.java:29) at org.apache.curator.framework.imps.CuratorFrameworkImpl$2.newZooKeeper(CuratorFrameworkImpl.java:169) at org.apache.curator.HandleHolder$1.getZooKeeper(HandleHolder.java:94) at org.apache.curator.HandleHolder.getZooKeeper(HandleHolder.java:55) at org.apache.curator.ConnectionState.reset(ConnectionState.java:219) at org.apache.curator.ConnectionState.start(ConnectionState.java:103) at org.apache.curator.CuratorZookeeperClient.start(CuratorZookeeperClient.java:188) at org.apache.curator.framework.imps.CuratorFrameworkImpl.start(CuratorFrameworkImpl.java:234) at storm.kafka.ZkState.(ZkState.java:62) at storm.kafka.KafkaSpout.open(KafkaSpout.java:85) at backtype.storm.daemon.executor$fn__4654$fn__4669.invoke(executor.clj:522) at backtype.storm.util$async_loop$fn__458.invoke(util.clj:461) at clojure.lang.AFn.run(AFn.java:24) at java.lang.Thread.run(Unknown Source)

@BlondAngel
Copy link

I have encountered this too.

@tinchoa
Copy link
Author

tinchoa commented Aug 27, 2015

I think I've solved this issue.
The problem is the different version between opensoc-streaming and opensoc-vagrant.
Basically I updated the opensoc-streaming pom.xml with the same version that opensoc-vagrant\common.sh. Even I created "<global_hbase_version>0.98.13-hadoop2</global_hbase_version>", for flume and zookeeper as well, in opensoc-streaming/pom.xml.
Then I updated all pom.xml in the different opensoc-streaming folders.
for ex: in opensoc-streaming/OpenSOC-Pcap_Service/pom.xml line 13, I updated with <flume.version>${global_flume_version}</flume.version> created in opensoc-streaming/pom.xml
then I did: fab vagrant quickstart, and the topologies are running in the storm-ui.
The problem now is that topologies are not gathering any data.
Could you check this @BlondAngel ?

@tinchoa tinchoa closed this as completed Aug 27, 2015
@tinchoa tinchoa reopened this Aug 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants