Jenkins CI
git server
^
| pull configured branch code
|
build
|
v
publish jar ~~~~~> central artifactory
^
|
create container image ~~~~~~~~~~~~~~~~~~~~~~~> container registry (Amazon registry, https://jfrog.com/integration/docker-registry/)
^
|
deploy container to k8s cluster ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
(run k8s config from projects using https://helm.sh/)
## deploy as a new k8s service
## once /health is 200 on new service, route NS to new service (or check if new pods can be added with zero traffic)
Last active
June 17, 2019 05:56
-
-
Save prayagupa/5e477f8611d8a02bcbcd to your computer and use it in GitHub Desktop.
Pallet DevOps, virtualbox hosted interface issue, VBox, VirtualBox, k8s
$ lein pallet up --roles elasticsearch-unittest.elasticsearch
Jun 12, 2014 7:33:18 PM clojure.tools.logging$eval378$fn__379 invoke
INFO: Connecting to VirtualBox via Web Services
Jun 12, 2014 7:33:33 PM clojure.tools.logging$eval378$fn__379 invoke
SEVERE: conditions: Unhandled error type 4294967295 does not belong in (0 2159738881 2147500033 2159738882 2159738883 2147500035 2159738884 2147942405 2159738885 2147500037 2159738886 2159738887 2159738888 2159738889 2159738890 2159738891 2159738892 2147942414 2147942487 2147549183)
Exception in thread "main" clojure.lang.ExceptionInfo: throw+: {:message "Cannot connect to virtualbox server: 'HTTP transport error: java.net.ConnectException: Connection refused'", :original-error-info nil, :original-error-type :VBOX_E_UNKNOWN, :original-error-code 4294967295, :original-message "HTTP transport error: java.net.ConnectException: Connection refused", :full-message "Cannot connect to virtualbox server: 'HTTP transport error: java.net.ConnectException: Connection refused': HTTP transport error: java.net.ConnectException: Connection refused", :cause #<VBoxException org.virtualbox_4_3.VBoxException: HTTP transport error: java.net.ConnectException: Connection refused>} {:object {:message "Cannot connect to virtualbox server: 'HTTP transport error: java.net.ConnectException: Connection refused'", :original-error-info nil, :original-error-type :VBOX_E_UNKNOWN, :original-error-code 4294967295, :original-message "HTTP transport error: java.net.ConnectException: Connection refused", :full-message "Cannot connect to virtualbox server: 'HTTP transport error: java.net.ConnectException: Connection refused': HTTP transport error: java.net.ConnectException: Connection refused", :cause #<VBoxException org.virtualbox_4_3.VBoxException: HTTP transport error: java.net.ConnectException: Connection refused>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: HTTP transport error: java.net.ConnectException: Connection refused>, optional-keys {:message "Cannot connect to virtualbox server: 'HTTP transport error: java.net.ConnectException: Connection refused'"}, message "Cannot connect to virtualbox server: 'HTTP transport error: java.net.ConnectException: Connection refused'", full-message "Cannot connect to virtualbox server: 'HTTP transport error: java.net.ConnectException: Connection refused': HTTP transport error: java.net.ConnectException: Connection refused"}}
at vmfest.virtualbox.conditions$wrap_exception.invoke(conditions.clj:132)
at vmfest.virtualbox.session$create_vbox.invoke(session.clj:102)
at vmfest.virtualbox.session$create_mgr_vbox.invoke(session.clj:123)
at vmfest.virtualbox.session$create_mgr_vbox.invoke(session.clj:120)
at vmfest.manager$check_vbox_api_version.invoke(manager.clj:45)
at vmfest.manager$server.doInvoke(manager.clj:57)
at clojure.lang.RestFn.invoke(RestFn.java:436)
at pallet.compute.vmfest.service$vmfest_service_impl.invoke(service.clj:1023)
at clojure.lang.Var.invoke(Var.java:419)
at pallet.compute.vmfest$eval14095$fn__14097.invoke(vmfest.clj:280)
at clojure.lang.MultiFn.invoke(MultiFn.java:167)
at pallet.compute$instantiate_provider.doInvoke(compute.clj:38)
at clojure.lang.RestFn.applyTo(RestFn.java:139)
at clojure.core$apply.invoke(core.clj:603)
at pallet.configure$compute_service_from_map.invoke(configure.clj:199)
at pallet.configure$compute_service_from_config.invoke(configure.clj:208)
at pallet.main_invoker$compute_service_from_config_files.invoke(main_invoker.clj:52)
at pallet.main_invoker$find_compute_service.invoke(main_invoker.clj:69)
at pallet.main_invoker$invoke$fn__12682.invoke(main_invoker.clj:105)
at pallet.main_invoker$invoke.invoke(main_invoker.clj:102)
at clojure.lang.Var.invoke(Var.java:423)
at pallet.main$pallet_task.doInvoke(main.clj:169)
at clojure.lang.RestFn.invoke(RestFn.java:439)
at clojure.lang.Var.invoke(Var.java:423)
at user$eval5.invoke(form-init7042888359578997491.clj:1)
at clojure.lang.Compiler.eval(Compiler.java:6511)
at clojure.lang.Compiler.eval(Compiler.java:6501)
at clojure.lang.Compiler.eval(Compiler.java:6501)
at clojure.lang.Compiler.load(Compiler.java:6952)
at clojure.lang.Compiler.loadFile(Compiler.java:6912)
at clojure.main$load_script.invoke(main.clj:283)
at clojure.main$init_opt.invoke(main.clj:288)
at clojure.main$initialize.invoke(main.clj:316)
at clojure.main$null_opt.invoke(main.clj:349)
at clojure.main$main.doInvoke(main.clj:427)
at clojure.lang.RestFn.invoke(RestFn.java:421)
at clojure.lang.Var.invoke(Var.java:419)
at clojure.lang.AFn.applyToHelper(AFn.java:163)
at clojure.lang.Var.applyTo(Var.java:532)
at clojure.main.main(main.java:37)
Subprocess failed
- setproperty websrvauthlibrary null (https://github.com/pallet/pallet-vmfest#windows-linux)
##turn off auth (once done will for lifetime)
VBoxManage setproperty websrvauthlibrary null
# start vbox listening (needs to be done everytime)
vboxwebsrv -t0You may get following response on first command,
$ VBoxManage setproperty websrvauthlibrary null
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (3.8.0-19-generic) or it failed to
load. Please recompile the kernel module and install it by
sudo /etc/init.d/vboxdrv setup
You will not be able to start VMs until this problem is fixed. spiritual solution (don't follow me) - or move/remove mv ~/.pallet/config.clj ~/packup
$ lein pallet up --roles elasticsearch-unittest.elasticsearch
Jun 12, 2014 7:42:24 PM clojure.tools.logging$eval378$fn__379 invoke
INFO: Connecting to VirtualBox via XPCom
Jun 12, 2014 7:42:31 PM clojure.tools.logging$eval378$fn__379 invoke
INFO: No :default-bridged-interface defined. Will chose from these options: eth0
Jun 12, 2014 7:42:47 PM clojure.tools.logging$eval378$fn__379 invoke
INFO: create-machine: Creating machine elasticsearch-test-elasticsearch-0-0 in /home/prayagupd/.vmfest/nodes/vmfest/elasticsearch-test-elasticsearch-0-0/elasticsearch-test-elasticsearch-0-0.vbox, overwriting previous contents
Jun 12, 2014 7:42:47 PM clojure.tools.logging$eval378$fn__379 invoke
WARNING: Trying to configure a network adapter with inexistent host interface named vboxnet0 for machine elasticsearch-test-elasticsearch-0-0
Jun 12, 2014 7:42:47 PM clojure.tools.logging$eval378$fn__379 invoke
WARNING: Creating a new Host Only network interface
Jun 12, 2014 7:42:47 PM clojure.tools.logging$eval378$fn__379 invoke
SEVERE: Start of node exception: null
java.lang.NullPointerException
at clojure.lang.Reflector.invokeNoArgInstanceMember(Reflector.java:296)
at vmfest.virtualbox.host$add_one_host_only_interface.invoke(host.clj:29)
at vmfest.virtualbox.host$add_host_only_interface_STAR_.invoke(host.clj:42)
at vmfest.virtualbox.host$add_host_only_interface.invoke(host.clj:132)
at vmfest.virtualbox.machine_config$attach_to_host_only.invoke(machine_config.clj:186)
at vmfest.virtualbox.machine_config$attach_adapter.invoke(machine_config.clj:200)
at vmfest.virtualbox.machine_config$configure_adapter.invoke(machine_config.clj:230)
at vmfest.virtualbox.machine_config$configure_network.invoke(machine_config.clj:242)
at vmfest.virtualbox.machine_config$configure_machine.invoke(machine_config.clj:262)
at vmfest.manager$create_machine$fn__16432.invoke(manager.clj:380)
at vmfest.manager$create_machine.doInvoke(manager.clj:372)
at clojure.lang.RestFn.invoke(RestFn.java:533)
at vmfest.manager$instance_STAR_.doInvoke(manager.clj:433)
at clojure.lang.RestFn.invoke(RestFn.java:497)
at pallet.compute.vmfest.service$create_node.invoke(service.clj:414)
at pallet.compute.vmfest.service$parallel_create_nodes$iter__16846__16850$fn__16851$fn__16856.invoke(service.clj:555)
at clojure.core$binding_conveyor_fn$fn__3989.invoke(core.clj:1819)
at clojure.lang.AFn.call(AFn.java:18)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Check HostOnlyIfs http://askubuntu.com/a/293817/37643
$ VBoxManage list hostonlyifs
WARNING: The vboxdrv kernel module is not loaded. Either there is no module
available for the current kernel (3.8.0-19-generic) or it failed to
load. Please recompile the kernel module and install it by
sudo /etc/init.d/vboxdrv setup
SEVERE: Start of node exception: VirtualBox error: rc=0x8000ffff The session is not locked (session state: Unlocked) (0x8000ffff)
org.virtualbox_4_3.jaxws.RuntimeFaultMsg: VirtualBox error: rc=0x8000ffff The session is not locked (session state: Unlocked) (0x8000ffff) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)$ lein pallet up --roles elasticsearch-unittest.elasticsearch
...
SEVERE: Cannot parse the error since the object is unavailable java.lang.IllegalArgumentException: No matching field found: getIntefaceID for class org.virtualbox_4_3.IVirtualBoxErrorInfo
Aug 26, 2014 8:16:18 PM clojure.tools.logging$eval378$fn__379 invoke
SEVERE: conditions: This VBoxException does not have an error type {}
Aug 26, 2014 8:16:18 PM clojure.tools.logging$eval378$fn__379 invoke
SEVERE: Cannot parse the error since the object is unavailable java.lang.IllegalArgumentException: No matching field found: getIntefaceID for class org.virtualbox_4_3.IVirtualBoxErrorInfo
Aug 26, 2014 8:16:18 PM clojure.tools.logging$eval378$fn__379 invoke
SEVERE: Cannot parse the error since the object is unavailable java.lang.IllegalArgumentException: No matching field found: getIntefaceID for class org.virtualbox_4_3.IVirtualBoxErrorInfo
Aug 26, 2014 8:16:18 PM clojure.tools.logging$eval378$fn__379 invoke
SEVERE: conditions: This VBoxException does not have an error type {}
Aug 26, 2014 8:16:18 PM clojure.tools.logging$eval378$fn__379 invoke
SEVERE: conditions: This VBoxException does not have an error type {}
Aug 26, 2014 8:16:18 PM clojure.tools.logging$eval378$fn__379 invoke
SEVERE: Cannot parse the error since the object is unavailable java.lang.IllegalArgumentException: No matching field found: getIntefaceID for class org.virtualbox_4_3.IVirtualBoxErrorInfo
Aug 26, 2014 8:16:18 PM clojure.tools.logging$eval378$fn__379 invoke
SEVERE: Cannot parse the error since the object is unavailable java.lang.IllegalArgumentException: No matching field found: getIntefaceID for class org.virtualbox_4_3.IVirtualBoxErrorInfo
Aug 26, 2014 8:16:18 PM clojure.tools.logging$eval378$fn__379 invoke
SEVERE: Cannot parse the error since the object is unavailable java.lang.IllegalArgumentException: No matching field found: getIntefaceID for class org.virtualbox_4_3.IVirtualBoxErrorInfo
Aug 26, 2014 8:16:18 PM clojure.tools.logging$eval378$fn__379 invoke
WARNING: Processing exception class clojure.lang.ExceptionInfo as a java.lang.Exception. Cause clojure.lang.ExceptionInfo: throw+: {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>} {:object {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>, optional-keys nil, message "An exception occurred.", full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)"}}
Aug 26, 2014 8:16:18 PM clojure.tools.logging$eval378$fn__379 invoke
WARNING: Processing exception class clojure.lang.ExceptionInfo as a java.lang.Exception. Cause clojure.lang.ExceptionInfo: throw+: {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>} {:object {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>, optional-keys nil, message "An exception occurred.", full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)"}}
Aug 26, 2014 8:16:18 PM clojure.tools.logging$eval378$fn__379 invoke
WARNING: Processing exception class clojure.lang.ExceptionInfo as a java.lang.Exception. Cause clojure.lang.ExceptionInfo: throw+: {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>} {:object {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>, optional-keys nil, message "An exception occurred.", full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)"}}
Aug 26, 2014 8:16:18 PM clojure.tools.logging$eval378$fn__379 invoke
SEVERE: Start of node exception: throw+: {:message "An error occurred", :log-level :error, :type :exception, :original-message "throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>}", :full-message "An error occurred: throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>}", :cause #<ExceptionInfo clojure.lang.ExceptionInfo: throw+: {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>} {:object {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>, optional-keys nil, message "An exception occurred.", full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)"}}>}
clojure.lang.ExceptionInfo: throw+: {:message "An error occurred", :log-level :error, :type :exception, :original-message "throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>}", :full-message "An error occurred: throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>}", :cause #<ExceptionInfo clojure.lang.ExceptionInfo: throw+: {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>} {:object {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>, optional-keys nil, message "An exception occurred.", full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)"}}>} {:object {:message "An error occurred", :log-level :error, :type :exception, :original-message "throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>}", :full-message "An error occurred: throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>}", :cause #<ExceptionInfo clojure.lang.ExceptionInfo: throw+: {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>} {:object {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>, optional-keys nil, message "An exception occurred.", full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)"}}>}, :environment {exception #<ExceptionInfo clojure.lang.ExceptionInfo: throw+: {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>} {:object {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>, optional-keys nil, message "An exception occurred.", full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)"}}>, optional-keys {:log-level :error, :message "An error occurred"}, message "An error occurred", full-message "An error occurred: throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-userflood-0-0' while it is locked (0x80bb0007)>}"}}
at vmfest.virtualbox.conditions$wrap_exception.invoke(conditions.clj:132)
at vmfest.manager$destroy.doInvoke(manager.clj:558)
at clojure.lang.RestFn.invoke(RestFn.java:410)
at pallet.compute.vmfest.service$create_node.invoke(service.clj:433)
at pallet.compute.vmfest.service$parallel_create_nodes$iter__16863__16867$fn__16868$fn__16873.invoke(service.clj:555)
at clojure.core$binding_conveyor_fn$fn__3989.invoke(core.clj:1819)
at clojure.lang.AFn.call(AFn.java:18)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Aug 26, 2014 8:16:18 PM clojure.tools.logging$eval378$fn__379 invoke
SEVERE: Start of node exception: throw+: {:message "An error occurred", :log-level :error, :type :exception, :original-message "throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>}", :full-message "An error occurred: throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>}", :cause #<ExceptionInfo clojure.lang.ExceptionInfo: throw+: {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>} {:object {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>, optional-keys nil, message "An exception occurred.", full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)"}}>}
clojure.lang.ExceptionInfo: throw+: {:message "An error occurred", :log-level :error, :type :exception, :original-message "throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>}", :full-message "An error occurred: throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>}", :cause #<ExceptionInfo clojure.lang.ExceptionInfo: throw+: {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>} {:object {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>, optional-keys nil, message "An exception occurred.", full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)"}}>} {:object {:message "An error occurred", :log-level :error, :type :exception, :original-message "throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>}", :full-message "An error occurred: throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>}", :cause #<ExceptionInfo clojure.lang.ExceptionInfo: throw+: {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>} {:object {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>, optional-keys nil, message "An exception occurred.", full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)"}}>}, :environment {exception #<ExceptionInfo clojure.lang.ExceptionInfo: throw+: {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>} {:object {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>, optional-keys nil, message "An exception occurred.", full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)"}}>, optional-keys {:log-level :error, :message "An error occurred"}, message "An error occurred", full-message "An error occurred: throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-web-0-0' while it is locked (0x80bb0007)>}"}}
at vmfest.virtualbox.conditions$wrap_exception.invoke(conditions.clj:132)
at vmfest.manager$destroy.doInvoke(manager.clj:558)
at clojure.lang.RestFn.invoke(RestFn.java:410)
at pallet.compute.vmfest.service$create_node.invoke(service.clj:433)
at pallet.compute.vmfest.service$parallel_create_nodes$iter__16863__16867$fn__16868$fn__16873.invoke(service.clj:555)
at clojure.core$binding_conveyor_fn$fn__3989.invoke(core.clj:1819)
at clojure.lang.AFn.call(AFn.java:18)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Aug 26, 2014 8:16:18 PM clojure.tools.logging$eval378$fn__379 invoke
SEVERE: Start of node exception: throw+: {:message "An error occurred", :log-level :error, :type :exception, :original-message "throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>}", :full-message "An error occurred: throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>}", :cause #<ExceptionInfo clojure.lang.ExceptionInfo: throw+: {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>} {:object {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>, optional-keys nil, message "An exception occurred.", full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)"}}>}
clojure.lang.ExceptionInfo: throw+: {:message "An error occurred", :log-level :error, :type :exception, :original-message "throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>}", :full-message "An error occurred: throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>}", :cause #<ExceptionInfo clojure.lang.ExceptionInfo: throw+: {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>} {:object {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>, optional-keys nil, message "An exception occurred.", full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)"}}>} {:object {:message "An error occurred", :log-level :error, :type :exception, :original-message "throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>}", :full-message "An error occurred: throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>}", :cause #<ExceptionInfo clojure.lang.ExceptionInfo: throw+: {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>} {:object {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>, optional-keys nil, message "An exception occurred.", full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)"}}>}, :environment {exception #<ExceptionInfo clojure.lang.ExceptionInfo: throw+: {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>} {:object {:full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>}, :environment {exception #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>, optional-keys nil, message "An exception occurred.", full-message "An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)"}}>, optional-keys {:log-level :error, :message "An error occurred"}, message "An error occurred", full-message "An error occurred: throw+: {:full-message \"An exception occurred.: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)\", :cause #<VBoxException org.virtualbox_4_3.VBoxException: VirtualBox error: rc=0x80bb0007 Cannot unregister the machine 'local-storm-0-0' while it is locked (0x80bb0007)>}"}}
at vmfest.virtualbox.conditions$wrap_exception.invoke(conditions.clj:132)
at vmfest.manager$destroy.doInvoke(manager.clj:558)
at clojure.lang.RestFn.invoke(RestFn.java:410)
at pallet.compute.vmfest.service$create_node.invoke(service.clj:433)
at pallet.compute.vmfest.service$parallel_create_nodes$iter__16863__16867$fn__16868$fn__16873.invoke(service.clj:555)
at clojure.core$binding_conveyor_fn$fn__3989.invoke(core.clj:1819)
at clojure.lang.AFn.call(AFn.java:18)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:744)
Possible Solution
remove vbox - http://stackoverflow.com/a/13782850/432903
## 1. Close Virtualbox if running
## 2.
sudo apt-get remove --purge virtualbox
sudo apt-get remove virtualbox-\*
sudo apt-get purge virtualbox-\*
## 3.
rm -r ~/.VirtualBox && rm - r ~/VirtualBox\ VMs/. ## If you're not sure, back them up to a safe place.
## 4.
sudo reboot
##5. Reinstall virtualbox.
sudo dpkg --install /packup/repo.softwares/virtualbox-4.3_4.3.12-93733~Ubuntu~raring_amd64.deb
##6. Use virtualbox/vagrant as normal.
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
| Sep 07, 2014 12:02:12 AM clojure.tools.logging$eval378$fn__379 invoke | |
| SEVERE: SSH Error | |
| com.jcraft.jsch.JSchException: channel is not opened. | |
| at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:670) | |
| at com.jcraft.jsch.Channel.connect(Channel.java:151) | |
| at com.jcraft.jsch.Channel.connect(Channel.java:145) | |
| at clj_ssh.ssh$connect_channel.invoke(ssh.clj:361) | |
| at clj_ssh.ssh$ssh_exec.invoke(ssh.clj:515) | |
| at clj_ssh.ssh$ssh.invoke(ssh.clj:550) | |
| at pallet.ssh.transport$exec.invoke(transport.clj:287) | |
| at pallet.transport.ssh.SshTransportState.exec(ssh.clj:35) | |
| at pallet.ssh.execute$ssh_script_on_target$fn__8292.invoke(execute.clj:181) | |
| at pallet.ssh.execute$with_connection_STAR_.invoke(execute.clj:96) | |
| at pallet.ssh.execute$ssh_script_on_target.invoke(execute.clj:131) | |
| at pallet.executors$default_executor.invoke(executors.clj:60) | |
| at pallet.action_plan$execute_action_map.invoke(action_plan.clj:598) | |
| at pallet.action_plan$execute$exec_action__4315$execute_with_error_check__4316.invoke(action_plan.clj:672) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at pallet.action_plan$map_action_f.invoke(action_plan.clj:541) | |
| at pallet.action_plan$execute.invoke(action_plan.clj:675) | |
| at pallet.core.api$execute_action_plan_STAR_.invoke(api.clj:179) | |
| at pallet.core.api$eval10825$fn__10827.invoke(api.clj:199) | |
| at clojure.lang.MultiFn.invoke(MultiFn.java:205) | |
| at clojure.lang.AFn.applyToHelper(AFn.java:193) | |
| at clojure.lang.AFn.applyTo(AFn.java:151) | |
| at clojure.core$apply.invoke(core.clj:607) | |
| at clojure.core$partial$fn__4076.doInvoke(core.clj:2349) | |
| at clojure.lang.RestFn.invoke(RestFn.java:397) | |
| at pallet.core.primitives$async_fsm$run_async__10951$async_fsm__10952.invoke(primitives.clj:42) | |
| at pallet.algo.fsmop$report_exceptions$report_exceptions__1337.invoke(fsmop.clj:64) | |
| at clojure.lang.AFn.call(AFn.java:18) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:262) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
| at java.lang.Thread.run(Thread.java:744) | |
| Sep 07, 2014 12:02:33 AM clojure.tools.logging$eval378$fn__379 invoke | |
| SEVERE: Exception in execute-action-map | |
| com.jcraft.jsch.JSchException: channel is not opened. | |
| at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:670) | |
| at com.jcraft.jsch.Channel.connect(Channel.java:151) | |
| at com.jcraft.jsch.Channel.connect(Channel.java:145) | |
| at clj_ssh.ssh$connect_channel.invoke(ssh.clj:361) | |
| at clj_ssh.ssh$ssh_exec.invoke(ssh.clj:515) | |
| at clj_ssh.ssh$ssh.invoke(ssh.clj:550) | |
| at pallet.ssh.transport$exec.invoke(transport.clj:287) | |
| at pallet.transport.ssh.SshTransportState.exec(ssh.clj:35) | |
| at pallet.ssh.execute$ssh_script_on_target$fn__8292.invoke(execute.clj:181) | |
| at pallet.ssh.execute$with_connection_STAR_.invoke(execute.clj:96) | |
| at pallet.ssh.execute$ssh_script_on_target.invoke(execute.clj:131) | |
| at pallet.executors$default_executor.invoke(executors.clj:60) | |
| at pallet.action_plan$execute_action_map.invoke(action_plan.clj:598) | |
| at pallet.action_plan$execute$exec_action__4315$execute_with_error_check__4316.invoke(action_plan.clj:672) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at pallet.action_plan$map_action_f.invoke(action_plan.clj:541) | |
| at pallet.action_plan$execute.invoke(action_plan.clj:675) | |
| at pallet.core.api$execute_action_plan_STAR_.invoke(api.clj:179) | |
| at pallet.core.api$eval10825$fn__10827.invoke(api.clj:199) | |
| at clojure.lang.MultiFn.invoke(MultiFn.java:205) | |
| at clojure.lang.AFn.applyToHelper(AFn.java:193) | |
| at clojure.lang.AFn.applyTo(AFn.java:151) | |
| at clojure.core$apply.invoke(core.clj:607) | |
| at clojure.core$partial$fn__4076.doInvoke(core.clj:2349) | |
| at clojure.lang.RestFn.invoke(RestFn.java:397) | |
| at pallet.core.primitives$async_fsm$run_async__10951$async_fsm__10952.invoke(primitives.clj:42) | |
| at pallet.algo.fsmop$report_exceptions$report_exceptions__1337.invoke(fsmop.clj:64) | |
| at clojure.lang.AFn.call(AFn.java:18) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:262) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
| at java.lang.Thread.run(Thread.java:744) | |
| Sep 07, 2014 12:03:09 AM clojure.tools.logging$eval378$fn__379 invoke | |
| INFO: 192.168.56.102 22 after-install: remote-file /etc/sv/cassandra/run :content "#! /bin/bash..." | |
| Sep 07, 2014 12:04:09 AM clojure.tools.logging$eval378$fn__379 invoke | |
| SEVERE: SSH Error | |
| com.jcraft.jsch.JSchException: channel is not opened. | |
| at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:670) | |
| at com.jcraft.jsch.Channel.connect(Channel.java:151) | |
| at com.jcraft.jsch.Channel.connect(Channel.java:145) | |
| at clj_ssh.ssh$connect_channel.invoke(ssh.clj:361) | |
| at clj_ssh.ssh$ssh_exec.invoke(ssh.clj:515) | |
| at clj_ssh.ssh$ssh.invoke(ssh.clj:550) | |
| at pallet.ssh.transport$exec.invoke(transport.clj:287) | |
| at pallet.transport.ssh.SshTransportState.exec(ssh.clj:35) | |
| at pallet.ssh.execute$ssh_mktemp.invoke(execute.clj:58) | |
| at pallet.ssh.execute$ssh_script_on_target$fn__8292.invoke(execute.clj:137) | |
| at pallet.ssh.execute$with_connection_STAR_.invoke(execute.clj:96) | |
| at pallet.ssh.execute$ssh_script_on_target.invoke(execute.clj:131) | |
| at pallet.executors$default_executor.invoke(executors.clj:60) | |
| at pallet.action_plan$execute_action_map.invoke(action_plan.clj:598) | |
| at pallet.action_plan$execute$exec_action__4315$execute_with_error_check__4316.invoke(action_plan.clj:672) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at pallet.action_plan$map_action_f.invoke(action_plan.clj:541) | |
| at pallet.action_plan$execute.invoke(action_plan.clj:675) | |
| at pallet.core.api$execute_action_plan_STAR_.invoke(api.clj:179) | |
| at pallet.core.api$eval10825$fn__10827.invoke(api.clj:199) | |
| at clojure.lang.MultiFn.invoke(MultiFn.java:205) | |
| at clojure.lang.AFn.applyToHelper(AFn.java:193) | |
| at clojure.lang.AFn.applyTo(AFn.java:151) | |
| at clojure.core$apply.invoke(core.clj:607) | |
| at clojure.core$partial$fn__4076.doInvoke(core.clj:2349) | |
| at clojure.lang.RestFn.invoke(RestFn.java:397) | |
| at pallet.core.primitives$async_fsm$run_async__10951$async_fsm__10952.invoke(primitives.clj:42) | |
| at pallet.algo.fsmop$report_exceptions$report_exceptions__1337.invoke(fsmop.clj:64) | |
| at clojure.lang.AFn.call(AFn.java:18) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:262) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
| at java.lang.Thread.run(Thread.java:744) | |
| Sep 07, 2014 12:04:10 AM clojure.tools.logging$eval378$fn__379 invoke | |
| SEVERE: Exception in execute-action-map | |
| com.jcraft.jsch.JSchException: channel is not opened. | |
| at com.jcraft.jsch.Channel.sendChannelOpen(Channel.java:670) | |
| at com.jcraft.jsch.Channel.connect(Channel.java:151) | |
| at com.jcraft.jsch.Channel.connect(Channel.java:145) | |
| at clj_ssh.ssh$connect_channel.invoke(ssh.clj:361) | |
| at clj_ssh.ssh$ssh_exec.invoke(ssh.clj:515) | |
| at clj_ssh.ssh$ssh.invoke(ssh.clj:550) | |
| at pallet.ssh.transport$exec.invoke(transport.clj:287) | |
| at pallet.transport.ssh.SshTransportState.exec(ssh.clj:35) | |
| at pallet.ssh.execute$ssh_mktemp.invoke(execute.clj:58) | |
| at pallet.ssh.execute$ssh_script_on_target$fn__8292.invoke(execute.clj:137) | |
| at pallet.ssh.execute$with_connection_STAR_.invoke(execute.clj:96) | |
| at pallet.ssh.execute$ssh_script_on_target.invoke(execute.clj:131) | |
| at pallet.executors$default_executor.invoke(executors.clj:60) | |
| at pallet.action_plan$execute_action_map.invoke(action_plan.clj:598) | |
| at pallet.action_plan$execute$exec_action__4315$execute_with_error_check__4316.invoke(action_plan.clj:672) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:340) | |
| at clojure.algo.monads$fn__958$m_bind_state__963$fn__964.invoke(monads.clj:341) | |
| at pallet.action_plan$map_action_f.invoke(action_plan.clj:541) | |
| at pallet.action_plan$execute.invoke(action_plan.clj:675) | |
| at pallet.core.api$execute_action_plan_STAR_.invoke(api.clj:179) | |
| at pallet.core.api$eval10825$fn__10827.invoke(api.clj:199) | |
| at clojure.lang.MultiFn.invoke(MultiFn.java:205) | |
| at clojure.lang.AFn.applyToHelper(AFn.java:193) | |
| at clojure.lang.AFn.applyTo(AFn.java:151) | |
| at clojure.core$apply.invoke(core.clj:607) | |
| at clojure.core$partial$fn__4076.doInvoke(core.clj:2349) | |
| at clojure.lang.RestFn.invoke(RestFn.java:397) | |
| at pallet.core.primitives$async_fsm$run_async__10951$async_fsm__10952.invoke(primitives.clj:42) | |
| at pallet.algo.fsmop$report_exceptions$report_exceptions__1337.invoke(fsmop.clj:64) | |
| at clojure.lang.AFn.call(AFn.java:18) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:262) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
| at java.lang.Thread.run(Thread.java:744) | |
| Sep 07, 2014 12:04:48 AM clojure.tools.logging$eval378$fn__379 invoke | |
| INFO: 192.168.56.103 #> debian-base--: Create deb (java.clj:34) : SUCCESS | |
| Sep 07, 2014 12:04:49 AM clojure.tools.logging$eval378$fn__379 invoke | |
| INFO: 192.168.56.103 22 debian-base--: |
VBoxManage import ~/prayag.data/workspace.programming/java8/GAP/POET4.0.1.ova
VBoxManage list vms
VBoxManage startvm 485c4eb9-79a3-45de-8dd0-a3fb1aca59a8
VBoxManage controlvm default poweroff
$ VBoxManage list systemproperties
API version: 4_2
Minimum guest RAM size: 4 Megabytes
Maximum guest RAM size: 2097152 Megabytes
Minimum video RAM size: 1 Megabytes
Maximum video RAM size: 256 Megabytes
Minimum guest CPU count: 1
Maximum guest CPU count: 32
Virtual disk limit (info): 2199022206976 Bytes
Maximum Serial Port count: 2
Maximum Parallel Port count: 2
Maximum Boot Position: 4
Maximum PIIX3 Network Adapter count: 8
Maximum ICH9 Network Adapter count: 36
Maximum PIIX3 IDE Controllers: 1
Maximum ICH9 IDE Controllers: 1
Maximum IDE Port count: 2
Maximum Devices per IDE Port: 2
Maximum PIIX3 SATA Controllers: 1
Maximum ICH9 SATA Controllers: 8
Maximum SATA Port count: 30
Maximum Devices per SATA Port: 1
Maximum PIIX3 SCSI Controllers: 1
Maximum ICH9 SCSI Controllers: 8
Maximum SCSI Port count: 16
Maximum Devices per SCSI Port: 1
Maximum SAS PIIX3 Controllers: 1
Maximum SAS ICH9 Controllers: 8
Maximum SAS Port count: 8
Maximum Devices per SAS Port: 1
Maximum PIIX3 Floppy Controllers:1
Maximum ICH9 Floppy Controllers: 1
Maximum Floppy Port count: 1
Maximum Devices per Floppy Port: 2
Default machine folder: /home/prayagupd/VirtualBox VMs
VRDE auth library: VBoxAuth
Webservice auth. library: null
Remote desktop ExtPack:
Log history count: 3
Autostart database path:
Default Guest Additions ISO: /usr/share/virtualbox/VBoxGuestAdditions.iso
get web service auth
echo $(VBoxManage list systemproperties | sed -n 's/Webservice auth. library: *//p')
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Docker