Skip to content

Instantly share code, notes, and snippets.

@davidsantiago
Created November 3, 2011 03:06
Show Gist options
  • Save davidsantiago/1335668 to your computer and use it in GitHub Desktop.
Save davidsantiago/1335668 to your computer and use it in GitHub Desktop.
David-Santiagos-Computer:servlet David$ lein pallet converge com.battletheory.deploy.nodes/main 2 -P virtualbox
WARN logutils - Logging contexts are not supported by your logger configuration
WARN logutils - Logging contexts are not supported by your logger configuration
WARN logutils - Logging contexts are not supported by your logger configuration
WARN logutils - Logging contexts are not supported by your logger configuration
INFO core - retrieving nodes
INFO core - converging nodes
INFO core - adjust-node-count :main 2
INFO core - Starting 2 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
INFO virtualbox - create-machine: Creating machine main-1 in /Users/David/.vmfest/nodes/main-1/main-1.vbox, overwriting previous contents
INFO machine - unregister: unregistering machine with name main-1 with cleanup DetachAllReturnHardDisksOnly
INFO machine - unregister: unregistering machine with name main-0 with cleanup DetachAllReturnHardDisksOnly
ERROR futures - Start of node exception: VirtualBox error: Cannot unregister the machine 'main-0' while it is locked (0x80BB0007)
org.virtualbox_4_0.VBoxException: VirtualBox error: Cannot unregister the machine 'main-0' while it is locked (0x80BB0007)
at org.virtualbox_4_0.IMachine.unregister(IMachine.java:1309)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:90)
at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:28)
at vmfest.virtualbox.machine$unregister.doInvoke(machine.clj:433)
at clojure.lang.RestFn.invoke(RestFn.java:424)
at vmfest.manager$destroy.invoke(manager.clj:269)
at pallet.compute.vmfest$create_node.invoke(vmfest.clj:231)
at pallet.compute.vmfest$parallel_create_nodes$iter__11371__11375$fn__11376$fn__11381.invoke(vmfest.clj:314)
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)
ERROR futures - Start of node exception: VirtualBox error: Cannot unregister the machine 'main-1' while it is locked (0x80BB0007)
org.virtualbox_4_0.VBoxException: VirtualBox error: Cannot unregister the machine 'main-1' while it is locked (0x80BB0007)
at org.virtualbox_4_0.IMachine.unregister(IMachine.java:1309)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:90)
at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:28)
at vmfest.virtualbox.machine$unregister.doInvoke(machine.clj:433)
at clojure.lang.RestFn.invoke(RestFn.java:424)
at vmfest.manager$destroy.invoke(manager.clj:269)
at pallet.compute.vmfest$create_node.invoke(vmfest.clj:231)
at pallet.compute.vmfest$parallel_create_nodes$iter__11371__11375$fn__11376$fn__11381.invoke(vmfest.clj:314)
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)
ERROR futures - Adjust node count exception: No additional nodes could be started
clojure.contrib.condition.Condition: No additional nodes could be started
at clojure.contrib.condition.Condition.fillInStackTrace(Unknown Source)
at java.lang.Throwable.<init>(Throwable.java:218)
at clojure.contrib.condition.Condition.<init>(Unknown Source)
at pallet.core$create_nodes.invoke(core.clj:418)
at pallet.core$adjust_node_count.invoke(core.clj:461)
at pallet.core$parallel_adjust_node_counts$p_a_n_c_future__5106$fn__5107.invoke(core.clj:484)
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment