----- Original Message -----
From: "Gianluca Cecchi" <gianluca.cecchi(a)gmail.com>
To: "Alon Bar-Lev" <alonbl(a)redhat.com>
Cc: "Ondra Machacek" <omachace(a)redhat.com>, "users"
<users(a)ovirt.org>
Sent: Wednesday, December 10, 2014 10:14:09 PM
Subject: Re: [ovirt-users] Info on changing IPA server hostname in oVirt
On Wed, Dec 10, 2014 at 7:16 PM, Alon Bar-Lev <alonbl(a)redhat.com> wrote:
>
>
>
> probably I some startup error at engine.log, can you please send me
> engine.log so I can see what's wrong?
>
> > BTW: I tried my IPA lookup just for trying.... and I'm able to find all
> the
> > users and also new users defined after migration to the new c7server....
> ???
> >
>
https://drive.google.com/file/d/0BwoPbcrMv8mvbks2cmlhSmJjdnc/view?usp=sha...
>
>
ok. done.
Here it is
https://drive.google.com/file/d/0BwoPbcrMv8mvQWZ0R3lwX2RXTEU/view?usp=sha...
2014-12-10 19:03:16,554 ERROR [org.ovirt.engineextensions.aaa.ldap.AuthnExtension] (MSC
service thread 1-1) [ovirt-engine-extension-aaa-ldap.authn::ldap1-authn] Cannot initialize
LDAP framework, deferring initialization. Error: no such object
This is interesting I never saw this error, can I ask you to enable debug?
Edit:
/usr/share/ovirt-engine/services/ovirt-engine/ovirt-engine.xml.in
Add the following before the <root-logger> line:
<logger category="org.ovirt.engineextensions.aaa.ldap">
<level name="ALL"/>
</logger>
Also in 3.5.0 you need to modify file-handler level to ALL instead of INFO
<file-handler name="ENGINE" autoflush="true">
<level name="ALL"/>
Then restart engine and we should see lots of messages within engine.log.
Thanks!
Alon