i've installed VirtualBox 4.3.2 on Windows 7 (64 bit) & Linux MAGEIA (64 bit).
VirtualBox extension pack are installed on 2 OS.
On Windows PHPVirtualBox is executed as service using VMS.
I have same behaviour error on the 2 systems.
VirtualBox separately is fully operational.
When i try to open a soap session using PHPVirtualBox, a successfull login still blocked in "Loading" step.
After a long timeout, following error message is displayed.
This behaviour is same on Windows & Mageia OS.
Have you any idea that what is the pb?
Thanks in advance for your support.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
But after good id completion, the Soap server seems looping:
"
00:12:59.820028 SQW03 Processing connection from IP=127.0.0.1 socket=220 (2 o
ut of 3 threads idle)
00:13:02.815233 SQPmp Request 78 on socket 220 queued for processing (1 items
on Q)
00:13:02.815233 SQW03 Processing connection from IP=127.0.0.1 socket=220 (2 o
ut of 3 threads idle)
00:13:05.826038 SQPmp Request 79 on socket 220 queued for processing (1 items
on Q)
00:13:05.826038 SQW03 Processing connection from IP=127.0.0.1 socket=220 (2 o
ut of 3 threads idle)
00:13:08.852444 SQPmp Request 80 on socket 220 queued for processing (1 items
on Q)
00:13:08.852444 SQW03 Processing connection from IP=127.0.0.1 socket=220 (2 o
ut of 3 threads idle)"
I try to copy past error message.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Here error 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.
(EventListener watchdog failure)"
Then service runing and config.php only modified with correct login/pass pair values...
Last edit: OpenWolf 2013-11-27
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
On Windows,
upgraded on last version of PHPvirtualBox, i still have the same behaviour.
Using direct VirtualBox tools all is OK
Using PHPvirutalBox (less authentication), vboxwebsrv runing, i have this type of logs:
vboxwebsrv 00:10:42.461082 SQW01 Processing connection from IP=127.0.0.1
socket=380 (4 out of 5 threads idle)
00:10:45.447961 SQPmp Request 243 on socket 380 queued for processing (1 item
s on Q)
00:10:45.450961 SQW01 Processing connection from IP=127.0.0.1 socket=380 (4 o
ut of 5 threads idle)
PHPvirtualbox GUI webpage still blocked on "Loading" leting me to see VirtualBox management intereface, with added VMs.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If I uncomment that line and the next from /panes/tabs.html it works again.
Update3:
I can no longer reproduce the issue. I suspect the clearing of the firefox cache resolved the issue by cleaning out old content from the phpVirtualBox 4.0 I had used before upgrading to 4.3.1.
Last edit: Kender 2014-02-11
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
i've installed VirtualBox 4.3.2 on Windows 7 (64 bit) & Linux MAGEIA (64 bit).
VirtualBox extension pack are installed on 2 OS.
On Windows PHPVirtualBox is executed as service using VMS.
I have same behaviour error on the 2 systems.
VirtualBox separately is fully operational.
When i try to open a soap session using PHPVirtualBox, a successfull login still blocked in "Loading" step.
After a long timeout, following error message is displayed.
This behaviour is same on Windows & Mageia OS.
Have you any idea that what is the pb?
Thanks in advance for your support.
Hello,
What is the error message? Is vboxwebsrv running as described here: https://sourceforge.net/p/phpvirtualbox/wiki/Home/#windows ?
Yep the service is executed
But after good id completion, the Soap server seems looping:
"
00:12:59.820028 SQW03 Processing connection from IP=127.0.0.1 socket=220 (2 o
ut of 3 threads idle)
00:13:02.815233 SQPmp Request 78 on socket 220 queued for processing (1 items
on Q)
00:13:02.815233 SQW03 Processing connection from IP=127.0.0.1 socket=220 (2 o
ut of 3 threads idle)
00:13:05.826038 SQPmp Request 79 on socket 220 queued for processing (1 items
on Q)
00:13:05.826038 SQW03 Processing connection from IP=127.0.0.1 socket=220 (2 o
ut of 3 threads idle)
00:13:08.852444 SQPmp Request 80 on socket 220 queued for processing (1 items
on Q)
00:13:08.852444 SQW03 Processing connection from IP=127.0.0.1 socket=220 (2 o
ut of 3 threads idle)"
I try to copy past error message.
Here error 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.
(EventListener watchdog failure)"
Then service runing and config.php only modified with correct login/pass pair values...
Last edit: OpenWolf 2013-11-27
Are you using the same web browser to access both systems?
Internet Explorer / FireFox Chrome on Windows
Update: On Linux all is now ok
On Windows,
upgraded on last version of PHPvirtualBox, i still have the same behaviour.
Using direct VirtualBox tools all is OK
Using PHPvirutalBox (less authentication), vboxwebsrv runing, i have this type of logs:
vboxwebsrv 00:10:42.461082 SQW01 Processing connection from IP=127.0.0.1
socket=380 (4 out of 5 threads idle)
00:10:45.447961 SQPmp Request 243 on socket 380 queued for processing (1 item
s on Q)
00:10:45.450961 SQW01 Processing connection from IP=127.0.0.1 socket=380 (4 o
ut of 5 threads idle)
PHPvirtualbox GUI webpage still blocked on "Loading" leting me to see VirtualBox management intereface, with added VMs.
I'm having the same problem.
After login the page stays empty except for the "Loading" icon and message.
These are the browser POST requests to ajax.php and the responses from the application:
The last one, getEvents, will keep repeating every few seconds after that.
phpvirtualbox-4.3-1
virtualbox-4.3_4.3.6-91406
Update:
It works okay in Chrome 32 but not in Firefox 27
I'm going to check if any extensions are interfering.
Update2:
In the firebug console:
If I uncomment that line and the next from /panes/tabs.html it works again.
Update3:
I can no longer reproduce the issue. I suspect the clearing of the firefox cache resolved the issue by cleaning out old content from the phpVirtualBox 4.0 I had used before upgrading to 4.3.1.
Last edit: Kender 2014-02-11
The problem was reproduced on Linux first ( under FireFox & Chrome ) but on Windows using Internet ExploDer 8 too.