xxtbg / vboxweb

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

Unable to connect to console #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install
2. Start Webserver
3. Start VM

What is the expected output? What do you see instead?
Console: 
Cannot connect to console

What version of the product are you using? On what operating system?
Latest SVN: Mandriva 2010.0 X86_64

Please provide any additional information below.

Error on bottom of web page:
2010-01-12 12:55:32 Establishing RDP connection to IP 192.168.1.21 on 
port undefined for VM with ID 757ee43b-ddec-45a3-80e3-23cd844649a7

Original issue reported on code.google.com by domat...@gmail.com on 12 Jan 2010 at 6:48

GoogleCodeExporter commented 9 years ago
This is probably the same issue as Issue #37 which contains a workaround

Original comment by mrsbon...@yahoo.com on 6 Apr 2010 at 3:10

GoogleCodeExporter commented 9 years ago
Tried the "fix" listed in #37.

No help.

The apparent error is:

Establishing RDP connection to IP 192.168.1.21 on port undefined for VM with ID
757ee43b-ddec-45a3-80e3-23cd844649a7

Original comment by domat...@gmail.com on 6 Apr 2010 at 9:14

GoogleCodeExporter commented 9 years ago
Me too
Also, the machine we run this on has 2 network cards, and sometimes it selects 
the
wrong one. Can we force it to 127.0.0.1?

Original comment by qbitza@gmail.com on 1 Jun 2010 at 3:01

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago
Hello, there is a bug in the function rdpConnect 
(www/static/js/vboxTabWidget.js). It uses object vboxIVRDPServerImpl for 
getting an address and port for VRPD. The object vboxIVRDPServerImpl has two 
member variables netAddress and ports. The variable netAddress is used 
correctly, but the variable ports is not. The thing is that the function uses 
non-existing variable port (probably typo). The attached patch corrects it.

Original comment by kef...@gmail.com on 24 Sep 2010 at 9:05

Attachments: