Please keep the list in copy.
2014-06-27 9:47 GMT+02:00 Prasad Bodapati <[email protected]>: > > > *From:* Clément OUDOT [mailto:[email protected]] > *Sent:* 27 June 2014 08:44 > *To:* Prasad Bodapati > *Cc:* [email protected] > *Subject:* Re: [lsc-users] Have anyone seen the errors > > > > > > > > 2014-06-26 15:48 GMT+02:00 Prasad Bodapati <[email protected]>: > > Hi All, > > > > Hi, > > > I get the following errors, when I run the synchronization. These seems > to have no affect on synchronization but I am worried that if doing > something wrong. > > > > 1. ERROR org.lsc.AbstractSynchronize - Error while synchronizing ID > {cn=LBteammanager}: java.lang.IllegalStateException: Entry.next=null, > data[removeIndex]=null previous=null key=ldapToSolrSync-all-users-1664 > value=org.lsc.utils.ScriptingEvaluator@313736c1 size=15 maxSize=15 Please > check that your keys are immutable, and that you have used synchronization > properly. If so, then please report this to [email protected] > as a bug. > > > > I think we already see this error when LSC try to sync a lot of data. How > many entries are synchronized? > > > > > > We are only syncing 250 entries, we get this when we use quartz. > > > So I don't know why this error occurs. > 2. ERROR org.lsc.AbstractSynchronize - Error while synchronizing ID > {cn=TRO-EOCS-DOMAIN}: org.lsc.exception.LscServiceException: > javax.naming.SizeLimitExceededException: Too many entries returned (base: > "DC=eo,DC=local", filter: "(cn=TRO-EOCS-DOMAIN)") > > > > The second error looks like I need to change my search criteria. > > > > My search criteria looks like > > > <getAllFilter>(&(objectClass=person))</getAllFilter> > > > <getOneFilter>(cn={cn})</getOneFilter> > > Has anyone got any idea what I am doing wrong ? > > > > > > The problem is in your data, the filter "(cn=TRO-EOCS-DOMAIN)" matches > more than one entry, what is refused by LSC. > > > > That means that should I change my search criteria ? > > > > > Yes, the getOneFilter must return only one entry, that's the rule to let the synchronization work. Clément.
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

