Opened 8 years ago
#15783 new defect
VBoxManage: error: Error starting guest session (current status is: starting)
Reported by: | rklehm | Owned by: | |
---|---|---|---|
Component: | VM control | Version: | VirtualBox 5.1.2 |
Keywords: | starting guest session | Cc: | |
Guest type: | Windows | Host type: | Linux |
Description
After upgrade from 5.0.26 to 5.1.2 we can not use our automated run sequences controlled by several VBoxManage guestcontrol <vm> run commands, because some of them are returned with the error message:
VBoxManage: error: Error starting guest session (current status is: starting)
This seems to occur not at the first launch of a guestcontrol command after starting the VM, but at one of the following. For example one of such sequence is:
> VBoxManage snapshot ${VM} restore "${RestoreSnapshot}" > VBoxManage sharedfolder add ${VM} --name RunExecution --hostpath ${HostRunExecutionDirectory}/${BID} --automount > VBoxManage startvm "${VM}" --type headless > VBoxManage guestproperty get "${VM}" "/VirtualBox/GuestInfo/Net/0/V4/IP" > VBoxManage controlvm "${VM}" setvideomodehint 1920 1080 32 > VBoxManage guestcontrol ${VM} run --username ${VmUser} --password ${VmPassword} --wait-stdout -- \ "c:\windows\system32\xcopy.exe" "${RunExecutionDirectory}\\runtime-uitest" "C:\\runtime-uitest\\" /r /y /s /i ('''failed''') > VBoxManage guestcontrol ${VM} run --no-wait-stdout --no-wait-stderr \ --username ${VmUser} --password ${VmPassword} -- "C:\Windows\system32\cmd.exe" /c \ "${RunExecutionDrive} & cd ${RunExecutionDirectory} & ${RunExecutable} /param:dummy=dummy "
Host: openSUSE 13.2 Linux r06268 3.16.7-7-desktop #1 SMP PREEMPT Wed Dec 17 18:00:44 UTC 2014 (762f27a) x86_64 x86_64 x86_64 GNU/Linux VirtualBox-5.1-5.1.2_108956_openSUSE132-1.x86_64 Oracle_VM_VirtualBox_Extension_Pack-5.1.2-108956.vbox-extpack
Guests: Windows 7 Professional SP1 64 Bit Windows Server 2012 R2 Standard Oracle VM VirtualBox Guest Additions 5.1.2
Until solved we downgrade to 5.0.26.
VBox.log