Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. Error:scala: Error: org.jetbrains.jps.incremental.scala.remote.ServerExceptionjava.lang.NullPointerException
  2. at sbt.compiler.MixedAnalyzingCompiler$.searchClasspathAndLookup(MixedAnalyzingCompiler.scala:167)
  3. at sbt.compiler.MixedAnalyzingCompiler$.apply(MixedAnalyzingCompiler.scala:178)
  4. at sbt.compiler.IC$.incrementalCompile(IncrementalCompiler.scala:132)
  5. at org.jetbrains.jps.incremental.scala.local.SbtCompiler.compile(SbtCompiler.scala:74)
  6. at org.jetbrains.jps.incremental.scala.local.LocalServer.compile(LocalServer.scala:26)
  7. at org.jetbrains.jps.incremental.scala.remote.Main$.make(Main.scala:67)
  8. at org.jetbrains.jps.incremental.scala.remote.Main$.nailMain(Main.scala:24)
  9. at org.jetbrains.jps.incremental.scala.remote.Main.nailMain(Main.scala)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  12. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  13. at java.lang.reflect.Method.invoke(Method.java:498)
  14. at com.martiansoftware.nailgun.NGSession.run(NGSession.java:319)
  15.  
  16. <plugin>
  17. <groupId>net.alchim31.maven</groupId>
  18. <artifactId>scala-maven-plugin</artifactId>
  19. <version>3.2.2</version>
  20. <executions>
  21. <execution>
  22. <goals>
  23. <goal>compile</goal>
  24. <goal>testCompile</goal>
  25. </goals>
  26. </execution>
  27. </executions>
  28. </plugin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement