Can't configure LDAP authentication

1
0
-1

Hello,

I followed this procedure: http://documentation.bonitasoft.com/active-directory-or-ldap-authenticat... I use BPM with: Linux, Tomcat, MySql.

But I still have an error 500 : org.bonitasoft.console.common.server.utils.DefaultTenantIdException.

I saw in the procedure this warning: "Important: Be sure to use the **com class ** for the authentication service implementation. Otherwise, when you start the JBoss server, you will see a ClassNotFoundException."

My question is what is the com class?

Thank you in advance for your help.

Regards David

1 answer

1
0
-1

Hello, it warns you that you should use "com.bonitasoft.engine.authentication.impl.JAASAuthenticationServiceImpl" and not "org.bonitasoft.engine..authentication.impl.JAASAuthenticationServiceImpl" class in the configuration. Since the difference is so "minor" between two classes, it arrives very often that users do not notice it and have the described error. Cheers, Haris

Comments

Submitted by david.diab on Thu, 01/15/2015 - 15:36

Hello,

Thank you dot the answer.

After modification, I have this message in the logs! Jan 15, 2015 3:33:17 PM org.apache.catalina.startup.ContextConfig processAnnotationsJar SEVERE: Unable to process Jar entry [com/google/gwt/rpc/client/impl/RpcCallbackAdapter.class] from Jar [jar:jndi:/localhost/adp/WEB-INF/lib/gwt-servlet-2.5.1.jar!/] for annotations java.io.EOFException

Thanks, David

Notifications