Hi,
I'm new to VirtualBox and my requirement is to remotely manage VM's.
I'm trying to use the java SDK to connect via vboxwebsrv.exe. I see a
connection at the web sevice but get the following exception from the
connect command:
reasonText argument for createFault was passed NULL
This is the basic code I am using :
VirtualBoxManager mgr = VirtualBoxManager.createInstance(null);
>
> try {
>
> mgr.connect("http://localhost:18083", "", "");
> }
> catch (VBoxException e) {
>
> return new Error("connect:" + e.getMessage());
> }
>
I appologise if there is a simple/obvious answer to this.
Thanks in advance,
dcod
_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev