I am getting the follow error: [main] ERROR org.apache.zookeeper.server.NIOServerCnxn - Thread Thread[main,5,main] died
Is there anything else in the log that might indicate why the thread died?
There is a link to an issue number 495 on storm(github) in one of the google groups pages ( https://groups.google.com/forum/#!msg/storm-user/Nh7HuaK6t7M/L14NJ__PH4gJ)
That issue was a compile-time problem with leiningen. Now that we are using maven, the issue should be fixed. I do not think it is related to the error you mention above.
however the link is broken. Now that storm is on apache, is there anyway i can access the issues from github?
Unfortunately, since the old git repo is locked down, the issues are no longer accessible. But the open most of the issues have been migrated to JIRA issues. Here is the JIRA for old issue 495: https://issues.apache.org/jira/browse/STORM-156 In general, you can search for the string "issue/X", where X is the old issue number, and you can likely find the new JIRA that was created for it when we moved to apache. -- Derek On 4/24/14, 9:51, Ayo Arum wrote:
I am getting the follow error: [main] ERROR org.apache.zookeeper.server.NIOServerCnxn - Thread Thread[main,5,main] died There is a link to an issue number 495 on storm(github) in one of the google groups pages ( https://groups.google.com/forum/#!msg/storm-user/Nh7HuaK6t7M/L14NJ__PH4gJ) however the link is broken. Now that storm is on apache, is there anyway i can access the issues from github?
