nathanmarz / storm-deploy

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

icedtea-netx error when start new storm cluster #71

Closed ngocthanhit closed 9 years ago

ngocthanhit commented 9 years ago

I ran the command for start new cluster on ec2 and i faced with this issue: Errors were encountered while processing: icedtea-netx:amd64 Details are : 2014-09-24 10:17:29,273 INFO pallet.execute Output: 54.220.40.192 Setting up icedtea-netx:amd64 (1.5.1-1ubuntu1) ... update-alternatives: warning: forcing reinstallation of alternative /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/itweb-settings because link group itweb-settings is broken update-alternatives: warning: not replacing /usr/share/man/man1/itweb-settings.1.gz with a link update-alternatives: warning: forcing reinstallation of alternative /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/itweb-settings because link group itweb-settings is broken update-alternatives: warning: not replacing /usr/share/man/man1/itweb-settings.1.gz with a link update-alternatives: error: alternative path /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/javaws doesn't exist dpkg: error processing package icedtea-netx:amd64 (--configure): subprocess installed post-installation script returned error exit status 2 Errors were encountered while processing: icedtea-netx:amd64 E: Sub-process /usr/bin/dpkg returned an error code (1) Failed to perform requested operation on package. Trying to recover: Setting up icedtea-netx:amd64 (1.5.1-1ubuntu1) ... update-alternatives: warning: forcing reinstallation of alternative /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/itweb-settings because link group itweb-settings is broken update-alternatives: warning: not replacing /usr/share/man/man1/itweb-settings.1.gz with a link update-alternatives: warning: forcing reinstallation of alternative /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/itweb-settings because link group itweb-settings is broken update-alternatives: warning: not replacing /usr/share/man/man1/itweb-settings.1.gz with a link

2014-09-24 10:17:29,870 INFO pallet.execute Output: 54.228.129.82

...done Packages... Reading package lists... Building dependency tree... Reading state information...

2014-09-24 10:17:30,041 INFO pallet.execute Output: 54.216.86.253 Building tag database... The following partially installed packages will be configured: icedtea-netx No packages will be installed, upgraded, or removed.

Can everyone help me to solve out this case ? deploy command is: lein deploy-storm --start --name Test --branch 0.9.0.1

Thanks