Created
March 19, 2011 19:31
-
-
Save davidsantiago/877736 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
| java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.lang.AssertionError: Assert failed: (instance? IMedium medium) | |
| [Thrown class java.lang.RuntimeException] | |
| Restarts: | |
| 0: [QUIT] Quit to the SLIME top level | |
| 1: [CAUSE1] Invoke debugger on cause java.util.concurrent.ExecutionException: java.lang.AssertionError: Assert failed: (instance? IMedium medium) [Thrown class java.util.concurrent.ExecutionException] | |
| 2: [CAUSE2] Invoke debugger on cause java.lang.AssertionError: Assert failed: (instance? IMedium medium) [Thrown class java.util.concurrent.ExecutionException] | |
| 3: [CAUSE3] Invoke debugger on cause Assert failed: (instance? IMedium medium) [Thrown class java.lang.AssertionError] | |
| Backtrace: | |
| 0: clojure.lang.LazySeq.sval(LazySeq.java:47) | |
| 1: clojure.lang.LazySeq.seq(LazySeq.java:56) | |
| 2: clojure.lang.RT.seq(RT.java:450) | |
| 3: clojure.core$seq.invoke(core.clj:122) | |
| 4: clojure.core$apply.invoke(core.clj:540) | |
| 5: clojure.core$mapcat.doInvoke(core.clj:2122) | |
| 6: clojure.lang.RestFn.invoke(RestFn.java:424) | |
| 7: pallet.core$parallel_adjust_node_counts.invoke(core.clj:270) | |
| 8: pallet.core$converge_node_counts.invoke(core.clj:282) | |
| 9: pallet.core$converge_STAR_.invoke(core.clj:637) | |
| 10: pallet.core$converge.doInvoke(core.clj:762) | |
| 11: clojure.lang.RestFn.invoke(RestFn.java:440) | |
| 12: user$eval8799.invoke(NO_SOURCE_FILE:1) | |
| 13: clojure.lang.Compiler.eval(Compiler.java:5424) | |
| 14: clojure.lang.Compiler.eval(Compiler.java:5391) | |
| 15: clojure.core$eval.invoke(core.clj:2382) | |
| 16: swank.commands.basic$eval_region.invoke(basic.clj:47) | |
| 17: swank.commands.basic$eval_region.invoke(basic.clj:37) | |
| 18: swank.commands.basic$eval8005$listener_eval__8006.invoke(basic.clj:71) | |
| 19: clojure.lang.Var.invoke(Var.java:365) | |
| 20: user$eval8797.invoke(NO_SOURCE_FILE) | |
| 21: clojure.lang.Compiler.eval(Compiler.java:5424) | |
| 22: clojure.lang.Compiler.eval(Compiler.java:5391) | |
| 23: clojure.core$eval.invoke(core.clj:2382) | |
| 24: swank.core$eval_in_emacs_package.invoke(core.clj:94) | |
| 25: swank.core$eval_for_emacs.invoke(core.clj:241) | |
| 26: clojure.lang.Var.invoke(Var.java:373) | |
| 27: clojure.lang.AFn.applyToHelper(AFn.java:169) | |
| 28: clojure.lang.Var.applyTo(Var.java:482) | |
| 29: clojure.core$apply.invoke(core.clj:540) | |
| 30: swank.core$eval_from_control.invoke(core.clj:101) | |
| 31: swank.core$eval_loop.invoke(core.clj:106) | |
| 32: swank.core$spawn_repl_thread$fn__7687$fn__7688.invoke(core.clj:311) | |
| 33: clojure.lang.AFn.applyToHelper(AFn.java:159) | |
| 34: clojure.lang.AFn.applyTo(AFn.java:151) | |
| 35: clojure.core$apply.invoke(core.clj:540) | |
| 36: swank.core$spawn_repl_thread$fn__7687.doInvoke(core.clj:308) | |
| 37: clojure.lang.RestFn.invoke(RestFn.java:398) | |
| 38: clojure.lang.AFn.run(AFn.java:24) | |
| 39: java.lang.Thread.run(Thread.java:680) |
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
| Assert failed: (instance? IMedium medium) | |
| [Thrown class java.lang.AssertionError] | |
| Restarts: | |
| 0: [QUIT] Quit to the SLIME top level | |
| 1: [ABORT] ABORT to SLIME level 0 | |
| Backtrace: | |
| 0: vmfest.virtualbox.machine$attach_device.invoke(machine.clj:305) | |
| 1: vmfest.manager$attach_device.invoke(manager.clj:30) | |
| 2: vmfest.manager$attach_hard_disk.invoke(manager.clj:56) | |
| 3: vmfest.manager$create_machine.doInvoke(manager.clj:114) | |
| 4: clojure.lang.RestFn.invoke(RestFn.java:534) | |
| 5: vmfest.manager$instance.doInvoke(manager.clj:125) | |
| 6: clojure.lang.RestFn.invoke(RestFn.java:498) | |
| 7: pallet.compute.vmfest$create_node$fn__6569.invoke(vmfest.clj:196) | |
| 8: pallet.compute.vmfest$create_node.invoke(vmfest.clj:194) | |
| 9: pallet.compute.vmfest$parallel_create_nodes$iter__6610__6614$fn__6615$fn__6620.invoke(vmfest.clj:279) | |
| 10: clojure.lang.AFn.call(AFn.java:18) | |
| 11: java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) | |
| 12: java.util.concurrent.FutureTask.run(FutureTask.java:138) | |
| 13: java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) | |
| 14: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) | |
| 15: java.lang.Thread.run(Thread.java:680) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment