Created
August 13, 2011 18:53
-
-
Save davidsantiago/1144156 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
| David-Santiagos-Computer:servlet David$ lein pallet converge com.battletheory.deploy.nodes/main 1 -P virtualbox | |
| INFO core - retrieving nodes | |
| INFO core - converging nodes | |
| INFO core - adjust-node-count :main 1 | |
| INFO core - Starting 1 nodes for :main os-family :ubuntu | |
| INFO vmfest - Template {:os-version-matches "10.10", :os-family :ubuntu} | |
| INFO virtualbox - create-machine: Creating machine main-0 in /Users/David/.vmfest/nodes/main-0/main-0.vbox, overwriting previous contents | |
| WARN virtualbox - Can't find a medium of type HardDisk located in/with id '/Users/David/.vmfest/models/vmfest-ubuntu-10-10-64bit-server.vdi'. | |
| ERROR futures - Start of node exception: Assert failed: (instance? IMedium medium) | |
| java.lang.AssertionError: Assert failed: (instance? IMedium medium) | |
| at vmfest.virtualbox.machine$attach_device.invoke(machine.clj:288) | |
| at vmfest.manager$attach_device.invoke(manager.clj:42) | |
| at vmfest.manager$attach_hard_disk$fn__11271.invoke(manager.clj:69) | |
| at vmfest.manager$attach_hard_disk.invoke(manager.clj:68) | |
| at vmfest.manager$create_machine.doInvoke(manager.clj:162) | |
| at clojure.lang.RestFn.invoke(RestFn.java:534) | |
| at vmfest.manager$instance.doInvoke(manager.clj:173) | |
| at clojure.lang.RestFn.invoke(RestFn.java:498) | |
| at pallet.compute.vmfest$create_node$fn__11742.invoke(vmfest.clj:214) | |
| at pallet.compute.vmfest$create_node.invoke(vmfest.clj:212) | |
| at pallet.compute.vmfest$parallel_create_nodes$iter__11785__11789$fn__11790$fn__11795.invoke(vmfest.clj:304) | |
| 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) | |
| INFO core - lift-nodes phases [:settings :configure], groups [:main] | |
| INFO core - apply-phase :pallet.phase/pre-settings for :main with 0 nodes | |
| INFO core - apply-phase :settings for :main with 0 nodes | |
| INFO core - apply-phase :pallet.phase/post-settings for :main with 0 nodes | |
| INFO core - apply-phase :pallet.phase/pre-configure for :main with 0 nodes | |
| INFO core - apply-phase :configure for :main with 0 nodes | |
| INFO core - apply-phase :pallet.phase/post-configure for :main with 0 nodes | |
| 0 | |
| ;;; The pallet environment: | |
| :pallet/environment | |
| {:groups | |
| {:main | |
| {:image | |
| {:os-family :ubuntu | |
| :os-version-matches "10.10"}}}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment