Skip to content

Instantly share code, notes, and snippets.

@davidsantiago
Created August 14, 2011 18:33
Show Gist options
  • Save davidsantiago/1145160 to your computer and use it in GitHub Desktop.
Save davidsantiago/1145160 to your computer and use it in GitHub Desktop.
2011-08-14 13:32:26,406 INFO [pallet.compute.vmfest] (pool-2-thread-1) Template {:os-version-matches "10.10", :os-family :ubuntu}
2011-08-14 13:32:26,414 INFO [pallet.compute.vmfest] (pool-2-thread-1) Images:{:vmfest-ubuntu-10-10-64bit-server {:uuid "/Users/David/.vmfest/models/vmfest-ubuntu-10-10-64bit-server.vdi", :ubuntu-10-10-64bit {:os-type-id "Ubuntu_64", :sudo-password "superduper", :no-sudo false, :username "user", :os-family :ubuntu, :os-version "10.10", :os-64-bit true, :password "superduper", :description "Ubuntu 10.10 (64bit)"}}}
2011-08-14 13:32:26,416 DEBUG [pallet.compute.vmfest] (pool-2-thread-1) Looking for {:os-version-matches "10.10", :os-family :ubuntu} in {:vmfest-ubuntu-10-10-64bit-server {:uuid "/Users/David/.vmfest/models/vmfest-ubuntu-10-10-64bit-server.vdi", :ubuntu-10-10-64bit {:os-type-id "Ubuntu_64", :sudo-password "superduper", :no-sudo false, :username "user", :os-family :ubuntu, :os-version "10.10", :os-64-bit true, :password "superduper", :description "Ubuntu 10.10 (64bit)"}}}
2011-08-14 13:32:26,422 ERROR [pallet.futures] (main) Adjust node count exception: Wrong number of args (0) passed to: PersistentArrayMap
java.lang.IllegalArgumentException: Wrong number of args (0) passed to: PersistentArrayMap
at clojure.lang.AFn.throwArity(AFn.java:439)
at clojure.lang.AFn.invoke(AFn.java:35)
at pallet.compute.vmfest.VmfestService.run_nodes(vmfest.clj:360)
at pallet.core$create_nodes.invoke(core.clj:413)
at pallet.core$adjust_node_count.invoke(core.clj:455)
at pallet.core$parallel_adjust_node_counts$p_a_n_c_future__5175$fn__5176.invoke(core.clj:478)
at clojure.lang.AFn.call(AFn.java:18)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
2011-08-14 13:32:26,425 DEBUG [pallet.futures] (main) Adjust node count exception
java.lang.IllegalArgumentException: Wrong number of args (0) passed to: PersistentArrayMap
at clojure.lang.AFn.throwArity(AFn.java:439)
at clojure.lang.AFn.invoke(AFn.java:35)
at pallet.compute.vmfest.VmfestService.run_nodes(vmfest.clj:360)
at pallet.core$create_nodes.invoke(core.clj:413)
at pallet.core$adjust_node_count.invoke(core.clj:455)
at pallet.core$parallel_adjust_node_counts$p_a_n_c_future__5175$fn__5176.invoke(core.clj:478)
at clojure.lang.AFn.call(AFn.java:18)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
2011-08-14 13:32:26,428 DEBUG [pallet.core] (main) pallet version: 0.6.3-SNAPSHOT
2011-08-14 13:32:26,429 TRACE [pallet.core] (main) lift* phases []
2011-08-14 13:32:26,433 INFO [pallet.core] (main) lift-nodes phases [:settings :configure], groups [:main]
2011-08-14 13:32:26,445 INFO [pallet.core] (main) apply-phase :pallet.phase/pre-settings for :main with 0 nodes
2011-08-14 13:32:26,447 INFO [pallet.core] (main) apply-phase :settings for :main with 0 nodes
2011-08-14 13:32:26,447 INFO [pallet.core] (main) apply-phase :pallet.phase/post-settings for :main with 0 nodes
2011-08-14 13:32:26,448 INFO [pallet.core] (main) apply-phase :pallet.phase/pre-configure for :main with 0 nodes
2011-08-14 13:32:26,448 INFO [pallet.core] (main) apply-phase :configure for :main with 0 nodes
2011-08-14 13:32:26,448 INFO [pallet.core] (main) apply-phase :pallet.phase/post-configure for :main with 0 nodes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment