This is an automated email from the ASF dual-hosted git repository.
csantanapr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 8867adc Create troubleshooting guide for dependency download failures
(#3506)
8867adc is described below
commit 8867adc5d1349807ee3b0ccd253a72c3f1c137a4
Author: James Dubee <[email protected]>
AuthorDate: Wed May 9 10:27:01 2018 -0400
Create troubleshooting guide for dependency download failures (#3506)
---
docs/dev/troubleshooting/build-failures.md | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/docs/dev/troubleshooting/build-failures.md
b/docs/dev/troubleshooting/build-failures.md
new file mode 100644
index 0000000..4e86f26
--- /dev/null
+++ b/docs/dev/troubleshooting/build-failures.md
@@ -0,0 +1,22 @@
+# Build Failures
+
+This guide details problems that may occur during the OpenWhisk build process.
+
+## Dependency download failures from JCenter
+
+Occasionally build failures occur when the JCenter repository is experiencing
problems. An example of such a failure
+is shown below.
+
+```
+FAILURE: Build failed with an exception.
+* What went wrong:
+A problem occurred configuring root project 'openwhisk'.
+> Could not resolve all files for configuration ':classpath'.
+ > Could not download groovy-all.jar (org.codehaus.groovy:groovy-all:2.4.7)
+ > Could not get resource
'https://jcenter.bintray.com/org/codehaus/groovy/groovy-all/2.4.7/groovy-all-2.4.7.jar'.
+ > Could not GET
'https://jcenter.bintray.com/org/codehaus/groovy/groovy-all/2.4.7/groovy-all-2.4.7.jar'.
+ > Connect to akamai.bintray.com:443
[akamai.bintray.com/23.45.134.89] failed: Connection timed out (Connection
timed out)
+```
+
+To determine if this error is indeed related to JCenter issues, check the
JFrog Bintray
+[status page](http://status.bintray.com/).
--
To stop receiving notification emails like this one, please contact
[email protected].