LDAP - Test conection

1
0
-1

Hey my friends I have problems with the test connector using LDAP in BonitaSoft Studio

java.lang.reflect.InvocationTargetException org.bonitasoft.engine.bpm.connector.ConnectorExecutionException: USERNAME=install | org.bonitasoft.engine.core.connector.exception.SConnectorException: org.bonitasoft.engine.connector.exception.SConnectorException: java.util.concurrent.ExecutionException: org.bonitasoft.engine.connector.exception.SConnectorException: org.bonitasoft.engine.connector.ConnectorException: javax.naming.CommunicationException: simple bind failed: emkioqsdc01.aplicacionesqa.com:389 [Root exception is java.net.SocketException: Connection reset]

u know why ?

2 answers

1
+1
-1
This one is the BEST answer!

Hey friends, first i was doing a big error trying to connect me with LDAPS (i dont know when use this connection) but is just with protocol : "LDAP" after this i had problems with the authentication credentials, if you have some problem like this you must to put your username with the domain name

user@domianname.com

thanks for everything.

1
+1
-1

You can try to LDAPS or TLS. Or maybe you need to change the port to 636, if SSL is required by your server. Otherwise, we would need the rest of the stack trace, what comes after the extract that you posted.

Notifications