kedzie / VBoxManager

Android VirtualBox Manager
https://market.android.com/details?id=com.kedzie.vbox&feature=search_result
68 stars 21 forks source link

SOAP Error when connecting to second/third VM Host #22

Closed darxtorm closed 8 years ago

darxtorm commented 8 years ago

Hi, I have three VM hosts, running various virtualbox headless iterations on ubuntu 14.04: Host 1: v5.0.4 Host 2: v5.0.10 Host 3: v5.0.14

I can connect to host 1 perfectly well. I am unable to connect to 2 and 3

I run vboxweb-service on all three but I use apache only on host 1 to administer all three: user@jdhost2:~$ sudo netstat -lntp | grep 18083 tcp 0 0 192.168.212.219:18083 0.0.0.0:* LISTEN 1233/vboxwebsrv user@jdhost3:~$ sudo netstat -lntp | grep 18083 tcp 0 0 192.168.212.207:18083 0.0.0.0:* LISTEN 1240/vboxwebsrv

I receive a vague Soap error on attempting to connect to 2 or 3: screenshot_2016-01-26-10-26-05

darxtorm commented 8 years ago

i suspect this may be to do with them being set up for access from host 1 rather than independently, but i'm not sure where to go next... eagerly awaiting your reply

edit: resolution found, this error was thrown when authentication failed due to null username/password, not sure how i have disabled SOAP auth on host 1 tho :|