Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Startup script fails with OpenJDK 1.8 #636

Open
wrijeff opened this issue Jun 2, 2021 · 0 comments
Open

Startup script fails with OpenJDK 1.8 #636

wrijeff opened this issue Jun 2, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@wrijeff
Copy link
Contributor

wrijeff commented Jun 2, 2021

Describe the bug
Running the startup script with OpenJDK 1.8 or Corretto 1.8 fails.

To Reproduce

  1. Provision a new Linux instance (using AL2 in this example)
  2. Install JDK 8 with either
    • sudo yum install java-1.8.0-openjdk-devel
    • sudo yum install java-1.8.0-amazon-corretto
  3. Download/extract the 1.0.0 release of Data Prepper
  4. Attempt to run the .sh file: ./data-prepper-tar-install.sh config/example-pipelines.yaml config/example-data-prepper-config.yaml
  5. Observe the following error:
Found openjdk version  of 1.8
Minimum required for openjdk version  is 8

Expected behavior
The script should not fail. Likely need to fix the version check in the script to be more flexible.

@wrijeff wrijeff added the bug Something isn't working label Jun 2, 2021
@JonahCalvo JonahCalvo linked a pull request Jun 18, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant