VirtualBox 2.1.2 - Failed to create the VirtualBox object!
Posted: 23. Jan 2009, 12:05
Hi,
I just upgraded from virtualbox 2.0.6 to 2.1.2 on Archlinux using the virtualbox_bin package (http://aur.archlinux.org/packages.php?ID=9753).
The installation went through fine, the modules compiled and loaded successfully. However, every VBoxManage command I try, fails with the same error, e.g.:
I removed the existing /etc/vbox and ~/.VirtualBox directories, but I still receive the same error.
I've done a trace as explained somewhere in the VB bug database, using the following commands:
I have the two trace files ready, but I'm unsure where to post them. Should I file a bug for this issue?
Thanks, /ernst
I just upgraded from virtualbox 2.0.6 to 2.1.2 on Archlinux using the virtualbox_bin package (http://aur.archlinux.org/packages.php?ID=9753).
The installation went through fine, the modules compiled and loaded successfully. However, every VBoxManage command I try, fails with the same error, e.g.:
Code: Select all
$ vboxmanage list vms
VirtualBox Command Line Management Interface Version 2.1.2
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
[!] Failed to create the VirtualBox object!
[!] Primary RC = NS_ERROR_ABORT (0x80004004) - Operation aborted
[!] Most likely, the VirtualBox COM server is not running or failed to startI've done a trace as explained somewhere in the VB bug database, using the following commands:
Code: Select all
$ LD_LIBRARY_PATH=. strace -f -F -s1024 -o /tmp/VBoxSVC.log ./VBoxSVC &
$ LD_LIBRARY_PATH=. strace -f -F -s1024 -o /tmp/VBoxManage.log ./VBoxManage list vms
VirtualBox Command Line Management Interface Version 2.1.2
(C) 2005-2009 Sun Microsystems, Inc.
All rights reserved.
process 7148: The last reference on a connection was dropped without closing the connection. This is a bug in an application. See dbus_connection_unref() documentation for details.
Most likely, the application was supposed to call dbus_connection_close(), since this is a private connection.
D-Bus not built with -rdynamic so unable to print a backtrace
upeek: ptrace(PTRACE_PEEKUSER,7189,44,0): No such process
upeek: ptrace(PTRACE_PEEKUSER,7200,44,0): No such process
[!] Failed to create the VirtualBox object!
[!] Primary RC = NS_ERROR_ABORT (0x80004004) - Operation aborted
[!] Most likely, the VirtualBox COM server is not running or failed to start.
[2]+ Done LD_LIBRARY_PATH=. strace -f -F -s1024 -o /tmp/VBoxSVC.log ./VBoxSVCThanks, /ernst