<br>Hi,<br><br>I'm new to VirtualBox and my requirement is to remotely manage VM's.<br><br>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:<br>
<br><span style="font-weight:bold">reasonText argument for createFault was passed NULL<br><br></span>This is the basic code I am using :<span style="font-weight:bold"><br><br></span><blockquote style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">
VirtualBoxManager mgr = VirtualBoxManager.createInstance(null);<br><br>try {<br><br>    mgr.connect("<a href="http://localhost:18083">http://localhost:18083</a>", "", "");<br>}<br>catch (VBoxException e) {<br>
                        <br>    return new Error("connect:" + e.getMessage());<br>}<br></blockquote><br>I appologise if there is a simple/obvious answer to this.<br><br>Thanks in advance,<br><br>dcod<br><br>