Created
March 28, 2017 09:07
-
-
Save ashic/b5e70e072ad682433967fc862ca53d9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sbt ensimeConfig | |
[info] Loading global plugins from /home/ashic/.sbt/0.13/plugins | |
[info] Updating {file:/home/ashic/.sbt/0.13/plugins/}global-plugins... | |
[info] Resolving org.fusesource.jansi#jansi;1.4 ... | |
[info] Done updating. | |
[info] Loading project definition from /mnt/e/dev/aaaa/lava/spikes/iBoxxIngester/project | |
[info] Set current project to iBoxxIngester (in build file:/mnt/e/dev/aaaa/lava/spikes/iBoxxIngester/) | |
[info] ENSIME update. | |
[info] Resolving jline#jline;2.12.1 ... | |
java.lang.RuntimeException: failed to resolve (Dependency(com.h2database:h2,1.4.194,compile,Set(),Attributes(,),false,true),List(not found: https://repo1.maven.org/maven2/com/h2database/h2/1.4.194/h2-1.4.194.pom, not found: https://oss.sonatype.org/content/repositories/snapshots/com/h2database/h2/1.4.194/h2-1.4.194.pom)) | |
at org.ensime.CoursierHelper$$anonfun$resolve$1.apply(CoursierHelper.scala:68) | |
at org.ensime.CoursierHelper$$anonfun$resolve$1.apply(CoursierHelper.scala:67) | |
at scala.collection.mutable.ResizableArray$class.foreach(ResizableArray.scala:59) | |
at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:47) | |
at org.ensime.CoursierHelper$.resolve(CoursierHelper.scala:67) | |
at org.ensime.CoursierHelper$.resolveEnsimeJarsImpl(CoursierHelper.scala:36) | |
at org.ensime.CoursierHelper$.resolveEnsimeJars(CoursierHelper.scala:21) | |
at org.ensime.EnsimeCoursierPlugin$$anonfun$buildSettings$5.apply(EnsimeCoursierPlugin.scala:55) | |
at org.ensime.EnsimeCoursierPlugin$$anonfun$buildSettings$5.apply(EnsimeCoursierPlugin.scala:55) | |
at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47) | |
at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:40) | |
at sbt.std.Transform$$anon$4.work(System.scala:63) | |
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:228) | |
at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:228) | |
at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:17) | |
at sbt.Execute.work(Execute.scala:237) | |
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:228) | |
at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:228) | |
at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:159) | |
at sbt.CompletionService$$anon$2.call(CompletionService.scala:28) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:266) | |
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) | |
at java.util.concurrent.FutureTask.run(FutureTask.java:266) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) | |
at java.lang.Thread.run(Thread.java:745) | |
[error] ({.}/*:ensimeServerJars) failed to resolve (Dependency(com.h2database:h2,1.4.194,compile,Set(),Attributes(,),false,true),List(not found: https://repo1.maven.org/maven2/com/h2database/h2/1.4.194/h2-1.4.194.pom, not found: https://oss.sonatype.org/content/repositories/snapshots/com/h2database/h2/1.4.194/h2-1.4.194.pom)) | |
[error] Missing task key: ensimeServerJars | |
java.lang.IllegalArgumentException | |
at org.ensime.CommandSupport$.org$ensime$CommandSupport$$fail(EnsimePlugin.scala:666) | |
at org.ensime.CommandSupport$RichTaskKey$$anonfun$run$1.apply(EnsimePlugin.scala:681) | |
at org.ensime.CommandSupport$RichTaskKey$$anonfun$run$1.apply(EnsimePlugin.scala:681) | |
at scala.Option.getOrElse(Option.scala:120) | |
at org.ensime.CommandSupport$RichTaskKey.run(EnsimePlugin.scala:681) | |
at org.ensime.EnsimePlugin$$anonfun$ensimeConfig$1.apply(EnsimePlugin.scala:273) | |
at org.ensime.EnsimePlugin$$anonfun$ensimeConfig$1.apply(EnsimePlugin.scala:236) | |
at sbt.Command$$anonfun$sbt$Command$$apply1$1$$anonfun$apply$6.apply(Command.scala:71) | |
at sbt.Command$.process(Command.scala:93) | |
at sbt.MainLoop$$anonfun$1$$anonfun$apply$1.apply(MainLoop.scala:96) | |
at sbt.MainLoop$$anonfun$1$$anonfun$apply$1.apply(MainLoop.scala:96) | |
at sbt.State$$anon$1.process(State.scala:184) | |
at sbt.MainLoop$$anonfun$1.apply(MainLoop.scala:96) | |
at sbt.MainLoop$$anonfun$1.apply(MainLoop.scala:96) | |
at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:17) | |
at sbt.MainLoop$.next(MainLoop.scala:96) | |
at sbt.MainLoop$.run(MainLoop.scala:89) | |
at sbt.MainLoop$$anonfun$runWithNewLog$1.apply(MainLoop.scala:68) | |
at sbt.MainLoop$$anonfun$runWithNewLog$1.apply(MainLoop.scala:63) | |
at sbt.Using.apply(Using.scala:24) | |
at sbt.MainLoop$.runWithNewLog(MainLoop.scala:63) | |
at sbt.MainLoop$.runAndClearLast(MainLoop.scala:46) | |
at sbt.MainLoop$.runLoggedLoop(MainLoop.scala:30) | |
at sbt.MainLoop$.runLogged(MainLoop.scala:22) | |
at sbt.StandardMain$.runManaged(Main.scala:57) | |
at sbt.xMain.run(Main.scala:29) | |
at xsbt.boot.Launch$$anonfun$run$1.apply(Launch.scala:109) | |
at xsbt.boot.Launch$.withContextLoader(Launch.scala:128) | |
at xsbt.boot.Launch$.run(Launch.scala:109) | |
at xsbt.boot.Launch$$anonfun$apply$1.apply(Launch.scala:35) | |
at xsbt.boot.Launch$.launch(Launch.scala:117) | |
at xsbt.boot.Launch$.apply(Launch.scala:18) | |
at xsbt.boot.Boot$.runImpl(Boot.scala:41) | |
at xsbt.boot.Boot$.main(Boot.scala:17) | |
at xsbt.boot.Boot.main(Boot.scala) | |
[error] java.lang.IllegalArgumentException | |
[error] Use 'last' for the full log. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment