Hello, I am trying out Storm 0.9.2-incubating pseudo cluster (on just one box) on these two systems -
> cat /etc/redhat-release CentOS release 6.3 (Final) and > sw_vers ProductName: Mac OS X ProductVersion: 10.9.2 BuildVersion: 13C64 After starting supervisor, I notice it is not listening on the configured port (6700) - > nc -zv localhost 6700 nc: connectx to localhost port 6700 (tcp) failed: Connection refused When I submit topology, I see this scrolling message in the terminal window for supervisor - 23:11:44.532 [Thread-2] INFO backtype.storm.daemon.supervisor - dd7c588e-5fa0-4c4b-96ed-de0d420001e9 still hasn't started I don't see any worker id in UI. No error in logs. Any idea what could be happening? Thanks in advance. Naga
