sbt error in chapter-cluster
Closed this issue · 2 comments
I was following the instructions in the book and failed in the very beginning. I cloned the Git-Repo to local and tried to start the seed nodes.
Following command was given to the console:
sbt -DHOST=127.0.0.1 -DPORT=2551
I tried it as root and as user (w/o root priviliges), ending up getting different error messages:
As root i got the follwoing:
[error] bad symbolic reference. A signature in SbtMultiJvm.class refers to type AutoPlugin [error] in package sbt which is not available. [error] It may be completely missing from the current classpath, or the version on [error] the classpath might be incompatible with the version used when compiling SbtMultiJvm.class. [error] one error found [error] (compile:compile) Compilation failed
As user i got this:
[error] (*:update) sbt.ResolveException: unresolved dependency: org.scala-lang#scala-library;2.10.4: configuration not found in org.scala-lang#scala-library;2.10.4: 'master(compile)'. Missing configuration: 'compile'. It was required from org.scalactic#scalactic_2.10;2.2.1 compile [error] unresolved dependency: org.scala-lang#scala-reflect;2.10.4: configuration not found in org.scala-lang#scala-reflect;2.10.4: 'master(compile)'. Missing configuration: 'compile'. It was required from org.scalactic#scalactic_2.10;2.2.1 compile
Any ideas what is going wrong?
Well i was hoping to get a response!! I also posted this issue on Stackoverflow.com:
https://stackoverflow.com/questions/44238237/sbt-unresolved-dependecie-with-akka
No working solution so far ... :/
Solved by upgrading sbt to 0.13.15.