Skip to content

Instantly share code, notes, and snippets.

@davidsantiago
Created March 20, 2011 05:13
Show Gist options
  • Save davidsantiago/878096 to your computer and use it in GitHub Desktop.
Save davidsantiago/878096 to your computer and use it in GitHub Desktop.
java.lang.String cannot be cast to clojure.lang.IFn
[Thrown class java.lang.ClassCastException]
Restarts:
0: [QUIT] Quit to the SLIME top level
1: [ABORT] ABORT to SLIME level 0
Backtrace:
0: pallet.compute.vmfest$image_from_template.invoke(vmfest.clj:245)
1: pallet.compute.vmfest.VmfestService.run_nodes(vmfest.clj:301)
2: pallet.core$create_nodes.invoke(core.clj:220)
3: pallet.core$adjust_node_count.invoke(core.clj:253)
4: pallet.core$parallel_adjust_node_counts$fn__3520$fn__3521.invoke(core.clj:270)
5: clojure.lang.AFn.call(AFn.java:18)
6: java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
7: java.util.concurrent.FutureTask.run(FutureTask.java:138)
8: java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
9: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
10: 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