hello everybody,
I am a newbie with alfresco community and try to evaluate its adaption to our needs as ECM product.
Currently I try to install alfresco-community-5.0.d on CentOS 7 and log on users through openLDAP.
After having read a lot of publications on alfresco official and unofficial sites and messages on forum, I came to the conclusion that I need to get ldap-authentication.properties along with relative files (including common-ldap-context.xml file) to configure LDAP on my hosting platform.
To do that I found repository on GitHub which is great; unfortunately I was not able to retrieve 5.0.d version fot ldap-authentication.properties file (error 404 when seleting 5.0.d tag for this file) thus I just got latest version (5.1 I guess).
After having configured ldap-authentication.properties file and install common-ldap-context.xml file, I could not succeed in logging LDAP user on alfresco product.
Looking at alfrecso.log trace file, one can see the following eror message:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'monitor' defined in file [/opt/alfresco-5.0.d/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap/ldap1/../common-ldap-context.xml]: Cannot resolve reference to bean 'authenticationComponent' while setting bean property 'LDAPAuthenticationComponent'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationComponent' defined in file [/opt/alfresco-5.0.d/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap/ldap1/../common-ldap-context.xml]: Cannot resolve reference to bean 'ldapInitialDirContextFactory' while setting bean property 'LDAPInitialDirContextFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ldapInitialDirContextFactory' defined in file [/opt/alfresco-5.0.d/tomcat/shared/classes/alfresco/extension/subsystems/Authentication/ldap/ldap1/../common-ldap-context.xml]: Error setting property values; nested exception is org.springframework.beans.NotWritablePropertyException: Invalid property 'poolSystemProperties' of bean class [org.alfresco.repo.security.authentication.ldap.LDAPInitialDirContextFactoryImpl]: Bean property 'poolSystemProperties' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
Does anyboy know what is the problem or at least how to investigate ?
Thank you for your attention.
Best regards.
Didier
PS: I have just added alfresco.log trace file as suggested into topic starter
Didier Billard