dgzyk / phpvirtualbox

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

SOAP Errors #699

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Initial Load of phpvirtalbox site

phpvirtualbox 4.2.4_1
virtualbox-ose 4.2.14
virtualbox-ose-kmod 4.2.14
php5 5.4.16
FreeBSD 9.1 RC

The site loads, but given an error every time I click on the 'Host' VM listed, 
when I click on my one running VM the loading icon never goes away, but I see 
while running the vboxwebservice in verbose a bunch of stuff keeps happening 
for some time.

I have run vbowwebservice from the command line and as a daemon as root with 
the same results.

SoapFault Object
(
    [message:protected] => VirtualBox error:  (0x80004005)
    [string:Exception:private] => 
    [code:protected] => 0
    [file:protected] => /usr/local/www/phpvirtualbox/lib/vboxServiceWrappers.php
    [line:protected] => 4071
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /usr/local/www/phpvirtualbox/lib/vboxServiceWrappers.php
                    [line] => 4071
                    [function] => __soapCall
                    [class] => SoapClient
                    [type] => ->
                    [args] => Array
                        (
                            [0] => IHost_getMemorySize
                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [_this] => 47b2842e12081264-000000000000000e
                                        )

                                )

                        )

                )

            [1] => Array
                (
                    [file] => /usr/local/www/phpvirtualbox/lib/vboxServiceWrappers.php
                    [line] => 54
                    [function] => getMemorySize
                    [class] => IHost
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [2] => Array
                (
                    [file] => /usr/local/www/phpvirtualbox/lib/vboxconnector.php
                    [line] => 3141
                    [function] => __get
                    [class] => VBox_ManagedObject
                    [type] => ->
                    [args] => Array
                        (
                            [0] => memorySize
                        )

                )

            [3] => Array
                (
                    [file] => /usr/local/www/phpvirtualbox/lib/vboxconnector.php
                    [line] => 918
                    [function] => remote_hostGetDetails
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [fn] => hostGetDetails
                                )

                        )

                )

            [4] => Array
                (
                    [file] => /usr/local/www/phpvirtualbox/lib/ajax.php
                    [line] => 306
                    [function] => __call
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => hostGetDetails
                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [fn] => hostGetDetails
                                        )

                                    [1] => Array
                                        (
                                            [0] => Array
                                                (
                                                    [data] => Array
                                                        (
                                                            [responseData] => Array
                                                                (
                                                                )

                                                        )

                                                    [errors] => Array
                                                        (
                                                        )

                                                    [persist] => Array
                                                        (
                                                        )

                                                    [messages] => Array
                                                        (
                                                        )

                                                )

                                        )

                                )

                        )

                )

            [5] => Array
                (
                    [file] => /usr/local/www/phpvirtualbox/lib/ajax.php
                    [line] => 306
                    [function] => hostGetDetails
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [fn] => hostGetDetails
                                )

                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [data] => Array
                                                (
                                                    [responseData] => Array
                                                        (
                                                        )

                                                )

                                            [errors] => Array
                                                (
                                                )

                                            [persist] => Array
                                                (
                                                )

                                            [messages] => Array
                                                (
                                                )

                                        )

                                )

                        )

                )

        )

    [previous:Exception:private] => 
    [faultstring] => VirtualBox error:  (0x80004005)
    [faultcode] => SOAP-ENV:Client
    [detail] => stdClass Object
        (
            [RuntimeFault] => stdClass Object
                (
                    [resultCode] => -2147467259
                    [interfaceID] => 00000000-0000-0000-0000-000000000000
                    [component] => 
                    [text] => 
                )

        )

)

Original issue reported on code.google.com by thedispo...@gmail.com on 1 Jul 2013 at 11:38

GoogleCodeExporter commented 8 years ago
Hi,
I had similar problems too going from VB 4.2.10 to 4.2.14 on FreeBSD 9.1
They went away when I upgraded tot VB 4.2.16
see also issue 700 and 701

regards,
Jan

Original comment by jande...@hotmail.com on 6 Jul 2013 at 11:09

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago
That fixed it thank you.

Original comment by thedispo...@gmail.com on 26 Jul 2013 at 8:32