我正在创建我的第一个应用。运行构建脚本后,使用Play控制台和Play命令:
[me@c0006462 myFirstApp]$ play
[info] Loading project definition from /home/me/play-2.1.3/myFirstApp/project
[error] Server access Error: Connection timed out url=http://repo.typesafe.com/typesafe/ivy-releases/org.parboiled/parboiled-core/1.0.2/ivys/ivy.xml
[error] Server access Error: Connection timed out url=http://scalasbt.artifactoryonline.com/scalasbt/sbt-plugin-releases/org.parboiled/parboiled-core/1.0.2/ivys/ivy.xml
...
然后它会显示其他404的URL列表。我不知道这些URL来自何处或如何解决它们。
谢谢!
答案 0 :(得分:1)
它看起来像代理问题。 如果你在窗户上 使用代理信息更新sbt.bat java_opts。 set _JAVA_OPTS =%JAVA_OPTS%-Dhttp.proxyHost = ... -Dhttp.proxyPort = ..