Re: [Users] Logs using syslog

2014-03-27 Thread Ernest Beinrohr

Dn(a 27.03.2014 01:08, Yair Zaslavsky wrote / napísal(a):

Hi Eduardo,
We have an open RFE for that -

https://bugzilla.redhat.com/show_bug.cgi?id=1078738


You could use logstash to ship logs to your central syslog.
--
Ernest Beinrohr, AXON PRO
Ing http://www.beinrohr.sk/ing.php, RHCE 
http://www.beinrohr.sk/rhce.php, RHCVA 
http://www.beinrohr.sk/rhce.php, LPIC 
http://www.beinrohr.sk/lpic.php, VCA http://www.beinrohr.sk/vca.php, 
+421-2--6241-0360 callto://+421-2--6241-0360, +421-903--482-603 
callto://+421-903--482-603

icq:28153343, gtalk: oer...@axonpro.sk, jabber:oer...@jabber.org

For a successful technology, reality must take precedence over public 
relations, for Nature cannot be fooled. Richard Feynman
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Cloud-init for Windows

2014-03-27 Thread Tejesh M
Hi All,

I was doing google to see if i can set Hostname,Password  IP details for
Windows server from RHEV-M. I got to know that we can create VM Payload 
send that to Windows VM (installed with Cloud-init)

Refer this link
http://www.cloudbase.it/cloud-init-for-windows-instances/#comment-9411

Cloud-init expects Meta-data  User-Data file to be sent either via Config
Drive or via HTTP. I'm trying to achive this via ConfigDrive (created using
VM Payload).

But i'm wondering what should be the format of this two files (Meta-data 
User-data). Have any1  tried this? If yes, would request to share sample
for both the files with setting Hostname, Password  IP details.

Java code:

  org.ovirt.engine.sdk.decorators.VM vm1 =  api.getVMs().get(vmName);
  Payloads payloads = new Payloads();
  Payload payload = new Payload();
  payload.setType(cdrom);

  Files payloadFiles = new Files();
  File payloadFile = new File();
  payloadFile.setName(meta-data.txt);
  payloadFile.setContent(hostname:+vmName);
  payloadFiles.getFiles().add(payloadFile);
  payload.setFiles(payloadFiles);
  vm1.setPayloads(payloads);
  Action action = new Action();
  vm1.start(action);

-- 
Thanks  Regards
Tejesh
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Cloud-init for Windows

2014-03-27 Thread Itamar Heim

On 03/27/2014 05:33 AM, Tejesh M wrote:

Hi All,

I was doing google to see if i can set Hostname,Password  IP details
for Windows server from RHEV-M. I got to know that we can create VM
Payload  send that to Windows VM (installed with Cloud-init)

Refer this link
http://www.cloudbase.it/cloud-init-for-windows-instances/#comment-9411

Cloud-init expects Meta-data  User-Data file to be sent either via
Config Drive or via HTTP. I'm trying to achive this via ConfigDrive
(created using VM Payload).


note you can also just pass the full sysprep file as a payload yourself 
via the API, and set all these items in it.




But i'm wondering what should be the format of this two files (Meta-data
 User-data). Have any1  tried this? If yes, would request to share
sample for both the files with setting Hostname, Password  IP details.


just launch a linux VM and check the file we create?



Java code:

   org.ovirt.engine.sdk.decorators.VM vm1 =  api.getVMs().get(vmName);
   Payloads payloads = new Payloads();
   Payload payload = new Payload();
   payload.setType(cdrom);

   Files payloadFiles = new Files();
   File payloadFile = new File();
   payloadFile.setName(meta-data.txt);
   payloadFile.setContent(hostname:+vmName);
   payloadFiles.getFiles().add(payloadFile);
   payload.setFiles(payloadFiles);
   vm1.setPayloads(payloads);
   Action action = new Action();
   vm1.start(action);

--
Thanks  Regards
Tejesh


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Brian Proffitt
The oVirt Project is pleased to announce the general availability of its fifth 
formal release, oVirt 3.4, as of March 27, 2014.

oVirt is an open source alternative to VMware vSphere, and provides an 
excellent KVM management interface for multi-node virtualization. oVirt is 
available now for Fedora 19, Red Hat Enterprise Linux 6.5, and CentOS 6.5 (or 
similar).

New features include:

oVirt 3.4 Release Notes

* Hosted Engine: oVirt 3.4 features hosted engine, which enables oVirt engine 
to be run as a virtual machine (VM) on the host it manages. Hosted engine 
solves the chicken-and-the egg problem for users: the basic challenge of 
deploying and running an oVirt engine inside a VM. This clustered solution 
enables users to configure multiple hosts to run the hosted engine, ensuring 
the engine still runs in the event of any one host failure.

* Enhanced Gluster Support: Gluster Volume Asynchronous Tasks Management 
enables users to re-balance volumes and remove bricks in Gluster 
operations/rebalance and remove bricks in Gluster volumes.

* Preview: PPC64: Engine Support for PPC64 will add PPC64 architecture 
awareness to the ovirt-engine code, which currently makes various assumptions 
based on the x86 architecture. When specifying virtual machine devices, for 
example, what is suitable for x86 architecture may not be for POWER (or may not 
be available yet). VDSM Support for PPC64 introduces the capability of managing 
KVM on IBM POWER processors via oVirt. Administrators will be able to perform 
management functionalities such as adding or activating KVM, creating clusters 
of KVM and performing VM lifecycle management on any IBM POWER host. Migration 
is still a work in progress for KVM on IBM POWER processor.

* Preview: Hot-plug CPUs: oVirt 3.4 adds a preview of a Hot-plug CPU feature 
that enables administrators to ensure customer's service-level agreements are 
being met, the full utilization of spare hardware, and the capability to 
dynamically to scale vertically, down or up, a system's hardware according to 
application needs without restarting the virtual machine.

This release of oVirt also includes numerous bug fixes. See the release notes 
[1] for a complete list of the new features and bugs fixed.

The existing repository ovirt-stable has been updated for delivering this 
release without the need of enabling any other repository.

A new oVirt Node build is also available [2].

[1] http://www.ovirt.org/OVirt_3.4_Release_Notes
[2] 
http://resources.ovirt.org/releases/3.4/iso/ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34.el6.iso

-- 
Brian Proffitt - oVirt Community Manager
IRC: bkp @ #ovirt OFTC
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.5 planning

2014-03-27 Thread Jorick Astrego



On Wed, 2014-03-26 at 16:10 -0400, Itamar Heim wrote: 

 On 03/25/2014 08:39 AM, Jorick Astrego wrote:
  Maybe I'm missing something but currently when I register a node it gets
  assigned to the DEFAULT datacenter.
 
  As we like to have a separate DC for specific customers, I would like to
  register the node to a chosen DC through a PXE kernel parameter or the
  Node admin interface.
 
  Kind regards,
 
  Jorick Astrego
  Netbulae
 
 
 so i remember the code used to do this (back in 2008), but it seems the 
 RegisterServlet isn't passing this any more to the RegisterVdsQuery class.
 
 please open an RFE in bugzilla to track this.
 (not sure if should be nice and accept cluster name, or less nice and 
 expect the cluster uuid...)
 

I cannot add a RFE in bugzilla. Project oVirt doesn't have an RFE
component and when I create a new issue, I am not allowed to select Red
Hat Enterprise Virtualization Manager as the product.

Kind regards,

Jorick Astrego

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] oVirt 3.5 planning

2014-03-27 Thread Itamar Heim

On 03/27/2014 06:14 AM, Jorick Astrego wrote:




On Wed, 2014-03-26 at 16:10 -0400, Itamar Heim wrote:

On 03/25/2014 08:39 AM, Jorick Astrego wrote:
 Maybe I'm missing something but currently when I register a node it gets
 assigned to the DEFAULT datacenter.

 As we like to have a separate DC for specific customers, I would like to
 register the node to a chosen DC through a PXE kernel parameter or the
 Node admin interface.

 Kind regards,

 Jorick Astrego
 Netbulae


so i remember the code used to do this (back in 2008), but it seems the
RegisterServlet isn't passing this any more to the RegisterVdsQuery class.

please open an RFE in bugzilla to track this.
(not sure if should be nice and accept cluster name, or less nice and
expect the cluster uuid...)


I cannot add a RFE in bugzilla. Project oVirt doesn't have an RFE
component and when I create a new issue, I am not allowed to select Red
Hat Enterprise Virtualization Manager
https://bugzilla.redhat.com/describecomponents.cgi?product=Red%20Hat%20Enterprise%20Virtualization%20Manager
as the product.

Kind regards,

Jorick Astrego



please open a BZ in ovirt on ovirt-engine-core.
it becomes an RFE by flagging it with the FutureFeature keyword.

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Cloud-init for Windows

2014-03-27 Thread Tejesh M
Can you guide me on sysprep with sample code  sysprep file?


On Thu, Mar 27, 2014 at 3:16 PM, Itamar Heim ih...@redhat.com wrote:

 On 03/27/2014 05:33 AM, Tejesh M wrote:

 Hi All,

 I was doing google to see if i can set Hostname,Password  IP details
 for Windows server from RHEV-M. I got to know that we can create VM
 Payload  send that to Windows VM (installed with Cloud-init)

 Refer this link
 http://www.cloudbase.it/cloud-init-for-windows-instances/#comment-9411

 Cloud-init expects Meta-data  User-Data file to be sent either via
 Config Drive or via HTTP. I'm trying to achive this via ConfigDrive
 (created using VM Payload).


 note you can also just pass the full sysprep file as a payload yourself
 via the API, and set all these items in it.


 But i'm wondering what should be the format of this two files (Meta-data
  User-data). Have any1  tried this? If yes, would request to share
 sample for both the files with setting Hostname, Password  IP details.


 just launch a linux VM and check the file we create?


 Java code:

org.ovirt.engine.sdk.decorators.VM vm1 =  api.getVMs().get(vmName);
Payloads payloads = new Payloads();
Payload payload = new Payload();
payload.setType(cdrom);

Files payloadFiles = new Files();
File payloadFile = new File();
payloadFile.setName(meta-data.txt);
payloadFile.setContent(hostname:+vmName);
payloadFiles.getFiles().add(payloadFile);
payload.setFiles(payloadFiles);
vm1.setPayloads(payloads);
Action action = new Action();
vm1.start(action);

 --
 Thanks  Regards
 Tejesh





-- 
Thanks  Regards
Tejesh
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Cloud-init for Windows

2014-03-27 Thread Itamar Heim

On 03/27/2014 06:18 AM, Tejesh M wrote:

Can you guide me on sysprep with sample code  sysprep file?



just launch a windows VM, look at the generated sysprep file we pass to 
the VM via the floppy disk.

then pass it as a payload as-is.
then try to change what you want.



On Thu, Mar 27, 2014 at 3:16 PM, Itamar Heim ih...@redhat.com
mailto:ih...@redhat.com wrote:

On 03/27/2014 05:33 AM, Tejesh M wrote:

Hi All,

I was doing google to see if i can set Hostname,Password  IP
details
for Windows server from RHEV-M. I got to know that we can create VM
Payload  send that to Windows VM (installed with Cloud-init)

Refer this link

http://www.cloudbase.it/cloud-__init-for-windows-instances/#__comment-9411
http://www.cloudbase.it/cloud-init-for-windows-instances/#comment-9411

Cloud-init expects Meta-data  User-Data file to be sent either via
Config Drive or via HTTP. I'm trying to achive this via ConfigDrive
(created using VM Payload).


note you can also just pass the full sysprep file as a payload
yourself via the API, and set all these items in it.


But i'm wondering what should be the format of this two files
(Meta-data
 User-data). Have any1  tried this? If yes, would request to share
sample for both the files with setting Hostname, Password  IP
details.


just launch a linux VM and check the file we create?


Java code:

org.ovirt.engine.sdk.__decorators.VM vm1 =
  api.getVMs().get(vmName);
Payloads payloads = new Payloads();
Payload payload = new Payload();
payload.setType(cdrom);

Files payloadFiles = new Files();
File payloadFile = new File();
payloadFile.setName(meta-__data.txt);
payloadFile.setContent(__hostname:+vmName);
payloadFiles.getFiles().add(__payloadFile);
payload.setFiles(payloadFiles)__;
vm1.setPayloads(payloads);
Action action = new Action();
vm1.start(action);

--
Thanks  Regards
Tejesh





--
Thanks  Regards
Tejesh


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] A new release also means a new Download page

2014-03-27 Thread Brian Proffitt
All:

As you may have noticed, the next version of oVirt, 3.4, came out today, thanks 
to the efforts of a great development team!

Timed with this release, the Download page [1] on the oVirt site has been 
redesigned to make it easier for users to find exactly what they need when 
downloading and installing oVirt.

Thank yous must go out to Alissa Bona, Sandro Bonazzola, and Doron Fediuck for 
their great help and feedback on this new version of the Download page! If you 
have any concerns or suggestions, feel free to send them my way!

Peace,
Brian

[1] http://www.ovirt.org/Download

-- 
Brian Proffitt - oVirt Community Manager
Open Source and Standards, Red Hat - http://community.redhat.com
Phone: +1 574 383 9BKP
IRC: bkp @ OFTC
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Open source events in Austria

2014-03-27 Thread Dave Neary
Danke viel, mein Herr!

I hope you can put the live USB distros to good use!

Cheers,
Dave.

On 03/26/2014 04:37 PM, René Koch wrote:
 Hi,
 
 In the next 2 months 2 open source events will take place in Austria and
 oVirt will be present in form of workshops, presentations and stands.
 
 The first event is at the Grazer Linuxtage from April, 4th till April,
 5th. These are the highlights from an oVirt perspective:
 - Workshop: Installation and first steps with oVirt
 - Talk: New features of oVirt (3.3/3.4)
 - Stand: oVirt project stand with live demo system
 
 For more information visit http://linuxtage.at/ (German website only)
 
 
 The second event is at the Linuxwochen Vienna from May 8th till May
 10th. These are the highlights from an oVirt perspective:
 - Workshop: Installation and first steps with oVirt
 - Talk: New features of oVirt (3.3/3.4)
 - Stand: oVirt project stand with live demo system
 
 For more information visit http://linuxwochen.at/ (German website only)
 
 
 Last but not least I want to thank Brian Proffitt and Dave Neary for
 their help.
 
 

-- 
Dave Neary, Lyon, France
Email: dne...@gnome.org / Jabber: nea...@gmail.com
Ph: +33 950 71 55 62 / Cell: +33 6 77 01 92 13
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Amedeo Salvati
+1

I'll try soon and migrate our 3.3.x to 3.4!

best regards
a


Da: announce-boun...@ovirt.org
A: users users@ovirt.org, annou...@ovirt.org
Cc: 
Data: Thu, 27 Mar 2014 05:52:21 -0400 (EDT)
Oggetto: [Users] [Ann] oVirt 3.4 GA Releases


 The oVirt Project is pleased to announce the general availability of its 
 fifth formal release, oVirt 3.4, as of March 27, 2014.
 
 oVirt is an open source alternative to VMware vSphere, and provides an 
 excellent KVM management interface for multi-node virtualization. oVirt is 
 available now for Fedora 19, Red Hat Enterprise Linux 6.5, and CentOS 6.5 (or 
 similar).
 
 New features include:
 
 oVirt 3.4 Release Notes
 
 * Hosted Engine: oVirt 3.4 features hosted engine, which enables oVirt engine 
 to be run as a virtual machine (VM) on the host it manages. Hosted engine 
 solves the chicken-and-the egg problem for users: the basic challenge of 
 deploying and running an oVirt engine inside a VM. This clustered solution 
 enables users to configure multiple hosts to run the hosted engine, ensuring 
 the engine still runs in the event of any one host failure.
 
 * Enhanced Gluster Support: Gluster Volume Asynchronous Tasks Management 
 enables users to re-balance volumes and remove bricks in Gluster 
 operations/rebalance and remove bricks in Gluster volumes.
 
 * Preview: PPC64: Engine Support for PPC64 will add PPC64 architecture 
 awareness to the ovirt-engine code, which currently makes various assumptions 
 based on the x86 architecture. When specifying virtual machine devices, for 
 example, what is suitable for x86 architecture may not be for POWER (or may 
 not be available yet). VDSM Support for PPC64 introduces the capability of 
 managing KVM on IBM POWER processors via oVirt. Administrators will be able 
 to perform management functionalities such as adding or activating KVM, 
 creating clusters of KVM and performing VM lifecycle management on any IBM 
 POWER host. Migration is still a work in progress for KVM on IBM POWER 
 processor.
 
 * Preview: Hot-plug CPUs: oVirt 3.4 adds a preview of a Hot-plug CPU feature 
 that enables administrators to ensure customer's service-level agreements are 
 being met, the full utilization of spare hardware, and the capability to 
 dynamically to scale vertically, down or up, a system's hardware according to 
 application needs without restarting the virtual machine.
 
 This release of oVirt also includes numerous bug fixes. See the release notes 
 [1] for a complete list of the new features and bugs fixed.
 
 The existing repository ovirt-stable has been updated for delivering this 
 release without the need of enabling any other repository.
 
 A new oVirt Node build is also available [2].
 
 [1] http://www.ovirt.org/OVirt_3.4_Release_Notes
 [2] 
 http://resources.ovirt.org/releases/3.4/iso/ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34.el6.iso
 
 -- 
 Brian Proffitt - oVirt Community Manager
 IRC: bkp @ #ovirt OFTC
 ___
 Announce mailing list
 annou...@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/announce___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Gianluca Cecchi
On Thu, Mar 27, 2014 at 10:52 AM, Brian Proffitt bprof...@redhat.com wrote:

 The existing repository ovirt-stable has been updated for delivering this 
 release without the need of enabling any other repository.

Is thee a way to eventually migrate from 3.3.3 to 3.3.4 without
directly passing to 3.4?
Thanks,
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Yedidyah Bar David
- Original Message -
 From: Gianluca Cecchi gianluca.cec...@gmail.com
 To: users users@ovirt.org
 Sent: Thursday, March 27, 2014 12:57:45 PM
 Subject: Re: [Users] [Ann] oVirt 3.4 GA Releases
 
 On Thu, Mar 27, 2014 at 10:52 AM, Brian Proffitt bprof...@redhat.com wrote:
 
  The existing repository ovirt-stable has been updated for delivering this
  release without the need of enabling any other repository.
 
 Is thee a way to eventually migrate from 3.3.3 to 3.3.4 without
 directly passing to 3.4?

Change your yum repo file to point to 3.3.4:
http://ovirt.org/releases/3.3.4
-- 
Didi
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Sandro Bonazzola
Il 27/03/2014 11:57, Gianluca Cecchi ha scritto:
 On Thu, Mar 27, 2014 at 10:52 AM, Brian Proffitt bprof...@redhat.com wrote:
 
 The existing repository ovirt-stable has been updated for delivering this 
 release without the need of enabling any other repository.
 
 Is thee a way to eventually migrate from 3.3.3 to 3.3.4 without
 directly passing to 3.4?

Yes, just disable the 3.4 and stable repo, keeping the 3.3 repo enabled.

yum-config-manager --disable ovirt-stable
yum-config-manager --disable ovirt-3.4-stable
yum-config-manager --enable ovirt-3.3-stable



 Thanks,
 Gianluca
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 


-- 
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Error removing external group

2014-03-27 Thread Maurice James
Version 3.4.0-1.el6
I'm attempting to remove a group from the users tab in the UI and I'm seeing 
the following error in the engine.log

2014-03-27 09:59:01,247 ERROR [org.ovirt.engine.core.bll.MultipleActionsRunner] 
(ajp--127.0.0.1-8702-8) [30e4f6c2] Failed to execute multiple actions of type: 
RemoveGroup: java.lang.NullPointerExceptionat 
org.ovirt.engine.core.authentication.provisional.ProvisionalDirectory.mapGroup(ProvisionalDirectory.java:211)
 [bll.jar:]at 
org.ovirt.engine.core.authentication.provisional.ProvisionalDirectory.findGroup(ProvisionalDirectory.java:187)
 [bll.jar:]at 
org.ovirt.engine.core.bll.AdGroupsHandlingCommandBase.getAdGroup(AdGroupsHandlingCommandBase.java:49)
 [bll.jar:]at 
org.ovirt.engine.core.bll.AdGroupsHandlingCommandBase.getAdGroupName(AdGroupsHandlingCommandBase.java:38)
 [bll.jar:]at 
org.ovirt.engine.core.bll.AdGroupsHandlingCommandBase.getDescription(AdGroupsHandlingCommandBase.java:57)
 [bll.jar:]at 
org.ovirt.engine.core.bll.CommandBase.canDoActionOnly(CommandBase.java:326) 
[bll.jar:]at 
org.ovirt.engine.core.bll.MultipleActionsRunner.execute(MultipleActionsRunner.java:76)
 [bll.jar:]at 
org.ovirt.engine.core.bll.Backend.runMultipleActionsImpl(Backend.java:549) 
[bll.jar:]at 
org.ovirt.engine.core.bll.Backend.runMultipleActionsImpl(Backend.java:565) 
[bll.jar:]at 
org.ovirt.engine.core.bll.Backend.runMultipleActions(Backend.java:519) 
[bll.jar:]at sun.reflect.NativeMethodAccessorImpl.invoke0(Native 
Method) [rt.jar:1.7.0_51]at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) 
[rt.jar:1.7.0_51]at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 [rt.jar:1.7.0_51]at java.lang.reflect.Method.invoke(Method.java:606) 
[rt.jar:1.7.0_51]at 
org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72)
 [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) 
[jboss-invocation-1.1.1.Final.jar:1.1.1.Final]at 
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374)
 [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]at 
org.ovirt.engine.core.bll.interceptors.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:13)
 [bll.jar:]at sun.reflect.GeneratedMethodAccessor139.invoke(Unknown 
Source) [:1.7.0_51]at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 [rt.jar:1.7.0_51]at java.lang.reflect.Method.invoke(Method.java:606) 
[rt.jar:1.7.0_51]at 
org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:123)
 [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) 
[jboss-invocation-1.1.1.Final.jar:1.1.1.Final]at 
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
 [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]at 
org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36)
 [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) 
[jboss-invocation-1.1.1.Final.jar:1.1.1.Final]at 
org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
 [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) 
[jboss-invocation-1.1.1.Final.jar:1.1.1.Final]at 
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
 [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]at 
org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53)
 [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) 
[jboss-invocation-1.1.1.Final.jar:1.1.1.Final]at 
org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(SingletonComponentInstanceAssociationInterceptor.java:53)
 [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]at 
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288) 
[jboss-invocation-1.1.1.Final.jar:1.1.1.Final]at 
org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:211) 
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]at 
org.jboss.as.ejb3.tx.CMTTxInterceptor.supports(CMTTxInterceptor.java:363) 

Re: [Users] Correct way to change graphics adapter?

2014-03-27 Thread David Jaša
Hi,

On Út, 2014-03-25 at 09:37 +0100, mad wrote:
 Am 24.03.2014 23:20, schrieb Itamar Heim: On 03/24/2014 08:04 AM, mad
 wrote:
  What is the proper way to change the graphics adapter of a VM? I know
  that oVirt uses qemu and I know qemu configuration, but where in oVirt
  do I change it?
 
  I found VDSM-Hooks/qemucmdline, but that can't be the correct way?
 
  Can I change the qemu xml somewhere?
 
  can you please explain the use case?
 
 We have software developers who need VMs to test their software and for
 some test a display of 1280x1024 is necessary. The default cirrus
 graphics card is not good enough for that.
 
 But we have some VMs which use a Red Hat Virtual graphics adapter and we
 don't know how this happened or how it is configured.
 
 We just figured out that the difference may be connecting with SPICE or VNC.
 

Yes, the decision what virtual GPU to use is governed by VNC/SPICE
checkbox. Spice is anyway better focused towards good UX for desktop
workloads so what is your motivation to use VNC with sort of big screen
size?

 Is there a different way to change the grapics card permanently?

You could try custom hook before VM start that would replace cirrus
device with qxl device(s).

David

CCing František who could add something

 
 Thanks,
 mad
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Fabian Deutsch


- Original Message -
 On Thu, 2014-03-27 at 05:52 -0400, Brian Proffitt wrote:
 
  A new oVirt Node build is also available [2].
  
  [1] http://www.ovirt.org/OVirt_3.4_Release_Notes
  [2]
  http://resources.ovirt.org/releases/3.4/iso/ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34.el6.iso
 
 
 
 What's up with the versioning of ovirt node, I always thought version
 numbers (with or without dates in them) were meant to make it easy to
 know what version is installed and if it has been updated ;-)
 
 I have to make sure now that I have the correct
 ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34.el6.iso deployed
 
 -rw-r--r--.  1 root root 263192576 Feb 11 12:27
 ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34.el6.iso
 -rw-r--r--.  1 root root 263192576 Mar 26 12:46
 ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34.el6.iso.1
 -rw-r--r--.  1 root root 263192576 Mar 17 11:31
 ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34rc2.el6.iso
 
 diff -s ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34.el6.iso
 ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34.el6.iso.1
 Binary files ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34.el6.iso and
 ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34.el6.iso.1 differ
 
 diff -s ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34rc2.el6.iso
 ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34.el6.iso.1
 Binary files ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34rc2.el6.iso and
 ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34.el6.iso.1 differ

Hey Jorik,

yes - that is just bad.
The way of how we create those Nodes changed. And we actually haven't come 
round to sort this finally out.

I believe that in your cases you've got the differnt-iso-but-same name issue 
because I once gave you access to a pre-released one.


Douglas,

we've been speaking about the Engine moving to the metadata file. Can we 
probably get this started early, that way we can also sort out how we call the 
node isos.

Greetings
fabian
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Weirdness in vm creation dialog

2014-03-27 Thread Maurice James
Version: 3.4.0-1.el6
What causes the vm creation dialog to be blank for a SuperUser/PowerUser? The 
permission are at the DC level  
  attachment: blank.PNG___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Joining a windows domain

2014-03-27 Thread Andy Michielsen
Hello,

I wanted to authenticate my users through a windows 2003 domain and wanted
to run the command

ovirt-manage-domains -action=add -domain='get.be' -user='ovirtadmin'
-interactive

But the system tell's me that he can't do this.

bash: ovirt-manage-domains: command not found

I have a ovirt 3.3.3 on a centos 6.5 and did a all in one installation.

I think I'm missing some packages but what ?

Kind regards.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Joining a windows domain

2014-03-27 Thread noc

On 27-3-2014 15:37, Andy Michielsen wrote:

Hello,

I wanted to authenticate my users through a windows 2003 domain and 
wanted to run the command


ovirt-manage-domains -action=add -domain='get.be http://get.be' 
-user='ovirtadmin' -interactive


But the system tell's me that he can't do this.

bash: ovirt-manage-domains: command not found



Its engine-manage-domains

Joop

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Correct way to change graphics adapter?

2014-03-27 Thread Itamar Heim

On 03/27/2014 10:16 AM, David Jaša wrote:

Hi,

On Út, 2014-03-25 at 09:37 +0100, mad wrote:

Am 24.03.2014 23:20, schrieb Itamar Heim: On 03/24/2014 08:04 AM, mad
wrote:

What is the proper way to change the graphics adapter of a VM? I know
that oVirt uses qemu and I know qemu configuration, but where in oVirt
do I change it?

I found VDSM-Hooks/qemucmdline, but that can't be the correct way?

Can I change the qemu xml somewhere?


can you please explain the use case?


We have software developers who need VMs to test their software and for
some test a display of 1280x1024 is necessary. The default cirrus
graphics card is not good enough for that.

But we have some VMs which use a Red Hat Virtual graphics adapter and we
don't know how this happened or how it is configured.

We just figured out that the difference may be connecting with SPICE or VNC.



Yes, the decision what virtual GPU to use is governed by VNC/SPICE
checkbox. Spice is anyway better focused towards good UX for desktop
workloads so what is your motivation to use VNC with sort of big screen
size?


Is there a different way to change the grapics card permanently?


You could try custom hook before VM start that would replace cirrus
device with qxl device(s).



you can just change from vnc to spice and vice versa in the edit vm?


David

CCing František who could add something



Thanks,
mad
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Quota Consumers

2014-03-27 Thread Maurice James
Can anyone successfully assign a quota to an external group?
  ___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] A new release also means a new Download page

2014-03-27 Thread Jorick Astrego

On Thu, 2014-03-27 at 06:38 -0400, Brian Proffitt wrote: 

 All:
 
 As you may have noticed, the next version of oVirt, 3.4, came out today, 
 thanks to the efforts of a great development team!
 
 Timed with this release, the Download page [1] on the oVirt site has been 
 redesigned to make it easier for users to find exactly what they need when 
 downloading and installing oVirt.
 
 Thank yous must go out to Alissa Bona, Sandro Bonazzola, and Doron Fediuck 
 for their great help and feedback on this new version of the Download page! 
 If you have any concerns or suggestions, feel free to send them my way!
 
 Peace,
 Brian
 
 [1] http://www.ovirt.org/Download
 

Nice!

But the links to the repo rpm don't work:


Add the official oVirt repository for Fedora. 

sudo yum localinstall 
http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm


http://resources.ovirt.org/releases/ovirt-release-fedora.noarch.rpm

Not Found
The requested URL /releases/ovirt-release-fedora.noarch.rpm was
not found on this server.



I can only see
http://resources.ovirt.org/releases/ovirt-release.noarch.rpm 

Kind regards,

Jorick Astrego
Netbulae
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] A new release also means a new Download page

2014-03-27 Thread Sven Kieske
AFAIK we got a unified release rpm which means you can install the
same release.rpm on fedora and centos.

I didn't test it myself and recall something of a bug in this
but testing won't hurt, I guess.

HTH

Am 27.03.2014 16:14, schrieb Jorick Astrego:
 Nice!
 
 But the links to the repo rpm don't work:
 
 
 Add the official oVirt repository for Fedora. 
 
 sudo yum localinstall 
 http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm
 
 
 http://resources.ovirt.org/releases/ovirt-release-fedora.noarch.rpm
 
 Not Found
 The requested URL /releases/ovirt-release-fedora.noarch.rpm was
 not found on this server.
 
 
 
 I can only see
 http://resources.ovirt.org/releases/ovirt-release.noarch.rpm 
 
 Kind regards,
 
 Jorick Astrego
 Netbulae


