Skip to content

Instantly share code, notes, and snippets.

@daveray
Created November 5, 2013 07:46
Show Gist options
  • Save daveray/7315335 to your computer and use it in GitHub Desktop.
Save daveray/7315335 to your computer and use it in GitHub Desktop.
Follow the Scala setup instruction for Coursera reactive course
[info] Compiling 3 Scala sources to /Users/dray/mine/coursera-rx/quickcheck/target/scala-2.10/classes...
[info] 'compiler-interface' not yet compiled for Scala 2.10.2. Compiling...
sbt appears to be exiting abnormally.
The log file for this session is at /var/folders/12/bkvfkd5j0fxbd0k1q71tqqnc49fbdt/T/sbt4624986011374152709.log
java.lang.OutOfMemoryError: PermGen space
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:631)
at java.lang.ClassLoader.defineClass(ClassLoader.java:615)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment