On 30/09/2013 14:51, Mihai R wrote:
Can you please give me a hint regarding the next error?

15:45:33.264 ERROR org.apache.syncope.core.propagation.impl.ConnectorFacadeProxy - Connector request execution failure java.util.concurrent.ExecutionException: org.identityconnectors.framework.common.exceptions.ConnectorException: javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; remaining name 'ou=groups,dc=syncope-idm,dc=org'

Hi,
this is a typical JNDI error, reported by ConnId as received from the underlying LDAP connector.

Basically, an LDAP operation was attempted on "XXX,'ou=groups,dc=syncope-idm,dc=org'" but XXX could not be found under 'ou=groups,dc=syncope-idm,dc=org'.

You can find some explanations about common LDAP error codes here (first three matches from Google):

http://helpx.adobe.com/legacy/kb/ldap-troubleshooting.html
http://docs.oracle.com/javase/tutorial/jndi/ldap/exceptions.html
https://wiki.servicenow.com/index.php?title=LDAP_Error_Codes

Regards.

--
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/

Reply via email to