Setup:
- Storm 0.10.0
- Streamparse 2.1.4
- Centos 6.5
- Python 2.7 (Streamparse needs it)
(Yes i know they are outdated, however i couldnt get anything working with Storm 1.0, its just broken with streamparse 3)
When I attempt to launch a "streamparse submit" from either my nimbus server, or another server in my topology I get the following error:
"IOError: Local port: 6627 already in use, unable to open ssh tunnel to nimbus.server.local:6627."
But ofcourse 6627 is in use on my nimbus server? Its the Thrify port. So i tried moving the Thrifty port to 6637 and restarting Nimbus. But I get the same error back from the client submitting it:
IOError: Local port: 6627 already in use, unable to open ssh tunnel to nimbus.server.local:6627.
Even a netstat tuanp shows that 6627 shows that nothing is listening on that port on nimbus or the box executing the submit.
I have a feeling something to do with SSHD config and allowing tunneling, and that isn't being handled properly by Nimbus and giving an incorrect error when trying to establish the tunnel.
Has anyone else experienced this?