Azure / Azure/azure-quickstart-templates

Error with install script on elasticsearch-vmss

Open
#3,930 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Bicep
Stars
14.9k
Forks
16.2k
Avg merge
6d 21h
Merged PRs (30d)
6

Description

Tried deploy [https://github.com/Azure/azure-quickstart-templates/tree/master/elasticsearch-vmss](https://github.com/Azure/azure-quickstart-templates/tree/master/elasticsearch-vmss). But got error in install script (install-elasticsearch.sh) for template.

After further investigation found that install script fails on java install code with

> Failed to download jdk-8u73-linux-x64.tar.gz

Here the request is failing: `wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u73-b02/jdk-8u73-linux-x64.tar.gz`.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in the elasticsearch-vmss template at install-elasticsearch.sh and inspect the Java installation command that downloads jdk-8u73-linux-x64.tar.gz. Reproduce the deployment to confirm the failing request, then verify that the template deployment completes successfully after the download issue is addressed.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, java, shell
Domain
cloud, devops
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.