Problem LDAP Authentication

1
0
-1

I am configuring ldap authentication and but I am having the error:

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'connectorServiceSub' defined in file [D:\BonitaBPM\workspace\tomcat\bonita\server\tenants\1\conf\services\cfg-bonita-connector-service-api-impl.xml]: Cannot resolve reference to bean 'operationService' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'operationService' defined in file [D:\BonitaBPM\workspace\tomcat\bonita\server\tenants\1\conf\services\cfg-bos-operation-api-impl.xml]: Cannot resolve reference to bean 'operationExecutorStrategyProvider' while setting constructor argument; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'operationExecutorStrategyProvider' defined in file [D:\BonitaBPM\workspace\tomcat\bonita\server\tenants\1\conf\services\cfg-bos-operation-api-impl.xml]: Unsatisfied dependency expressed through constructor argument with index 0 of type [java.util.List]: : Cannot find class [com.bonitasoft.engine.authentication.impl.JAASGenericAuthenticationServiceImpl] for bean with name 'authenticationService' defined in file [D:\BonitaBPM\workspace\tomcat\bonita\server\tenants\1\conf\services\cfg-bonita-authentication-impl.xml]; nested exception is java.lang.ClassNotFoundException: com.bonitasoft.engine.authentication.impl.JAASGenericAuthenticationServiceImpl; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [com.bonitasoft.engine.authentication.impl.JAASGenericAuthenticationServiceImpl] for bean with name 'authenticationService' defined in file [D:\BonitaBPM\workspace\tomcat\bonita\server\tenants\1\conf\services\cfg-bonita-authentication-impl.xml]; nested exception is java.lang.ClassNotFoundException: com.bonitasoft.engine.authentication.impl.JAASGenericAuthenticationServiceImpl
1 answer

1
0
-1

Can you indicate which version of Bonita you are using and also which edition (Community vs Subscription: Teamwork, Efficiency, Performance)?

You can find more information on this post about LDAP authentication. Note that from log file it seems that you are trying to use an implementation only provided in Subscription editions (java.lang.ClassNotFoundException: com.bonitasoft.engine.authentication.impl.JAASGenericAuthenticationServiceImpl). So if you are running the Community edition it's normal that it doesn't work.

Notifications