pangzhongliang / phpvirtualbox

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

Ajax Parser Error - #698

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you have just updated phpVirtualBox, don't forget to clear your
browser's cache!!!

Please see the Common Errors and Issues wiki page located at
http://code.google.com/p/phpvirtualbox/wiki/CommonErrors before posting
here.

What steps will reproduce the problem?
1. Occurs every time I try to connect
2.
3.

What is the expected output? What do you see instead?
I expect to connect - instead I get a popup saying 'Ajax Parser Error'. When I 
look at the details I see:

Maximum execution time of 30 seconds exceeded in ...lib\vboxServiceWrappers.php

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

phpvirtualbox-4.2-4
virtualbox-4.2.14
php 5.4.4
Windows 7, connecting to VirtualBox-4.2.14 running on OL6U4

Please provide any additional information below.
This was working. I had to update my network (DNS/DHCP) and servers - now its 
broken. I'm at a loss to debug further - the log files don't have anything 
"interesting" in them, so far as I can tell ...

Original issue reported on code.google.com by toby.h.f...@gmail.com on 28 Jun 2013 at 7:23

GoogleCodeExporter commented 8 years ago
Is vboxwebsrv running? What do you have in config.php for $location?

Original comment by imooreya...@gmail.com on 11 Jul 2013 at 5:37

GoogleCodeExporter commented 8 years ago
Closed due to inactivity.

Original comment by imooreya...@gmail.com on 19 Jul 2013 at 2:27

GoogleCodeExporter commented 8 years ago
Apologies - I had to get some other things done, work and professional, so 
wasn't able to respond in a timely manner.

vboxwebsrv is running on all three hosts:
$ for i in 0 1 2; do ssh root@dell-server-$i 'ps -eaf | grep vboxwebsrv'; done
vboxuser  1710     1  0 06:58 ?        00:00:00 /usr/lib/virtualbox/vboxwebsrv 
--background -H dell-server-0 -F /var/log/vboxweb-service.log
root     19610 19607  0 15:11 ?        00:00:00 bash -c ps -eaf | grep 
vboxwebsrv
root     19620 19610  0 15:11 ?        00:00:00 grep vboxwebsrv
vboxuser  1737     1  0 06:56 ?        00:00:00 /usr/lib/virtualbox/vboxwebsrv 
--background -H dell-server-1
root      3228  3226  0 15:09 ?        00:00:00 bash -c ps -eaf | grep 
vboxwebsrv
root      3236  3228  0 15:09 ?        00:00:00 grep vboxwebsrv
vboxuser  1778     1  0 06:56 ?        00:00:00 /usr/lib/virtualbox/vboxwebsrv 
--background -H dell-server-2
root      3339  3336  2 15:09 ?        00:00:00 bash -c ps -eaf | grep 
vboxwebsrv
root      3347  3339  0 15:09 ?        00:00:00 grep vboxwebsrv

config.php attached.

Original comment by toby.h.f...@gmail.com on 22 Jul 2013 at 10:16

Attachments: