repo.typesafe.com临时移动(预测)快速启动应用程序

我使用Docker进行预测: https : //github.com/mingfang/docker-predictionio

当我启动run.sh内quickStartapp后的所有steps.it显示以下错误():

[INFO] [Console$] Attempting to fetch sbt [ERROR] [Console$] * Trying 52.44.119.225... [ERROR] [Console$] * Connected to repo.typesafe.com (52.44.119.225) port 80 (#0) [ERROR] [Console$] > GET /typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.7/sbt-launch.jar HTTP/1.1 [ERROR] [Console$] > Host: repo.typesafe.com [ERROR] [Console$] > User-Agent: curl/7.47.0 [ERROR] [Console$] > Accept: */* [ERROR] [Console$] > [ERROR] [Console$] < HTTP/1.1 302 Moved Temporarily [ERROR] [Console$] < Content-Type: text/html [ERROR] [Console$] < Date: Thu, 04 May 2017 07:12:53 GMT [ERROR] [Console$] < Location: http://dl.bintray.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.7/sbt-launch.jar [ERROR] [Console$] < Server: nginx/1.8.0 [ERROR] [Console$] < Content-Length: 160 [ERROR] [Console$] < Connection: keep-alive [ERROR] [Console$] < [ERROR] [Console$] * Ignoring the response-body [ERROR] [Console$] { [160 bytes data] [ERROR] [Console$] [ERROR] [Console$] ######################################################################## 100.0%* Connection #0 to host repo.typesafe.com left intact [ERROR] [Console$] * Issue another request to this URL: 'http://dl.bintray.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.7/sbt-launch.jar' [ERROR] [Console$] * Trying 75.126.118.188... [ERROR] [Console$] * Connected to dl.bintray.com (75.126.118.188) port 80 (#1) [ERROR] [Console$] > GET /typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.13.7/sbt-launch.jar HTTP/1.1 [ERROR] [Console$] > Host: dl.bintray.com [ERROR] [Console$] > User-Agent: curl/7.47.0 [ERROR] [Console$] > Accept: */* [ERROR] [Console$] > [ERROR] [Console$] < HTTP/1.1 302 [ERROR] [Console$] < Server: nginx [ERROR] [Console$] < Date: Thu, 04 May 2017 07:12:32 GMT [ERROR] [Console$] < Content-Length: 0 [ERROR] [Console$] < Connection: keep-alive [ERROR] [Console$] < Location: http://akamai.bintray.com/b4/b407b2a76ad72165f806ac7e7ea09132b951ef53?__gda__=exp=1493882672~hmac=c1506d7d77b0769dda61138f2a351ee8830cfabdc6b1a246f21bcbc2dfb5eca3&response-content-disposition=attachment%3Bfilename%3D%22sbt-launch.jar%22&response-content-type=application%2Foctet-stream&requestInfo=U2FsdGVkX18fdVuMntqJa9RfudjP4IOKtc1T0BtSH_STr_ClNjIAX6CqUDPrGMsk35jTTWH93jZCyfdJ8H19BxJIfPxCZx5Al5JG5HdtJo6Shx_j6D76DetyiLowuS1i1qGcmF105S1NojwCqsRIfA [ERROR] [Console$] < [ERROR] [Console$] * Connection #1 to host dl.bintray.com left intact [ERROR] [Console$] * Issue another request to this URL: 'http://akamai.bintray.com/b4/b407b2a76ad72165f806ac7e7ea09132b951ef53?__gda__=exp=1493882672~hmac=c1506d7d77b0769dda61138f2a351ee8830cfabdc6b1a246f21bcbc2dfb5eca3&response-content-disposition=attachment%3Bfilename%3D%22sbt-launch.jar%22&response-content-type=application%2Foctet-stream&requestInfo=U2FsdGVkX18fdVuMntqJa9RfudjP4IOKtc1T0BtSH_STr_ClNjIAX6CqUDPrGMsk35jTTWH93jZCyfdJ8H19BxJIfPxCZx5Al5JG5HdtJo6Shx_j6D76DetyiLowuS1i1qGcmF105S1NojwCqsRIfA' [ERROR] [Console$] * Trying 23.205.39.3... [ERROR] [Console$] * Connected to akamai.bintray.com (23.205.39.3) port 80 (#2) [ERROR] [Console$] > GET /b4/b407b2a76ad72165f806ac7e7ea09132b951ef53?__gda__=exp=1493882672~hmac=c1506d7d77b0769dda61138f2a351ee8830cfabdc6b1a246f21bcbc2dfb5eca3&response-content-disposition=attachment%3Bfilename%3D%22sbt-launch.jar%22&response-content-type=application%2Foctet-stream&requestInfo=U2FsdGVkX18fdVuMntqJa9RfudjP4IOKtc1T0BtSH_STr_ClNjIAX6CqUDPrGMsk35jTTWH93jZCyfdJ8H19BxJIfPxCZx5Al5JG5HdtJo6Shx_j6D76DetyiLowuS1i1qGcmF105S1NojwCqsRIfA HTTP/1.1 SECOND ERROR WITHIN THE BUILD INSIDE RUN.SH [ERROR] [Executor] Exception in task 0.0 in stage 39.0 (TID 60) [ERROR] [Executor] Exception in task 1.0 in stage 39.0 (TID 61) [WARN] [TaskSetManager] Lost task 0.0 in stage 39.0 (TID 60, localhost): java.lang.StackOverflowError 

同样的错误来了,当我通过在给出的步骤:

http://predictionio.incubator.apache.org/templates/recommendation/quickstart/

在这些步骤中,当我运行Command $ pio build --verbose

它与这些错误build立而下一个pio列车不能正常运行。

请帮助我的任何build议。