Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 12.01 KB | None | 0 0
  1. D:\Workspace\boilerplay>sbt run
  2. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
  3. [warn] Executing in batch mode.
  4. [warn]   For better performance, hit [ENTER] to switch to interactive mode, or
  5. [warn]   consider launching sbt without any commands, or explicitly passing 'shell'
  6. [info] Loading project definition from D:\Workspace\boilerplay\project\project
  7. [info] Updating {file:/D:/Workspace/boilerplay/project/project/}boilerplay-build-build...
  8. [info] Resolving org.fusesource.jansi#jansi;1.4 ...
  9. [info] Done updating.
  10. [info] Loading project definition from D:\Workspace\boilerplay\project
  11. [info] Compiling 6 Scala sources to D:\Workspace\boilerplay\project\target\scala-2.10\sbt-0.13\classes...
  12. [info] Set current project to boilerplay (in build file:/D:/Workspace/boilerplay/)
  13. [info] Compiling 6 Scala sources to D:\Workspace\boilerplay\util\metrics\target\scala-2.12\classes...
  14. [info] Compiling 11 Scala sources to D:\Workspace\boilerplay\shared\.jvm\target\scala-2.12\classes...
  15. java.net.URISyntaxException: Illegal character in opaque part at index 7: file:D:\Workspace\boilerplay\util\metrics\target\scala-2.12\classes
  16.         at java.net.URI$Parser.fail(Unknown Source)
  17.         at java.net.URI$Parser.checkChars(Unknown Source)
  18.         at java.net.URI$Parser.parse(Unknown Source)
  19.         at java.net.URI.<init>(Unknown Source)
  20.         at scala.meta.io.AbsolutePath.toURI(AbsolutePath.scala:16)
  21.         at scala.meta.io.AbsolutePath.toNIO(AbsolutePath.scala:17)
  22.         at scala.meta.internal.io.PlatformFileIO$.listAllFilesRecursively(PlatformFileIO.scala:34)
  23.         at scala.meta.internal.io.FileIO$.listAllFilesRecursively(FileIO.scala:31)
  24.         at scala.meta.io.Multipath.$anonfun$deep$1(Multipath.scala:48)
  25.         at scala.meta.io.Multipath.$anonfun$deep$1$adapted(Multipath.scala:21)
  26.         at scala.collection.immutable.List.foreach(List.scala:389)
  27.         at scala.meta.io.Multipath.deep(Multipath.scala:21)
  28.         at scala.meta.io.Multipath.deep$(Multipath.scala:19)
  29.         at scala.meta.io.Classpath.deep(Multipath.scala:73)
  30.         at scala.meta.internal.semantic.vfs.Database$.load(Database.scala:14)
  31.         at scala.meta.internal.scalahost.ScalahostPipeline$ScalahostComponent$ScalahostPhase.run(ScalahostPipeline.scala:54)
  32.         at scala.tools.nsc.Global$Run.compileUnitsInternal(Global.scala:1427)
  33.         at scala.tools.nsc.Global$Run.compileUnits(Global.scala:1412)
  34.         at scala.tools.nsc.Global$Run.compileSources(Global.scala:1407)
  35.         at scala.tools.nsc.Global$Run.compile(Global.scala:1501)
  36.         at xsbt.CachedCompiler0.run(CompilerInterface.scala:116)
  37.         at xsbt.CachedCompiler0.run(CompilerInterface.scala:95)
  38.         at xsbt.CompilerInterface.run(CompilerInterface.scala:26)
  39.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40.         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  41.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  42.         at java.lang.reflect.Method.invoke(Unknown Source)
  43.         at sbt.compiler.AnalyzingCompiler.call(AnalyzingCompiler.scala:107)
  44.         at sbt.compiler.AnalyzingCompiler.compile(AnalyzingCompiler.scala:53)
  45.         at sbt.compiler.AnalyzingCompiler.compile(AnalyzingCompiler.scala:47)
  46.         at sbt.compiler.MixedAnalyzingCompiler$$anonfun$compileScala$1$1.apply$mcV$sp(MixedAnalyzingCompiler.scala:50)
  47.         at sbt.compiler.MixedAnalyzingCompiler$$anonfun$compileScala$1$1.apply(MixedAnalyzingCompiler.scala:50)
  48.         at sbt.compiler.MixedAnalyzingCompiler$$anonfun$compileScala$1$1.apply(MixedAnalyzingCompiler.scala:50)
  49.         at sbt.compiler.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:74)
  50.         at sbt.compiler.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:49)
  51.         at sbt.compiler.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:64)
  52.         at sbt.compiler.IC$$anonfun$compileInternal$1.apply(IncrementalCompiler.scala:160)
  53.         at sbt.compiler.IC$$anonfun$compileInternal$1.apply(IncrementalCompiler.scala:160)
  54.         at sbt.inc.IncrementalCompile$$anonfun$doCompile$1.apply(Compile.scala:66)
  55.         at sbt.inc.IncrementalCompile$$anonfun$doCompile$1.apply(Compile.scala:64)
  56.         at sbt.inc.IncrementalCommon.cycle(IncrementalCommon.scala:32)
  57.         at sbt.inc.Incremental$$anonfun$1.apply(Incremental.scala:72)
  58.         at sbt.inc.Incremental$$anonfun$1.apply(Incremental.scala:71)
  59.         at sbt.inc.Incremental$.manageClassfiles(Incremental.scala:99)
  60.         at sbt.inc.Incremental$.compile(Incremental.scala:71)
  61.         at sbt.inc.IncrementalCompile$.apply(Compile.scala:54)
  62.         at sbt.compiler.IC$.compileInternal(IncrementalCompiler.scala:160)
  63.         at sbt.compiler.IC$.incrementalCompile(IncrementalCompiler.scala:138)
  64.         at sbt.Compiler$.compile(Compiler.scala:155)
  65.         at sbt.Compiler$.compile(Compiler.scala:141)
  66.         at sbt.Defaults$.sbt$Defaults$$compileIncrementalTaskImpl(Defaults.scala:886)
  67.         at sbt.Defaults$$anonfun$compileIncrementalTask$1.apply(Defaults.scala:877)
  68.         at sbt.Defaults$$anonfun$compileIncrementalTask$1.apply(Defaults.scala:875)
  69.         at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
  70.         at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:40)
  71.         at sbt.std.Transform$$anon$4.work(System.scala:63)
  72.         at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:228)
  73.         at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:228)
  74.         at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:17)
  75.         at sbt.Execute.work(Execute.scala:237)
  76.         at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:228)
  77.         at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:228)
  78.         at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:159)
  79.         at sbt.CompletionService$$anon$2.call(CompletionService.scala:28)
  80.         at java.util.concurrent.FutureTask.run(Unknown Source)
  81.         at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  82.         at java.util.concurrent.FutureTask.run(Unknown Source)
  83.         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  84.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  85.         at java.lang.Thread.run(Unknown Source)
  86. java.net.URISyntaxException: Illegal character in opaque part at index 7: file:D:\Workspace\boilerplay\shared\.jvm\target\scala-2.12\classes
  87.         at java.net.URI$Parser.fail(Unknown Source)
  88.         at java.net.URI$Parser.checkChars(Unknown Source)
  89.         at java.net.URI$Parser.parse(Unknown Source)
  90.         at java.net.URI.<init>(Unknown Source)
  91.         at scala.meta.io.AbsolutePath.toURI(AbsolutePath.scala:16)
  92.         at scala.meta.io.AbsolutePath.toNIO(AbsolutePath.scala:17)
  93.         at scala.meta.internal.io.PlatformFileIO$.listAllFilesRecursively(PlatformFileIO.scala:34)
  94.         at scala.meta.internal.io.FileIO$.listAllFilesRecursively(FileIO.scala:31)
  95.         at scala.meta.io.Multipath.$anonfun$deep$1(Multipath.scala:48)
  96.         at scala.meta.io.Multipath.$anonfun$deep$1$adapted(Multipath.scala:21)
  97.         at scala.collection.immutable.List.foreach(List.scala:389)
  98.         at scala.meta.io.Multipath.deep(Multipath.scala:21)
  99.         at scala.meta.io.Multipath.deep$(Multipath.scala:19)
  100.         at scala.meta.io.Classpath.deep(Multipath.scala:73)
  101.         at scala.meta.internal.semantic.vfs.Database$.load(Database.scala:14)
  102.         at scala.meta.internal.scalahost.ScalahostPipeline$ScalahostComponent$ScalahostPhase.run(ScalahostPipeline.scala:54)
  103.         at scala.tools.nsc.Global$Run.compileUnitsInternal(Global.scala:1427)
  104.         at scala.tools.nsc.Global$Run.compileUnits(Global.scala:1412)
  105.         at scala.tools.nsc.Global$Run.compileSources(Global.scala:1407)
  106.         at scala.tools.nsc.Global$Run.compile(Global.scala:1501)
  107.         at xsbt.CachedCompiler0.run(CompilerInterface.scala:116)
  108.         at xsbt.CachedCompiler0.run(CompilerInterface.scala:95)
  109.         at xsbt.CompilerInterface.run(CompilerInterface.scala:26)
  110.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  111.         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  112.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  113.         at java.lang.reflect.Method.invoke(Unknown Source)
  114.         at sbt.compiler.AnalyzingCompiler.call(AnalyzingCompiler.scala:107)
  115.         at sbt.compiler.AnalyzingCompiler.compile(AnalyzingCompiler.scala:53)
  116.         at sbt.compiler.AnalyzingCompiler.compile(AnalyzingCompiler.scala:47)
  117.         at sbt.compiler.MixedAnalyzingCompiler$$anonfun$compileScala$1$1.apply$mcV$sp(MixedAnalyzingCompiler.scala:50)
  118.         at sbt.compiler.MixedAnalyzingCompiler$$anonfun$compileScala$1$1.apply(MixedAnalyzingCompiler.scala:50)
  119.         at sbt.compiler.MixedAnalyzingCompiler$$anonfun$compileScala$1$1.apply(MixedAnalyzingCompiler.scala:50)
  120.         at sbt.compiler.MixedAnalyzingCompiler.timed(MixedAnalyzingCompiler.scala:74)
  121.         at sbt.compiler.MixedAnalyzingCompiler.compileScala$1(MixedAnalyzingCompiler.scala:49)
  122.         at sbt.compiler.MixedAnalyzingCompiler.compile(MixedAnalyzingCompiler.scala:64)
  123.         at sbt.compiler.IC$$anonfun$compileInternal$1.apply(IncrementalCompiler.scala:160)
  124.         at sbt.compiler.IC$$anonfun$compileInternal$1.apply(IncrementalCompiler.scala:160)
  125.         at sbt.inc.IncrementalCompile$$anonfun$doCompile$1.apply(Compile.scala:66)
  126.         at sbt.inc.IncrementalCompile$$anonfun$doCompile$1.apply(Compile.scala:64)
  127.         at sbt.inc.IncrementalCommon.cycle(IncrementalCommon.scala:32)
  128.         at sbt.inc.Incremental$$anonfun$1.apply(Incremental.scala:72)
  129.         at sbt.inc.Incremental$$anonfun$1.apply(Incremental.scala:71)
  130.         at sbt.inc.Incremental$.manageClassfiles(Incremental.scala:99)
  131.         at sbt.inc.Incremental$.compile(Incremental.scala:71)
  132.         at sbt.inc.IncrementalCompile$.apply(Compile.scala:54)
  133.         at sbt.compiler.IC$.compileInternal(IncrementalCompiler.scala:160)
  134.         at sbt.compiler.IC$.incrementalCompile(IncrementalCompiler.scala:138)
  135.         at sbt.Compiler$.compile(Compiler.scala:155)
  136.         at sbt.Compiler$.compile(Compiler.scala:141)
  137.         at sbt.Defaults$.sbt$Defaults$$compileIncrementalTaskImpl(Defaults.scala:886)
  138.         at sbt.Defaults$$anonfun$compileIncrementalTask$1.apply(Defaults.scala:877)
  139.         at sbt.Defaults$$anonfun$compileIncrementalTask$1.apply(Defaults.scala:875)
  140.         at scala.Function1$$anonfun$compose$1.apply(Function1.scala:47)
  141.         at sbt.$tilde$greater$$anonfun$$u2219$1.apply(TypeFunctions.scala:40)
  142.         at sbt.std.Transform$$anon$4.work(System.scala:63)
  143.         at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:228)
  144.         at sbt.Execute$$anonfun$submit$1$$anonfun$apply$1.apply(Execute.scala:228)
  145.         at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:17)
  146.         at sbt.Execute.work(Execute.scala:237)
  147.         at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:228)
  148.         at sbt.Execute$$anonfun$submit$1.apply(Execute.scala:228)
  149.         at sbt.ConcurrentRestrictions$$anon$4$$anonfun$1.apply(ConcurrentRestrictions.scala:159)
  150.         at sbt.CompletionService$$anon$2.call(CompletionService.scala:28)
  151.         at java.util.concurrent.FutureTask.run(Unknown Source)
  152.         at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  153.         at java.util.concurrent.FutureTask.run(Unknown Source)
  154.         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  155.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  156.         at java.lang.Thread.run(Unknown Source)
  157. [error] (metrics/compile:compileIncremental) java.net.URISyntaxException: Illegal character in opaque part at index 7: file:D:\Workspace\boilerplay\util\metrics\target\scala-2.12\classes
  158. [error] (sharedJVM/compile:compileIncremental) java.net.URISyntaxException: Illegal character in opaque part at index 7: file:D:\Workspace\boilerplay\shared\.jvm\target\scala-2.12\classes
  159. [error] Total time: 185 s, completed Jul 21, 2017 11:40:28 AM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement