I tried other sites and got this message

*scala-tools.org is in no longer serving jars. Please change your configurations to point to Sonatype's Maven repository at https://oss.sonatype.org/content/groups/scala-tools/ or https://oss.sonatype.org/content/repositories/snapshots/.*

It seems *./sbt update* uses these URLs internally. How do you make it use the working site?

thanks
manoj


On 8/6/2012 11:39 AM, manoj k.kumar wrote:
Neha,

My browser can see *http://databinder.net/repo/* but there is no *org.scala-lang* folder there.

thanks
manoj


On 8/6/2012 11:15 AM, Neha Narkhede wrote:
Manoj,

It seems you don't have access to those sites from your machine. Could
you try to use curl or wget on those sites directly ?

Thanks,
Neha

On Mon, Aug 6, 2012 at 11:10 AM, manoj k.kumar<manoj.k.ku...@oracle.com> wrote:
Hi,

I downloaded kafa and trying to install it. (pl refer to the attached file
for the full log)

  tar xzf kafka-0.7.0-incubating-src.tar.gz
  cd kafka-0.7.0-incubating-src
  ./sbt update


It fails with first warning as

setting 'ivy.default.settings.dir' to
'jar:file:/scratch/manojkum/kafka/kafka-0.7.0-incubating-src/lib/sbt-launch.jar!/org/apache/ivy/core/settings'
setting 'ivy.basedir' to
'/scratch/manojkum/kafka/kafka-0.7.0-incubating-src/.'
setting 'ivy.default.conf.dir' to
'jar:file:/scratch/manojkum/kafka/kafka-0.7.0-incubating-src/lib/sbt-launch.jar!/org/apache/ivy/core/settings'
impossible to define new type: class not found:
org.apache.ivy.plugins.version.PatternVersionMatcher in [] nor Ivy
classloader
....



and then it ends with scala errors: (Attaching the complete log file..)

:::: ERRORS
         Server access Error: No route to host
url=http://databinder.net/repo/org.scala-lang/scala-compiler/2.7.7/ivys/ivy.xml

         Server access Error: No route to host
url=http://databinder.net/repo/org.scala-lang/scala-compiler/2.7.7/jars/scala-compiler.jar

         Server access Error: No route to host
url=http://repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.7.7/scala-compiler-2.7.7.pom

         Server access Error: No route to host
url=http://repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.7.7/scala-compiler-2.7.7.jar

         Server access Error: No route to host
url=http://scala-tools.org/repo-releases/org/scala-lang/scala-compiler/2.7.7/scala-compiler-2.7.7.pom

         Server access Error: No route to host
url=http://scala-tools.org/repo-releases/org/scala-lang/scala-compiler/2.7.7/scala-compiler-2.7.7.jar

         Server access Error: No route to host
url=http://scala-tools.org/repo-snapshots/org/scala-lang/scala-compiler/2.7.7/scala-compiler-2.7.7.pom

         Server access Error: No route to host
url=http://scala-tools.org/repo-snapshots/org/scala-lang/scala-compiler/2.7.7/scala-compiler-2.7.7.jar

         Server access Error: No route to host
url=http://databinder.net/repo/org.scala-lang/scala-library/2.7.7/ivys/ivy.xml

         Server access Error: No route to host
url=http://databinder.net/repo/org.scala-lang/scala-library/2.7.7/jars/scala-library.jar

         Server access Error: No route to host
url=http://repo1.maven.org/maven2/org/scala-lang/scala-library/2.7.7/scala-library-2.7.7.pom

         Server access Error: No route to host
url=http://repo1.maven.org/maven2/org/scala-lang/scala-library/2.7.7/scala-library-2.7.7.jar

         Server access Error: No route to host
url=http://scala-tools.org/repo-releases/org/scala-lang/scala-library/2.7.7/scala-library-2.7.7.pom

         Server access Error: No route to host
url=http://scala-tools.org/repo-releases/org/scala-lang/scala-library/2.7.7/scala-library-2.7.7.jar

         Server access Error: No route to host
url=http://scala-tools.org/repo-snapshots/org/scala-lang/scala-library/2.7.7/scala-library-2.7.7.pom

         Server access Error: No route to host
url=http://scala-tools.org/repo-snapshots/org/scala-lang/scala-library/2.7.7/scala-library-2.7.7.jar

::

Reply via email to