[libvirt-users] Anyone knows when is the next release for libvirt java bindings?

2010-11-25 Thread Ravi Pawar
i am waiting for this since long. -- Thanks & Regards Ravi Pawar ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

Re: [libvirt-users] Fwd: undefining and redefining a Domain from libvirt java bindings

2010-10-22 Thread Ravi Pawar
); >dm2.free(); >dm1.free(); // <-- need to free dm1 here too > System.out.println("undefine tt2... done"); > } > > Matthias > > 2010/10/21 Ravi Pawar : > > Thanks Matthias, > > > > can you please have a look at the

Re: [libvirt-users] Fwd: undefining and redefining a Domain from libvirt java bindings

2010-10-20 Thread Ravi Pawar
tthias Bolte: >> >>> 2010/10/12 Matthias Bolte: >>> >>>> 2010/10/12 Ravi Pawar: >>>> >>>>> hi, >>>>> >>>>> i am trying to undefine a domain by using dm.undefine(); >>>>> and then trying to create

[libvirt-users] Fwd: undefining and redefining a Domain from libvirt java bindings

2010-10-12 Thread Ravi Pawar
please let me know where i am going wrong? configuration: libvirt : 0.6.3 Java Bindings: 0.4.2 -- Thanks & Regards Ravi Pawar Test.java Description: Binary data ___ libvirt-users mailing list libvirt-users@redhat.com htt

Re: [libvirt-users] Error while starting the domain "error: monitor socket did not show up.: Connection refused"

2010-10-07 Thread Ravi Pawar
=0x4 -net tap,fd=18,vlan=0,name=hostnet0 -usb -vnc 127.0.0.1:0 -k en-us -vga cirrus -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3 Warning: vlan 0 with no nics Cannot boot from non-existent NIC On Wed, Oct 6, 2010 at 4:43 PM, Papp Tamás wrote: > > On 2010.10.06. 13:06, Ravi Pawar

[libvirt-users] Error while starting the domain "error: monitor socket did not show up.: Connection refused"

2010-10-06 Thread Ravi Pawar
beta. i don't have any clue where i am going wrong in the configuration of the host or configuration of the domain. -- Thanks & Regards Ravi Pawar ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinf

[libvirt-users] Anyone has new libvirt java binding jar, i want the latest one. i dont have the build env at my end.

2010-10-04 Thread Ravi Pawar
-- Thanks & Regards Ravi Pawar ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

[libvirt-users] Anyone knows when is the next release for libvirt java bindings?

2010-09-16 Thread Ravi Pawar
-- Thanks & Regards Ravi Pawar ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

Re: [libvirt-users] is libvirt java binding thread safe?

2010-09-03 Thread Ravi Pawar
on is only > available when the domain is running, therefore the exception is > expected when you call getVcpusInfo on a non-running domain. Also this > has nothing to do with thread-safety. > > If this isn't the exception you're referring to, then please show a > stacktrace of

Re: [libvirt-users] is libvirt java binding thread safe?

2010-09-02 Thread Ravi Pawar
details. On Fri, Sep 3, 2010 at 3:29 AM, Matthias Bolte < matthias.bo...@googlemail.com> wrote: > 2010/9/2 Ravi Pawar : > > please check the java file attached they throws the exception in case of > > passing. > > please let me know if i am missing something. > > &

[libvirt-users] is libvirt java binding thread safe?

2010-09-01 Thread Ravi Pawar
please check the java file attached they throws the exception in case of passing. please let me know if i am missing something. -- Thanks & Regards Ravi Pawar TestMultiThreadingLibvirtWithError.java Description: Binary data Test.java Description: Binary