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

Storm UI is not launched #61

Open
huiliangzhang opened this issue Mar 25, 2014 · 1 comment
Open

Storm UI is not launched #61

huiliangzhang opened this issue Mar 25, 2014 · 1 comment

Comments

@huiliangzhang
Copy link

I just launched the storm cluster by:
$ lein deploy-storm --start --name mycluster --branch 0.8.2
Then I run to find cluster information:
$ lein deploy-storm --attach --name mycluster

I can ssh into the Nimbus instance. I cannot see the port 8080 is open by:
$ netstat -lptu
(No info could be read for "-p": geteuid()=1001 but you should be root.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 :ssh *: LISTEN -
tcp 0 0 :8649 *: LISTEN -
tcp 0 0 :8651 *: LISTEN -
tcp 0 0 :8652 *: LISTEN -
tcp 0 0 :http *: LISTEN -
tcp6 0 0 [::]:ssh [::]:* LISTEN -
udp 0 0 239.2.11.71:8649 : -
udp 0 0 :bootpc *: -

My env is:
$ lein -v
Leiningen 2.3.4 on Java 1.6.0_24 Java HotSpot(TM) 64-Bit Server VM

What should I do? I tried latest storm verion and 0.8.3. All do not work. By the way, I used m1.medium for all instances. And I set 2 supervisors.

Thanks.

@huiliangzhang
Copy link
Author

I tried 0.8.2 again and it works this time. But other version of storm AWS deployment is still not working. Anyway, I got 1 running storm cluster.

Thanks.

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

1 participant