Skip to content

Instantly share code, notes, and snippets.

@fkchang
Created August 14, 2017 23:27
Show Gist options
  • Save fkchang/5ff2a3f7438ad2baf15bb140241bff8b to your computer and use it in GitHub Desktop.
Save fkchang/5ff2a3f7438ad2baf15bb140241bff8b to your computer and use it in GitHub Desktop.
Error while deploying jruby app
remote: -----> Installing JVM: openjdk-1.8
remote: Command: 'set -o pipefail; curl -L --fail --retry 5 --retry-delay 1 --connect-timeout 3 --max-time 30 https://lang-jvm.s3.amazonaws.com/jdk/cedar-14/openjdk1.8.tar.gz -s -o - | tar zxf - ' failed on attempt 1 of 3.
remote: Command: 'set -o pipefail; curl -L --fail --retry 5 --retry-delay 1 --connect-timeout 3 --max-time 30 https://lang-jvm.s3.amazonaws.com/jdk/cedar-14/openjdk1.8.tar.gz -s -o - | tar zxf - ' failed on attempt 2 of 3.
remote: !
remote: ! Failed to download JVM: openjdk1.8.tar.gz
remote: !
remote: ! If this was a custom version or URL, please check to ensure it is correct.
remote: ! Otherwise, please open a ticket at http://help.heroku.com so we can help.
remote: !
remote: ! Push rejected, failed to compile Ruby app.
remote:
remote: ! Push failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment