dgzyk / phpvirtualbox

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

SOAP error #701

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
With the last version of VirtualBOx 4.2.14 when I login in phpvirtualbox i get 
the error:

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] => 3ec4bcc0189b634e-0000000000000050
                                        )

                                )

                        )

                )

            [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] => 3267
                    [function] => remote_hostGetDetails
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [vm] => host
                                    [fn] => machineGetDetails
                                )

                        )

                )

            [4] => Array
                (
                    [file] => /usr/local/www/phpvirtualbox/lib/vboxconnector.php
                    [line] => 918
                    [function] => remote_machineGetDetails
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [vm] => host
                                    [fn] => machineGetDetails
                                )

                        )

                )

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

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

                                                        )

                                                    [errors] => Array
                                                        (
                                                        )

                                                    [persist] => Array
                                                        (
                                                        )

                                                    [messages] => Array
                                                        (
                                                        )

                                                )

                                        )

                                )

                        )

                )

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

                            [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] => 
                )

        )

)

With the previous version 4.2.14 of Virtualbox all was ok.

Regards
Franco Ricci

Original issue reported on code.google.com by franco.r...@gmail.com on 2 Jul 2013 at 8:05

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Same here on FreeBSD 9.1-RELEASE-p4. With version 4.2.12 everything was fine. 
Upgrading to VirtualBox 4.2.14 or 4.2.14_1 causes phpvirtualbox to throw the 
same error.

Regards,
Yani Karydis

Original comment by ikary...@gmail.com on 5 Jul 2013 at 11:00

GoogleCodeExporter commented 8 years ago
Hi,
I had the same error on FreeBSD 9.1 with 4.2.14 as well.
All was fine after upgrading to 4.2.16
regards,
Jan

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

GoogleCodeExporter commented 8 years ago
Hi, after last upgrade to virtualbox 4.2.16 all works fine.
Thanks all!!

Bye!

Original comment by franco.r...@uniroma1.it on 8 Jul 2013 at 6:39

GoogleCodeExporter commented 8 years ago

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