hi,
I have a virtual machine on linux OS. The application installed on my VM was working fine... but when i try to open VM OS i can't get it open and was getting this error:
Failed to open a session for the virtual machine Hyperion.
The machine 'Hyperion' is already locked for a session (or being unlocked).
Result Code: VBOX_E_INVALID_OBJECT_STATE (0x80BB0007)
Component: MachineWrap
Interface: IMachine {b2547866-a0a1-4391-8b86-6952d82efaa0
I stopped the virtual machine. Now when i try to start my VM i am getting this error:
Could not open the medium '/opt/HypTest.vdi'.
VD: error VERR_FILE_NOT_FOUND opening image file '/opt/HypTest.vdi' (VERR_FILE_NOT_FOUND).
Result Code:
NS_ERROR_FAILURE (0x80004005)
Component:
MediumWrap
Interface:
IMedium {4afe423b-43e0-e9d0-82e8-ceb307940dda}
I checked my whole system for any .vdi file but i can't find it...
My question is.. if HypTest.vdi was missing... how was my server working fine?
Regards