The virtual machine 'red-marklogic-1' terminated unexpectedly during startup with exit code 1 (0x1)

Discussions related to using VirtualBox on Windows hosts.
Post Reply
Anush
Posts: 1
Joined: 10. Aug 2018, 20:55

The virtual machine 'red-marklogic-1' terminated unexpectedly during startup with exit code 1 (0x1)

Post by Anush »

Code: Select all

danvsh@PC0J1 ~
$ cd /cygdrive/c/users/danvsh/git/marklogic-red

danvsh@PC0J1 /cygdrive/c/users/danvsh/git/marklogic-red
$ vagrant up
Loading project red-marklogic..

vm_name=-red-marklogic{i}
vm_version=6.8
ml_version=8
nr_hosts=3
master_memory=2048
master_cpus=2
slave_memory=2048
slave_cpus=2
ml_installer=MarkLogic-RHEL6-8.0-7.2.x86_64.rpm

Using DHCP for Private Network

Bringing machine 'red-marklogic-1' up with 'virtualbox' provider...
Bringing machine 'red-marklogic-2' up with 'virtualbox' provider...
Bringing machine 'red-marklogic-3' up with 'virtualbox' provider...
==> red-marklogic-1: Importing base box 'grtjn/centos-6.8'...
==> red-marklogic-1: Matching MAC address for NAT networking...
==> red-marklogic-1: Checking if box 'grtjn/centos-6.8' is up to date...
==> red-marklogic-1: Setting the name of the VM: red-marklogic-1
==> red-marklogic-1: Clearing any previously set network interfaces...
==> red-marklogic-1: Preparing network interfaces based on configuration...
    red-marklogic-1: Adapter 1: nat
    red-marklogic-1: Adapter 2: hostonly
==> red-marklogic-1: Forwarding ports...
    red-marklogic-1: 22 (guest) => 2222 (host) (adapter 1)
==> red-marklogic-1: Running 'pre-boot' VM customizations...
==> red-marklogic-1: Booting VM...
There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "1070c7dc-e1aa-41aa-a8a3-ca65cad6fdd6", "--type", "headless"]

Stderr: VBoxManage.exe: error: The virtual machine 'red-marklogic-1' has terminated unexpectedly during startup with exit code 1 (0x1).  More details may be available in 'C:\Users\danvsh\VirtualBox VMs\red-marklogic-1\Logs\VBoxHardening.log'
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface IMachine

danvsh@PC0J1 /cygdrive/c/users/danvsh/git/red-marklogic
I tried all the methods that are suggested in the forums, Yet no luck.
I am using the latest versions VBox 5.2.16 and Vagrant 2.1.2(Also tried the combination of older versions)
The host OS is Windows 10 Build 16299
Could someone please help me with the error..TIA
Last edited by socratis on 10. Aug 2018, 23:42, edited 1 time in total.
Reason: Enclosed the information in [code] tag for better readability
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: The virtual machine 'red-marklogic-1' terminated unexpectedly during startup with exit code 1 (0

Post by socratis »

Vagrant is a program that relies on VirtualBox but modifies its configuration files in unknown ways to us. It is not supported on these VirtualBox user forums, they have their own Vagrant support channels. If you are having this problem with a standalone version of VirtualBox, then we can continue this discussion.

Having said that, please read really carefully the following FAQ: Diagnosing VirtualBox Hardening Issues for some generic guidelines/ideas. Remember, these are guidelines, not the exact solution, you have to use your judgement as to which program might be responsible...
Anush wrote:More details may be available in 'C:\Users\danvsh\VirtualBox VMs\red-marklogic-1\Logs\VBoxHardening.log'
If you don't find the answer from reading the FAQ, ZIP and attach that log.
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Post Reply