Page 1 of 1

Virtualbox and phpvirtualbox on debian jessie/sid

Posted: 3. May 2016, 18:46
by JWH
Goodmorning...

I have VirtualBox 4.2.26 and phpvirtualbox installed on debian jessie/sid.
Everything seemed to work, but today I imported some ova and now, even if everything seems to work (just ignoring the error) I am getting the following error:

I tried googling but I was not able to find the solution.

Could you please help me?

Thanks in advance

Code: Select all

SoapFault Object
(
    [message:protected] => VirtualBox error: The object functionality is limited (0x80070005)
    [string:Exception:private] => 
    [code:protected] => 0
    [file:protected] => /var/www/phpvirtualbox-4.2-6/lib/vboxServiceWrappers.php
    [line:protected] => 2015
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/www/phpvirtualbox-4.2-6/lib/vboxServiceWrappers.php
                    [line] => 2015
                    [function] => __soapCall
                    [class] => SoapClient
                    [type] => ->
                    [args] => Array
                        (
                            [0] => IMachine_getName
                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [_this] => 515c5fdb4248fef0-000000000000196b
                                        )

                                )

                        )

                )

            [1] => Array
                (
                    [file] => /var/www/phpvirtualbox-4.2-6/lib/vboxServiceWrappers.php
                    [line] => 54
                    [function] => getName
                    [class] => IMachine
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [2] => Array
                (
                    [file] => /var/www/phpvirtualbox-4.2-6/lib/vboxconnector.php
                    [line] => 2690
                    [function] => __get
                    [class] => VBox_ManagedObject
                    [type] => ->
                    [args] => Array
                        (
                            [0] => name
                        )

                )

            [3] => Array
                (
                    [file] => /var/www/phpvirtualbox-4.2-6/lib/vboxconnector.php
                    [line] => 3274
                    [function] => remote_hostGetNetworking
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [vm] => host
                                    [fn] => machineGetDetails
                                )

                        )

                )

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

                        )

                )

            [5] => Array
                (
                    [file] => /var/www/phpvirtualbox-4.2-6/lib/ajax.php
                    [line] => 309
                    [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] => /var/www/phpvirtualbox-4.2-6/lib/ajax.php
                    [line] => 309
                    [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: The object functionality is limited (0x80070005)
    [faultcode] => SOAP-ENV:Client
    [detail] => stdClass Object
        (
            [RuntimeFault] => stdClass Object
                (
                    [resultCode] => -2147024891
                    [interfaceID] => 22781af3-1c96-4126-9edf-67a020e0e858
                    [component] => Machine
                    [text] => The object functionality is limited
                )

        )

)

Re: Virtualbox and phpvirtualbox on debian jessie/sid

Posted: 3. May 2016, 18:52
by Perryg
Not sure as we don't support phpvirtualbox but I would think they would have a better change of answering this.

Re: Virtualbox and phpvirtualbox on debian jessie/sid

Posted: 3. May 2016, 19:04
by JWH
Thanks a lot...

I will try to ask them

Best Rgds