nathanmarz / storm-deploy

One click deploy for Storm clusters on AWS
Other
517 stars 148 forks source link

Storm UI is not launched #61

Open huiliangzhang opened 10 years ago

huiliangzhang commented 10 years ago

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 commented 10 years ago

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.