xxtbg / vboxweb

Automatically exported from code.google.com/p/vboxweb
MIT License
0 stars 0 forks source link

Method GetVRDPServer is not implemented #21

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Log in
2.
3.

What is the expected output? What do you see instead?
No consoles shown, boilerplate menu text in Virtual Machine menu,  as
reported for many other situations, but none I could see mentioned
GetVRDPServer

What version of the product are you using? On what operating system?
svn revision 88, virtualbox 3.008_OSE r53138

Linux mars 2.6.31-14-server #48-Ubuntu SMP Fri Oct 16 15:07:34 UTC 2009
x86_64 GNU/Linux

Please provide any additional information below.

Page: vboxGetUpdates
Opening session for machine: Black Box
[13/Nov/2009:19:09:51] HTTP 
Request Headers:
  REFERER: http://10.64.32.200:8080/
  HOST: 10.64.32.200:8080
  X-REQUESTED-WITH: XMLHttpRequest
  ACCEPT: application/json
  ACCEPT-CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.7
  USER-AGENT: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.1.5)
Gecko/20091109 Ubuntu/9.10 (karmic) Firefox/3.5.5
  CONNECTION: keep-alive
  COOKIE: session_id=6ee1a0d84b43f07ce4bc5902cad7f4ac8b20b5b4
  Remote-Addr: 10.64.32.114
  ACCEPT-LANGUAGE: en-gb,en;q=0.5
  X-PROTOTYPE-VERSION: 1.6.0.3
  ACCEPT-ENCODING: gzip,deflate
  KEEP-ALIVE: 300
[13/Nov/2009:19:09:51] HTTP Traceback (most recent call last):
  File "/home/martian/dl/vboxweb/vboxweb-read-only/cherrypy/_cprequest.py",
line 606, in respond
    cherrypy.response.body = self.handler()
  File
"/home/martian/dl/vboxweb/vboxweb-read-only/cherrypy/_cpdispatch.py", line
25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "VBoxWebSrv.py", line 388, in vboxGetUpdates
    arrJSON.append(jsMachine(self.ctx, machine))
  File "VBoxWebSrv.py", line 169, in __init__
    self.VRDPServer = jsVRDPServer(ctx, machine)
  File "VBoxWebSrv.py", line 111, in __init__
    vrdp = machine.VRDPServer
  File
"/usr/lib/virtualbox/sdk/bindings/xpcom/python/xpcom/client/__init__.py",
line 374, in __getattr__
    return getattr(interface, attr)
  File
"/usr/lib/virtualbox/sdk/bindings/xpcom/python/xpcom/client/__init__.py",
line 460, in __getattr__
    return XPTC_InvokeByIndex(self._comobj_, method_index, args)
Exception: 0x80004001 (Method GetVRDPServer is not implemented)

Original issue reported on code.google.com by marsb...@gmail.com on 13 Nov 2009 at 7:22

GoogleCodeExporter commented 9 years ago
i had the same issue on FreeBSD 8.0. I solved this by loading the kernel modules
vboxnetflt and vboxnetadp with kldload (in that order). see
http://wiki.freebsd.org/VirtualBox

Original comment by kijkbijf...@gmail.com on 29 Nov 2009 at 1:57

GoogleCodeExporter commented 9 years ago
Same Error here:
# uname -a
8.0-STABLE FreeBSD 8.0-STABLE #2: Fri Feb 19 17:42:51 CET 2010

# kldstat
vboxdrv.ko
atapicam.ko
vboxnetflt.ko
vboxnetadp.ko

# pkg_info
python26-2.6.4
py26-simplejson-2.0.9
py26-cherrypy-3.1.2
py26-Genshi-0.5.1_3
virtualbox-ose-3.1.2_1
virtualbox-ose-kmod-3.1.2_1

=> Any Ideas?
=> When will it be fixed?

Original comment by Jakob.Te...@gmail.com on 22 Feb 2010 at 4:23

GoogleCodeExporter commented 9 years ago

Original comment by achim.ha...@gmail.com on 26 Aug 2010 at 2:18