stardog-union / stardog-graviton

Stardog Graviton has been deprecated. Please see our helm charts for similar functionality on Kubernetes.
http://www.stardog.com
Apache License 2.0
5 stars 5 forks source link

Image creation fails -- Zookeeper version 3.4.11 link is broken #68

Open earthquakesan opened 6 years ago

earthquakesan commented 6 years ago

Here is the relevant build log snippet:

2018/05/06 12:42:12 [DEBUG] STDOUT 1525603332,,ui,message,    amazon-ebs: # Install ZooKeeper
2018/05/06 12:42:12 [DEBUG] STDOUT 1525603332,,ui,message,    amazon-ebs: zookeeper_version=3.4.11
2018/05/06 12:42:12 [DEBUG] STDOUT 1525603332,,ui,message,    amazon-ebs: sudo wget http://mirror.metrocast.net/apache/zookeeper/zookeeper-${zookeeper_version}/zookeeper-${zookeeper_version}.tar.gz && sudo tar -xvzf zookeeper-${zookeeper_version}.tar.gz
2018/05/06 12:42:12 [DEBUG] STDOUT 1525603332,,ui,message,    amazon-ebs: --2018-05-06 10:42:12--  http://mirror.metrocast.net/apache/zookeeper/zookeeper-3.4.11/zookeeper-3.4.11.tar.gz
2018/05/06 12:42:12 [DEBUG] STDOUT 1525603332,,ui,message,    amazon-ebs: Resolving mirror.metrocast.net (mirror.metrocast.net)... 65.175.128.102%!(PACKER_COMMA) 2606:f400:400:0:65:175:128:102
2018/05/06 12:42:12 [DEBUG] STDOUT 1525603332,,ui,message,    amazon-ebs: Connecting to mirror.metrocast.net (mirror.metrocast.net)|65.175.128.102|:80... connected.
2018/05/06 12:42:12 [DEBUG] STDOUT 1525603332,,ui,message,    amazon-ebs: HTTP request sent%!(PACKER_COMMA) awaiting response... 404 Not Found
2018/05/06 12:42:12 [DEBUG] STDOUT 1525603332,,ui,message,    amazon-ebs: 2018-05-06 10:42:12 ERROR 404: Not Found.
2018/05/06 12:42:12 [DEBUG] STDOUT 1525603332,,ui,message,    amazon-ebs:
2018/05/06 12:42:12 [DEBUG] STDOUT 1525603332,,ui,message,    amazon-ebs: sudo mv zookeeper-${zookeeper_version} /usr/local
2018/05/06 12:42:12 [DEBUG] STDOUT 1525603332,,ui,message,    amazon-ebs: mv: cannot stat 'zookeeper-3.4.11': No such file or directory
earthquakesan commented 6 years ago

This issue is resolved on master branch, but there is no release associated with the last codebase. I had to build graviton from source.

You need to either provide instructions how to build graviton locally (with build requirements). Or make a new release which resolves the issue above. Release 1.0.6 is not usable with the last Stardog versions (simply because it can not build the image).

pdmars commented 6 years ago

We'll do a release of graviton soon with the fix on master. The instructions for building graviton are included in the README:

https://github.com/stardog-union/stardog-graviton#build-stardog-graviton

Thanks for the feedback and apologies it's not currently working due to the ZooKeeper mirrors.