Unexpected errors in VBoxSVC.log
Posted: 16. Oct 2012, 10:00
While doing some system maintenance, I noticed in Document&Settings\...\.Virtualbox the presence of ten VBoxSVC.log.x files.
I opened the main one (VBoxSVC.log) and found many error messages.
That surprised me, as all my VMs (the "old" pre-VBox4 ones together with the newest VBox4.2 ones) seem to be running well.
So I went for some testing. I launched VBox Manager and then I checked the log file, finding no error messages.
I then started an "old" VM (in saved state) and the following line appeared in the log:
I closed the VM (saving its state) and no new lines appeared.
I started another VM (this time a "new" one, also in saved state) and the log showed a new line which was exactly the same as the previous one.
The same happened with any other VM.
When I closed VBox Manager, the log showed many new lines, each referring to a different vdi file and looking like:
I noticed that these lines only refer to "new" rel4+ VMs; there is one line for every vdi file, snapshots included.
I also noticed that the aIID={29989...} code is the same in all these lines, similarly to what happens for the other error lines, where the aIID={2781a...} code is always the same.
I finally looked in another PC with different software (VBox4.1.20+Win2008Server, while I'm using VBox4.2.0+XPx64) and I found similar error messages there too. In both computers VBox and VMs seem to run with no problems.
So my questions are:
I opened the main one (VBoxSVC.log) and found many error messages.
That surprised me, as all my VMs (the "old" pre-VBox4 ones together with the newest VBox4.2 ones) seem to be running well.
So I went for some testing. I launched VBox Manager and then I checked the log file, finding no error messages.
I then started an "old" VM (in saved state) and the following line appeared in the log:
Code: Select all
00:00:42.688000 ERROR [COM]: aRC=VBOX_E_INVALID_VM_STATE (0x80bb0002) aIID={22781af3-1c96-4126-9edf-67a020e0e858} aComponent={Machine} aText={Machine is not locked for session (session state: Unlocked)}, preserve=falseI started another VM (this time a "new" one, also in saved state) and the log showed a new line which was exactly the same as the previous one.
The same happened with any other VM.
When I closed VBox Manager, the log showed many new lines, each referring to a different vdi file and looking like:
Code: Select all
00:09:35.047000 main ERROR [COM]: aRC=VBOX_E_OBJECT_IN_USE (0x80bb000c) aIID={29989373-b111-4654-8493-2e1176cba890} aComponent={Medium} aText={Medium 'C:\VirtualBox_VMs\VMname\VMname.vdi' cannot be closed because it is still attached to 1 virtual machines}, preserve=falseI also noticed that the aIID={29989...} code is the same in all these lines, similarly to what happens for the other error lines, where the aIID={2781a...} code is always the same.
I finally looked in another PC with different software (VBox4.1.20+Win2008Server, while I'm using VBox4.2.0+XPx64) and I found similar error messages there too. In both computers VBox and VMs seem to run with no problems.
So my questions are:
- - Where do these errors come from? What is causing them?
- - Should I worry about them?
- - How can I get rid of them, anyway?