The VM session was closed before any attempt to power it on.

Discussions about using Linux guests in VirtualBox.
Post Reply
virtualboxnewbie
Posts: 22
Joined: 25. Aug 2012, 08:23

The VM session was closed before any attempt to power it on.

Post by virtualboxnewbie »

Dear all,

I encountered the following error:

I probably did not wait for the Linux Guest to shutdown, and i dismount the shared disk.

Code: Select all

The VM session was closed before any attempt to power it on.

here's snippers the VBox.log

Code: Select all

06:28:02.279058 Changing the VM state from 'SUSPENDING' to 'SUSPENDED'
06:28:02.279081 Console: Machine state changed to 'Paused'
06:28:02.507773 ERROR [COM]: aRC=VBOX_E_INVALID_VM_STATE (0x80bb0002) aIID={872da645-4a9b-1727-bee2-5585105b9eed} aComponent={ConsoleWrap} aText={Invalid machine state Paused when checking if the guest entered the ACPI mode)}, preserve=false aResultDetail=0
06:28:02.516987 ERROR [COM]: aRC=VBOX_E_INVALID_VM_STATE (0x80bb0002) aIID={872da645-4a9b-1727-bee2-5585105b9eed} aComponent={ConsoleWrap} aText={Invalid machine state Paused when checking if the guest entered the ACPI mode)}, preserve=false aResultDetail=0
06:54:48.042576 Resuming VM execution, reason 'host resume'
06:54:48.046724 Changing the VM state from 'SUSPENDED' to 'RESUMING'
06:54:48.047985 AIOMgr: Endpoint for file 'C:\Users\ch.leng\virtual_machine\virtualbox\ol84-19-rac1\ol84-19-rac1-disk1.vdi' (flags 000c0723) created successfully
06:54:48.049752 AIOMgr: Endpoint for file 'C:\Users\ch.leng\virtual_machine\virtualbox\ol84-19-rac1\ol84-19-rac1_u01.vdi' (flags 000c0723) created successfully
06:54:48.051141 AIOMgr: Endpoint for file 'C:\Users\ch.leng\virtual_machine\virtualbox\19c_rac_shared_disk\database_recovery.vdi' (flags 000c0783) created successfully
06:54:48.052069 NAT: Link down
06:54:48.052308 Changing the VM state from 'RESUMING' to 'RUNNING'
06:54:48.052345 Console: Machine state changed to 'Running'

there's no option for me to discard used state.

VBox.Log zip file is ol84-19-rac1-2021-08-27-22-43-24.zip
VBoxHardening zip file is ol84-19-rac1-2021-08-27-23-02-10_VBoxHardening.zip

many thanks in advance!
Attachments
ol84-19-rac1-2021-08-27-23-02-10_VBoxHardening.zip
VBoxHardening Log
(69.26 KiB) Downloaded 9 times
ol84-19-rac1-2021-08-27-22-43-24.zip
VBox.Log zip file
(38.95 KiB) Downloaded 6 times
Post Reply