So i have install VB 4.2.16r86992 and http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-4.2-6.zip
by the first run, i have access to the webinterface, than i like to create a VM.
By create a HDD i receive an error ( sorry i delete the log from this error ... )
but now, i cant login to the webservice again.
phpVirtualBox
There was an error obtaining the list of registered virtual machines from VirtualBox. Make sure vboxwebsrv is running and that the settings in config.php are correct.
The list of virtual machines will not begin auto-refreshing again until this page is reloaded.
(General communication failure)
OK
Can u help me by this problem please?
Last edit: Ian Moore 2013-08-20
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hmm interresting.
On Google Chrome ( my standard Browser )
It comes this message:
There was an error obtaining the list of registered virtual machines from VirtualBox. Make sure vboxwebsrv is running and that the settings in config.php are correct.
The list of virtual machines will not begin auto-refreshing again until this page is reloaded.
(General communication failure)
By the Internet Explorer ( v ) i received this errormessage:
There was an error obtaining the list of registered virtual machines from VirtualBox. Make sure vboxwebsrv is running and that the settings in config.php are correct.
The list of virtual machines will not begin auto-refreshing again until this page is reloaded.
(EventListener watchdog failure)
( With Chrome )
After a view trys, i have access to the phpvirtualbox interface.
Now i like to create a new VM, by create the virtualHDDdrive i received following errormessages:
There was an error obtaining the list of registered virtual machines from VirtualBox. Make sure vboxwebsrv is running and that the settings in config.php are correct.
The list of virtual machines will not begin auto-refreshing again until this page is reloaded.
(General communication failure)
config.php
/ Username / Password for system user that runs VirtualBox /
var $username = 'vbox';
var $password = 'XXX';
/ SOAP URL of vboxwebsrv (not phpVirtualBox's URL) /
var $location = 'http://127.0.0.1:18083/';
Last edit: Ian Moore 2013-08-20
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It sounds like some sort of communication problem between the host on which your web server is running and the host on which the web browser is running. Are these on the same, or different hosts?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can i create a VM over the shell, an the same time it was listen by phpvirtualbox?
EG:
Normaly i dont like this was, but i have test this:
su root -c "vboxwebsrv"
and with this users it works o.O
But i can Read wn Write in this path...
vbox@server:/srv/vbox/VirtualBox VMs$ touch test.txt
vbox@server:/srv/vbox/VirtualBox VMs$ ls -l
insgesamt 4
-rw-r--r-- 1 vbox vboxusers 0 21. Aug 21:54 test.txt
drwx------ 2 vbox vboxusers 4096 8. Aug 23:39 Win7
vbox@server:/srv/vbox/VirtualBox VMs$
Last edit: netcrew 2013-08-21
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there, i hope u can help my by this problem.
So i have install VB 4.2.16r86992 and http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-4.2-6.zip
by the first run, i have access to the webinterface, than i like to create a VM.
By create a HDD i receive an error ( sorry i delete the log from this error ... )
but now, i cant login to the webservice again.
phpVirtualBox
There was an error obtaining the list of registered virtual machines from VirtualBox. Make sure vboxwebsrv is running and that the settings in config.php are correct.
The list of virtual machines will not begin auto-refreshing again until this page is reloaded.
(General communication failure)
OK
Can u help me by this problem please?
Last edit: Ian Moore 2013-08-20
It runs on a Admin Account just make sure your Admin account is enabled, thats what worked for me on my Synology Box
Hello,
What web browser are you using?
Hmm interresting.
On Google Chrome ( my standard Browser )
It comes this message:
There was an error obtaining the list of registered virtual machines from VirtualBox. Make sure vboxwebsrv is running and that the settings in config.php are correct.
The list of virtual machines will not begin auto-refreshing again until this page is reloaded.
(General communication failure)
By the Internet Explorer ( v ) i received this errormessage:
There was an error obtaining the list of registered virtual machines from VirtualBox. Make sure vboxwebsrv is running and that the settings in config.php are correct.
The list of virtual machines will not begin auto-refreshing again until this page is reloaded.
(EventListener watchdog failure)
( With Chrome )
After a view trys, i have access to the phpvirtualbox interface.
Now i like to create a new VM, by create the virtualHDDdrive i received following errormessages:
There was an error obtaining the list of registered virtual machines from VirtualBox. Make sure vboxwebsrv is running and that the settings in config.php are correct.
The list of virtual machines will not begin auto-refreshing again until this page is reloaded.
(General communication failure)
config.php
/ Username / Password for system user that runs VirtualBox /
var $username = 'vbox';
var $password = 'XXX';
/ SOAP URL of vboxwebsrv (not phpVirtualBox's URL) /
var $location = 'http://127.0.0.1:18083/';
Last edit: Ian Moore 2013-08-20
Can nobody help me?
Last edit: netcrew 2013-08-18
It sounds like some sort of communication problem between the host on which your web server is running and the host on which the web browser is running. Are these on the same, or different hosts?
The phpvirtualbox runs on my rootserver.
Im connecting over the internet to them.
But why the failure comes everytime, if i like to set a new VDI
http://s7.postimg.org/k008ss4kr/phpvirtualbox_failer.jpg
How can i create a VM over the shell, an the same time it was listen by phpvirtualbox?
EG:
Normaly i dont like this was, but i have test this:
su root -c "vboxwebsrv"
and with this users it works o.O
But i can Read wn Write in this path...
vbox@server:/srv/vbox/VirtualBox VMs$ touch test.txt
vbox@server:/srv/vbox/VirtualBox VMs$ ls -l
insgesamt 4
-rw-r--r-- 1 vbox vboxusers 0 21. Aug 21:54 test.txt
drwx------ 2 vbox vboxusers 4096 8. Aug 23:39 Win7
vbox@server:/srv/vbox/VirtualBox VMs$
Last edit: netcrew 2013-08-21
That's odd. When you run it as the vbox user and you get the error from phpVirtualBox, does vboxwebsrv continue running?
EDIT:
Works with vbox 5 and latest phpvbox5
Last edit: Piepsy 2015-07-29