xxtbg / vboxweb

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

No startup and runtime errors but it doesn't work #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is the problem related to VirtualBox itself or to the web frontend (VBox
Web Console)? Note that problems purely related to VirtualBox will be
marked as invalid without further notice since this project is *only* about
VBox Web Console. Instead visit the VirtualBox bug tracker here:

http://www.virtualbox.org/wiki/Bugtracker

Thanks!
--

What steps will reproduce the problem?
1.launch vboxweb with:

su - vbox -c "PYTHONPATH=/usr/share/virtualbox/sdk/bindings/xpcom/python python 
/usr/lib/virtualbox/vboxweb-read-only/VBoxWebSrv.py &"

2.launch browser and point to localhost:8080
3.the browser returns (after some time):

  no page and no errors from any browser. It continuously tryes to load the page and keeps the waiting state.

What is the expected output? What do you see instead?

VBoxWebSrv Platform: linux2
Connection type: local; VirtualBox Version: 3.2.10_OSE
VboxWebSrv binding to 0.0.0.0:8080...
VBoxWebSrv started.

(no further messages from stout and stderr)

What version of the product are you using? On what operating system?

Current release
slackware 13.1

Please provide any additional information below.

Original issue reported on code.google.com by albertot...@gmail.com on 7 Dec 2010 at 7:40

GoogleCodeExporter commented 9 years ago
forgot to report the output of netstat:

tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      
4235/python

Original comment by albertot...@gmail.com on 7 Dec 2010 at 7:43