Displaying 20 results from an estimated 70000 matches similar to: "Can I use libguestfs with Java under windows os?"
2011 May 23
2
How to run the java demo code contained in libguestfs package ???
Hi all,
I would like to use libguestfs to manage the virtual disk images of virtual machines on XenServer, which is a virtualization platform.
When I try to do some test of the Java codes contained in the libguestfs package, the following error promped up:
Exception in thread "main" java.lang.UnsatisfiedLinkError: no guestfs_jni in java.library.path
at
2012 Sep 10
1
java.lang.UnsatisfiedLinkError
hi jones!
i run a java testcase in my new environment(V1.19.35 that was installed by "make install"),
"System.loadLibrary ("guestfs_jni")" leads to :
Exception in thread "main" java.lang.UnsatisfiedLinkError: no libguestfs_jni in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1860)
at java.lang.Runtime.loadLibrary0(Runtime.java:845)
2018 Aug 22
0
Re: [PATCH 4/4] java: Link with gnulib to resolve missing hash_free symbol.
On Wed, Aug 22, 2018 at 12:56:47PM +0200, Pino Toscano wrote:
> On Tuesday, 14 August 2018 15:42:13 CEST Richard W.M. Jones wrote:
> > ---
> > java/Makefile.am | 3 ++-
> > 1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/java/Makefile.am b/java/Makefile.am
> > index 81c20f266..1bad9a853 100644
> > --- a/java/Makefile.am
> >
2009 Feb 28
2
Using JRI and Java 1.6 on MAC OS X
Dear R-Help,
I am trying to get JRI (the rJava interface allowing Java to connect
to R) to work. I was able to run it a week ago when I was doing some
testing using Java 1.5. However, I am developing a GUI application
using some of the new Java 1.6 features and I just can't get JRI to
work with this setup.
Here is what I get:
Cannot find JRI native library!
Please make sure that the JRI
2011 Jul 20
2
[ANNOUNCE] libguestfs 1.12 released
libguestfs is a library and a set of tools for reading, writing,
managing, inspecting, rescuing and resizing disk images and offline
and live virtual machines.
I'm pleased to announce the release of libguestfs 1.12, the next
stable branch of libguestfs. There are many changes and new features
in this release: please see the notes below.
You can get source from the website:
2012 Oct 02
1
Exception in thread "main" java.lang.UnsatisfiedLinkError: no xapian_jni in java.library.path
Hello
I am trying to use the java binding for xapian .
I am using ubuntu i have compiled the java binding and i got .so and .jar
file in build directory.
i tried to compiled the sample program from eclipse i get this exception
Exception in thread "main" java.lang.UnsatisfiedLinkError: no xapian_jni in
java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
at
2018 Jan 25
0
Re: python 3 bindings on libguestfs
On Thu, Jan 25, 2018 at 01:31:09PM +0000, abinaya.manikandan@wipro.com wrote:
> Hi,
>
> We are trying to build libguestfs RPM package using SPEC file.
This is new information, and good that's how you should be building
libguestfs on RHEL or CentOS.
...
> 4. We could see python-guestfs libraries in below path,
>
> [root@euca-172-31-15-221 site-packages]$ pwd
>
2017 Aug 10
0
Re: libguestfs binaries missing when built from source code
On Thu, Aug 10, 2017 at 04:49:22AM +0000, emlyn.jose@wipro.com wrote:
> Hello Richard!
>
> Ocaml solved my problem. Thank you so much :)
>
> There are many unpackaged ocaml files created outside the BUILDROOT. Will removing them harm the working of the package?
>
> error: Installed (but unpackaged) file(s) found:
> /usr/lib64/ocaml/guestfs/META
>
2008 Aug 21
0
java.lang.UnsatisfiedLinkError: The specified procedure could not be found error message
Dear Members,
I have developed a program which calls clustering libraries from R.
Everything works fine on my laptop. But when I installed the program
on another computer, the program gives me the error message:
Cannot find JRI native library!
Please make sure that the JRI native library is in a directory listed
in java.library.path.
java.lang.UnsatisfiedLinkError: C:\eclipse\lib\rJava\jri.dll:
2015 May 06
0
Re: libguestfs init problem
On Wed, May 06, 2015 at 08:42:09AM +0800, fu lirong wrote:
> (1) make quickcheck
>
> works well ,after the command the terminal shows:
>
> ===== TEST FINISHED OK =====
That's good.
> (2) what your program does ( I executed ./autogen.sh 、 ./configure 、
> make 、 make check as I mentioned before , when I execute make check ,there
> is something wrong and I
2012 May 21
0
[ANNOUNCE] libguestfs 1.18 released - tools for managing virtual machines and disk images
I'm pleased to announce the latest stable release of libguestfs, a
library and a set of tools for reading, writing, managing, inspecting,
rescuing, resizing and aligning disk images, and offline and live
virtual machines. There are many new features and bug fixes in this
release; see the release notes below.
You can get libguestfs 1.18.0 from:
Main website: http://libguestfs.org
Source:
2020 Oct 20
1
Re: question about libguestfs
Hi, Mr. Rich.
I am sorry that I left too little information in the last email because I
edited with my mobile phone.
I wrote about my first question in the following link.
https://rwmj.wordpress.com/2010/11/15/libguestfs-inspection-now-lists-windows-apps/
2nd. Question
After I call the mount_local() function in guestfs.py to operate on a disk,
I hope to umount it. After calling the
2009 Jul 23
1
ANNOUNCE: libguestfs 1.0.64 released
I'm pleased to announce the release of libguestfs 1.0.64, the library
for accessing and modifying virtual machine disk images.
Homepage: http://libguestfs.org/
Downloads: http://libguestfs.org/download/
Git repo: http://git.et.redhat.com/?p=libguestfs.git
Fedora builds: http://koji.fedoraproject.org/koji/packageinfo?packageID=8391
NOTE at present there is a bug in qemu's
2017 Mar 03
1
Re: [PATCH 01/11] java: link libguestfs_jni against libutils
On Fri, Mar 03, 2017 at 03:32:55PM +0100, Pino Toscano wrote:
> The JNI library uses CLEANUP_FREE macros, whose functions are built in
> the internal libutils. Currently, trying to use functions that use
> CLEANUP_FREE variables will cause the java execution to stop with a
> symbol lookup error (for guestfs_int_cleanup_free).
[comment only]
I wonder why our tests didn't pick this
2019 Jul 08
0
Re: Questions on libguestfs-java
On Mon, Jul 08, 2019 at 01:54:16PM +0300, Arik Hadas wrote:
> Hi,
>
> When using the libguestfs-java bindings, java.library.path should point to
> the place the JNI stuff resides in. In [1] it was suggested to set it
> to /usr/local/lib
> but apparently, it is deployed elsewhere in other distributions, right? so
> I wonder what is the recommended way of setting it in a Java
2016 Apr 07
0
Re: Help: Is it possible to use libguestfs in Xen guest OS
On Thu, Apr 07, 2016 at 10:12:07PM +0800, Baochuan Wu wrote:
> Hi All,
>
> I installed CentOS 7 as Xen Guest OS(DomU OS), I wonder if it is possible
> to use libguestfs in this CentOS 7 VM? libguestfs-test-tools reports error:
[...]
> Original error from libvirt: internal error: process exited while
> connecting to monitor: Cannot set up guest memory 'pc.ram': Cannot
2006 Dec 19
1
64-bit Java?
Hi folks,
Stupid question time, possibly only tangentially related to CentOS,
and I apoligise in advance.
I have a bunch of CentOS 64-bit boxes, and I have developers who want
to run eclipse on these boxes. So I have downloaded the 64-bit
bundle of eclipse, installed the java from java.sun.com, and the
result is that Eclipse won't run. It chugges away and then reports:
$
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
2012 Nov 10
1
The road to libguestfs 1.20
I've got some bad news: libvirt remote support is probably not going
to make libguestfs 1.20. John Eckersberg is diligently working on
this, but I don't want to hold up the release of the next stable
libguestfs for this, particularly since it needs dependent changes in
libvirt.
The last stable branch of libguestfs (1.18) happened in the middle of
May. That's 7 months ago, making
2016 Jun 09
0
Java Application on 64bit Windows
Hi,
I am trying to develop a Java application with libvirt 0.5.1. I am trying this on Windows7 64bit. I downladed libvirt-0.5.1.jar and jna.jar files and added them to the Buildpath. Then I installed VirtViewer for windows 64 bit and copied dll files.
In my application if i only use System.setProperty("jna.library.path", PATH_TO_DLL); then i see "UnsatisfiedLinkError: Unable to