Forums

Resolved
0 votes
Hi

After installing VirtualBox from rpm, v 5.2.10
I've configures a user and added it to vboxusers group
The vboxweb-service.service is started

After deploying phpvirtualbox, end configured user/pass of the user that is running vboxweb-service on config.php I get a SOAP error after the using default user/pass (admin/admin)



    Exception Object
(
[message:protected] => SOAP-ERROR: Parsing WSDL: Couldn't load from '/var/www/html/vb/endpoints/lib/vboxwebService-5.2.wsdl' : failed to load external entity "/var/www/html/vb/endpoints/lib/vboxwebService-5.2.wsdl"

[string:Exception:private] =>
[code:protected] => 0
[file:protected] => /var/www/html/vb/endpoints/api.php
[line:protected] => 134
[trace:Exception:private] => Array
(
)

[previous:Exception:private] =>

)


If I disable authentication disable the authentication in config.php I also get an error:

SoapFault Object
(
[message:protected] => SOAP-ERROR: Parsing WSDL: Couldn't load from '/var/www/html/vb/endpoints/lib/vboxwebService-5.2.wsdl' : failed to load external entity "/var/www/html/vb/endpoints/lib/vboxwebService-5.2.wsdl"

[string:Exception:private] =>
[code:protected] => 0
[file:protected] => /var/www/html/vb/endpoints/lib/vboxconnector.php
[line:protected] => 181
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /var/www/html/vb/endpoints/lib/vboxconnector.php
[line] => 181
[function] => SoapClient
[class] => SoapClient
[type] => ->
[args] => Array
(
[0] => /var/www/html/vb/endpoints/lib/vboxwebService-5.2.wsdl
[1] => Array
(
[features] => 5
[cache_wsdl] => 3
[trace] =>
[connection_timeout] => 20
[location] => http://localhost:18083/
)

)

)

[1] => Array
(
[file] => /var/www/html/vb/endpoints/lib/vboxconnector.php
[line] => 376
[function] => connect
[class] => vboxconnector
[type] => ->
[args] => Array
(
)

)

[2] => Array
(
[file] => /var/www/html/vb/endpoints/lib/vboxconnector.php
[line] => 951
[function] => remote_getEvents
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => Array
(
)

)

)

[3] => Array
(
[file] => /var/www/html/vb/endpoints/api.php
[line] => 316
[function] => __call
[class] => vboxconnector
[type] => ->
[args] => Array
(
[0] => getEvents
[1] => Array
(
[0] => Array
(
)

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

)

[errors] => Array
(
)

[persist] => Array
(
)

[messages] => Array
(
)

)

)

)

)

)

)

[previous:Exception:private] =>
[faultstring] => SOAP-ERROR: Parsing WSDL: Couldn't load from '/var/www/html/vb/endpoints/lib/vboxwebService-5.2.wsdl' : failed to load external entity "/var/www/html/vb/endpoints/lib/vboxwebService-5.2.wsdl"

[faultcode] => WSDL
)
Friday, May 04 2018, 09:57 PM
Share this post:
Responses (0)
  • There are no replies here yet.
Your Reply