Hi, I have executed the following command :- "packer build -only=virtualbox-iso application-server.json"
and I am getting the output :-
virtualbox-iso output will be in this color.
==> virtualbox-iso: exit status 1
==> virtualbox-iso: Downloading or copying Guest additions checksums
virtualbox-iso: Downloading or copying:
http://download.virtualbox.org/virtualbox/5.2.8/SHA256SUMS
==> virtualbox-iso: Downloading or copying Guest additions
virtualbox-iso: Found already downloaded, initial checksum matched, no
download needed:
http://download.virtualbox.org/virtualbox/5.2.8/VBoxGuestAdditions_5.2.8.iso
==> virtualbox-iso: Downloading or copying ISO
virtualbox-iso: Found already downloaded, initial checksum matched, no
download needed:
http://releases.ubuntu.com/trusty/ubuntu-14.04.5-server-amd64.iso
==> virtualbox-iso: Starting HTTP server on port 8031
==> virtualbox-iso: Error configuring VirtualBox to suppress messages:
VBoxManage error: VBoxManage.exe: error: Failed to create the VirtualBox
object!
==> virtualbox-iso: VBoxManage.exe: error: Completely failed to instantiate
CLSID_VirtualBox: CO_E_SERVER_EXEC_FAILURE
==> virtualbox-iso: VBoxManage.exe: error: Details: code
CO_E_SERVER_EXEC_FAILURE (0x80080005), component VirtualBoxClientWrap,
interface IVirtualBoxClient
==> virtualbox-iso: Deleting output directory...
Build 'virtualbox-iso' errored: Error configuring VirtualBox to suppress
messages: VBoxManage error: VBoxManage.exe: error: Failed to create the
VirtualBox object!
VBoxManage.exe: error: Completely failed to instantiate CLSID_VirtualBox:
CO_E_SERVER_EXEC_FAILURE
VBoxManage.exe: error: Details: code CO_E_SERVER_EXEC_FAILURE (0x80080005),
component VirtualBoxClientWrap, interface IVirtualBoxClient
==> Some builds didn't complete successfully and had errors:
--> virtualbox-iso: Error configuring VirtualBox to suppress messages:
VBoxManage error: VBoxManage.exe: error: Failed to create the VirtualBox
object!
VBoxManage.exe: error: Completely failed to instantiate CLSID_VirtualBox:
CO_E_SERVER_EXEC_FAILURE
VBoxManage.exe: error: Details: code CO_E_SERVER_EXEC_FAILURE (0x80080005),
component VirtualBoxClientWrap, interface IVirtualBoxClient
==> Builds finished but no artifacts were created.
Any help regarding this would be appreciated.
Thanks & Regards,
Tushar Batra
--
This mailing list is governed under the HashiCorp Community Guidelines -
https://www.hashicorp.com/community-guidelines.html. Behavior in violation of
those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups
"Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/packer-tool/583c4a24-eaf9-438e-ba74-76727512e337%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
choose-mirror-bin mirror/http/proxy string d-i base-installer/kernel/override-image string linux-server d-i clock-setup/utc boolean true d-i clock-setup/utc-auto boolean true d-i finish-install/reboot_in_progress note d-i grub-installer/only_debian boolean true d-i grub-installer/with_other_os boolean true d-i partman-auto-lvm/guided_size string max d-i partman-auto/choose_recipe select atomic d-i partman-auto/method string lvm d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm boolean true d-i partman-lvm/confirm_nooverwrite boolean true d-i partman-lvm/device_remove_lvm boolean true d-i partman/choose_partition select finish d-i partman/confirm boolean true d-i partman/confirm_nooverwrite boolean true d-i partman/confirm_write_new_label boolean true d-i passwd/user-fullname string vagrant d-i passwd/user-uid string 900 d-i passwd/user-password password vagrant d-i passwd/user-password-again password vagrant d-i passwd/username string vagrant d-i pkgsel/include string openssh-server cryptsetup build-essential libssl-dev libreadline-dev zlib1g-dev linux-source dkms nfs-common d-i pkgsel/install-language-support boolean false d-i pkgsel/update-policy select none d-i pkgsel/upgrade select safe-upgrade d-i time/zone string UTC d-i user-setup/allow-password-weak boolean true d-i user-setup/encrypt-home boolean false tasksel tasksel/first multiselect standard, ubuntu-server
application-server.json
Description: application/json
