Uploaded image for project: 'Apache AsterixDB'
  1. Apache AsterixDB
  2. ASTERIXDB-2699

Start and stop sample cluster scripts do not support current Java versions.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 0.9.4.1
    • None
    • *DB - AsterixDB
    • None

    Description

      When using the start and stop scripts to create the sample cluster, only Java versions 1.8, 1.9, 10, 11 are supported. With the current version 13, one gets the following error message:

      JAVA_HOME must be at version 1.8 or later, but is: 13.0.2

      The corresponding code can be found in start-sample-cluster.sh and stop-sample-cluster.sh.

      {{
      case $JAVA_VERSION in
      1.8*|1.9*|10*|11*)
      ;;
      *)
      echo JAVA_HOME must be at version 1.8 or later, but is: $JAVA_VERSION
      exit 2
      esac
      }}

      Attachments

        Activity

          People

            Unassigned Unassigned
            huetterth Thomas Hütter
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: