[Users] HowTo: Spice ActiveX Plugin/Virt Viewer Console on oVirt 3.1
by Dead Horse
I have seen this question asked many times on this list and the spice-devel
list. Now having figured out how to make it work I will provide the answer
to the rest of the community.
*NOTE* this only applies to Windows/Internet Explorer users. There exists
no other option other than the html5 spice console (still beta/in
development) for windows users ATM. This will also only work with Internet
Explorer.
Basic Steps:
- Install an oVirt server.
- Add at least one node
- Setup storage/iso/export domains
Advanced steps
- Start by downloading: http://elmarco.fedorapeople.org/spice.cab
- Create a directory for it oVirt looks by default in /usr/share/spice
- Rename spice.cab to SpiceX.cab and copy it into /usr/share/spice
- Now edit /usr/share/ovirt-engine/engine.ear/root.war/WEB-INF and add the
following:
<!-- SpiceX.cab -->
<servlet>
<servlet-name>SpiceX.cab</servlet-name>
<servlet-class>org.ovirt.engine.core.FileServlet</servlet-class>
<init-param>
<param-name>type</param-name>
<param-value>application/octet-stream</param-value>
</init-param>
<init-param>
<param-name>file</param-name>
<param-value>/usr/share/spice/SpiceX.cab</param-value>
</init-param>
</servlet>
<servlet-mapping>
<servlet-name>SpiceX.cab</servlet-name>
<url-pattern>/spice/SpiceX.cab</url-pattern>
</servlet-mapping>
- Next create an html file within
/usr/share/ovirt-engine/engine.ear/root.war
- In the example below an html file called "spice.html"
- Copy/Paste the below into spice.html:
<!DOCTYPE html>
<html>
<head>
<title>SPICE Plugin Installer</title>
<script type="text/javascript">
function installSpice()
{
try {
document.getElementById('SpiceX').innerHTML = '<OBJECT id="SpiceX"
codebase="/spice/SpiceX.cab"
classid="clsid:ACD6D89C-938D-49B4-8E81-DDBD13F4B48A" width="0"
height="0"></OBJECT>';
} catch (ex) {
alert("Epic Fail!: " + ex.Description);
}
}
</script>
</head>
<body>
<p>
<p><b id='SpiceX'>Spice ActiveX Plugin</b> </p>
<button onclick='installSpice()'>Install Spice Plugin</button>
</p>
</body>
</html>
- Save the file
- You will now need to restart the ovirt-engine service EG: systemctl
restart ovirt-engine.service OR service ovirt-engine restart
- The installer page will now be available at http://<url to ovirt
server>/spice.html EX: http://ovirt.azeroth.net/spice.html
- Navigate to that page and click the install button
- IE will prompt you to deploy/install the SpiceX cabinet file
- It may gripe about an unsigned or untrusted source, acknowledge this an
proceed anyways
- If the install succeeds the text "Spice ActiveX Plugin" on the page will
change to blank (it's actually the plugin with null values)
- The console button in the user and webadmin portals will now launch the
new virt-viwer spice based console!
Happy Spice Consoling to your VM's from Windows!
*NOTE*
To uninstall the plugin:
- The below removes the add-on from IE (EG: removes knowledge of
"application/x-spice")
- pop a command terminal and type:
On Windows XP: regsvr32 /u "C:\Documents and Settings\Administrator\Local
Settings\Application Data\virt-viewer\bin\SpiceX.dll"
On Windows 7 regsvr32 /u C:\Documents and Settings\Administrator\Local
Settings\AppData\virt-viewer\bin\SpiceX.dll"
- Next we need to remove the rest of virt-viewer
- Go to add/remove programs and uninstall virt-viewer, this removes the
rest of virt-viewer from the system
11 years, 8 months
[Users] vnic : add a custom properties and use it in vdsm_hook
by Benoit ML
Hello Evrybody,
Is there a way to add custom properties for a nic ? and use it in vdsm_hooks ?
The objectife is to redefine some network parameters of a vnic at the
vm boot ... (such per vnic bandwitchs, per vnic vlan, and so on) and
maybe use openvswitch ...
Thank you in advance
--
--
Benoit
11 years, 10 months
Re: [Users] tool engine-manage-domains
by victor nunes
2012/11/29 Yair Zaslavsky <yzaslavs(a)redhat.com>
> Hi,
> Can you redirect your question to users(a)ovirt.org?
> I think others will help you to forward your question to relevant people
> here (not sure I can provide a good answer).
>
>
>
> On 11/29/2012 03:26 AM, victor nunes wrote:
>
>> So I'm trying to install FreeIPA on the same machine that oVirt-manage,
>> but at the time of installation, the following error occurs:
>>
>> FreeIPA-server conflicts with 1: mod_ssl-2.2.22-4.fc17.x86_64
>>
>>
>> Looking for a solution to the problem, I discovered that this is a bug
>> reported by others.
>>
>> Follow the link to the bug reported:
>> https://bugzilla.redhat.com/**show_bug.cgi?id=840098<https://bugzilla.redhat.com/show_bug.cgi?id=840098>
>>
>> Then, using oo FreeIPA not be possible, which otherwise I have to add
>> new domains and users?
>>
>> Em 8 de novembro de 2012 02:41, Yair Zaslavsky <yzaslavs(a)redhat.com
>> <mailto:yzaslavs@redhat.com>> escreveu:
>>
>>
>> Hi,
>> You cannot create new users for the internal domain.
>> The internal domain was developed for quick POC, just to allow login
>> to the system without the need for ldap provider.
>> I recommend you install some ldap server (i.e - free IPA) and try to
>> work with it.
>>
>>
>>
>> On 11/08/2012 01:08 AM, victor nunes wrote:
>>
>> Sorry.
>>
>> Att,
>>
>> 2012/11/7 victor nunes <victor.rebli(a)gmail.com
>> <mailto:victor.rebli@gmail.com**>
>> <mailto:victor.rebli@gmail.com <mailto:victor.rebli@gmail.com**
>> >__>>
>>
>>
>>
>> Thanks for the reply.
>>
>> As the command "engine-manage-domains" works with ldap, how
>> can I
>> create another user in the field "internal", and user
>> "admin" that
>> is created when you installed the engine-setup?
>>
>> 2012/11/4 Yair Zaslavsky <yzaslavs(a)redhat.com
>> <mailto:yzaslavs@redhat.com>
>> <mailto:yzaslavs@redhat.com <mailto:yzaslavs@redhat.com>>>
>>
>>
>>
>> Hi,
>> The specified tool handle only ldap domains, and not the
>> internal domain.
>> What would you like to change at the internal domain?
>> I suggest you try to use engine-config for this.
>>
>>
>>
>> ------------------------------**__----------------------------**
>> --__------------
>>
>>
>> *From: *"victor nunes" <victor.rebli(a)gmail.com
>> <mailto:victor.rebli@gmail.com**>
>> <mailto:victor.rebli@gmail.com
>> <mailto:victor.rebli@gmail.com**>__>>
>> *To: *users(a)ovirt.org <mailto:users@ovirt.org>
>> <mailto:users@ovirt.org <mailto:users@ovirt.org>>
>>
>> *Sent: *Sunday, November 4, 2012 12:18:55 AM
>> *Subject: *[Users] tool engine-manage-domains
>>
>>
>>
>> I'm trying to change the default domain, the
>> "internal" with
>> the following command:
>>
>> engine-manage-domains -action=edit -domain=internal
>>
>> However, i am getting the following message:
>>
>> "Domain internal doesn't exist int the configuration"
>>
>> This is my domain admin user that is configured in
>> the
>> installation ovirt-setup.
>>
>> So, how can i fix it to include a user in this
>> domain?
>>
>>
>> Att,
>>
>>
>>
>>
>> --
>> “Encarada do ponto de vista da juventude, a vida
>> parece um
>> futuro
>> indefinidamente longo, ao passo que, na velhice,
>> ela parece
>> um passado
>> deveras curto. Assim, a vida no seu início se
>> apresenta do
>> mesmo modo
>> que as coisas quando as olhamos através de um
>> binóculo usado
>> ao contrário; mas, ao
>> seu final, ela se parece com as coisas tal qual
>> são vistas
>> quando o binóculo
>> é usado de modo normal. Um homem precisa ter
>> envelhecido e
>> vivido
>> bastante para perceber como a vida é curta”.
>>
>> (Poema de Arthur Schopenhauer)
>>
>> ______________________________**___________________
>> Users mailing list
>> Users(a)ovirt.org <mailto:Users@ovirt.org> <mailto:Users@ovirt.org
>> <mailto:Users@ovirt.org>>
>>
>> http://lists.ovirt.org/__**mailman/listinfo/users<http://lists.ovirt.org/__mailman/listinfo/users>
>>
>> <http://lists.ovirt.org/**mailman/listinfo/users<http://lists.ovirt.org/mailman/listinfo/users>
>> >
>>
>>
>>
>>
>>
>> --
>> “Encarada do ponto de vista da juventude, a vida parece um
>> futuro
>> indefinidamente longo, ao passo que, na velhice, ela parece
>> um passado
>> deveras curto. Assim, a vida no seu início se apresenta do
>> mesmo modo
>> que as coisas quando as olhamos através de um binóculo usado
>> ao
>> contrário; mas, ao
>> seu final, ela se parece com as coisas tal qual são vistas
>> quando o
>> binóculo
>> é usado de modo normal. Um homem precisa ter envelhecido e
>> vivido
>> bastante para perceber como a vida é curta”.
>>
>> (Poema de Arthur Schopenhauer)
>>
>>
>>
>>
>> --
>> “Encarada do ponto de vista da juventude, a vida parece um futuro
>> indefinidamente longo, ao passo que, na velhice, ela parece um
>> passado
>> deveras curto. Assim, a vida no seu início se apresenta do mesmo
>> modo
>> que as coisas quando as olhamos através de um binóculo usado ao
>> contrário; mas, ao
>> seu final, ela se parece com as coisas tal qual são vistas
>> quando o
>> binóculo
>> é usado de modo normal. Um homem precisa ter envelhecido e vivido
>> bastante para perceber como a vida é curta”.
>>
>> (Poema de Arthur Schopenhauer)
>>
>>
>>
>>
>> --
>> “Encarada do ponto de vista da juventude, a vida parece um futuro
>> indefinidamente longo, ao passo que, na velhice, ela parece um passado
>> deveras curto. Assim, a vida no seu início se apresenta do mesmo modo
>> que as coisas quando as olhamos através de um binóculo usado ao
>> contrário; mas, ao
>> seu final, ela se parece com as coisas tal qual são vistas quando o
>> binóculo
>> é usado de modo normal. Um homem precisa ter envelhecido e vivido
>> bastante para perceber como a vida é curta”.
>>
>> (Poema de Arthur Schopenhauer)
>>
>
--
“Encarada do ponto de vista da juventude, a vida parece um futuro
indefinidamente longo, ao passo que, na velhice, ela parece um passado
deveras curto. Assim, a vida no seu início se apresenta do mesmo modo
que as coisas quando as olhamos através de um binóculo usado ao contrário;
mas, ao
seu final, ela se parece com as coisas tal qual são vistas quando o
binóculo
é usado de modo normal. Um homem precisa ter envelhecido e vivido
bastante para perceber como a vida é curta”.
(Poema de Arthur Schopenhauer)
11 years, 11 months
[Users] OpenLDAP Simple Authentication in Ovirt Engine
by Thierry Kauffmann
Hi,
I am currently testing Ovirt 3.1 standalone on Fedora 17.
Until now, I could only use the default user admin@internal.
Our Directory at the University is OpenLDAP. We use it for
authentication WITHOUT Kerberos : Simple authentication.
I wonder how to use this backend to authenticate users and manage groups
in Ovirt.
Has anyone already set this up ?
How to configure Ovirt to use Simple Authentication (No Kerberos).
Cheers,
--
signature-TK Thierry Kauffmann
Chef du Service Informatique // Faculté des Sciences // Université de
Montpellier 2
SIF - Service Informatique de la Faculté des Sciences
<http://sif.info-ufr.univ-montp2.fr/> UM2 - Université de Montpellier 2
<http://www.univ-montp2.fr/> Service informatique de la Faculté des
Sciences (SIF)
Université de Montpellier 2
CC437 // Place Eugène Bataillon // 34095 Montpellier Cedex 5
Tél : 04 67 14 31 58
email : thierry.kauffmann(a)univ-montp2.fr
<mailto:thierry.kauffmann@univ-montp2.fr>
web : http://sif.info-ufr.univ-montp2.fr/
http://www.fdsweb.univ-montp2.fr/
11 years, 11 months
Re: [Users] Fwd: Features/Vdsm for PPC64
by Pradipta Kumar Banerjee
On 09/12/2012 10:19 AM, Deepak C Shetty wrote:
> FYI - sending to ur imap id.
>
> -------- Original Message --------
> Subject: [Users] Features/Vdsm for PPC64
> Date: Sun, 9 Sep 2012 14:15:31 -0400
> From: Andrei Vakhnin <Andrey.A.Vakhnin(a)nasa.gov>
> To: <users(a)ovirt.org>
>
>
>
> Looks like ovirt-engine and vdsm support for IBM POWER 7 is on road map. Is there a plan to support IBM POWER6 architecture?
> We're looking to virtualize 5 x IBM POWER6 BladeCenter H to utilize libvirt and KVM on SLES11 pcc64 blades. Thanks
Hi Andrei,
I don't think KVM will be natively supported on POWER6 platform.
>
> http://wiki.ovirt.org/wiki/Features/Vdsm_for_PPC64
>
>
> Andrei
>
>
>
>
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
--
Regards,
Pradipta
11 years, 11 months
[Users] Storage domain issue iSCSI
by Simon Donnellan
Hi Everyone,
I'm having an issue following a power cut, none of my 3 nodes (All Fedora
17 / oVirt 3.1) are able to attach the master Domain.
in /var/log/messages I see the following on each node:
Nov 29 17:15:41 hades vdsm Storage.StoragePool ERROR Requested master
domain 68d8b0e2-c348-4cfe-a896-08c62d491dfb does not have expected version
3 it is version 4
Nov 29 17:15:41 hades vdsm TaskManager.Task ERROR
Task=`f06fd1bb-46d1-47d7-80ca-c2e01becdc51`::Unexpected error
Nov 29 17:15:41 hades vdsm Storage.Dispatcher.Protect ERROR {'status':
{'message': "Wrong Master domain or its version:
'SD=68d8b0e2-c348-4cfe-a896-08c62d491dfb,
pool=f1b40ecc-b6a9-44e7-92cb-0fdf445e3175'", 'code': 324}}
I've tried reboots/restarts/node re-installs
I can see the PV and the iSCSI sessions fine from the shell.
As this is the master, none of my nodes will start.
Any help would be great.
Kind Regards
Simon
11 years, 11 months
[Users] persistent modifications to /etc/hosts?
by Gianluca Cecchi
Hello,
I would like to add an entry to /etc/hosts.
I modifiy it and then:
# persist /etc/hosts
File already persisted: /etc/hosts
But actually at reboot my modification is not there again....
This with ovirt-node-iso-2.5.5-0.1.fc17.iso
# cat /etc/redhat-release
oVirt Node Hypervisor release 2.5.5 (0.1.fc17)
What am I missing?
Thanks in advance,
Gianluca
11 years, 11 months
[Users] No spice connection - Remote-Viewer quits after a few seconds
by Dennis Böck
Here are some logs:
1351785267 INFO [4504:4560] spicex_log_cleanup: done
1351785268 INFO [3788:5440] spicex_log_cleanup: done
1351867007 INFO [4868:4916] spicex_init_logger: started
1351867007 INFO [4868:4916] COSpiceX::put_FullScreen: New FullScreen request newVal=0x0
1351867007 INFO [4868:4916] COSpiceX::Connect: spicec pid 4948
1351867013 ERROR [4868:4916] COSpiceX::Connect: failed to connect to spice client pipe
1351867038 INFO [4868:4916] COSpiceX::put_FullScreen: New FullScreen request newVal=0x0
1351867038 INFO [4868:4916] COSpiceX::Connect: spicec pid 2732
1351867043 ERROR [4868:4916] COSpiceX::Connect: failed to connect to spice client pipe
1351867169 INFO [4868:4916] spicex_log_cleanup: done
1353687854 INFO [4568:2008] spicex_init_logger: started
1353687854 INFO [4568:2008] COSpiceX::put_FullScreen: New FullScreen request newVal=0x0
1353687854 INFO [4568:2008] COSpiceX::Connect: spicec pid 5776
1353687860 ERROR [4568:2008] COSpiceX::Connect: failed to connect to spice client pipe
1353687901 INFO [3064:6084] spicex_init_logger: started
1353687901 INFO [3064:6084] COSpiceX::put_FullScreen: New FullScreen request newVal=0x0
1353687901 INFO [3064:6084] COSpiceX::Connect: spicec pid 1576
1353687906 ERROR [3064:6084] COSpiceX::Connect: failed to connect to spice client pipe
1353687928 INFO [3064:6084] COSpiceX::put_FullScreen: New FullScreen request newVal=0x0
1353687928 INFO [3064:6084] COSpiceX::Connect: spicec pid 2412
1353687934 ERROR [3064:6084] COSpiceX::Connect: failed to connect to spice client pipe
1353688155 INFO [3064:6084] COSpiceX::put_FullScreen: New FullScreen request newVal=0x0
1353688155 INFO [3064:6084] COSpiceX::Connect: spicec pid 3108
1353688161 ERROR [3064:6084] COSpiceX::Connect: failed to connect to spice client pipe
1353688247 INFO [3064:6084] COSpiceX::put_FullScreen: New FullScreen request newVal=0x0
1353688247 INFO [3064:6084] COSpiceX::Connect: spicec pid 3792
1353688252 ERROR [3064:6084] COSpiceX::Connect: failed to connect to spice client pipe
1353688564 INFO [3064:6084] COSpiceX::put_FullScreen: New FullScreen request newVal=0x0
1353688564 INFO [3064:6084] COSpiceX::Connect: spicec pid 5472
1353688569 ERROR [3064:6084] COSpiceX::Connect: failed to connect to spice client pipe
________________________________________
Von: Itamar Heim [iheim(a)redhat.com]
Gesendet: Donnerstag, 1. November 2012 19:33
An: Simon Grinberg
Cc: Dennis Böck; users(a)oVirt.org
Betreff: Re: [Users] No spice connection - Remote-Viewer quits after a few seconds
On 11/01/2012 06:04 PM, Simon Grinberg wrote:
> Make sure your host is accessible and resolvable from the client
> machine Check the Spice ports are open on the host
and provide spice client side logs
>
> ----------------------------------------------------------------------
> --
>
> *From: *"Dennis Böck" <dennis(a)webdienstleistungen.com>
> *To: *"users(a)oVirt.org" <users(a)ovirt.org>
> *Sent: *Thursday, November 1, 2012 5:32:25 PM
> *Subject: *[Users] No spice connection - Remote-Viewer quits after a
> few seconds
>
> Dear oVirt-User-List,
>
> when I try to connect to a spice-VM by clicking the console-button
> in the user portal the "Remote Viewer" appears with the text
> "Setting up spice session", but a few seconds later it just quits
> without an error message.
>
> Here are a few corresponding log-lines of engine.log:
>
> 2012-10-31 16:21:39,041 INFO
> [org.ovirt.engine.core.bll.SetVmTicketCommand] (ajp--0.0.0.0-8009-9)
> [14c13c60] Running command: SetVmTicketCommand internal: false.
> Entities affected : ID: cce2dc1a-a6d5-48b2-8fcc-52aa71d9016b Type: VM
> 2012-10-31 16:21:39,046 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand]
> (ajp--0.0.0.0-8009-9) [14c13c60] START, SetVmTicketVDSCommand(vdsId
> = 277891b0-1cdc-11e2-b51a-002590533f86,
> vmId=cce2dc1a-a6d5-48b2-8fcc-52aa71d9016b, ticket=Yckfn2IndYcE,
> validTime=120,m userName=admin@internal
> <mailto:userName=admin@internal>,
> userId=fdfc627c-d875-11e0-90f0-83df133b58cc), log id: 64b13c0e
> 2012-10-31 16:21:39,088 INFO
> [org.ovirt.engine.core.vdsbroker.vdsbroker.SetVmTicketVDSCommand]
> (ajp--0.0.0.0-8009-9) [14c13c60] FINISH, SetVmTicketVDSCommand, log
> id: 64b13c0e
> 2012-10-31 16:21:39,205 WARN
> [org.ovirt.engine.core.bll.GetConfigurationValueQuery]
> (ajp--0.0.0.0-8009-1) calling GetConfigurationValueQuery
> (SSLEnabled) with null version, using default general for version
> 2012-10-31 16:21:39,206 WARN
> [org.ovirt.engine.core.bll.GetConfigurationValueQuery]
> (ajp--0.0.0.0-8009-1) calling GetConfigurationValueQuery
> (CipherSuite) with null version, using default general for version
> 2012-10-31 16:21:39,207 WARN
> [org.ovirt.engine.core.bll.GetConfigurationValueQuery]
> (ajp--0.0.0.0-8009-1) calling GetConfigurationValueQuery
> (EnableSpiceRootCertificateValidation) with null version, using
> default general for version
> 2012-10-31 16:21:39,212 WARN
> [org.ovirt.engine.core.bll.GetConfigurationValueQuery]
> (ajp--0.0.0.0-8009-1) calling GetConfigurationValueQuery
> (SpiceToggleFullScreenKeys) with null version, using default general
> for version
> 2012-10-31 16:21:39,213 WARN
> [org.ovirt.engine.core.bll.GetConfigurationValueQuery]
> (ajp--0.0.0.0-8009-1) calling GetConfigurationValueQuery
> (SpiceReleaseCursorKeys) with null version, using default general
> for version
>
> Anyone any ideas?
>
> Best regards
>
> Dennis
>
>
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
>
>
>
> _______________________________________________
> Users mailing list
> Users(a)ovirt.org
> http://lists.ovirt.org/mailman/listinfo/users
>
11 years, 11 months
[Users] Multiple problems with latest beta ovirt
by Cristian Falcas
Hi,
Since the beta ovirt has a newer version than the nightly, I was forced to
upgrade.
With this new/old version I encountered multiple problems:
1. Did a cleanup and a setup, but setup fails with this error:
Handling HTTPD... [ ERROR ]
[Errno 2] No such file or directory: '/etc/httpd/conf.d/ssl.conf'
This is because I didn't have a ssl.conf file, but a ssl_ovirt.conf
Full error:
2012-11-30 00:25:56::DEBUG::engine-setup::667::root:: Backing up
/etc/httpd/conf.d/ssl.conf into
/etc/httpd/conf.d/ssl.conf.BACKUP.2012_11_30_00_25_56
2012-11-30 00:25:56::DEBUG::setup_sequences::62::root:: Traceback (most
recent call last):
File "/usr/share/ovirt-engine/scripts/setup_sequences.py", line 60, in run
function()
File "/usr/bin/engine-setup", line 668, in _backupOldHttpdConfig
utils.copyFile(basedefs.FILE_HTTPD_SSL_CONFIG, backupFile)
File "/usr/share/ovirt-engine/scripts/common_utils.py", line 529, in
copyFile
shutil.copy2(fileSrc, destination)
File "/usr/lib/python2.7/shutil.py", line 128, in copy2
copyfile(src, dst)
File "/usr/lib/python2.7/shutil.py", line 82, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: '/etc/httpd/conf.d/ssl.conf'
2. I restarted httpd and continue with adding a new domain:
[root@wikitiki conf.d]# engine-manage-domains -action=add -domain=
company.com -provider=ActiveDirectory -user=user.name-passwordFile=/tmp/pass
WARNING: No permissions were added to the Engine. Login either with the
internal admin user or with another configured user.
Successfully added domain company.com. oVirt Engine restart is required in
order for the changes to take place (service ovirt-engine restart).
Manage Domains completed successfully
After that I did a "systemctl restart ovirt-engine.service" and logged in
with admin in order to add a new user. When I click search. in the engine
.log there are some exceptions thrown (see bellow).
VERY long error message:
2012-11-30 00:30:39,781 ERROR
[org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler]
(ajp--0.0.0.0-8009-11) Ldap authentication failed. Please check that the
login name , password and path are correct.
2012-11-30 00:30:39,783 ERROR
[org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler]
(ajp--0.0.0.0-8009-5) Ldap authentication failed. Please check that the
login name , password and path are correct.
2012-11-30 00:30:39,796 ERROR
[org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler]
(ajp--0.0.0.0-8009-2) Ldap authentication failed. Please check that the
login name , password and path are correct.
2012-11-30 00:30:39,786 ERROR
[org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler]
(ajp--0.0.0.0-8009-1) Ldap authentication failed. Please check that the
login name , password and path are correct.
2012-11-30 00:30:39,807 ERROR
[org.ovirt.engine.core.bll.adbroker.DirectorySearcher]
(ajp--0.0.0.0-8009-5) Failed ldap search server LDAP://
romania2003.mindsoft.com:389 due to
org.ovirt.engine.core.bll.adbroker.EngineDirectoryServiceException. We
should not try the next server:
org.ovirt.engine.core.bll.adbroker.EngineDirectoryServiceException
at
org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler.handleAuthenticationException(LdapSearchExceptionHandler.java:84)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler.handle(LdapSearchExceptionHandler.java:25)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler.handle(LdapSearchExceptionHandler.java:15)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:111)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapSearchGroupsByQueryCommand.executeQuery(LdapSearchGroupsByQueryCommand.java:22)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:68)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.SearchQuery.adSearch(SearchQuery.java:194)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.SearchQuery.searchAdGroups(SearchQuery.java:172)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.SearchQuery.executeQueryCommand(SearchQuery.java:80)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.QueriesCommandBase.ExecuteCommand(QueriesCommandBase.java:70)
[engine-bll.jar:]
at
org.ovirt.engine.core.dal.VdcCommandBase.Execute(VdcCommandBase.java:41)
[engine-dal.jar:]
at org.ovirt.engine.core.bll.Backend.runQueryImpl(Backend.java:384)
[engine-bll.jar:]
at org.ovirt.engine.core.bll.Backend.RunQuery(Backend.java:367)
[engine-bll.jar:]
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
[:1.7.0_09-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_09-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
[rt.jar:1.7.0_09-icedtea]
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.jar:1.1.1.Final]
at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374)
[jboss-invocation.jar:1.1.1.Final]
at
org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11)
[engine-utils.jar:]
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
[:1.7.0_09-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_09-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
[rt.jar:1.7.0_09-icedtea]
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.jar:1.1.1.Final]
at
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
[jboss-invocation.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.jar:1.1.1.Final]
at
org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation.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.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.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)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:194)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.ovirt.engine.core.common.interfaces.BackendLocal$$$view8.RunQuery(Unknown
Source) [engine-common.jar:]
at
org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl.RunQuery(GenericApiGWTServiceImpl.java:51)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
[:1.7.0_09-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_09-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
[rt.jar:1.7.0_09-icedtea]
at
com.google.gwt.rpc.server.RPC.invokeAndStreamResponse(RPC.java:196)
at
com.google.gwt.rpc.server.RpcServlet.processCall(RpcServlet.java:161)
at
com.google.gwt.rpc.server.RpcServlet.processPost(RpcServlet.java:222)
at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
[jboss-servlet-3.0-api.jar:1.0.1.Final]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
[jboss-servlet-3.0-api.jar:1.0.1.Final]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
at
org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)
at
org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea]
2012-11-30 00:30:39,805 ERROR
[org.ovirt.engine.core.bll.adbroker.DirectorySearcher]
(ajp--0.0.0.0-8009-11) Failed ldap search server LDAP://
romania2003.mindsoft.com:389 due to
org.ovirt.engine.core.bll.adbroker.EngineDirectoryServiceException. We
should not try the next server:
org.ovirt.engine.core.bll.adbroker.EngineDirectoryServiceException
at
org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler.handleAuthenticationException(LdapSearchExceptionHandler.java:84)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler.handle(LdapSearchExceptionHandler.java:25)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler.handle(LdapSearchExceptionHandler.java:15)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:111)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:68)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.SearchQuery.adSearch(SearchQuery.java:194)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.SearchQuery.searchAdUsers(SearchQuery.java:168)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.SearchQuery.executeQueryCommand(SearchQuery.java:84)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.QueriesCommandBase.ExecuteCommand(QueriesCommandBase.java:70)
[engine-bll.jar:]
at
org.ovirt.engine.core.dal.VdcCommandBase.Execute(VdcCommandBase.java:41)
[engine-dal.jar:]
at org.ovirt.engine.core.bll.Backend.runQueryImpl(Backend.java:384)
[engine-bll.jar:]
at org.ovirt.engine.core.bll.Backend.RunQuery(Backend.java:367)
[engine-bll.jar:]
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
[:1.7.0_09-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_09-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
[rt.jar:1.7.0_09-icedtea]
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.jar:1.1.1.Final]
at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374)
[jboss-invocation.jar:1.1.1.Final]
at
org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11)
[engine-utils.jar:]
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
[:1.7.0_09-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_09-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
[rt.jar:1.7.0_09-icedtea]
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.jar:1.1.1.Final]
at
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
[jboss-invocation.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.jar:1.1.1.Final]
at
org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation.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.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.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)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:194)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.ovirt.engine.core.common.interfaces.BackendLocal$$$view8.RunQuery(Unknown
Source) [engine-common.jar:]
at
org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl.RunQuery(GenericApiGWTServiceImpl.java:51)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
[:1.7.0_09-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_09-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
[rt.jar:1.7.0_09-icedtea]
at
com.google.gwt.rpc.server.RPC.invokeAndStreamResponse(RPC.java:196)
at
com.google.gwt.rpc.server.RpcServlet.processCall(RpcServlet.java:161)
at
com.google.gwt.rpc.server.RpcServlet.processPost(RpcServlet.java:222)
at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
[jboss-servlet-3.0-api.jar:1.0.1.Final]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
[jboss-servlet-3.0-api.jar:1.0.1.Final]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
at
org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)
at
org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea]
2012-11-30 00:30:39,847 ERROR
[org.ovirt.engine.core.bll.adbroker.DirectorySearcher]
(ajp--0.0.0.0-8009-1) Failed ldap search server LDAP://
romania2003.mindsoft.com:389 due to
org.ovirt.engine.core.bll.adbroker.EngineDirectoryServiceException. We
should not try the next server:
org.ovirt.engine.core.bll.adbroker.EngineDirectoryServiceException
at
org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler.handleAuthenticationException(LdapSearchExceptionHandler.java:84)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler.handle(LdapSearchExceptionHandler.java:25)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler.handle(LdapSearchExceptionHandler.java:15)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:111)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapSearchGroupsByQueryCommand.executeQuery(LdapSearchGroupsByQueryCommand.java:22)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:68)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.SearchQuery.adSearch(SearchQuery.java:194)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.SearchQuery.searchAdGroups(SearchQuery.java:172)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.SearchQuery.executeQueryCommand(SearchQuery.java:80)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.QueriesCommandBase.ExecuteCommand(QueriesCommandBase.java:70)
[engine-bll.jar:]
at
org.ovirt.engine.core.dal.VdcCommandBase.Execute(VdcCommandBase.java:41)
[engine-dal.jar:]
at org.ovirt.engine.core.bll.Backend.runQueryImpl(Backend.java:384)
[engine-bll.jar:]
at org.ovirt.engine.core.bll.Backend.RunQuery(Backend.java:367)
[engine-bll.jar:]
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
[:1.7.0_09-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_09-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
[rt.jar:1.7.0_09-icedtea]
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.jar:1.1.1.Final]
at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374)
[jboss-invocation.jar:1.1.1.Final]
at
org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11)
[engine-utils.jar:]
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
[:1.7.0_09-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_09-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
[rt.jar:1.7.0_09-icedtea]
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.jar:1.1.1.Final]
at
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
[jboss-invocation.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.jar:1.1.1.Final]
at
org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation.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.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.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)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:194)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.ovirt.engine.core.common.interfaces.BackendLocal$$$view8.RunQuery(Unknown
Source) [engine-common.jar:]
at
org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl.RunQuery(GenericApiGWTServiceImpl.java:51)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
[:1.7.0_09-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_09-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
[rt.jar:1.7.0_09-icedtea]
at
com.google.gwt.rpc.server.RPC.invokeAndStreamResponse(RPC.java:196)
at
com.google.gwt.rpc.server.RpcServlet.processCall(RpcServlet.java:161)
at
com.google.gwt.rpc.server.RpcServlet.processPost(RpcServlet.java:222)
at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
[jboss-servlet-3.0-api.jar:1.0.1.Final]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
[jboss-servlet-3.0-api.jar:1.0.1.Final]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
at
org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)
at
org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea]
2012-11-30 00:30:39,830 ERROR
[org.ovirt.engine.core.bll.adbroker.DirectorySearcher]
(ajp--0.0.0.0-8009-2) Failed ldap search server LDAP://
romania2003.mindsoft.com:389 due to
org.ovirt.engine.core.bll.adbroker.EngineDirectoryServiceException. We
should not try the next server:
org.ovirt.engine.core.bll.adbroker.EngineDirectoryServiceException
at
org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler.handleAuthenticationException(LdapSearchExceptionHandler.java:84)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler.handle(LdapSearchExceptionHandler.java:25)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapSearchExceptionHandler.handle(LdapSearchExceptionHandler.java:15)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.DirectorySearcher.find(DirectorySearcher.java:111)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.DirectorySearcher.FindAll(DirectorySearcher.java:48)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapSearchUserByQueryCommand.executeQuery(LdapSearchUserByQueryCommand.java:22)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapBrokerCommandBase.Execute(LdapBrokerCommandBase.java:68)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.adbroker.LdapBrokerBase.RunAdAction(LdapBrokerBase.java:18)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.SearchQuery.adSearch(SearchQuery.java:194)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.SearchQuery.searchAdUsers(SearchQuery.java:168)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.SearchQuery.executeQueryCommand(SearchQuery.java:84)
[engine-bll.jar:]
at
org.ovirt.engine.core.bll.QueriesCommandBase.ExecuteCommand(QueriesCommandBase.java:70)
[engine-bll.jar:]
at
org.ovirt.engine.core.dal.VdcCommandBase.Execute(VdcCommandBase.java:41)
[engine-dal.jar:]
at org.ovirt.engine.core.bll.Backend.runQueryImpl(Backend.java:384)
[engine-bll.jar:]
at org.ovirt.engine.core.bll.Backend.RunQuery(Backend.java:367)
[engine-bll.jar:]
at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
[:1.7.0_09-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_09-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
[rt.jar:1.7.0_09-icedtea]
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.jar:1.1.1.Final]
at
org.jboss.invocation.InterceptorContext$Invocation.proceed(InterceptorContext.java:374)
[jboss-invocation.jar:1.1.1.Final]
at
org.ovirt.engine.core.utils.ThreadLocalSessionCleanerInterceptor.injectWebContextToThreadLocal(ThreadLocalSessionCleanerInterceptor.java:11)
[engine-utils.jar:]
at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
[:1.7.0_09-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_09-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
[rt.jar:1.7.0_09-icedtea]
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.jar:1.1.1.Final]
at
org.jboss.invocation.WeavedInterceptor.processInvocation(WeavedInterceptor.java:53)
[jboss-invocation.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.jar:1.1.1.Final]
at
org.jboss.invocation.InitialInterceptor.processInvocation(InitialInterceptor.java:21)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation.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.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.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)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.as.ejb3.tx.CMTTxInterceptor.processInvocation(CMTTxInterceptor.java:194)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ejb3.component.interceptors.CurrentInvocationContextInterceptor.processInvocation(CurrentInvocationContextInterceptor.java:41)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ejb3.component.interceptors.LoggingInterceptor.processInvocation(LoggingInterceptor.java:59)
[jboss-as-ejb3-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.NamespaceContextInterceptor.processInvocation(NamespaceContextInterceptor.java:50)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.TCCLInterceptor.processInvocation(TCCLInterceptor.java:45)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.ViewService$View.invoke(ViewService.java:165)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.as.ee.component.ViewDescription$1.processInvocation(ViewDescription.java:173)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.jboss.invocation.InterceptorContext.proceed(InterceptorContext.java:288)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.invocation.ChainedInterceptor.processInvocation(ChainedInterceptor.java:61)
[jboss-invocation.jar:1.1.1.Final]
at
org.jboss.as.ee.component.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:72)
[jboss-as-ee-7.1.1.Final.jar:7.1.1.Final]
at
org.ovirt.engine.core.common.interfaces.BackendLocal$$$view8.RunQuery(Unknown
Source) [engine-common.jar:]
at
org.ovirt.engine.ui.frontend.server.gwt.GenericApiGWTServiceImpl.RunQuery(GenericApiGWTServiceImpl.java:51)
at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source)
[:1.7.0_09-icedtea]
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.7.0_09-icedtea]
at java.lang.reflect.Method.invoke(Method.java:601)
[rt.jar:1.7.0_09-icedtea]
at
com.google.gwt.rpc.server.RPC.invokeAndStreamResponse(RPC.java:196)
at
com.google.gwt.rpc.server.RpcServlet.processCall(RpcServlet.java:161)
at
com.google.gwt.rpc.server.RpcServlet.processPost(RpcServlet.java:222)
at
com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet.doPost(AbstractRemoteServiceServlet.java:62)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:754)
[jboss-servlet-3.0-api.jar:1.0.1.Final]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
[jboss-servlet-3.0-api.jar:1.0.1.Final]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:329)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:248)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:275)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:161)
at
org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:153)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:155)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.jboss.web.rewrite.RewriteValve.invoke(RewriteValve.java:466)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:368)
at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:505)
at
org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:445)
at
org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:930)
at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_09-icedtea]
11 years, 11 months
[Users] From rhcs qemu to oVirt: suggestions?
by Gianluca Cecchi
Hello,
I currently have in place a CentOS 6.3 based rhcs cluster composed by
threee nodes.
There are several VMs configured as services in RHCS.
I would like to migrate and test oVirt and get some suggestions.
I originally planned to converto to F17 based oVirt 3.1 nodes, but now
I see that there are builds for CentOS 6.3 too.
So what are your suggestions? Can I post bugzillas and ask questions
if I try CentOS 6 instead of F17?
Is this repo generally kept in sync with F17 based one?
I would like then to setup a sort of "production ready" infra for a
small non profit organization.
Another question: what would be the best workflow to migrate these
Qemu/KVM virtual machines I have to an oVirt based infra?
Can I export in some OVF way and then import in oVirt?
I see that irt-v2v in my CentOS 6 has libvirt and rhev as export methods.
I don't know if rhev is suitable for oVirt too...
Currently my installed versions on CentOS 6.3 systems are:
virt-v2v-0.8.7-7.el6_3.x86_64
gpxe-roms-qemu-0.9.7-6.9.el6.noarch
libvirt-python-0.9.10-21.el6_3.6.x86_64
libvirt-client-0.9.10-21.el6_3.6.x86_64
qemu-img-0.12.1.2-2.295.el6_3.2.x86_64
qemu-kvm-0.12.1.2-2.295.el6_3.2.x86_64
libvirt-0.9.10-21.el6_3.6.x86_64
seabios-0.6.1.2-19.el6.x86_64
sgabios-bin-0-0.3.20110621svn.el6.noarch
vgabios-0.6b-3.6.el6.noarch
Thanks in advance,
Gianluca
11 years, 11 months