You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2024. It is now read-only.
I'm running PIO inside a docker. I downloaded the template and imported data. While building I get an error because the json file for the engine does not seem to be available for download. root@0264e17bda77:/senti# pio build [INFO] [Console$] Using existing engine manifest JSON at /senti/manifest.json [INFO] [Console$] Using command '/PredictionIO/sbt/sbt' at the current working directory to build. [INFO] [Console$] If the path above is incorrect, this process will fail. [INFO] [Console$] Uber JAR disabled. Making sure lib/pio-assembly-0.9.4.jar is absent. [INFO] [Console$] Going to run: /PredictionIO/sbt/sbt package assemblyPackageDependency Exception in thread "Thread-0" java.io.IOException: Server returned HTTP response code: 403 for URL: http://direct.prediction.io/0.9.4/build/template-sentiment-analysis.SentimentAnalysisEngine.json at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1840) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441) at java.net.URL.openStream(URL.java:1045) at scala.io.Source$.fromURL(Source.scala:140) at scala.io.Source$.fromURL(Source.scala:130) at io.prediction.workflow.UpgradeCheckRunner.run(WorkflowUtils.scala:398) at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm running PIO inside a docker. I downloaded the template and imported data. While building I get an error because the json file for the engine does not seem to be available for download.
root@0264e17bda77:/senti# pio build [INFO] [Console$] Using existing engine manifest JSON at /senti/manifest.json [INFO] [Console$] Using command '/PredictionIO/sbt/sbt' at the current working directory to build. [INFO] [Console$] If the path above is incorrect, this process will fail. [INFO] [Console$] Uber JAR disabled. Making sure lib/pio-assembly-0.9.4.jar is absent. [INFO] [Console$] Going to run: /PredictionIO/sbt/sbt package assemblyPackageDependency Exception in thread "Thread-0" java.io.IOException: Server returned HTTP response code: 403 for URL: http://direct.prediction.io/0.9.4/build/template-sentiment-analysis.SentimentAnalysisEngine.json at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1840) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1441) at java.net.URL.openStream(URL.java:1045) at scala.io.Source$.fromURL(Source.scala:140) at scala.io.Source$.fromURL(Source.scala:130) at io.prediction.workflow.UpgradeCheckRunner.run(WorkflowUtils.scala:398) at java.lang.Thread.run(Thread.java:745)
The text was updated successfully, but these errors were encountered: