Displaying 20 results from an estimated 6000 matches similar to: "is libvirt java binding thread safe?"
2010 Oct 12
2
Fwd: undefining and redefining a Domain from libvirt java bindings
hi,
i am trying to undefine a domain by using dm.undefine();
and then trying to create one with same name is giving me error saying
'Domain not found: no domain with matching uuid
'aeae9d4e-17cb-b661-a612-88ac677c28c1'
i have attached my test program which reproduces the issue.
please let me know where i am going wrong?
configuration: libvirt : 0.6.3
Java
2010 Sep 09
1
Remote access form windows - Java bindings
Hi
I am developing tool to collect information on XenServer which is on Opensuse 11. I am using libvirt-0.4.6.jar and and jna-3.2.4 jar files.
I tried to connect from Remote system(Windows) to server, but could not get the connection object.
Any configuration needs to be done for remote access ?
conn = new Connect("xen+tcp://192.168.10.22/");
it shows the exception
Exception in
Anyone has new libvirt java binding jar, i want the latest one. i dont have the build env at my end.
2010 Oct 04
1
Anyone has new libvirt java binding jar, i want the latest one. i dont have the build env at my end.
--
Thanks & Regards
Ravi Pawar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20101004/7754d9d9/attachment.htm>
2010 Jun 17
1
java.lang.UnsatisfiedLinkError: jnidispatch (/com/sun/jna/linux-i386/libjnidispatch.so) not found in resource path
Hi everybody,
I'm trying to run the sample of the site, but is not working. In fact,
already includes jna.jar in my class path, see.
What can it be?
--
Rafael Braga
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20100617/5c8e1120/attachment.htm>
-------------- next part --------------
A
2013 Apr 29
1
Java client error on Windows 7 64 bit for Libvirt on KVM
Hi,
I need some help in building a Java client on Windows 7 64 bit plaftorm to manage a KVM using the libvirt APIs. Using the instructions at http://libvirt.org/java.html, i was able to build libvirt.jar. My understanding is that libvirt.jar uses JNA to call libvirt's native windows library. I tried using the libvirt dlls in the experimental Windows installation package mentioned in
2007 Jan 11
2
Account is not authorized to log in from this station
Hello All,
When I try to connect to the samba installed linux machine from windows
I get the message "Account is not authorized to log in from this
station".
I have made three entries(user name and password) in the smbpasswd file.
But if I log in the windows machine using these user names and passwords
I get the message "Account is not authorized to log in from this
station".
2017 Aug 31
2
tsan_interface_java.h; any users? reviving https://github.com/google/java-thread-sanitizer?
>
> On Aug 30, 2017, at 12:51 AM, Jiri Danek via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> I found https://github.com/google/java-thread-sanitizer, which seems to
> be now abandoned. It used to work with ThreadSanitizer v1. Has anybody ever
> tried to make it work with the current ThreadSanitizer?
>
> I gave it a try and bending java-thread-sanitizer to my
2011 Mar 14
1
Beware! Newbie is in town
Hello everyone,
I'm working on Ubuntu 10.10, installed libvirt and created a project in
Netbeans, I included jna.jar and libvirt-0.4.7.jar. And guess what, I get
the exception below when I'm trying to run test.java which connects to
test:///default.
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load
library 'virt': libvirt.so: cannot open shared
2017 Aug 30
2
tsan_interface_java.h; any users? reviving https://github.com/google/java-thread-sanitizer?
Hello,
I've been looking at ThreadSanitizer in
https://github.com/llvm-mirror/compiler-rt and I noticed some Java-related
files. Is there a version of ThreadSanitizer build on top of that, which I
could use to sanitize my Java programs? I could not find any.
I found https://github.com/google/java-thread-sanitizer, which seems to be
now abandoned. It used to work with ThreadSanitizer v1. Has
2002 Sep 06
1
"delete list" parameter
Hi,
Samba has the "read list" and "write list" parameters in smb.conf.
I'm looking for a patch that provides a "delete list" option.
So that only that list of users can delete files or directories
in that share. I know the filesystem doesn't natively have a delete
bit, but couldn't it be done on the samba level, independant of the
filesystem.
Thanks,
2007 Jan 23
1
login problem with domain users
Hi all,
I am using samba 3.0.23d on my linux machine.
This machine is connected in a domain where all other users are using
domain username and password to login.
but with this username and password they are unable to login in samba.
my smb.conf file is like following,
[global]
workgroup = BSIL
server string = Samba testing
encrypt passwords = yes
os level = 20
2005 Jun 03
1
Need Help - Urgent
Hello,
I am a student and some really urgent help.I am using R software and while
creating a grid with eight elements its showing the error and while if i
do it with seven it says that the memory is not sufficient...
here is the line ...with the error....
> Z<-as.matrix(expand.grid(x,y,x,y,t,s,t,s))
Error in rep.int(rep.int(seq(length = nx), rep.int(rep.fac, nx)), orep) :
cannot
2014 Mar 16
2
Contribute in the Xapian project throgh GSoC.
Hi everyone,
My name is Shreedhar Pawar. I am a Software Engineering MS student from
San Jose State University. I have an immense interest in Information
Retrieval and Machine Learning and look forward to contribute Xapian in its
"Ranking project". My previous work includes a research paper(attached
below), though not related to this topic represents my experience in
Programming and
2014 Mar 18
2
Considering Parallel computing for Letor
Hi everyone,
My name is Shreedhar Pawar. I have already introduced myself on
Xapian-discuss...
I feel that the Xapian Search/Letor Algorithm, can speed up using
Parallel computing. Techniques like Map-reduce, 'compact n split', radix
sort, scan, parallel hashing n much more can be used to speed up the
learning algorithms as well as the search... support vector machines in
the Letor
2011 Oct 26
1
how to setup libvirt with java bindings for use
Hi,
I would like to use libvirt to manipulate virtual machines of different
types (KVM, ESXi etc.)
I added dependencies to my project the libvirt and jna jars.
trying to execute your example code I am getting a run time exception saying
the library cann't be found.
it an actual libvirt c library is also required, and needs to be compiled
separately?
can you please write down all needed steps
2010 Nov 14
2
java binding and virtualbox-ose
I'm trying to connect to vbox hypervisor on an Ubuntu 10.04 machine
through libvirt java binding (libvirt-java-0.4.6) by simply invoking:
Connect conn = new Connect("vbox:///session", false);
but I got this exception:
libvir: warning : Failed to find the interface: Is the daemon running ?
libvir: Remote error : unable to connect to
'/var/run/libvirt/libvirt-sock':
2010 Oct 06
1
Error while starting the domain "error: monitor socket did not show up.: Connection refused"
All,
here is my domain xml
<domain type='kvm'>
<name>tests</name>
<uuid>76bc677f-ee5b-ef0b-1d02-72d12785b1d8</uuid>
<memory>524288</memory>
<currentMemory>524288</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='x86_64' machine='pc-0.12'>hvm</type>
<boot
2008 Feb 04
1
Java and Xalan
Hello,
I have some problems running some tools of java in CentOS. Anyone know
where is the problem for this?
> [jv at localhost ~]$ java org.apache.xalan.xslt.Process
> Exception in thread "main" java.lang.NoClassDefFoundError: org.apache.xalan.xslt.Process
> at gnu.java.lang.MainThread.run(libgcj.so.7rh)
> Caused by: java.lang.ClassNotFoundException:
2008 Jan 23
6
JRuby and callbacks?
Hi all,
Any Java/JRuby folks on the list? I''d like to see if we can implement
api.c for JRuby using JNA and see how it handles the callbacks.
I''m not a Java guy, nor do I know JNA, but I''ll take a stab at it if no
one else on the list does.
Here are a couple of useful links:
http://www.infoq.com/news/2007/09/jna-jruby
https://jna.dev.java.net/
Regards,
Dan
This
2015 Oct 14
2
Compiling SAFECode poolalloc in cygwin create different libraries compared to linux.
Hi John,
That worked for me. I am using llvm 3.2 only and following
http://safecode.cs.illinois.edu/docs/Install.html
So for I am able to make inside llvm/projects/poolalloc by doing such
cosmetic changes.
Now, when I tried to make inside llvm/projects/safecode, I see another
error.
kpawar at KPAWAR-LT ~/SAFECode/LLVM_SRC/llvm/projects/safecode
$ /usr/bin/clang -cc1 -triple