Filesystem
Size Used Avail Use%
Mounted on
/dev/hda3 6.3GB 2.1GB 3.9GB 34% /
slapd.conf has threads set to 100 and concurrency set to 10. I donno if it helps.
After adding some entries, OpenLDAP starts saying this:
Feb 8
Feb 8
Feb 8
And at the client side, I get a NamingException - internal error 80. Im using JNDI's connection pooling.
javax.naming.NamingException:
[LDAP: error code 80 - internal error]; remaining name 'uid=10948,ou=People,dc=example,dc=com'
at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:2794)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2696)
at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2502)
at com.sun.jndi.ldap.LdapCtx.c_bind(LdapCtx.java:348)
at com.sun.jndi.ldap.LdapCtx.c_bind(LdapCtx.java:307)
at com.sun.jndi.toolkit.ctx.ComponentContext.p_bind(ComponentContext.java:607)
at com.sun.jndi.toolkit.ctx.PartialCompositeContext.bind(PartialCompositeContext.java:194)
at com.sun.jndi.toolkit.ctx.PartialCompositeContext.bind(PartialCompositeContext.java:184)
at javax.naming.InitialContext.bind(InitialContext.java:367)