Opened 16 years ago
Last modified 8 years ago
#2049 closed defect
VBoxHeadless with "-a" option aborts when restoring state — at Initial Version
| Reported by: | Steve Dodd | Owned by: | |
|---|---|---|---|
| Component: | other | Version: | VirtualBox 1.6.6 |
| Keywords: | vboxheadless restore resume | Cc: | |
| Guest type: | Windows | Host type: | Linux |
Description
I'm running VB 1.6.6 on Ubuntu (this bug happens on both Gutsy and Hardy.)
If I use the -a option to VBoxHeadless to restore a VM with saved state, I get the following error message (and the VM is set to 'aborted' state):
VirtualBox Headless Interface 1.6.6
(C) 2008 Sun Microsystems, Inc.
All rights reserved
[!] FAILED calling vrdpServer->SetNetAddress(Bstr(vrdpAddress)) at line 855!
[!] Primary RC = E_ACCESSDENIED (0x80070005) - Access denied
[!] Full error info present: true , basic error info present: true
[!] Result Code = E_ACCESSDENIED (0x80070005) - Access denied
[!] Text = The machine is not mutable (state is 2)
[!] Component = Machine, Interface: IMachine, {f95c0793-7737-49a1-85d9-6da81097173b}
[!] Callee = IVRDPServer, {ed9d31ae-867f-45fc-b727-6740084d1883}
The command I'm running is
VBoxHeadless -s <VMName> -a 127.0.0.1
It doesn't seem to happen when starting a VM from powered off state. In case it is relevant, I'm saving the VM states with "VBoxManage controlvm VMName savestate".
Note:
See TracTickets
for help on using tickets.

