dgzyk / phpvirtualbox

Automatically exported from code.google.com/p/phpvirtualbox
Other
0 stars 0 forks source link

New Install Error #666

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Cache is CLEAR!

No common errors addressed this problem.

What steps will reproduce the problem?
1. Connecting to phpvirtualbox via any browser

What is the expected output? What do you see instead?
Expected is a login box (or after I disabled authentication to login to the 
main screen).

What I see is, "An error occurred communicating with your vboxwebsrv. No more 
requests will be sent by phpVirtualBox until the error is corrected and this 
page is refreshed. The details of this connection error should be displayed in 
a subsequent dialog box."  This is followed by a cannot connect to host 
statement on the next window

What version of phpVirtualBox, VirtualBox, and PHP are you using? On what
operating system?

I am running phpvirtualbox 4.2-4, virtualbox 4.2.6, PHP 5.4.4-12. Just 
installed Debian Wheezy (just upgraded from squeeze where everything was 
working perfectly including phpvirtualbox..

Please provide any additional information below.

Both attached log files are in txt format.

Thanks for any help!!!

Original issue reported on code.google.com by jeffreym...@gmail.com on 14 Feb 2013 at 2:34

Attachments:

GoogleCodeExporter commented 8 years ago
Anyone need any further information to help troubleshoot this? 

Original comment by jeffreym...@gmail.com on 16 Feb 2013 at 10:23

GoogleCodeExporter commented 8 years ago
I've had this problem and fixed it by using the same IP address in both 
config.php and /etc/default/virtualbox.

Try this:

In /etc/default/virtualbox set:
VBOXWEB_HOST=127.0.0.1

Don't use localhost as that might resolve to the IPv6 address of "::1"

In config.php set:
var $location = 'http://127.0.0.1:18083/';

see if that helps.

Original comment by da...@smaug.co.uk on 17 May 2013 at 3:39

GoogleCodeExporter commented 8 years ago
Open a new issue if you are still having this problem.

Original comment by imooreya...@gmail.com on 11 Jul 2013 at 4:23

GoogleCodeExporter commented 8 years ago
Hallo,

I'm experiencing the same error when trying to access the 
phpvirtualbox-webinterface.
Instead of the login-windows this error-message appears:
"Bei der Kommunikation mit dem vboxwebsrv ist ein Fehler aufgetreten. Bevor 
dieser Fehler nicht behoben wird und diese Seite neu geladen wurde, werden von 
phpVirtualBox keine Anfragen mehr gesendet. Einzelheiten entnehmen Sie der 
folgenden Dialogbox.
" (german)
"An error occurred communicating with your vboxwebsrv. No more requests will be 
sent by phpVirtualBox until the error is corrected and this page is refreshed. 
The details of this connection error should be displayed in a subsequent dialog 
box." (english)

Are there any points where I can try to begin debugging this?

Kind regards,
D0C

Original comment by dockwo...@gmail.com on 6 Oct 2014 at 11:23