HolyDiablo / phpvirtualbox

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

looks like we got no XML document #731

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have taken a look already at 
http://sourceforge.net/p/phpvirtualbox/wiki/Common%20phpVirtualBox%20Errors%20an
d%20Issues/ and it did not solve the problem (changing the $location in 
config.php that is)

I have tried reinstalling virtualbox again but it did not change the error.
Also have checked vboxwebsrv, it is running on the correct port on 127.0.0.1

What steps will reproduce the problem?

This error occurred after an apt-get upgrade. I am not sure what exactly did it

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

Virtual Box 4.3.26 (98988)
virtualbox-4.3.26-98988~Ubuntu~raring amd64
PHP 5.5.9-1ubuntu4.9 (cli) (built: Apr 17 2015 11:44:57)

Please provide any additional information below.

Error after logging into phpVirtualBox:
"looks like we got no XML document"

Details:

SoapFault Object
(
    [message:protected] => looks like we got no XML document
    [string:Exception:private] => 
    [code:protected] => 0
    [file:protected] => /var/www/html/phpvirtualbox/lib/vboxServiceWrappers.php
    [line:protected] => 4499
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/www/html/phpvirtualbox/lib/vboxServiceWrappers.php
                    [line] => 4499
                    [function] => __soapCall
                    [class] => SoapClient
                    [type] => ->
                    [args] => Array
                        (
                            [0] => IHostNetworkInterface_getName
                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [_this] => 7bfe35e909a848ed-00000000000003c3
                                        )

                                )

                        )

                )

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

                )

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

                )

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

                        )

                )

            [4] => Array
                (
                    [file] => /var/www/html/phpvirtualbox/lib/ajax.php
                    [line] => 309
                    [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] => /var/www/html/phpvirtualbox/lib/ajax.php
                    [line] => 309
                    [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] => looks like we got no XML document
    [faultcode] => Client
    [faultcodens] => http://schemas.xmlsoap.org/soap/envelope/
)

Original issue reported on code.google.com by straube....@gmail.com on 29 Apr 2015 at 3:36

GoogleCodeExporter commented 8 years ago
Anyone?... If I missed anything or you need more information then please let me 
know.

Original comment by straube....@gmail.com on 4 May 2015 at 4:57

GoogleCodeExporter commented 8 years ago
I ended up totally uninstalling Virtualbox and reinstalling using apt-get and 
rebuilt the vboxdrv drivers etc... Not ideal but works I guess.

Original comment by straube....@gmail.com on 6 May 2015 at 5:31