----- Original Message -----
From: "Uwe Grawert" <grawert(a)b1-systems.de>
To: "Yair Zaslavsky" <yzaslavs(a)redhat.com>
Cc: engine-devel(a)ovirt.org
Sent: Thursday, March 21, 2013 6:36:59 PM
Subject: Re: [Engine-devel] Adding support for OpenLDAP to oVirt
Hello Yair,
Am 21.03.2013 um 17:31 schrieb Yair Zaslavsky:
> Do you still have by any chance backup of the db + environment that
> caused this exception?
> There is something I would like you to examine on the db of the
> "faulty installation" if possible.
>
yes I have. What would you like to have?
Cool!
Please provide output for -
select * from vdc_options where option_name in
('AdUserName','AdUserPassword','DomainName','LdapServers','LDAPProviderTypes');
>>
>> [root@ovirt-nightly ~]# engine-manage-domains -action=list
>> Exception in thread "main"
>> java.lang.ArrayIndexOutOfBoundsException:
>> 1
>> at
>>
org.ovirt.engine.core.domains.DomainsConfigurationEntry.<init>(DomainsConfigurationEntry.java:23)
>> at
>>
org.ovirt.engine.core.domains.ManageDomains.getConfiguration(ManageDomains.java:423)
>> at
>> org.ovirt.engine.core.domains.ManageDomains.runCommand(ManageDomains.java:293)
>> at
>> org.ovirt.engine.core.domains.ManageDomains.main(ManageDomains.java:180)
>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>> at
>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>> at
>>
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>> at java.lang.reflect.Method.invoke(Method.java:601)
>> at org.jboss.modules.Module.run(Module.java:260)
>> at org.jboss.modules.Main.main(Main.java:291)
>>
>> I created only ovirt-engine RPMs and installed them with --nodeps.
>> Might be that I am missing some dependency here. Anyways,
>> ovirt-engine-3.2.1 release tag is working, and diffs will very
>> likely apply to HEAD as well.