Skip to content

Instantly share code, notes, and snippets.

@ayax79
Created February 23, 2012 20:33
Show Gist options
  • Save ayax79/1894906 to your computer and use it in GitHub Desktop.
Save ayax79/1894906 to your computer and use it in GitHub Desktop.
[INFO] [running phase icode on DbWorkflowUserStep.scala]
[INFO] [running phase icode on MegaWorkflow.scala]
[INFO] [running phase icode on StepCompleteListener.scala]
[INFO] [running phase icode on VoteListener.scala]
[INFO] [running phase icode on WorkflowCronListener.scala]
[INFO] [running phase icode on WorkflowEmailService.scala]
[INFO] java.lang.reflect.InvocationTargetException
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[INFO] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[INFO] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[INFO] at java.lang.reflect.Method.invoke(Method.java:597)
[INFO] at org_scala_tools_maven_executions.MainHelper.runMain(MainHelper.java:161)
[INFO] at org_scala_tools_maven_executions.MainWithArgsInFile.main(MainWithArgsInFile.java:26)
[ERROR] Caused by: java.lang.OutOfMemoryError: Java heap space
[INFO] at java.lang.AbstractStringBuilder.<init>(AbstractStringBuilder.java:45)
[INFO] at java.lang.StringBuilder.<init>(StringBuilder.java:80)
[INFO] at scala.collection.mutable.StringBuilder.<init>(StringBuilder.scala:36)
[INFO] at scala.collection.mutable.StringBuilder.<init>(StringBuilder.scala:41)
[INFO] at scala.tools.nsc.backend.icode.GenICode$ICodePhase.scala$tools$nsc$backend$icode$GenICode$ICodePhase$$genLoad(GenICode.scala:472)
[INFO] at scala.tools.nsc.backend.icode.GenICode$ICodePhase.gen(GenICode.scala:126)
[INFO] at scala.tools.nsc.backend.icode.GenICode$ICodePhase$$anonfun$gen$1.apply(GenICode.scala:81)
[INFO] at scala.tools.nsc.backend.icode.GenICode$ICodePhase$$anonfun$gen$1.apply(GenICode.scala:81)
[INFO] at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:61)
[INFO] at scala.collection.immutable.List.foreach(List.scala:45)
[INFO] at scala.tools.nsc.backend.icode.GenICode$ICodePhase.gen(GenICode.scala:81)
[INFO] at scala.tools.nsc.backend.icode.GenICode$ICodePhase.gen(GenICode.scala:148)
[INFO] at scala.tools.nsc.backend.icode.GenICode$ICodePhase.gen(GenICode.scala:100)
[INFO] at scala.tools.nsc.backend.icode.GenICode$ICodePhase$$anonfun$gen$1.apply(GenICode.scala:81)
[INFO] at scala.tools.nsc.backend.icode.GenICode$ICodePhase$$anonfun$gen$1.apply(GenICode.scala:81)
[INFO] at scala.collection.LinearSeqOptimized$class.foreach(LinearSeqOptimized.scala:61)
[INFO] at scala.collection.immutable.List.foreach(List.scala:45)
[INFO] at scala.tools.nsc.backend.icode.GenICode$ICodePhase.gen(GenICode.scala:81)
[INFO] at scala.tools.nsc.backend.icode.GenICode$ICodePhase.gen(GenICode.scala:91)
[INFO] at scala.tools.nsc.backend.icode.GenICode$ICodePhase.gen(GenICode.scala:77)
[INFO] at scala.tools.nsc.backend.icode.GenICode$ICodePhase.apply(GenICode.scala:73)
[INFO] at scala.tools.nsc.Global$GlobalPhase$$anonfun$applyPhase$1.apply(Global.scala:282)
[INFO] at scala.tools.nsc.Global$GlobalPhase$$anonfun$applyPhase$1.apply(Global.scala:282)
[INFO] at scala.tools.nsc.reporters.Reporter.withSource(Reporter.scala:48)
[INFO] at scala.tools.nsc.Global$GlobalPhase.applyPhase(Global.scala:282)
[INFO] at scala.tools.nsc.Global$GlobalPhase$$anonfun$run$1.apply(Global.scala:256)
[INFO] at scala.tools.nsc.Global$GlobalPhase$$anonfun$run$1.apply(Global.scala:256)
[INFO] at scala.collection.Iterator$class.foreach(Iterator.scala:631)
[INFO] at scala.collection.mutable.ListBuffer$$anon$1.foreach(ListBuffer.scala:304)
[INFO] at scala.tools.nsc.Global$GlobalPhase.run(Global.scala:256)
[INFO] at scala.tools.nsc.backend.icode.GenICode$ICodePhase.run(GenICode.scala:66)
[INFO] at scala.tools.nsc.Global$Run.compileSources(Global.scala:741)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment