Uploaded image for project: 'Apache Whirr (retired)'
  1. Apache Whirr (retired)
  2. WHIRR-216

Improve error message if whirr.instance-templates left out of config

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • 0.3.0
    • 0.5.0
    • cli
    • None

    Description

      When launching a cluster without whirr.instance-templates specified in the config file used the following error message appears. It could be made more user friendly.

      bin/whirr launch-cluster --config ~/cassandra.properties
      Bootstrapping cluster
      Exception in thread "main" java.lang.IndexOutOfBoundsException: index (0) must be less than size (0)
      at com.google.common.base.Preconditions.checkElementIndex(Preconditions.java:301)
      at com.google.common.base.Preconditions.checkElementIndex(Preconditions.java:280)
      at com.google.common.collect.Iterables.get(Iterables.java:610)
      at org.apache.whirr.cluster.actions.ScriptBasedClusterAction.execute(ScriptBasedClusterAction.java:77)
      at org.apache.whirr.service.Service.launchCluster(Service.java:71)
      at org.apache.whirr.cli.command.LaunchClusterCommand.run(LaunchClusterCommand.java:61)
      at org.apache.whirr.cli.Main.run(Main.java:65)
      at org.apache.whirr.cli.Main.main(Main.java:91)

      Attachments

        1. WHIRR-216.patch
          5 kB
          Andrei Savu

        Activity

          People

            savu.andrei Andrei Savu
            johanoskarsson Johan Oskarsson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: