[vbox-dev] VBoxWeb

Alexey Eremenko al4321 at gmail.com
Tue Apr 21 18:43:32 GMT 2009


On Tue, Apr 14, 2009 at 1:38 PM, Josh Wright <jshwright at gmail.com> wrote:
> http://github.com/JshWright/vboxweb/tree/master
>
> In in interest of trying to start a community project that utilizes
> the VBox SDK, I've started VBoxWeb, a web frontend for VirtualBox on
> Solaris/Linux/Mac (only tested on Linux thus far) hosts using
> cherrypy. Over the past week (with a lot of help from erstazi), it's
> grown into what looks to be a solid launching point for an interesting
> project.
>
> So, download (or clone) it and try. Comments, suggestions, and code
> are all welcome.
>

OK, I was able to install it. But I can't do any actions with it.
Can't start/stop VMs.

I get this on FFox client:
========================================
500 Internal Server Error

The server encountered an unexpected condition which prevented it from
fulfilling the request.

Traceback (most recent call last):
  File "/usr/local/lib/python2.5/site-packages/cherrypy/_cprequest.py",
line 606, in respond
    cherrypy.response.body = self.handler()
  File "/usr/local/lib/python2.5/site-packages/cherrypy/_cpdispatch.py",
line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/root/Linstall/vboxweb/content.py", line 111, in control
    session = self.mgr.getSessionObject(self.vbox)
  File "./vboxweb.py", line 61, in getSessionObject
    return xpcom.components.classes["@virtualbox.org/Session;1"].createInstance()
NameError: global name 'xpcom' is not defined
========================================
Main problem is that I'm not sure if I installed SDK correctly. How to
install VBox SDK ?

-- 
-Alexey Eromenko "Technologov"




More information about the vbox-dev mailing list