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?


>
>
> 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>(&amp;(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.


Clément.
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to