similar to: Connection using Java

Displaying 20 results from an estimated 100 matches similar to: "Connection using Java"

2012 Oct 02
0
libvirt Java to connect at the XEN
Hi people, I am new using libvirt for Java I created a class to test my conecction with XEN, but it is throwing a exception that I can't figure out how I solve this. Does anyone knoe how to configure it correctly? I cat use this class from the command line: $ javac -classpath /usr/java/jdk1.6.0_34/bin/libvirt-0.4.9.jar test.java $ java -classpath
2013 Dec 05
1
Using Java bindings to event callback
Hi My test environment : CentOS 6.3 6.4 Ubuntu 13.10 For CentOS 6.4 libvirt-java-0.4.9-1.el6.noarch libvirt-python-0.10.2-29.el6.x86_64 libvirt-client-0.10.2-29.el6.x86_64 libvirt-0.10.2-29.el6.x86_64 I am try to use java bindings to event callback. int register = conn.domainEventRegisterAny(null, 0, cb); But always get the following error message: libvirt: Remote Driver error : adding cb
2011 Jun 03
0
Unable to migrate a vm
Hi! I've attached my code The error I got was: run: Domain:hda2 id 11 running hvm libvir: Domain error : operation virDomainMigrate forbidden for read only access exception FOUR caught:org.libvirt.LibvirtException: operation virDomainMigrate forbidden for read only access level:VIR_ERR_ERROR code:VIR_ERR_OPERATION_DENIED domain:VIR_FROM_DOM hasConn:false hasDom:false hasNet:false
2012 Apr 09
0
virsh works but libvirt-java throws a 'No route to host'
I'm able to connect to my xenserver using virsh like so and I see the VMs. [jdrews at flynx ~]$ virsh -c xenapi://root at 192.168.1.23?no_verify=1 list Enter root's password for 192.168.1.23: Id Name State ---------------------------------------------------- Struct did not contain expected field memory_overhead. Struct did not contain expected field
2020 Apr 24
1
[PATCH nbdkit] golang: Pass Plugin and Connection by reference not value.
For the current set of examples this doesn't matter. This also adds another example where we use the Connection to store data, just to check that actually works. Thanks: James @ purpleidea, Dan Berrangé --- plugins/golang/nbdkit-golang-plugin.pod | 10 +- plugins/golang/Makefile.am | 9 + plugins/golang/examples/disk/disk.go | 168 ++++++++++++++++++
2012 May 08
1
SSH connection timeout
Hi, I am trying to connect to libvirt on KVM host from a remote python client, using the connection string "qemu+ssh://<IP Address>/system" If I setup password less SSH (Public key) between the machines, I am able to proceed with the connection. But If I have not setup the public key authentication, my code hangs trying to connect to libvirt, and there is a prompt for entering
2011 Apr 08
1
Python API - setting client certificate path
Hi there, I'm trying to establish a TLS connection to libvirtd with certificates verification from a python script. My question is quite simple: is it possible to set the client certificate/keyfile path from within a python script? or it has to be in /etc/pki/libvirt/... Thanks in advance for any help Wojciech Gumularz
2013 Jan 08
0
error = Please choose either DHCP or static usage, not both!
Hi everyone, I am trying to create a image using this command and I get this message. Does anyone know which configuration I did wrong? # xen-create-image --hostname=image01 --ip=192.168.188.15 --dir=/home/cloud15/xen --dist=sarge Please choose either DHCP or static usage, not both! Thanks in advance! Felipe -- *-- -- Felipe Oliveira Gutierrez -- Felipe.o.Gutierrez@gmail.com --
2020 Apr 23
2
Re: [PATCH nbdkit v2] Add the ability to write plugins in golang.
On Tue, Apr 21, 2020 at 05:07:43PM +0100, Daniel P. Berrangé wrote: > On Tue, Apr 21, 2020 at 11:44:59AM +0100, Richard W.M. Jones wrote: > > Thanks: Dan Berrangé > > > > XXX UNFINISHED: > > > > - Is using uintptr for the handle a good idea? Plugins must return > > something != 0. In other languages we would allow plugins to > > return an
2013 Jan 25
3
Xen 3 + Eucalyptus 3.1.2
Does anyone know how to install Xen 3 on Ubuntu. Today, apt-get install xen 4.1, but I think Eucalyptus 3.1.2 only work with Xen 3. Thanks Felipe -- *-- -- Felipe Oliveira Gutierrez -- Felipe.o.Gutierrez@gmail.com -- https://sites.google.com/site/lipe82/Home/diaadia* _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
2013 Jan 25
3
Bug on xen-create-image
Hi everyone, I got this error on typing this command xen-create-image. The message say about a bug. # xen-create-image --hostname teste01 General Information -------------------- Hostname : teste01 Distribution : precise Mirror : http://br.archive.ubuntu.com/ubuntu/ Partitions : Image type : sparse Memory size : 128Mb Kernel path :
2005 Oct 10
1
SEM with dichotomous indicators
Hello, I'd like to know if there is a way to fit a Structural equation model with dichotomous indicators (ex: problem with a phone solved/ or not) having effects on a ordinal variable. How I do that using R? Do you have an example with the code in R that you can send to me? Thanks a lot! Renata Estrella UFRJ, Brasil, Rio de Janeiro Renata Leite Estrella Assistente de
2012 Nov 27
3
Xen Cold Migration doesn't work
Hi everyone, I am trying to do a Cold Migration with Xen, Ubuntu 12.04 and virtual machines with Ubuntu 10.04. This is my cfg file to create the VM on the primary node: # cat ubuntu.c cat: ubuntu.c: Arquivo ou diretório não encontrado root@cloud9:/etc/xen# cat ubuntu.cfg name = "ubuntu" memory = 256 disk = [''phy:/dev/vg_datastore/lv_datastore,xvda,w''] vif = [''
2020 Apr 21
2
[PATCH nbdkit v2] Add the ability to write plugins in golang.
Thanks: Dan Berrangé XXX UNFINISHED: - Is using uintptr for the handle a good idea? Plugins must return something != 0. In other languages we would allow plugins to return an arbitrary object here, but this is not possible in golang because of lack of GC roots. - Default can_* methods are hard to implement. Ideally we would be able to test if a user plugin implements a
2012 Dec 11
4
Configuring Xen + DRBD + Corosync + Pacemaker
Hi everyone, I need some help to setup my configuration failover system. My goal is to have a redundance system using Xen + DRBD + Corosync + Pacemaker On Xen I will have one virtual machine. When this computer has network down, I will do a Live migration to the second computer. The first configuration I will need is a crossover cable, won''t I? It is really necessary? Ok, I did it. eth0
2019 Apr 08
0
[PATCH v4 2/7] common: Bundle the libvirt-ocaml library for use by virt-v2v
Add a copy of the libvirt-ocaml library, currently available at: https://libvirt.org/git/?p=libvirt-ocaml.git;a=summary This is a snapshot at commit d3ed8dcf1b0a6a8a855ceecbe0bb97f21e6665e3, which has all the features we need (and that builds fine). It is expected to stay synchronized with upstream, until there is a new upstream release, and it will be widespread enough. --- .gitignore
2001 Jul 27
6
A killer clip
Check this clip (it's small, 373kb) http://www.geocities.com/jdxss/udialwav.zip It left oggenc, lame and MP+ encoders choking in dust. -- Vorbis Xtreme | http://solair.eunet.yu/~aldov/ Ogg Vorbis is the free, open source alternative to MP3 --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a
2015 Aug 15
2
wordpess can't connect to DB but mediawiki can
Hey guys, I'm running both a wordpress site as well as a mediawiki off of the same web servers. The mediawiki site works great! The wordpress site, meh. Not so much. I keep getting the common database connection error: Error establishing a database connection And as far as I can tell the settings between the mediawiki site and the wordpress site are nearly identical. Here's the media
2009 Sep 22
2
[pvops-dom0]Let PV ops guest could handle Machine Check trap
Hi, Jeremy and all This small patch lets pv ops guest handle machine check trap. When non fatal mce error happens, xen will inject vMCE# to the impacted pv ops guest. This patch allows pv ops guest could receive machine check trap and enter its own machine check handler. Thanks & Regards, Criping >From 5efc12fe8214d55e2becc2c4b6ec4a30531d7b60 Mon Sep 17 00:00:00 2001 From: Liping Ke
2003 Aug 13
0
re: two dimentional hierarchical clustering algorithm
Dear Dr. Liaw Andy: I have a few more questions about your heatmap function. actually heatmap is what I am looking for. heatmap(x, Rowv, Colv, distfun = dist, hclustfun = hclust, add.expr, scale=c("row", "column", "none"), na.rm = TRUE, ...) my data is a XNEW, > dim(XNEW) [1] 554 335 554 genes, 335 samples. now I want to use 1-CORR as a distance