dgzyk / phpvirtualbox

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

Could not connect to host (http://127.0.0.1:18083/) #483

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello! The system of Debian. When I connect an error:

Exception Object
(
    [message:protected] => 
    [string:Exception:private] => 
    [code:protected] => 32
    [file:protected] => /var/virtualbox/lib/vboxconnector.php
    [line:protected] => 111
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/virtualbox/lib/vboxconnector.php
                    [line] => 1821
                    [function] => __vboxwebsrvConnect
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [1] => Array
                (
                    [file] => /var/virtualbox/lib/vboxconnector.php
                    [line] => 218
                    [function] => getMediumsCached
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [fn] => getMediums
                                )

                            [1] => Array
                                (
                                    [data] => 
                                    [errors] => Array
                                        (
                                        )

                                    [persist] => Array
                                        (
                                        )

                                )

                        )

                )

            [2] => Array
                (
                    [file] => /var/virtualbox/lib/ajax.php
                    [line] => 93
                    [function] => __call
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => getMediums
                            [1] => Array
                                (
                                    [0] => Array
                                        (
                                            [fn] => getMediums
                                        )

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

                                                    [persist] => Array
                                                        (
                                                        )

                                                )

                                        )

                                )

                        )

                )

            [3] => Array
                (
                    [file] => /var/virtualbox/lib/ajax.php
                    [line] => 93
                    [function] => getMediums
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                            [0] => Array
                                (
                                    [fn] => getMediums
                                )

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

                                            [persist] => Array
                                                (
                                                )

                                        )

                                )

                        )

                )

        )

    [previous:Exception:private] => 
)

===============
What to Do?

Original issue reported on code.google.com by artem.mo...@gmail.com on 24 Jan 2012 at 10:36

GoogleCodeExporter commented 8 years ago
http://server.artem-moskvin.tk:1598/console.png in console.

Original comment by artem.mo...@gmail.com on 24 Jan 2012 at 10:39

GoogleCodeExporter commented 8 years ago
Hi,

What version of phpVirtualBox and VirtualBox are you using?

Original comment by imooreya...@gmail.com on 24 Jan 2012 at 2:06

GoogleCodeExporter commented 8 years ago
I using last version PVB and latest VB with RDP support.

Original comment by artem.mo...@gmail.com on 24 Jan 2012 at 2:09

GoogleCodeExporter commented 8 years ago
It doesn't look like the latest version of phpvirtualbox. What are the first 
few lines of text in the CHANGELOG.txt file in phpVirtualBox's folder?

Original comment by imooreya...@gmail.com on 24 Jan 2012 at 2:12

GoogleCodeExporter commented 8 years ago
http://server.artem-moskvin.tk:1598/CHANGELOG.txt

May be - 0.5 - 2010-08-10

Original comment by artem.mo...@gmail.com on 24 Jan 2012 at 2:18

GoogleCodeExporter commented 8 years ago
That's a very old version for VirtualBox 3.2. You'll need to use VirtualBox 
4.1.x Compatible --- 4.1-7 release if you are using the latest version of 
VirtualBox.

Original comment by imooreya...@gmail.com on 24 Jan 2012 at 2:29

GoogleCodeExporter commented 8 years ago
I using VB 4.1...

Original comment by artem.mo...@gmail.com on 24 Jan 2012 at 2:34

GoogleCodeExporter commented 8 years ago
http://server.artem-moskvin.tk:1598/CHANGELOG.txt - it is PVB changelog.

Original comment by artem.mo...@gmail.com on 24 Jan 2012 at 2:36

GoogleCodeExporter commented 8 years ago
Maybe that was a bit confusing - you need to use *phpVirtualBox* 4.1-7.

Original comment by imooreya...@gmail.com on 24 Jan 2012 at 2:44

GoogleCodeExporter commented 8 years ago
I'm sorry. I'm from Russia and my English isn't default language.
Where is PVB 4.1-7?

Original comment by artem.mo...@gmail.com on 24 Jan 2012 at 2:46

GoogleCodeExporter commented 8 years ago
I installed latest version of PVB. 
Now:

Exception Object
(
    [message:protected] => Could not connect to host (http://127.0.0.1:18083/)
    [string:Exception:private] => 
    [code:protected] => 64
    [file:protected] => /var/virtualbox/lib/vboxconnector.php
    [line:protected] => 188
    [trace:Exception:private] => Array
        (
            [0] => Array
                (
                    [file] => /var/virtualbox/lib/auth/Builtin.php
                    [line] => 45
                    [function] => connect
                    [class] => vboxconnector
                    [type] => ->
                    [args] => Array
                        (
                        )

                )

            [1] => Array
                (
                    [file] => /var/virtualbox/lib/ajax.php
                    [line] => 119
                    [function] => login
                    [class] => phpvbAuthBuiltin
                    [type] => ->
                    [args] => Array
                        (
                            [0] => artem-moskvin
                            [1] => zasdfropfx77c931
                        )

                )

        )

    [previous:Exception:private] => 
)

Original comment by artem.mo...@gmail.com on 24 Jan 2012 at 3:51

GoogleCodeExporter commented 8 years ago
And now:

looks like we got no XML document (http://127.0.0.1:26/)

Original comment by artem.mo...@gmail.com on 24 Jan 2012 at 3:56

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi,

Change it back to: http://127.0.0.1:18083/ in config.php. Is vboxwebsrv running?

Original comment by imooreya...@gmail.com on 26 Jan 2012 at 1:18

GoogleCodeExporter commented 8 years ago

Original comment by imooreya...@gmail.com on 26 Jan 2012 at 1:19

GoogleCodeExporter commented 8 years ago
Closed due to inactivity.

Original comment by imooreya...@gmail.com on 23 Feb 2012 at 5:18