Hi,

Is there any error output?  If so could you post it?  I ran in to a 
couple of issues yesterday (still unresolved) trying to create a machine.

Code:

        String baseFolder =
                mPort.getSystemProperties().getDefaultMachineFolder();
       
        IMachine machine =
                mPort.createMachine( baseFolder, "clone", 
UUID.randomUUID());

Exception:

Exception in thread "main" javax.xml.ws.WebServiceException: 
com.sun.xml.ws.commons.virtualbox.InvalidObjectFaultMsg: VirtualBox 
error: Invalid managed object reference "_this"
        at 
com.sun.xml.ws.commons.virtualbox.IVirtualBox.createMachine(IVirtualBox.java:355)

Is this similar to yours??

-Christian



Jean-Michel Guillaume wrote:
> Hi!!
> I'm trying to open a remote session using web services.
> I use 
> https://jax-ws-commons.dev.java.net/virtualbox/
> and did not manage to open that session...
> Has anybody already succeeded?...
>
>
> _______________________________________________
> vbox-dev mailing list
> [email protected]
> http://vbox.innotek.de/mailman/listinfo/vbox-dev
>   


_______________________________________________
vbox-dev mailing list
[email protected]
http://vbox.innotek.de/mailman/listinfo/vbox-dev

Reply via email to