Search code examples
scalaplayframeworkplayframework-2.0sbttypesafe-activator

Why does Activator finish with Server access Error: Operation timed out?


I have created a project with Typesafe Activator 1.2.2, but my computer cannot resolve dependencies. I use Scala. I have a Mac with Mavericks (I had the same problem with Snow Leopard).

The strange thing is that my project works perfectly fine on my Linux home computer, so I don't understand why there is a problem on my mac. Here is the log:

[info] Resolving com.typesafe.sbt#sbt-jshint;1.0.0 ...
[error] Server access Error: Operation timed out url=http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-jshint/scala_2.10/sbt_0.13/1.0.0/ivys/ivy.xml
[warn]          module not found: com.typesafe.sbt#sbt-jshint;1.0.0
[warn] ==== typesafe-ivy-releases: tried
[warn] http://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.sbt/sbt-jshint/scala_2.10/sbt_0.13/1.0.0/ivys/ivy.xml
[warn] ==== sbt-plugin-releases: tried
[warn] http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-jshint/scala_2.10/sbt_0.13/1.0.0/ivys/ivy.xml
[warn] ==== local: tried
[warn] /Users/jjuulliieenn/.ivy2/local/com.typesafe.sbt/sbt-jshint/scala_2.10/sbt_0.13/1.0.0/ivys/ivy.xml
[warn] ==== activator-local: tried
[warn] file:/Users/jjuulliieenn/Documents/Elia/elia/repository/com.typesafe.sbt/sbt-jshint/scala_2.10/sbt_0.13/1.0.0/ivys/ivy.xml
[warn] ==== public: tried
[warn] http://repo1.maven.org/maven2/com/typesafe/sbt/sbt-jshint_2.10_0.13/1.0.0/sbt-jshint-1.0.0.pom
[warn] ==== typesafe-releases: tried
[warn] http://repo.typesafe.com/typesafe/releases/com/typesafe/sbt/sbt-jshint_2.10_0.13/1.0.0/sbt-jshint-1.0.0.pom
[warn] ==== typesafe-ivy-releasez: tried
[warn] http://repo.typesafe.com/typesafe/ivy-releases/com.typesafe.sbt/sbt-jshint/scala_2.10/sbt_0.13/1.0.0/ivys/ivy.xml
[warn] ==== Typesafe repository: tried
[warn] http://repo.typesafe.com/typesafe/releases/com/typesafe/sbt/sbt-jshint_2.10_0.13/1.0.0/sbt-jshint-1.0.0.pom
[info] Resolving com.typesafe.sbt#sbt-rjs;1.0.1 ...
[error] Server access Error: Operation timed out url=http://repo.scala-sbt.org/scalasbt/sbt-plugin-releases/com.typesafe.sbt/sbt-rjs/scala_2.10/sbt_0.13/1.0.1/ivys/ivy.xml    

Here is Full Log.


Solution

  • I finally found a solution : I did an ifconfig and I turned down all the interfaces I don't need. Now, it works but I still don't understand where was the problem.