-- 
Mit freundlichen Grüßen / Regards

Sven Kieske

Systemadministrator
Mittwald CM Service GmbH  Co. KG
Königsberger Straße 6
32339 Espelkamp
T: +49-5772-293-100
F: +49-5772-293-333
https://www.mittwald.de
Geschäftsführer: Robert Meyer
St.Nr.: 331/5721/1033, USt-IdNr.: DE814773217, HRA 6640, AG Bad Oeynhausen
Komplementärin: Robert Meyer Verwaltungs GmbH, HRB 13260, AG Bad Oeynhausen
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Error removing external group

2014-03-27 Thread Gilad Chaplik
we're there for quota, we will take a look as well, it's 'on our way' :-)

Thanks, 
Gilad.

- Original Message -
 From: Maurice James midnightst...@msn.com
 To: users@ovirt.org
 Sent: Thursday, March 27, 2014 4:01:25 PM
 Subject: [Users] Error removing external group
 
 Version 3.4.0-1.el6
 
 I'm attempting to remove a group from the users tab in the UI and I'm seeing
 the following error in the engine.log
 
 
 2014-03-27 09:59:01,247 ERROR
 [org.ovirt.engine.core.bll.MultipleActionsRunner] (ajp--127.0.0.1-8702-8)
 [30e4f6c2] Failed to execute multiple actions of type: RemoveGroup:
 java.lang.NullPointerException
 at
 org.ovirt.engine.core.authentication.provisional.ProvisionalDirectory.mapGroup(ProvisionalDirectory.java:211)
 [bll.jar:]
 at
 org.ovirt.engine.core.authentication.provisional.ProvisionalDirectory.findGroup(ProvisionalDirectory.java:187)
 [bll.jar:]
 at
 org.ovirt.engine.core.bll.AdGroupsHandlingCommandBase.getAdGroup(AdGroupsHandlingCommandBase.java:49)
 [bll.jar:]
 at
 org.ovirt.engine.core.bll.AdGroupsHandlingCommandBase.getAdGroupName(AdGroupsHandlingCommandBase.java:38)
 [bll.jar:]
 at
 org.ovirt.engine.core.bll.AdGroupsHandlingCommandBase.getDescription(AdGroupsHandlingCommandBase.java:57)
 [bll.jar:]
 at
 org.ovirt.engine.core.bll.CommandBase.canDoActionOnly(CommandBase.java:326)
 [bll.jar:]
 at
 org.ovirt.engine.core.bll.MultipleActionsRunner.execute(MultipleActionsRunner.java:76)
 [bll.jar:]
 at org.ovirt.engine.core.bll.Backend.runMultipleActionsImpl(Backend.java:549)
 [bll.jar:]
 at org.ovirt.engine.core.bll.Backend.runMultipleActionsImpl(Backend.java:565)
 [bll.jar:]
 at org.ovirt.engine.core.bll.Backend.runMultipleActions(Backend.java:519)
 [bll.jar:]
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 [rt.jar:1.7.0_51]
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
 [rt.jar:1.7.0_51]
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 [rt.jar:1.7.0_51]
 at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_51]
 at
 org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72)
 [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
 at
 org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
 [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
 at
 org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374)
 [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
 at
 org.ovirt.engine.core.bll.interceptors.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:13)
 [bll.jar:]
 at sun.reflect.GeneratedMethodAccessor139.invoke(Unknown Source) [:1.7.0_51]
 at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 [rt.jar:1.7.0_51]
 at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_51]
 at
 org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:123)
 [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
 at
 org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
 [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
 at
 org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
 [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
 at
 org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36)
 [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
 at
 org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
 [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
 at
 org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
 [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
 at
 org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
 [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
 at
 org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
 [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
 at
 org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53)
 [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
 at
 org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
 [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
 at
 org.jboss.as.ejb3.component.singleton.SingletonComponentInstanceAssociationInterceptor.processInvocation(SingletonComponentInstanceAssociationInterceptor.java:53)
 [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
 at
 org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
 [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
 at
 org.jboss.as.ejb3.tx.CMTTxInterceptor.invokeInNoTx(CMTTxInterceptor.java:211)
 [jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
 at 

[Users] Ovirt 3.4 EqualLogic multipath Bug 953343

2014-03-27 Thread Gary Lloyd
Hello

I have just deployed Ovirt 3.4 on our test environment. Does anyone know
how the ISCSI multipath issue is resolved ? At the moment it is behaving as
before and only opening one session per lun ( we bodged vdsm python code in
previous releases to get it to work).

The Planning sheet shows that its fixed but I am not sure what to do next:
https://docs.google.com/spreadsheet/ccc?key=0AuAtmJW_VMCRdHJ6N1M3d1F1UTJTS1dSMnZwMF9XWVEusp=drive_web#gid=0


Thanks

*Gary Lloyd*
--
IT Services
Keele University
---
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Error removing external group

2014-03-27 Thread Maurice James

I yanked it out of the database. That part is all good now. Im not sure how it 
got stuck though




 Date: Thu, 27 Mar 2014 11:34:58 -0400
 From: gchap...@redhat.com
 To: midnightst...@msn.com
 CC: users@ovirt.org; kia...@redhat.com
 Subject: Re: [Users] Error removing external group
 
 we're there for quota, we will take a look as well, it's 'on our way' :-)
 
 Thanks, 
 Gilad.
 
 - Original Message -
  From: Maurice James midnightst...@msn.com
  To: users@ovirt.org
  Sent: Thursday, March 27, 2014 4:01:25 PM
  Subject: [Users] Error removing external group
  
  Version 3.4.0-1.el6
  
  I'm attempting to remove a group from the users tab in the UI and I'm seeing
  the following error in the engine.log
  
  
  2014-03-27 09:59:01,247 ERROR
  [org.ovirt.engine.core.bll.MultipleActionsRunner] (ajp--127.0.0.1-8702-8)
  [30e4f6c2] Failed to execute multiple actions of type: RemoveGroup:
  java.lang.NullPointerException
  at
  org.ovirt.engine.core.authentication.provisional.ProvisionalDirectory.mapGroup(ProvisionalDirectory.java:211)
  [bll.jar:]
  at
  org.ovirt.engine.core.authentication.provisional.ProvisionalDirectory.findGroup(ProvisionalDirectory.java:187)
  [bll.jar:]
  at
  org.ovirt.engine.core.bll.AdGroupsHandlingCommandBase.getAdGroup(AdGroupsHandlingCommandBase.java:49)
  [bll.jar:]
  at
  org.ovirt.engine.core.bll.AdGroupsHandlingCommandBase.getAdGroupName(AdGroupsHandlingCommandBase.java:38)
  [bll.jar:]
  at
  org.ovirt.engine.core.bll.AdGroupsHandlingCommandBase.getDescription(AdGroupsHandlingCommandBase.java:57)
  [bll.jar:]
  at
  org.ovirt.engine.core.bll.CommandBase.canDoActionOnly(CommandBase.java:326)
  [bll.jar:]
  at
  org.ovirt.engine.core.bll.MultipleActionsRunner.execute(MultipleActionsRunner.java:76)
  [bll.jar:]
  at 
  org.ovirt.engine.core.bll.Backend.runMultipleActionsImpl(Backend.java:549)
  [bll.jar:]
  at 
  org.ovirt.engine.core.bll.Backend.runMultipleActionsImpl(Backend.java:565)
  [bll.jar:]
  at org.ovirt.engine.core.bll.Backend.runMultipleActions(Backend.java:519)
  [bll.jar:]
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  [rt.jar:1.7.0_51]
  at
  sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  [rt.jar:1.7.0_51]
  at
  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  [rt.jar:1.7.0_51]
  at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_51]
  at
  org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72)
  [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
  at
  org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
  [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
  at
  org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374)
  [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
  at
  org.ovirt.engine.core.bll.interceptors.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:13)
  [bll.jar:]
  at sun.reflect.GeneratedMethodAccessor139.invoke(Unknown Source) [:1.7.0_51]
  at
  sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  [rt.jar:1.7.0_51]
  at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_51]
  at
  org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:123)
  [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
  at
  org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
  [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
  at
  org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
  [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
  at
  org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36)
  [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
  at
  org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
  [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
  at
  org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
  [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
  at
  org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
  [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
  at
  org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
  [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
  at
  org.jboss.as.ee.component.interceptors.ComponentDispatcherInterceptor.processInvocation(ComponentDispatcherInterceptor.java:53)
  [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
  at
  org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
  [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
  at
  

[Users] Gluster command [gluster peer status IP] failed on server Name

2014-03-27 Thread Gabi C
Hello!


Fedora 19 fo engine and nodes.

Ovirt-engine just upgraded from 3.3.3 to 3.4, running on an separate Vm
(ESXi).

3 nodes acting also as gluster nodes (replicated) also on 3.3.3.

After engine upgrade, one one of the host I ran

yum update
http://resources.ovirt.org/pub/yum-repo/ovirt-release-3.4.noarch.rpm
yum clean all
yum update


snip  /var/log/yum.log


Mar 27 17:24:47 Updated: ovirt-release-11.1.0-1.noarch
Mar 27 17:26:25 Installed: vdsm-python-zombiereaper-4.14.6-0.fc19.noarch
Mar 27 17:26:25 Updated: vdsm-python-4.14.6-0.fc19.x86_64
Mar 27 17:26:25 Updated: vdsm-xmlrpc-4.14.6-0.fc19.noarch
Mar 27 17:26:46 Updated: vdsm-4.14.6-0.fc19.x86_64
Mar 27 17:26:46 Updated: vdsm-api-4.14.6-0.fc19.noarch
Mar 27 17:26:46 Updated: file-libs-5.11-13.fc19.x86_64
Mar 27 17:26:46 Updated: file-5.11-13.fc19.x86_64
Mar 27 17:26:47 Updated: python-magic-5.11-13.fc19.noarch
Mar 27 17:26:47 Updated: vdsm-gluster-4.14.6-0.fc19.noarch
Mar 27 17:26:47 Updated: vdsm-jsonrpc-4.14.6-0.fc19.noarch
Mar 27 17:26:47 Updated: vdsm-cli-4.14.6-0.fc19.noarch



Rebooting the node, I can see on Events

the 'Subj' message!

Any ideeas, hints?

Thanks!
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Ovirt 3.4 EqualLogic multipath Bug 953343

2014-03-27 Thread Maor Lipchuk
Hi Gary,

Please take a look at
http://www.ovirt.org/Feature/iSCSI-Multipath#User_Experience

Regards,
Maor

On 03/27/2014 05:59 PM, Gary Lloyd wrote:
 Hello
 
 I have just deployed Ovirt 3.4 on our test environment. Does anyone know
 how the ISCSI multipath issue is resolved ? At the moment it is behaving
 as before and only opening one session per lun ( we bodged vdsm python
 code in previous releases to get it to work).
 
 The Planning sheet shows that its fixed but I am not sure what to do
 next: 
 https://docs.google.com/spreadsheet/ccc?key=0AuAtmJW_VMCRdHJ6N1M3d1F1UTJTS1dSMnZwMF9XWVEusp=drive_web#gid=0
 
 
 Thanks
 
 /Gary Lloyd/
 --
 IT Services
 Keele University
 ---
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] A new release also means a new Download page

2014-03-27 Thread Brian Proffitt
Thanks, Jorick...

Sandro helped me fix these, they should be fine now.

BKP

- Original Message -
 From: Jorick Astrego j.astr...@netbulae.eu
 To: Brian Proffitt bprof...@redhat.com
 Cc: users users@ovirt.org
 Sent: Thursday, March 27, 2014 11:14:12 AM
 Subject: Re: [Users] A new release also means a new Download page
 
 
 On Thu, 2014-03-27 at 06:38 -0400, Brian Proffitt wrote:
 
  All:
  
  As you may have noticed, the next version of oVirt, 3.4, came out today,
  thanks to the efforts of a great development team!
  
  Timed with this release, the Download page [1] on the oVirt site has been
  redesigned to make it easier for users to find exactly what they need when
  downloading and installing oVirt.
  
  Thank yous must go out to Alissa Bona, Sandro Bonazzola, and Doron Fediuck
  for their great help and feedback on this new version of the Download
  page! If you have any concerns or suggestions, feel free to send them my
  way!
  
  Peace,
  Brian
  
  [1] http://www.ovirt.org/Download
  
 
 Nice!
 
 But the links to the repo rpm don't work:
 
 
 Add the official oVirt repository for Fedora.
 
 sudo yum localinstall
 http://ovirt.org/releases/ovirt-release-fedora.noarch.rpm
 
 
 http://resources.ovirt.org/releases/ovirt-release-fedora.noarch.rpm
 
 Not Found
 The requested URL /releases/ovirt-release-fedora.noarch.rpm was
 not found on this server.
 
 
 
 I can only see
 http://resources.ovirt.org/releases/ovirt-release.noarch.rpm
 
 Kind regards,
 
 Jorick Astrego
 Netbulae
 

-- 
Brian Proffitt - oVirt Community Manager
Open Source and Standards, Red Hat - http://community.redhat.com
Phone: +1 574 383 9BKP
IRC: bkp @ OFTC
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Bob Doolittle
I am for some reason unable to get an update for my RHEL6 system for the 
latest ovirt-release-el6 RPM.


My version remains at 10.0.1-3 instead of 11.1.0-1.

I assume this is why I have no ovirt-3.3-stable repo available, only 
ovirt-3.3.3.


I've attached my repo file if interested.

-Bob

On 03/27/2014 08:37 AM, Sandro Bonazzola wrote:

Il 27/03/2014 11:57, Gianluca Cecchi ha scritto:

On Thu, Mar 27, 2014 at 10:52 AM, Brian Proffitt bprof...@redhat.com wrote:


The existing repository ovirt-stable has been updated for delivering this 
release without the need of enabling any other repository.

Is thee a way to eventually migrate from 3.3.3 to 3.3.4 without
directly passing to 3.4?

Yes, just disable the 3.4 and stable repo, keeping the 3.3 repo enabled.

yum-config-manager --disable ovirt-stable
yum-config-manager --disable ovirt-3.4-stable
yum-config-manager --enable ovirt-3.3-stable




Thanks,
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users





[ovirt-stable]
name=Older Stable builds of the oVirt project
baseurl=http://ovirt.org/releases/stable/rpm/EL/$releasever/
enabled=1
skip_if_unavailable=1
gpgcheck=0

[ovirt-3.3.3]
name=oVirt 3.3.3 release
baseurl=http://resources.ovirt.org/releases/3.3.3/rpm/EL/$releasever/
enabled=0
skip_if_unavailable=1
gpgcheck=0

[ovirt-updates-testing]
name=Test Updates builds of the oVirt project
baseurl=http://ovirt.org/releases/updates-testing/rpm/EL/$releasever/
enabled=0
skip_if_unavailable=1
gpgcheck=0

[ovirt-beta]
name=Beta builds of the oVirt project
baseurl=http://ovirt.org/releases/beta/rpm/EL/$releasever/
enabled=0
skip_if_unavailable=1
gpgcheck=0

[ovirt-nightly]
name=Nightly builds of the oVirt project
baseurl=http://ovirt.org/releases/nightly/rpm/EL/$releasever/
enabled=0
skip_if_unavailable=1
gpgcheck=0

[ovirt-3.4.0-alpha]
name=3.4.0 alpha testing repo for the oVirt project
baseurl=http://ovirt.org/releases/3.4.0-alpha/rpm/EL/$releasever/
enabled=0
skip_if_unavailable=1
gpgcheck=0

[ovirt-3.4.0-prerelease]
name=Pre release builds of the oVirt 3.4 project
baseurl=http://resources.ovirt.org/releases/3.4.0_pre/rpm/EL/$releasever/
enabled=0
skip_if_unavailable=1
gpgcheck=0
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Gluster command [gluster peer status IP] failed on server Name

2014-03-27 Thread Gabi C
Update:
On node downgraded 10 packages, back to the ones from 3.3.3 release,
rebooted the node and got same message.
I suspect something on engine. Restoring it now and let you now


On Thu, Mar 27, 2014 at 5:54 PM, Gabi C gab...@gmail.com wrote:

 Hello!


 Fedora 19 fo engine and nodes.

 Ovirt-engine just upgraded from 3.3.3 to 3.4, running on an separate Vm
 (ESXi).

 3 nodes acting also as gluster nodes (replicated) also on 3.3.3.

 After engine upgrade, one one of the host I ran

 yum update
 http://resources.ovirt.org/pub/yum-repo/ovirt-release-3.4.noarch.rpm
 yum clean all
 yum update


 snip  /var/log/yum.log


 Mar 27 17:24:47 Updated: ovirt-release-11.1.0-1.noarch
 Mar 27 17:26:25 Installed: vdsm-python-zombiereaper-4.14.6-0.fc19.noarch
 Mar 27 17:26:25 Updated: vdsm-python-4.14.6-0.fc19.x86_64
 Mar 27 17:26:25 Updated: vdsm-xmlrpc-4.14.6-0.fc19.noarch
 Mar 27 17:26:46 Updated: vdsm-4.14.6-0.fc19.x86_64
 Mar 27 17:26:46 Updated: vdsm-api-4.14.6-0.fc19.noarch
 Mar 27 17:26:46 Updated: file-libs-5.11-13.fc19.x86_64
 Mar 27 17:26:46 Updated: file-5.11-13.fc19.x86_64
 Mar 27 17:26:47 Updated: python-magic-5.11-13.fc19.noarch
 Mar 27 17:26:47 Updated: vdsm-gluster-4.14.6-0.fc19.noarch
 Mar 27 17:26:47 Updated: vdsm-jsonrpc-4.14.6-0.fc19.noarch
 Mar 27 17:26:47 Updated: vdsm-cli-4.14.6-0.fc19.noarch



 Rebooting the node, I can see on Events

 the 'Subj' message!

 Any ideeas, hints?

 Thanks!








___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Ovirt 3.4 EqualLogic multipath Bug 953343

2014-03-27 Thread Gary Lloyd
Hi I have just had a look at this thanks. Whilst it seemed promising we are
in a situation where we use Direct Lun for all our production VM's in order
to take advantage of being able to individually replicate and restore vm
volumes using the SAN tools. Is multipath supported for Direct Luns or only
data domains ?

Thanks

*Gary Lloyd*
--
IT Services
Keele University
---


On 27 March 2014 16:02, Maor Lipchuk mlipc...@redhat.com wrote:

 Hi Gary,

 Please take a look at
 http://www.ovirt.org/Feature/iSCSI-Multipath#User_Experience

 Regards,
 Maor

 On 03/27/2014 05:59 PM, Gary Lloyd wrote:
  Hello
 
  I have just deployed Ovirt 3.4 on our test environment. Does anyone know
  how the ISCSI multipath issue is resolved ? At the moment it is behaving
  as before and only opening one session per lun ( we bodged vdsm python
  code in previous releases to get it to work).
 
  The Planning sheet shows that its fixed but I am not sure what to do
  next:
 https://docs.google.com/spreadsheet/ccc?key=0AuAtmJW_VMCRdHJ6N1M3d1F1UTJTS1dSMnZwMF9XWVEusp=drive_web#gid=0
 
 
  Thanks
 
  /Gary Lloyd/
  --
  IT Services
  Keele University
  ---
 
 
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Quota Consumers

2014-03-27 Thread Maurice James
I can say that it worked for me. Do you know when we can expect the update in 
the repo?

 Date: Thu, 27 Mar 2014 12:38:10 -0400
 From: gchap...@redhat.com
 To: midnightst...@msn.com
 CC: users@ovirt.org; kia...@redhat.com
 Subject: Re: [Users] Quota Consumers
 
 http://gerrit.ovirt.org/#/c/26173/
 
 From a quick look, this regression exists in ovirt-3.3 as well.
 
 Thanks, 
 Gilad.
 
 - Original Message -
  From: Maurice James midnightst...@msn.com
  To: users@ovirt.org
  Sent: Thursday, March 27, 2014 5:02:42 PM
  Subject: [Users] Quota Consumers
  
  Can anyone successfully assign a quota to an external group?
  
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
  
  ___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Ovirt 3.4 EqualLogic multipath Bug 953343

2014-03-27 Thread Maor Lipchuk
IIRC it should also support direct luns as well.
Sergey?

regards,
Maor

On 03/27/2014 06:25 PM, Gary Lloyd wrote:
 Hi I have just had a look at this thanks. Whilst it seemed promising we
 are in a situation where we use Direct Lun for all our production VM's
 in order to take advantage of being able to individually replicate and
 restore vm volumes using the SAN tools. Is multipath supported for
 Direct Luns or only data domains ?
 
 Thanks
 
 /Gary Lloyd/
 --
 IT Services
 Keele University
 ---
 
 
 On 27 March 2014 16:02, Maor Lipchuk mlipc...@redhat.com
 mailto:mlipc...@redhat.com wrote:
 
 Hi Gary,
 
 Please take a look at
 http://www.ovirt.org/Feature/iSCSI-Multipath#User_Experience
 
 Regards,
 Maor
 
 On 03/27/2014 05:59 PM, Gary Lloyd wrote:
  Hello
 
  I have just deployed Ovirt 3.4 on our test environment. Does
 anyone know
  how the ISCSI multipath issue is resolved ? At the moment it is
 behaving
  as before and only opening one session per lun ( we bodged vdsm python
  code in previous releases to get it to work).
 
  The Planning sheet shows that its fixed but I am not sure what to do
  next:
 
 https://docs.google.com/spreadsheet/ccc?key=0AuAtmJW_VMCRdHJ6N1M3d1F1UTJTS1dSMnZwMF9XWVEusp=drive_web#gid=0
 
 
  Thanks
 
  /Gary Lloyd/
  --
  IT Services
  Keele University
  ---
 
 
  ___
  Users mailing list
  Users@ovirt.org mailto:Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 
 
 

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Open source events in Austria

2014-03-27 Thread René Koch


On 03/27/2014 11:41 AM, Dave Neary wrote:

Danke viel, mein Herr!

I hope you can put the live USB distros to good use!


I will, thanks.
Btw, is oVirt 3.4 live image already available?



Cheers,
Dave.

On 03/26/2014 04:37 PM, René Koch wrote:

Hi,

In the next 2 months 2 open source events will take place in Austria and
oVirt will be present in form of workshops, presentations and stands.

The first event is at the Grazer Linuxtage from April, 4th till April,
5th. These are the highlights from an oVirt perspective:
- Workshop: Installation and first steps with oVirt
- Talk: New features of oVirt (3.3/3.4)
- Stand: oVirt project stand with live demo system

For more information visit http://linuxtage.at/ (German website only)


The second event is at the Linuxwochen Vienna from May 8th till May
10th. These are the highlights from an oVirt perspective:
- Workshop: Installation and first steps with oVirt
- Talk: New features of oVirt (3.3/3.4)
- Stand: oVirt project stand with live demo system

For more information visit http://linuxwochen.at/ (German website only)


Last but not least I want to thank Brian Proffitt and Dave Neary for
their help.





___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Johan Kooijman
Hey Bob,

Execute yum clean all first, solved same issue on this end.


On Thu, Mar 27, 2014 at 5:19 PM, Bob Doolittle b...@doolittle.us.com wrote:

 I am for some reason unable to get an update for my RHEL6 system for the
 latest ovirt-release-el6 RPM.

 My version remains at 10.0.1-3 instead of 11.1.0-1.

 I assume this is why I have no ovirt-3.3-stable repo available, only
 ovirt-3.3.3.

 I've attached my repo file if interested.

 -Bob


 On 03/27/2014 08:37 AM, Sandro Bonazzola wrote:

 Il 27/03/2014 11:57, Gianluca Cecchi ha scritto:

 On Thu, Mar 27, 2014 at 10:52 AM, Brian Proffitt bprof...@redhat.com
 wrote:

  The existing repository ovirt-stable has been updated for delivering
 this release without the need of enabling any other repository.

 Is thee a way to eventually migrate from 3.3.3 to 3.3.4 without
 directly passing to 3.4?

 Yes, just disable the 3.4 and stable repo, keeping the 3.3 repo enabled.

 yum-config-manager --disable ovirt-stable
 yum-config-manager --disable ovirt-3.4-stable
 yum-config-manager --enable ovirt-3.3-stable



  Thanks,
 Gianluca
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users




 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users




-- 
Met vriendelijke groeten / With kind regards,
Johan Kooijman

T +31(0) 6 43 44 45 27
F +31(0) 162 82 00 01
E m...@johankooijman.com
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Bob Doolittle
Thanks but that had no effect. Are you running RHEL (not CentOS)? I 
suspect that's the issue.


When I browse http://resources.ovirt.org/releases/stable/rpm/el6/noarch/ 
I do not see *any* RPM titled ovirt-release-el6.


Has the repo been staged properly for RHEL 6?

-Bob

On 03/27/2014 01:28 PM, Johan Kooijman wrote:

Hey Bob,

Execute yum clean all first, solved same issue on this end.


On Thu, Mar 27, 2014 at 5:19 PM, Bob Doolittle b...@doolittle.us.com 
mailto:b...@doolittle.us.com wrote:


I am for some reason unable to get an update for my RHEL6 system
for the latest ovirt-release-el6 RPM.

My version remains at 10.0.1-3 instead of 11.1.0-1.

I assume this is why I have no ovirt-3.3-stable repo available,
only ovirt-3.3.3.

I've attached my repo file if interested.

-Bob


On 03/27/2014 08:37 AM, Sandro Bonazzola wrote:

Il 27/03/2014 11:57, Gianluca Cecchi ha scritto:

On Thu, Mar 27, 2014 at 10:52 AM, Brian Proffitt
bprof...@redhat.com mailto:bprof...@redhat.com wrote:

The existing repository ovirt-stable has been updated
for delivering this release without the need of
enabling any other repository.

Is thee a way to eventually migrate from 3.3.3 to 3.3.4
without
directly passing to 3.4?

Yes, just disable the 3.4 and stable repo, keeping the 3.3
repo enabled.

yum-config-manager --disable ovirt-stable
yum-config-manager --disable ovirt-3.4-stable
yum-config-manager --enable ovirt-3.3-stable



Thanks,
Gianluca
___
Users mailing list
Users@ovirt.org mailto:Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users




___
Users mailing list
Users@ovirt.org mailto:Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users




--
Met vriendelijke groeten / With kind regards,
Johan Kooijman

T +31(0) 6 43 44 45 27
F +31(0) 162 82 00 01
E m...@johankooijman.com mailto:m...@johankooijman.com


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Sandro Bonazzola


- Messaggio originale -
 Da: Bob Doolittle b...@doolittle.us.com
 A: Johan Kooijman m...@johankooijman.com
 Cc: Sandro Bonazzola sbona...@redhat.com, Gianluca Cecchi 
 gianluca.cec...@gmail.com, users
 users@ovirt.org
 Inviato: Giovedì, 27 marzo 2014 18:33:14
 Oggetto: Re: [Users] [Ann] oVirt 3.4 GA Releases
 
 Thanks but that had no effect. Are you running RHEL (not CentOS)? I
 suspect that's the issue.
 
 When I browse http://resources.ovirt.org/releases/stable/rpm/el6/noarch/
 I do not see *any* RPM titled ovirt-release-el6.

Please use ovirt-release rpm.
We've seen there was a missing alignment on some wiki pages about the 
ovirt-release rpm name.
ovirt-release rpm is now unique for fedora and EL, it will detect the 
distribution and set up repositories accordingly.
I'm sorry for the inconvenient.


 
 Has the repo been staged properly for RHEL 6?
 
 -Bob
 
 On 03/27/2014 01:28 PM, Johan Kooijman wrote:
  Hey Bob,
 
  Execute yum clean all first, solved same issue on this end.
 
 
  On Thu, Mar 27, 2014 at 5:19 PM, Bob Doolittle b...@doolittle.us.com
  mailto:b...@doolittle.us.com wrote:
 
  I am for some reason unable to get an update for my RHEL6 system
  for the latest ovirt-release-el6 RPM.
 
  My version remains at 10.0.1-3 instead of 11.1.0-1.
 
  I assume this is why I have no ovirt-3.3-stable repo available,
  only ovirt-3.3.3.
 
  I've attached my repo file if interested.
 
  -Bob
 
 
  On 03/27/2014 08:37 AM, Sandro Bonazzola wrote:
 
  Il 27/03/2014 11:57, Gianluca Cecchi ha scritto:
 
  On Thu, Mar 27, 2014 at 10:52 AM, Brian Proffitt
  bprof...@redhat.com mailto:bprof...@redhat.com wrote:
 
  The existing repository ovirt-stable has been updated
  for delivering this release without the need of
  enabling any other repository.
 
  Is thee a way to eventually migrate from 3.3.3 to 3.3.4
  without
  directly passing to 3.4?
 
  Yes, just disable the 3.4 and stable repo, keeping the 3.3
  repo enabled.
 
  yum-config-manager --disable ovirt-stable
  yum-config-manager --disable ovirt-3.4-stable
  yum-config-manager --enable ovirt-3.3-stable
 
 
 
  Thanks,
  Gianluca
  ___
  Users mailing list
  Users@ovirt.org mailto:Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 
 
 
 
  ___
  Users mailing list
  Users@ovirt.org mailto:Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 
 
 
 
  --
  Met vriendelijke groeten / With kind regards,
  Johan Kooijman
 
  T +31(0) 6 43 44 45 27
  F +31(0) 162 82 00 01
  E m...@johankooijman.com mailto:m...@johankooijman.com
 
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Federico Alberto Sayd

On 27/03/14 13:19, Bob Doolittle wrote:
I am for some reason unable to get an update for my RHEL6 system for 
the latest ovirt-release-el6 RPM.


My version remains at 10.0.1-3 instead of 11.1.0-1.

I assume this is why I have no ovirt-3.3-stable repo available, only 
ovirt-3.3.3.


I've attached my repo file if interested.

-Bob

On 03/27/2014 08:37 AM, Sandro Bonazzola wrote:

Il 27/03/2014 11:57, Gianluca Cecchi ha scritto:
On Thu, Mar 27, 2014 at 10:52 AM, Brian Proffitt 
bprof...@redhat.com wrote:


The existing repository ovirt-stable has been updated for 
delivering this release without the need of enabling any other 
repository.

Is thee a way to eventually migrate from 3.3.3 to 3.3.4 without
directly passing to 3.4?

Yes, just disable the 3.4 and stable repo, keeping the 3.3 repo enabled.

yum-config-manager --disable ovirt-stable
yum-config-manager --disable ovirt-3.4-stable
yum-config-manager --enable ovirt-3.3-stable




Thanks,
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users







___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users

I too, I'm in 3.4.rc and want to upgrade to 3.4 stable.

yum update ovirt-release-el6 says that there is not update available.
What package verison does provide the repos for 3.4 stable? 10.0 or 11.1 ??
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Bob Doolittle


On 03/27/2014 02:02 PM, Sandro Bonazzola wrote:

When I browse http://resources.ovirt.org/releases/stable/rpm/el6/noarch/
I do not see *any* RPM titled ovirt-release-el6.

Please use ovirt-release rpm.


OK. Shouldn't this be in the release notes?


We've seen there was a missing alignment on some wiki pages about the 
ovirt-release rpm name.
ovirt-release rpm is now unique for fedora and EL, it will detect the 
distribution and set up repositories accordingly.
I'm sorry for the inconvenient.


No problem. For clarity - should I 'rpm -e ovirt-release-el6' first? Or 
is that taken care of automatically when I install ovirt-release?


Thanks,
   Bob

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Bob Doolittle


On 03/27/2014 02:02 PM, Sandro Bonazzola wrote:

- Messaggio originale -

Da: Bob Doolittle b...@doolittle.us.com
A: Johan Kooijman m...@johankooijman.com
Cc: Sandro Bonazzola sbona...@redhat.com, Gianluca Cecchi 
gianluca.cec...@gmail.com, users
users@ovirt.org
Inviato: Giovedì, 27 marzo 2014 18:33:14
Oggetto: Re: [Users] [Ann] oVirt 3.4 GA Releases

Thanks but that had no effect. Are you running RHEL (not CentOS)? I
suspect that's the issue.

When I browse http://resources.ovirt.org/releases/stable/rpm/el6/noarch/
I do not see *any* RPM titled ovirt-release-el6.

Please use ovirt-release rpm.


I don't understand why, but yum install ovirt-release isn't working 
either. I see it at

http://resources.ovirt.org/releases/stable/rpm/el6/noarch/ but:

# yum install ovirt-release
Loaded plugins: product-id, refresh-packagekit, rhnplugin, security,
  : subscription-manager, versionlock
This system is not registered to Red Hat Subscription Management. You can use 
subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package ovirt-release available.
Error: Nothing to do

[root@ovirt-vm ~]# yum repolist
Loaded plugins: product-id, refresh-packagekit, rhnplugin, security,
  : subscription-manager, versionlock
This system is not registered to Red Hat Subscription Management. You can use 
subscription-manager to register.
This system is receiving updates from RHN Classic or RHN Satellite.
repo id   repo name   status
epel  Extra Packages for Enterprise Linux 6 - x86 10657
glusterfs-epelGlusterFS is a clustered file-system capabl11
glusterfs-noarch-epel GlusterFS is a clustered file-system capabl 1
ovirt-stable  Older Stable builds of the oVirt project  119
rhel-x86_64-server-6  Red Hat Enterprise Linux Server (v. 6 for 6 12380
rhel-x86_64-server-optional-6 RHEL Server Optional (v. 6 64-bit x86_64)7044
repolist: 30212


-Bob

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Alon Bar-Lev
Hello,

Experimental Gentoo overlay is available[1], for whoever like to test it out.

The importance is mainly to show packages' customization for other 
distributions.

Regards,
Alon Bar-Lev

[1] https://github.com/alonbl/ovirt-overlay

- Original Message -
 From: Brian Proffitt bprof...@redhat.com
 To: users users@ovirt.org, annou...@ovirt.org
 Sent: Thursday, March 27, 2014 11:52:21 AM
 Subject: [Users]  [Ann] oVirt 3.4 GA Releases
 
 The oVirt Project is pleased to announce the general availability of its
 fifth formal release, oVirt 3.4, as of March 27, 2014.
 
 oVirt is an open source alternative to VMware vSphere, and provides an
 excellent KVM management interface for multi-node virtualization. oVirt is
 available now for Fedora 19, Red Hat Enterprise Linux 6.5, and CentOS 6.5
 (or similar).
 
 New features include:
 
 oVirt 3.4 Release Notes
 
 * Hosted Engine: oVirt 3.4 features hosted engine, which enables oVirt engine
 to be run as a virtual machine (VM) on the host it manages. Hosted engine
 solves the chicken-and-the egg problem for users: the basic challenge of
 deploying and running an oVirt engine inside a VM. This clustered solution
 enables users to configure multiple hosts to run the hosted engine, ensuring
 the engine still runs in the event of any one host failure.
 
 * Enhanced Gluster Support: Gluster Volume Asynchronous Tasks Management
 enables users to re-balance volumes and remove bricks in Gluster
 operations/rebalance and remove bricks in Gluster volumes.
 
 * Preview: PPC64: Engine Support for PPC64 will add PPC64 architecture
 awareness to the ovirt-engine code, which currently makes various
 assumptions based on the x86 architecture. When specifying virtual machine
 devices, for example, what is suitable for x86 architecture may not be for
 POWER (or may not be available yet). VDSM Support for PPC64 introduces the
 capability of managing KVM on IBM POWER processors via oVirt. Administrators
 will be able to perform management functionalities such as adding or
 activating KVM, creating clusters of KVM and performing VM lifecycle
 management on any IBM POWER host. Migration is still a work in progress for
 KVM on IBM POWER processor.
 
 * Preview: Hot-plug CPUs: oVirt 3.4 adds a preview of a Hot-plug CPU feature
 that enables administrators to ensure customer's service-level agreements
 are being met, the full utilization of spare hardware, and the capability to
 dynamically to scale vertically, down or up, a system's hardware according
 to application needs without restarting the virtual machine.
 
 This release of oVirt also includes numerous bug fixes. See the release notes
 [1] for a complete list of the new features and bugs fixed.
 
 The existing repository ovirt-stable has been updated for delivering this
 release without the need of enabling any other repository.
 
 A new oVirt Node build is also available [2].
 
 [1] http://www.ovirt.org/OVirt_3.4_Release_Notes
 [2]
 http://resources.ovirt.org/releases/3.4/iso/ovirt-node-iso-3.0.4-1.0.201401291204.vdsm34.el6.iso
 
 --
 Brian Proffitt - oVirt Community Manager
 IRC: bkp @ #ovirt OFTC
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Bob Doolittle
Just for the record, the following process works for CentOS and RHEL 
users upgrading from 3.3:


# rpm -e ovirt-release-el6
# yum install http://ovirt.org/releases/ovirt-release.noarch.rpm 
http://resources.ovirt.org/releases/ovirt-release.noarch.rpm


Somebody should really update the release notes about this (and the 
Quick Start Guide).


Thanks,
Bob

On 03/27/2014 02:38 PM, Bob Doolittle wrote:


On 03/27/2014 02:02 PM, Sandro Bonazzola wrote:

- Messaggio originale -

Da: Bob Doolittle b...@doolittle.us.com
A: Johan Kooijman m...@johankooijman.com
Cc: Sandro Bonazzola sbona...@redhat.com, Gianluca Cecchi 
gianluca.cec...@gmail.com, users

users@ovirt.org
Inviato: Giovedì, 27 marzo 2014 18:33:14
Oggetto: Re: [Users] [Ann] oVirt 3.4 GA Releases

Thanks but that had no effect. Are you running RHEL (not CentOS)? I
suspect that's the issue.

When I browse 
http://resources.ovirt.org/releases/stable/rpm/el6/noarch/

I do not see *any* RPM titled ovirt-release-el6.

Please use ovirt-release rpm.


I don't understand why, but yum install ovirt-release isn't working 
either. I see it at

http://resources.ovirt.org/releases/stable/rpm/el6/noarch/ but:

# yum install ovirt-release
Loaded plugins: product-id, refresh-packagekit, rhnplugin, security,
  : subscription-manager, versionlock
This system is not registered to Red Hat Subscription Management. You 
can use subscription-manager to register.

This system is receiving updates from RHN Classic or RHN Satellite.
Setting up Install Process
No package ovirt-release available.
Error: Nothing to do

[root@ovirt-vm ~]# yum repolist
Loaded plugins: product-id, refresh-packagekit, rhnplugin, security,
  : subscription-manager, versionlock
This system is not registered to Red Hat Subscription Management. You 
can use subscription-manager to register.

This system is receiving updates from RHN Classic or RHN Satellite.
repo id   repo 
name   status
epel  Extra Packages for Enterprise Linux 6 - 
x86 10657
glusterfs-epelGlusterFS is a clustered file-system 
capabl11
glusterfs-noarch-epel GlusterFS is a clustered file-system 
capabl 1
ovirt-stable  Older Stable builds of the oVirt 
project  119
rhel-x86_64-server-6  Red Hat Enterprise Linux Server (v. 6 
for 6 12380
rhel-x86_64-server-optional-6 RHEL Server Optional (v. 6 64-bit 
x86_64)7044

repolist: 30212


-Bob



___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] [Ann] oVirt 3.4 GA Releases

2014-03-27 Thread Alon Bar-Lev


- Original Message -
 From: Bob Doolittle b...@doolittle.us.com
 To: Sandro Bonazzola sbona...@redhat.com
 Cc: users users@ovirt.org
 Sent: Thursday, March 27, 2014 9:49:21 PM
 Subject: Re: [Users] [Ann] oVirt 3.4 GA Releases
 
 Just for the record, the following process works for CentOS and RHEL users
 upgrading from 3.3:
 
 # rpm -e ovirt-release-el6
 # yum install http://ovirt.org/releases/ovirt-release.noarch.rpm

I think it should use the new resources:

# yum install http://resources.ovirt.org/pub/yum-repo/ovirt-release.noarch.rpm

 
 Somebody should really update the release notes about this (and the Quick
 Start Guide).
 
 Thanks,
 Bob
 
 On 03/27/2014 02:38 PM, Bob Doolittle wrote:
 
 
 
 On 03/27/2014 02:02 PM, Sandro Bonazzola wrote:
 
 
 - Messaggio originale -
 
 
 Da: Bob Doolittle b...@doolittle.us.com
 A: Johan Kooijman m...@johankooijman.com
 Cc: Sandro Bonazzola sbona...@redhat.com , Gianluca Cecchi
 gianluca.cec...@gmail.com , users
 users@ovirt.org
 Inviato: Giovedì, 27 marzo 2014 18:33:14
 Oggetto: Re: [Users] [Ann] oVirt 3.4 GA Releases
 
 Thanks but that had no effect. Are you running RHEL (not CentOS)? I
 suspect that's the issue.
 
 When I browse http://resources.ovirt.org/releases/stable/rpm/el6/noarch/
 I do not see *any* RPM titled ovirt-release-el6.
 Please use ovirt-release rpm.
 
 I don't understand why, but yum install ovirt-release isn't working either.
 I see it at
 http://resources.ovirt.org/releases/stable/rpm/el6/noarch/ but:
 
 # yum install ovirt-release
 Loaded plugins: product-id, refresh-packagekit, rhnplugin, security,
 : subscription-manager, versionlock
 This system is not registered to Red Hat Subscription Management. You can use
 subscription-manager to register.
 This system is receiving updates from RHN Classic or RHN Satellite.
 Setting up Install Process
 No package ovirt-release available.
 Error: Nothing to do
 
 [root@ovirt-vm ~]# yum repolist
 Loaded plugins: product-id, refresh-packagekit, rhnplugin, security,
 : subscription-manager, versionlock
 This system is not registered to Red Hat Subscription Management. You can use
 subscription-manager to register.
 This system is receiving updates from RHN Classic or RHN Satellite.
 repo id repo name status
 epel Extra Packages for Enterprise Linux 6 - x86 10657
 glusterfs-epel GlusterFS is a clustered file-system capabl 11
 glusterfs-noarch-epel GlusterFS is a clustered file-system capabl 1
 ovirt-stable Older Stable builds of the oVirt project 119
 rhel-x86_64-server-6 Red Hat Enterprise Linux Server (v. 6 for 6 12380
 rhel-x86_64-server-optional-6 RHEL Server Optional (v. 6 64-bit x86_64) 7044
 repolist: 30212
 
 
 -Bob
 
 
 
 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Fwd: Trying to connect via SPICE or VNC to VM using a Macbook...

2014-03-27 Thread Adam Stracener
Got oVirt up and running like a champ and created my first VM with it but
the issue I'm having now is getting to console into that VM to setup SSH
and a few basics.
I've installed virt-manager (RemoteViewer) when i put in spice://ip I
get Unable to connect to the graphic server.

I would love to use the .vv files that download when I click CONSOLE but i
have yet to find a way to wrap .vv into Remote Viewer and pass that data to
it. Any thoughts? This is the only issue I am having so far.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Fwd: Trying to connect via SPICE or VNC to VM using a Macbook...

2014-03-27 Thread Gianluca Cecchi
On Thu, Mar 27, 2014 at 9:55 PM, Adam Stracener
neckbeardpri...@gmail.com wrote:
 Got oVirt up and running like a champ and created my first VM with it but
 the issue I'm having now is getting to console into that VM to setup SSH and
 a few basics.
 I've installed virt-manager (RemoteViewer) when i put in spice://ip I get
 Unable to connect to the graphic server.

 I would love to use the .vv files that download when I click CONSOLE but i
 have yet to find a way to wrap .vv into Remote Viewer and pass that data to
 it. Any thoughts? This is the only issue I am having so far.

Not tried myself, but see here
http://www.ovirt.org/SPICE_Remote-Viewer_on_OS_X

and the whole thread here in case from February this year:
http://lists.ovirt.org/pipermail/users/2014-February/021087.html

HIH,
Gianluca
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Fwd: Trying to connect via SPICE or VNC to VM using a Macbook...

2014-03-27 Thread Itamar Heim

On 03/27/2014 05:33 PM, Gianluca Cecchi wrote:

On Thu, Mar 27, 2014 at 9:55 PM, Adam Stracener
neckbeardpri...@gmail.com wrote:

Got oVirt up and running like a champ and created my first VM with it but
the issue I'm having now is getting to console into that VM to setup SSH and
a few basics.


glad to hear.
why not configure ssh via cloud-init as part of the boot (pass your 
public ssh key during first run-vm so cloud-init will configure it in 
the vm and you can just ssh to it)?



I've installed virt-manager (RemoteViewer) when i put in spice://ip I get
Unable to connect to the graphic server.

I would love to use the .vv files that download when I click CONSOLE but i
have yet to find a way to wrap .vv into Remote Viewer and pass that data to
it. Any thoughts? This is the only issue I am having so far.


Not tried myself, but see here
http://www.ovirt.org/SPICE_Remote-Viewer_on_OS_X

and the whole thread here in case from February this year:
http://lists.ovirt.org/pipermail/users/2014-February/021087.html


maybe reference the thread from the wiki for posterity?
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Weirdness in vm creation dialog

2014-03-27 Thread Itamar Heim

On 03/27/2014 10:36 AM, Maurice James wrote:

Version: 3.4.0-1.el6

What causes the vm creation dialog to be blank for a
SuperUser/PowerUser? The permission are at the DC level




was this resolved?

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Weirdness in vm creation dialog

2014-03-27 Thread Maurice James
I removed and re-added the users. It seemed to have worked. I will keep an
eye on it

-Original Message-
From: Itamar Heim [mailto:ih...@redhat.com] 
Sent: Thursday, March 27, 2014 9:25 PM
To: Maurice James; users@ovirt.org
Subject: Re: [Users] Weirdness in vm creation dialog

On 03/27/2014 10:36 AM, Maurice James wrote:
 Version: 3.4.0-1.el6

 What causes the vm creation dialog to be blank for a 
 SuperUser/PowerUser? The permission are at the DC level



was this resolved?

___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Error removing external group

2014-03-27 Thread Yair Zaslavsky
Maurice,
Is the group that you removed was added from 3.3 , before you upgraded to 3.4?


- Original Message -
 From: Maurice James midnightst...@msn.com
 To: Gilad Chaplik gchap...@redhat.com
 Cc: users@ovirt.org
 Sent: Thursday, March 27, 2014 5:52:04 PM
 Subject: Re: [Users] Error removing external group
 
 
 I yanked it out of the database. That part is all good now. Im not sure how
 it got stuck though
 
 
 
 
  Date: Thu, 27 Mar 2014 11:34:58 -0400
  From: gchap...@redhat.com
  To: midnightst...@msn.com
  CC: users@ovirt.org; kia...@redhat.com
  Subject: Re: [Users] Error removing external group
  
  we're there for quota, we will take a look as well, it's 'on our way' :-)
  
  Thanks,
  Gilad.
  
  - Original Message -
   From: Maurice James midnightst...@msn.com
   To: users@ovirt.org
   Sent: Thursday, March 27, 2014 4:01:25 PM
   Subject: [Users] Error removing external group
   
   Version 3.4.0-1.el6
   
   I'm attempting to remove a group from the users tab in the UI and I'm
   seeing
   the following error in the engine.log
   
   
   2014-03-27 09:59:01,247 ERROR
   [org.ovirt.engine.core.bll.MultipleActionsRunner] (ajp--127.0.0.1-8702-8)
   [30e4f6c2] Failed to execute multiple actions of type: RemoveGroup:
   java.lang.NullPointerException
   at
   org.ovirt.engine.core.authentication.provisional.ProvisionalDirectory.mapGroup(ProvisionalDirectory.java:211)
   [bll.jar:]
   at
   org.ovirt.engine.core.authentication.provisional.ProvisionalDirectory.findGroup(ProvisionalDirectory.java:187)
   [bll.jar:]
   at
   org.ovirt.engine.core.bll.AdGroupsHandlingCommandBase.getAdGroup(AdGroupsHandlingCommandBase.java:49)
   [bll.jar:]
   at
   org.ovirt.engine.core.bll.AdGroupsHandlingCommandBase.getAdGroupName(AdGroupsHandlingCommandBase.java:38)
   [bll.jar:]
   at
   org.ovirt.engine.core.bll.AdGroupsHandlingCommandBase.getDescription(AdGroupsHandlingCommandBase.java:57)
   [bll.jar:]
   at
   org.ovirt.engine.core.bll.CommandBase.canDoActionOnly(CommandBase.java:326)
   [bll.jar:]
   at
   org.ovirt.engine.core.bll.MultipleActionsRunner.execute(MultipleActionsRunner.java:76)
   [bll.jar:]
   at
   org.ovirt.engine.core.bll.Backend.runMultipleActionsImpl(Backend.java:549)
   [bll.jar:]
   at
   org.ovirt.engine.core.bll.Backend.runMultipleActionsImpl(Backend.java:565)
   [bll.jar:]
   at org.ovirt.engine.core.bll.Backend.runMultipleActions(Backend.java:519)
   [bll.jar:]
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [rt.jar:1.7.0_51]
   at
   sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   [rt.jar:1.7.0_51]
   at
   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [rt.jar:1.7.0_51]
   at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_51]
   at
   org.jboss.as.ee.component.ManagedReferenceMethodInterceptorFactory$ManagedReferenceMethodInterceptor.processInvocation(ManagedReferenceMethodInterceptorFactory.java:72)
   [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
   at
   org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
   [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
   at
   org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374)
   [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
   at
   org.ovirt.engine.core.bll.interceptors.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:13)
   [bll.jar:]
   at sun.reflect.GeneratedMethodAccessor139.invoke(Unknown Source)
   [:1.7.0_51]
   at
   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [rt.jar:1.7.0_51]
   at java.lang.reflect.Method.invoke(Method.java:606) [rt.jar:1.7.0_51]
   at
   org.jboss.as.ee.component.ManagedReferenceLifecycleMethodInterceptorFactory$ManagedReferenceLifecycleMethodInterceptor.processInvocation(ManagedReferenceLifecycleMethodInterceptorFactory.java:123)
   [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
   at
   org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
   [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
   at
   org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
   [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
   at
   org.jboss.as.ee.component.interceptors.UserInterceptorFactory$1.processInvocation(UserInterceptorFactory.java:36)
   [jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
   at
   org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
   [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
   at
   org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
   [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
   at
   org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
   [jboss-invocation-1.1.1.Final.jar:1.1.1.Final]
   at
   org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)