Reputation: 227
I was trying to run Oracle Virtualbox Manager but it is not working. I am getting the following error message:
Failed to open a session for the virtual machine Oracle DB Developer VM.
The virtual machine 'Oracle DB Developer VM' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\Ornob\VirtualBox VMs\Oracle DB Developer VM\Logs\VBoxHardening.log'.
Result Code: E_FAIL (0x80004005)
Component: MachineWrap
Interface: IMachine {b2547866-a0a1-4391-8b86-6952d82efaa0}
How do I fix this issue ?
Upvotes: 3
Views: 16804
Reputation: 1
Upvotes: 0
Reputation: 394
FWIW mine was a permission problem (ubuntu box). Looked in /var/log/syslogs and found :
Mar 23 14:54:54 xxxx update-notifier.desktop[2988]: ERROR: AssertionError("cannot parse ProcMaps line: Error: [Errno 13] Permission denied: 'maps'"
...
dlopen("/usr/lib/virtualbox/VBoxRT.so",) failed:
Have a look at permissions in /usr, /usr/lib, /usr/lib/virtualbox These should all be owned by root.root, in my case /usr/lib was owned by another user.
Upvotes: 0
Reputation: 21
I started virtual box in administrator mode, now it's able to start my VM
Upvotes: 2
Reputation: 2698
The error message indicates that the image is inaccessible, this may be due to several reasons but in most cases, the image has been moved to another directory by making a cut paste from the Windows Explorer.
Upvotes: 0