Could not connect to host (http://127.0.0.1:18083/
A web-based front-end to VirtualBox written in PHP
Brought to you by:
imoore76
After updating my Synology NAS to the latest version phpvirtualbox doesn't seem to run any longer. I have tried reinstalling but this didn't solve the problem This is the error I keep getting:
Exception Object
(
[message:protected] => Could not connect to host (http://127.0.0.1:18083/)
[string:Exception:private] =>
[code:protected] => 64
[file:protected] => /var/services/web/phpvirtualbox/endpoints/lib/vboxconnector.php
[line:protected] => 220
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /var/services/web/phpvirtualbox/endpoints/lib/vboxconnector.php
[line] => 5252
[function] => connect
[class] => vboxconnector
[type] => ->
[args] => Array
(
)
)
[1] => Array
(
[file] => /var/services/web/phpvirtualbox/endpoints/lib/vboxconnector.php
[line] => 951
[function] => remote_vboxRecentMediaGet
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] =>
)
)
[2] => Array
(
[file] => /var/services/web/phpvirtualbox/endpoints/api.php
[line] => 316
[function] => __call
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => vboxRecentMediaGet
[1] => Array
(
[0] =>
[1] => Array
(
[0] => Array
(
[data] => Array
(
[responseData] => Array
(
)
)
[errors] => Array
(
)
[persist] => Array
(
)
[messages] => Array
(
)
)
)
)
)
)
[3] => Array
(
[file] => /var/services/web/phpvirtualbox/endpoints/api.php
[line] => 316
[function] => vboxRecentMediaGet
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] =>
[1] => Array
(
[0] => Array
(
[data] => Array
(
[responseData] => Array
(
)
)
[errors] => Array
(
)
[persist] => Array
(
)
[messages] => Array
(
)
)
)
)
)
)
[previous:Exception:private] =>
)
Location:http://127.0.0.1:18083/
I have also tried changing 127.0.0.1 to localhost.
My DSM version is DSM 6.0.1-7393 and I'm running a 1815+. Not sure what version I ran before updating. I have installed "VirtualBox_x86_64_5.0.20-106931-1".
I have seen more than a couple of posts concerning this issue. Maybe you have a solution that works?
same problem, on the same server and update.
after last update of DSM to 6.0.1 there was an update for the virtualbox that has this problem