Created
October 7, 2011 21:45
-
-
Save joegaudet/1271418 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 script | |
java -Xmx1536m -Xss1m -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=1024m -jar `dirname $0`/sbt-launch.jar "$@" | |
// stack trace | |
java.io.IOException: No such file or directory | |
at java.io.UnixFileSystem.createFileExclusively(Native Method) | |
at java.io.File.createNewFile(File.java:883) | |
at xsbt.boot.Locks$.apply0(Locks.scala:34) | |
at xsbt.boot.Locks$.apply(Locks.scala:27) | |
at scala.collection.mutable.FlatHashTable$class.$init$(Proxy.scala:32) | |
at xsbt.boot.Launch$ScalaProvider.<init>(Launch.scala:108) | |
at xsbt.boot.Launch$$anonfun$1.apply(Launch.scala:83) | |
at org.apache.ivy.plugins.namespace.NamespaceRule.newEntry(Cache.scala:17) | |
at org.apache.ivy.plugins.namespace.NamespaceRule.apply(Cache.scala:12) | |
at xsbt.boot.Launch.getScala(Launch.scala:85) | |
at xsbt.boot.Launch$.run(Launch.scala:49) | |
at xsbt.boot.Launch$$anonfun$explicit$1.apply(Launch.scala:43) | |
at xsbt.boot.Launch$.launch(Launch.scala:68) | |
at xsbt.boot.Launch$.apply(Launch.scala:14) | |
at xsbt.boot.Boot$.runImpl(Boot.scala:24) | |
at xsbt.boot.Boot$.main(Boot.scala:15) | |
at xsbt.boot.Boot.main(Boot.scala) | |
Error during sbt execution: java.io.IOException: No such file or directory |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment